llama-duo/synth_summarize_dataset_dedup
Viewer • Updated • 880k • 14 • 2
How to use llama-duo/gemma7b-summarize-claude3sonnet-4k 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-claude3sonnet-4k")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 |
|---|---|---|---|
| 21.1609 | 1.0 | 10 | 12.3637 |
| 14.2403 | 2.0 | 20 | 7.7626 |
| 12.4548 | 3.0 | 30 | 6.8741 |
| 8.6478 | 4.0 | 40 | 6.1412 |
| 3.1923 | 5.0 | 50 | 4.4401 |
| 1.9614 | 6.0 | 60 | 3.3292 |
| 1.692 | 7.0 | 70 | 3.1272 |
| 1.5661 | 8.0 | 80 | 3.0726 |
| 1.5417 | 9.0 | 90 | 3.0536 |
| 1.5287 | 10.0 | 100 | 3.0527 |
Base model
google/gemma-7b