Chatbot-009
Collection
En ésta colección se encuentran los modelos afinados del acuerdo 009 • 7 items • Updated • 1
How to use raulgdp/Meta-Llama3.2-3B-Instruct-009 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
model = PeftModel.from_pretrained(base_model, "raulgdp/Meta-Llama3.2-3B-Instruct-009")This model is a fine-tuned version of meta-llama/Llama-3.2-3B-Instruct on the None 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.8207 | 1.0 | 83 | 0.7515 |
| 0.7171 | 2.0 | 166 | 0.6729 |
| 0.6519 | 3.0 | 249 | 0.6164 |
| 0.6042 | 4.0 | 332 | 0.5788 |
| 0.5645 | 5.0 | 415 | 0.5496 |
| 0.5229 | 6.0 | 498 | 0.5265 |
| 0.5125 | 7.0 | 581 | 0.5096 |
| 0.4959 | 8.0 | 664 | 0.4981 |
| 0.5099 | 9.0 | 747 | 0.4913 |
| 0.5066 | 9.8848 | 820 | 0.4892 |
Base model
meta-llama/Llama-3.2-3B-Instruct