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-tune a DeepSeek distilled variant with a reasoning dataset #492

Open
timo-kurtz opened this issue Feb 24, 2025 · 0 comments
Open

Fine-tune a DeepSeek distilled variant with a reasoning dataset #492

timo-kurtz opened this issue Feb 24, 2025 · 0 comments

Comments

@timo-kurtz
Copy link

I want to fine-tune a distilled variant with a reasoning dataset. My question is whether I should generate two responses (one for the reasoning and one for the actual answer separately) or combine both the reasoning and the final answer into a single response. Do you have any other suggestions?

deep_seek_prompt = """ <|User|>{}<|end▁of▁sentence|> <|Assistant|> {} <|end▁of▁sentence|> <|Assistant|>{}"""

or

deep_seek_prompt = """ <|User|>{}<|end▁of▁sentence|> <|Assistant|> {} {}"""

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