RiTA-nlp/tagengo-gpt4-italian
Viewer • Updated • 6.88k • 15 • 1
How to use RiTA-nlp/llama3-tweety-8b-italian-sft-tagengo with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("RiTA-nlp/llama3-tweety-8b-italian")
model = PeftModel.from_pretrained(base_model, "RiTA-nlp/llama3-tweety-8b-italian-sft-tagengo")This model is a fine-tuned version of RiTA-nlp/llama3-tweety-8b-italian on the RiTA-nlp/tagengo-gpt4-italian 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.2156 | 1.0 | 219 | 1.1623 |
Base model
RiTA-nlp/llama3-tweety-8b-italian