hansh/hansken_hql
Viewer • Updated • 17.1k • 29
How to use hansh/hansken_human_hql 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")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B-Instruct on the hansh/hansken_hql 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.4508 | 0.9976 | 102 | 0.4433 |
| 0.302 | 1.9951 | 204 | 0.3140 |
| 0.2692 | 2.9927 | 306 | 0.2616 |
| 0.177 | 4.0 | 409 | 0.2431 |
| 0.1616 | 4.9976 | 511 | 0.2362 |
| 0.1358 | 5.9951 | 613 | 0.2394 |
| 0.1199 | 6.9927 | 715 | 0.2474 |
| 0.1051 | 8.0 | 818 | 0.2625 |
| 0.0945 | 8.9976 | 920 | 0.2797 |
| 0.0843 | 9.9951 | 1022 | 0.2892 |
Base model
meta-llama/Llama-3.1-8B