hansh/hansken_hql_cot
Viewer • Updated • 56.3k • 5
How to use hansh/hansken_human_hql_v3 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_v3")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B-Instruct on the hansh/hansken_hql_cot 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.6267 | 1.0 | 469 | 0.6078 |
| 0.5094 | 2.0 | 938 | 0.5335 |
| 0.513 | 3.0 | 1407 | 0.5142 |
| 0.4306 | 4.0 | 1876 | 0.5044 |
| 0.4128 | 5.0 | 2345 | 0.5017 |
| 0.3924 | 6.0 | 2814 | 0.5093 |
| 0.3684 | 7.0 | 3283 | 0.5168 |
| 0.3403 | 8.0 | 3752 | 0.5338 |
| 0.311 | 9.0 | 4221 | 0.5566 |
| 0.2853 | 10.0 | 4690 | 0.5920 |
Base model
meta-llama/Llama-3.1-8B