EllieS/Temp-L2-DPO
Viewer • Updated • 16k • 26
How to use EllieS/llama3-L1-SFT-L2-KTO 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/llama3-L1-SFT-L2-KTO")This model is a fine-tuned version of EllieS/TempReason-L1-llama3 on the EllieS/Temp-L2-DPO 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 | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.2129 | 0.4994 | 1000 | 0.2124 | 0.3252 | -9.3514 | 1.0 | 9.6766 | -998.1762 | -12.1315 | 1.1081 | 0.2036 |
| 0.2118 | 0.9989 | 2000 | 0.2122 | 0.3257 | -9.5548 | 1.0 | 9.8805 | -1018.5145 | -12.0858 | 1.0988 | 0.1932 |
Base model
meta-llama/Meta-Llama-3-8B