Gemma-2-2B_auto
Collection
36 items • Updated
How to use GaetanMichelet/Gemma-2-2B_task-1_120-samples_config-2_auto with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it")
model = PeftModel.from_pretrained(base_model, "GaetanMichelet/Gemma-2-2B_task-1_120-samples_config-2_auto")This model is a fine-tuned version of google/gemma-2-2b-it on the GaetanMichelet/chat-60_ft_task-1_auto and the GaetanMichelet/chat-120_ft_task-1_auto datasets. 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.5728 | 0.9091 | 5 | 1.6556 |
| 1.5544 | 2.0 | 11 | 1.3106 |
| 1.1135 | 2.9091 | 16 | 1.1138 |
| 0.9739 | 4.0 | 22 | 1.0347 |
| 0.8888 | 4.9091 | 27 | 0.9919 |
| 0.8107 | 6.0 | 33 | 0.9704 |
| 0.6431 | 6.9091 | 38 | 0.9726 |
| 0.5564 | 8.0 | 44 | 1.0095 |
| 0.4886 | 8.9091 | 49 | 1.1149 |
| 0.3412 | 10.0 | 55 | 1.3270 |
| 0.2372 | 10.9091 | 60 | 1.5941 |
| 0.1438 | 12.0 | 66 | 1.8735 |
| 0.0894 | 12.9091 | 71 | 2.1113 |