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

Fine-Tuning Chat Model with Domain-Specific Data for custom dataset #1877

Open
anantgupta129 opened this issue Dec 18, 2024 · 0 comments
Open
Labels
question Further information is requested

Comments

@anantgupta129
Copy link

I have domain-specific data that I've preprocessed from PDFs into a c4_demo.json format, where each entry looks like [{"text": "<data from file1.pdf"}]. Now, I want to fine-tune my model for chat-based interactions to generate structured chat outputs. My dataset is currently in the following format: [{"role": "system", "content": ""}, {"role": "user", "content": ""}, {"role": "assistant", "content": ""}, ...]. Which fine-tuning method should I use for this?

@anantgupta129 anantgupta129 added the question Further information is requested label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant