nthakur/multilingual-distilabel-intel-orca-dpo-pairs-v0.1
Viewer • Updated • 9.42k • 22
How to use nthakur/mistral-7b-instruct-v0.2-dpo-multilingual-mix-1st-apr-final with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
model = PeftModel.from_pretrained(base_model, "nthakur/mistral-7b-instruct-v0.2-dpo-multilingual-mix-1st-apr-final")This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2 on the nthakur/multilingual-truthy-v0.1-dpo-pairs, the nthakur/multilingual-orca-dpo-pairs and the nthakur/multilingual-mistral-neg-orca-dpo-pairs datasets. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-Instruct-v0.2