hansh/hansken_hql_large
Viewer • Updated • 89.9k • 5
How to use hansh/hansken_human_hql_v2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "hansh/hansken_human_hql_v2")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B-Instruct on the hansh/hansken_hql_large 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 |
|---|---|---|---|
| 0.3676 | 0.9994 | 788 | 0.3796 |
| 0.2968 | 2.0 | 1577 | 0.3381 |
| 0.2658 | 2.9994 | 2365 | 0.3186 |
| 0.2389 | 4.0 | 3154 | 0.3031 |
| 0.2098 | 4.9994 | 3942 | 0.3035 |
| 0.185 | 6.0 | 4731 | 0.3079 |
| 0.1707 | 6.9994 | 5519 | 0.3125 |
| 0.1578 | 8.0 | 6308 | 0.3237 |
| 0.1426 | 8.9994 | 7096 | 0.3326 |
Base model
meta-llama/Llama-3.1-8B