llama-duo/synth_summarize_dataset_dedup
Viewer • Updated • 880k • 950 • 2
How to use llama-duo/gemma2b-summarize-gemini1_5flash-2k 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-summarize-gemini1_5flash-2k")This model is a fine-tuned version of google/gemma-2b 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 |
|---|---|---|---|
| 2.9846 | 0.8571 | 3 | 3.1614 |
| 2.8305 | 2.0 | 7 | 2.8875 |
| 2.3403 | 2.8571 | 10 | 2.8343 |
| 2.3403 | 4.0 | 14 | 2.7485 |
| 2.0675 | 4.8571 | 17 | 2.6913 |
| 1.8758 | 6.0 | 21 | 2.6605 |
| 1.8758 | 6.8571 | 24 | 2.6488 |
| 1.7659 | 8.0 | 28 | 2.6451 |
| 1.7298 | 8.5714 | 30 | 2.6449 |
Base model
google/gemma-2b