llama-duo/synth_summarize_dataset_dedup
Viewer • Updated • 880k • 15 • 2
How to use llama-duo/gemma2b-it-1.1-summarize-gpt4o-256k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-1.1-2b-it")
model = PeftModel.from_pretrained(base_model, "llama-duo/gemma2b-it-1.1-summarize-gpt4o-256k")This model is a fine-tuned version of google/gemma-1.1-2b-it on the llama-duo/synth_summarize_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 |
|---|---|---|---|
| 0.9633 | 0.9976 | 206 | 2.6959 |
| 0.865 | 2.0 | 413 | 2.6511 |
| 0.8266 | 2.9976 | 619 | 2.6475 |
| 0.7953 | 4.0 | 826 | 2.6603 |
| 0.7708 | 4.9976 | 1032 | 2.6720 |
| 0.75 | 6.0 | 1239 | 2.6898 |
| 0.7446 | 6.9976 | 1445 | 2.7026 |
| 0.7301 | 8.0 | 1652 | 2.7081 |
| 0.7268 | 8.9976 | 1858 | 2.7128 |
| 0.7318 | 9.9758 | 2060 | 2.7127 |
Base model
google/gemma-1.1-2b-it