llama-duo/coverage_dataset
Viewer • Updated • 10k • 36 • 1
How to use llama-duo/gemma7b-summarize 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")This model is a fine-tuned version of google/gemma-7b on the llama-duo/coverage_dataset 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 |
|---|---|---|---|
| 17.2572 | 1.0 | 5 | 11.2704 |
| 10.1138 | 2.0 | 10 | 7.8912 |
| 7.7504 | 3.0 | 15 | 7.1928 |
| 7.0505 | 4.0 | 20 | 6.8083 |
| 6.6144 | 5.0 | 25 | 6.4041 |
| 6.066 | 6.0 | 30 | 5.7488 |
| 5.1349 | 7.0 | 35 | 4.6655 |
| 3.9891 | 8.0 | 40 | 3.7537 |
| 3.293 | 9.0 | 45 | 3.3924 |
| 3.098 | 10.0 | 50 | 3.3615 |
Base model
google/gemma-7b