EllieS/TempReason-L1
Viewer • Updated • 400k • 20
How to use EllieS/TempReason-L1-llama3 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
model = PeftModel.from_pretrained(base_model, "EllieS/TempReason-L1-llama3")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B on the EllieS/TempReason-L1 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.2771 | 1.0 | 50000 | 1.3245 |
Base model
meta-llama/Meta-Llama-3-8B