Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finetune scenarios #624

Open
Aekansh-Ak opened this issue Mar 7, 2024 · 0 comments
Open

Finetune scenarios #624

Aekansh-Ak opened this issue Mar 7, 2024 · 0 comments

Comments

@Aekansh-Ak
Copy link

Aekansh-Ak commented Mar 7, 2024

I have around 2k rows of data coming in every hour in csv format.

  1. I wish to have a chatbot that can be queried upon this data, should I go for RAG or finetuning?
  2. If I go for finetuning will I have to train the model every time with new hourly data and for that how will I convert this csv file in to fine tune data format which is in json with Instruction, Input and output.
  3. Can I just finetune my data for instance on 1 week's data which will be 1000's of rows and later every hour I put the data in a vector database, pull in my finetuned model and then query vector database. i.e. Fine-tuning + RAG.

Your help is very much appreciated.

@Aekansh-Ak Aekansh-Ak changed the title RAG or Finetune Finetune scenarios Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant