llama-duo/synth_summarize_dataset_dedup
Viewer • Updated • 880k • 56 • 2
How to use llama-duo/gemma7b-summarize-gemini1_5flash-2k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b")
model = PeftModel.from_pretrained(base_model, "llama-duo/gemma7b-summarize-gemini1_5flash-2k")This model is a fine-tuned version of google/gemma-7b 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 |
|---|---|---|---|
| 49.7965 | 0.8571 | 3 | 15.4869 |
| 39.0892 | 2.0 | 7 | 12.5338 |
| 23.1465 | 2.8571 | 10 | 10.1182 |
| 23.1465 | 4.0 | 14 | 8.4587 |
| 19.7449 | 4.8571 | 17 | 8.0612 |
| 18.8693 | 6.0 | 21 | 7.8270 |
| 18.8693 | 6.8571 | 24 | 7.7329 |
| 18.4335 | 8.0 | 28 | 7.6986 |
| 18.2424 | 8.5714 | 30 | 7.7045 |
Base model
google/gemma-7b