Chatbot-RACCIS
Collection
2 items • Updated
How to use raulgdp/gemma-2-9b-it-raccis with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-9b-it")
model = PeftModel.from_pretrained(base_model, "raulgdp/gemma-2-9b-it-raccis")This model is a fine-tuned version of google/gemma-2-9b-it on an unknown 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 |
|---|---|---|---|
| 2.359 | 1.7336 | 100 | 2.3789 |
| 2.116 | 3.4541 | 200 | 2.0742 |
| 1.8469 | 5.1747 | 300 | 1.9663 |
| 1.8145 | 6.9083 | 400 | 1.9227 |
| 1.7523 | 8.6288 | 500 | 1.9120 |