EllieS/pubmedqa_dpo_selfgen_complete_data
Viewer • Updated • 134k • 21
How to use EllieS/zephyr-7b-dpo-lora-pubmedqa-selfgen-complete 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/zephyr-7b-dpo-lora-pubmedqa-selfgen-complete")This model is a fine-tuned version of EllieS/zephyr-7b-sft-qlora on the EllieS/pubmedqa_dpo_selfgen_complete_data 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.0001 | 0.42 | 7000 | 0.0000 | 0.1174 | -11.2894 | 1.0 | 11.4068 | -1167.1736 | -47.6243 | -2.9079 | -2.9350 |
| 0.0002 | 0.83 | 14000 | 0.0000 | 0.1971 | -11.1349 | 1.0 | 11.3320 | -1151.7302 | -39.6554 | -2.9320 | -2.9443 |
Base model
mistralai/Mistral-7B-v0.1