HuggingFaceH4/ultrafeedback_binarized
Viewer • Updated • 187k • 16.9k • 338
How to use statking/Meta-Llama-3-70B-Instruct with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-70B-Instruct")
model = PeftModel.from_pretrained(base_model, "statking/Meta-Llama-3-70B-Instruct")This model is a fine-tuned version of meta-llama/Meta-Llama-3-70B-Instruct on the HuggingFaceH4/ultrafeedback_binarized 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 | Nll Loss | Log Odds Ratio | Log Odds Chosen |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.2483 | 0.9999 | 3555 | 1.2884 | -0.0888 | -0.1138 | 0.6132 | 0.0250 | -1.1382 | -0.8884 | -0.0033 | 0.2012 | 1.2075 | -0.6278 | 0.3768 |
Base model
meta-llama/Meta-Llama-3-70B