neverland-th/chat
Viewer • Updated • 226 • 17 • 1
How to use nvl-og/llama-3.1-fine-tuned with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B")
model = PeftModel.from_pretrained(base_model, "nvl-og/llama-3.1-fine-tuned")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B-Instruct on the None 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 |
|---|---|---|---|
| 14.5596 | 0.9978 | 14 | 9.4378 |
| 9.3982 | 1.9955 | 28 | 6.1610 |
Base model
meta-llama/Llama-3.1-8B