kyujinpy/KOR-OpenOrca-Platypus
Viewer • Updated • 46.6k • 72 • 7
How to use eastjin/tinyllama-sft-ko-qlora_v2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T")
model = PeftModel.from_pretrained(base_model, "eastjin/tinyllama-sft-ko-qlora_v2")This model is a fine-tuned version of TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T on the kyujinpy/KOR-OpenOrca-Platypus 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 |
|---|---|---|---|
| 1.9945 | 1.0 | 1288 | 1.9996 |
| 2.0215 | 2.0 | 2577 | 1.9851 |
| 1.9766 | 3.0 | 3864 | 1.9850 |