EllieS/Temp-L2-DPO
Viewer • Updated • 16k • 26
How to use EllieS/Temp-L1-SFT-L2-DPO 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-DPO")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.0046 | 0.25 | 1000 | 0.0116 | -0.7603 | -5.8063 | 1.0 | 5.0459 | -625.4973 | -101.9450 | -2.6955 | -2.5854 |
| 0.0037 | 0.5 | 2000 | 0.0037 | -0.2218 | -6.4841 | 1.0 | 6.2624 | -693.2846 | -48.0898 | -2.7333 | -2.6137 |
| 0.0039 | 0.75 | 3000 | 0.0028 | -0.3670 | -7.1056 | 1.0 | 6.7386 | -755.4296 | -62.6133 | -2.7342 | -2.6152 |
| 0.0019 | 1.0 | 4000 | 0.0028 | -0.3437 | -7.0807 | 1.0 | 6.7370 | -752.9371 | -60.2789 | -2.7330 | -2.6142 |
Base model
mistralai/Mistral-7B-v0.1