miracl/nomiracl-instruct
Viewer • Updated • 23.9k • 130 • 2
How to use nthakur/Mistral-7B-Instruct-v0.2-nomiracl-sft 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-nomiracl-sft")This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2 on the nthakur/nomiracl-instruct dataset. 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:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4711 | 1.0 | 671 | 1.4359 |
Base model
mistralai/Mistral-7B-Instruct-v0.2