nthakur/mirage-bench-sft-teacher-llama-3
Viewer • Updated • 52.6k • 25 • 4
How to use nthakur/Mistral-7B-Instruct-v0.2-miracl-raft-sft-v2.0 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-miracl-raft-sft-v2.0")This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2 on the nthakur/miracl-raft-sft-instruct-v0.2 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.3095 | 0.0987 | 200 | 1.2800 |
| 1.249 | 0.1975 | 400 | 1.2516 |
| 1.2514 | 0.2962 | 600 | 1.2369 |
| 1.275 | 0.3950 | 800 | 1.2263 |
| 1.1984 | 0.4937 | 1000 | 1.2197 |
| 1.1556 | 0.5924 | 1200 | 1.2149 |
| 1.2386 | 0.6912 | 1400 | 1.2116 |
| 1.2661 | 0.7899 | 1600 | 1.2096 |
| 1.2752 | 0.8887 | 1800 | 1.2088 |
| 1.2701 | 0.9874 | 2000 | 1.2086 |
Base model
mistralai/Mistral-7B-Instruct-v0.2