infly-ai / INF-LLM

The official repo of INF-34B models trained by INF Technology.
https://www.infly.cn
Other
34 stars 1 forks source link

need finetuning examples or tutorials #1

Open Rycen7822 opened 3 months ago

Rycen7822 commented 3 months ago

how to finetuning Inf-34B? we need examples or tutorials. cannot wait to use this model for development🥰

Maple728 commented 3 months ago

Our model can be trained using the transformers library. You can refer to the tutorials here: https://huggingface.co/docs/transformers/training or https://huggingface.co/docs/trl/sft_trainer for fine-tuning our model. Also, our base model is accessible at: https://huggingface.co/infly/INF-34B-Base. Hope this helps!