llama-duo/synth_summarize_dataset_dedup
Viewer • Updated • 880k • 15 • 2
How to use llama-duo/gemma7b-summarize-gemini1_5flash-32k 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-32k")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 |
|---|---|---|---|
| 7.4587 | 1.0 | 52 | 4.9639 |
| 1.2656 | 2.0 | 104 | 2.7099 |
| 1.1018 | 3.0 | 156 | 2.5878 |
| 1.0198 | 4.0 | 208 | 2.5538 |
| 0.9682 | 5.0 | 260 | 2.5424 |
| 0.9349 | 6.0 | 312 | 2.5212 |
| 0.9093 | 7.0 | 364 | 2.5261 |
| 0.906 | 8.0 | 416 | 2.5334 |
| 0.9005 | 9.0 | 468 | 2.5352 |
| 0.8909 | 10.0 | 520 | 2.5408 |
Base model
google/gemma-7b