EllieS/Temp-L2-DPO
Viewer • Updated • 16k • 10
How to use EllieS/Temp-L1-SFT-L2-KTO with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("alignment-handbook/zephyr-7b-sft-full")
model = PeftModel.from_pretrained(base_model, "EllieS/Temp-L1-SFT-L2-KTO")This model is a fine-tuned version of EllieS/TempReason-L1 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.2255 | 0.2497 | 1000 | 0.2230 | 0.2551 | -5.4032 | 1.0 | 5.6583 | -585.1871 | -0.3988 | -2.6372 | -2.5514 |
| 0.2252 | 0.4994 | 2000 | 0.2215 | 0.2576 | -5.9860 | 1.0 | 6.2436 | -643.4705 | -0.1526 | -2.6560 | -2.5690 |
| 0.2264 | 0.7492 | 3000 | 0.2213 | 0.2579 | -6.0565 | 1.0 | 6.3144 | -650.5204 | -0.1267 | -2.6590 | -2.5715 |
| 0.2262 | 0.9989 | 4000 | 0.2213 | 0.2579 | -6.0725 | 1.0 | 6.3304 | -652.1185 | -0.1197 | -2.6590 | -2.5711 |
Base model
mistralai/Mistral-7B-v0.1