miracl/nomiracl-instruct
Viewer • Updated • 23.9k • 125 • 2
How to use nthakur/Meta-Llama-3-8B-Instruct-nomiracl-sft with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "nthakur/Meta-Llama-3-8B-Instruct-nomiracl-sft")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B-Instruct 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.6576 | 0.2981 | 200 | 1.6656 |
| 1.6447 | 0.5961 | 400 | 1.6409 |
| 1.6245 | 0.8942 | 600 | 1.6358 |
Base model
meta-llama/Meta-Llama-3-8B-Instruct