miracl/nomiracl-instruct
Viewer β’ Updated β’ 23.9k β’ 124 β’ 2
How to use nthakur/Mistral-7B-Instruct-v0.3-nomiracl-sft with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")
model = PeftModel.from_pretrained(base_model, "nthakur/Mistral-7B-Instruct-v0.3-nomiracl-sft")This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.3 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.4364 | 1.0 | 671 | 1.4019 |
Base model
mistralai/Mistral-7B-v0.3