abisee/cnn_dailymail
Viewer • Updated • 936k • 123k • 347
How to use RMWeerasinghe/flan-t5-base-finetuned-QLoRA-v2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForSeq2SeqLM
base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base")
model = PeftModel.from_pretrained(base_model, "RMWeerasinghe/flan-t5-base-finetuned-QLoRA-v2")This model is a fine-tuned version of google/flan-t5-base on the cnn_dailymail 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 | Rouge1 | Rouge2 | Rougel | Rougelsum |
|---|---|---|---|---|---|---|---|
| 3.0551 | 1.0 | 500 | 2.2941 | 0.2336 | 0.1092 | 0.1969 | 0.217 |
| 1.6422 | 2.0 | 1000 | 1.1665 | 0.2459 | 0.1088 | 0.1991 | 0.227 |
| 1.4067 | 3.0 | 1500 | 1.0762 | 0.2462 | 0.1089 | 0.1982 | 0.2296 |
| 1.2856 | 4.0 | 2000 | 1.0518 | 0.2448 | 0.1112 | 0.2036 | 0.2298 |
| 1.3478 | 5.0 | 2500 | 1.0393 | 0.2458 | 0.1125 | 0.2056 | 0.2303 |
| 1.2114 | 6.0 | 3000 | 1.0340 | 0.2497 | 0.1145 | 0.2084 | 0.2333 |
| 1.3311 | 7.0 | 3500 | 1.0298 | 0.2479 | 0.1143 | 0.207 | 0.233 |
| 1.3081 | 8.0 | 4000 | 1.0270 | 0.2448 | 0.1112 | 0.2035 | 0.2301 |
| 1.1794 | 9.0 | 4500 | 1.0258 | 0.2449 | 0.1112 | 0.2036 | 0.2301 |
| 1.2407 | 10.0 | 5000 | 1.0254 | 0.244 | 0.111 | 0.2032 | 0.2292 |
Base model
google/flan-t5-base