mistralai / mistral-inference

Official inference library for Mistral models
https://mistral.ai/
Apache License 2.0
9.64k stars 850 forks source link

Question about finetune mistral 7B (data format) #67

Open xihajun opened 11 months ago

xihajun commented 11 months ago

It is really impressive when doing inference with Mistral 7B. Thank you so much for open source it.

May I kindly ask what kind of format is the best way to finetune the model?

I read some blog posts and found a few different formats

I wonder if it is possible to have some suggestion from the team to see which is the best way to finetune?

Many thanks!

xihajun commented 11 months ago

Ah, I found one from https://docs.mistral.ai/llm/mistral-instruct-v0.1

But it is for instruct model, any idea of how to do it via base model? Or would you recommand to finetune with instruct model?