llama-duo/synth_classification_dataset_dedup
Viewer • Updated • 92.7k • 12 • 1
How to use llama-duo/gemma2b-classification-gpt4o-100k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b")
model = PeftModel.from_pretrained(base_model, "llama-duo/gemma2b-classification-gpt4o-100k")This model is a fine-tuned version of google/gemma-2b on the llama-duo/synth_classification_dataset_dedup 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.4266 | 0.9969 | 159 | 1.9880 |
| 1.3029 | 2.0 | 319 | 1.9710 |
| 1.2414 | 2.9969 | 478 | 1.9794 |
| 1.2012 | 4.0 | 638 | 2.0134 |
| 1.1513 | 4.9969 | 797 | 2.0583 |
| 1.0951 | 6.0 | 957 | 2.1084 |
| 1.0414 | 6.9969 | 1116 | 2.2094 |
| 1.0041 | 8.0 | 1276 | 2.3043 |
| 0.9481 | 8.9969 | 1435 | 2.3989 |
| 0.9006 | 10.0 | 1595 | 2.5173 |
| 0.8626 | 10.9969 | 1754 | 2.6419 |
| 0.8351 | 12.0 | 1914 | 2.7331 |
| 0.8265 | 12.9969 | 2073 | 2.7838 |
| 0.8167 | 14.0 | 2233 | 2.7990 |
| 0.8075 | 14.9530 | 2385 | 2.8001 |
Base model
google/gemma-2b