haoranxu/ALMA-Human-Parallel
Viewer • Updated • 62.7k • 152 • 8
How to use martimfasantos/tinyllama-1.1b-mt-sft-qlora 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, "martimfasantos/tinyllama-1.1b-mt-sft-qlora")This model is a fine-tuned version of TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T on the haoranxu/ALMA-Human-Parallel 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.639 | 1.0 | 739 | 1.7224 |
| 1.571 | 2.0 | 1478 | 1.7228 |