reciTAL/mlsum
Updated • 1.38k • 55
How to use kaixkhazaki/flan-t5-base-turkish-summarisation with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kaixkhazaki/flan-t5-base-turkish-summarisation")
model = AutoModelForSeq2SeqLM.from_pretrained("kaixkhazaki/flan-t5-base-turkish-summarisation")This model is a fine-tuned version of google/flan-t5-base on the mlsum 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 | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 1.5856 | 0.0802 | 200 | 1.3164 | 18.0769 | 11.7482 | 17.3132 | 17.32 | 20.0 |
| 1.4888 | 0.1604 | 400 | 1.2901 | 17.6893 | 11.6682 | 16.9148 | 16.8964 | 20.0 |
| 1.4787 | 0.2407 | 600 | 1.2827 | 17.5252 | 11.5143 | 16.8586 | 16.8281 | 20.0 |
| 1.488 | 0.3209 | 800 | 1.2637 | 17.8913 | 11.7712 | 17.1369 | 17.0949 | 20.0 |
| 1.4105 | 0.4011 | 1000 | 1.2759 | 17.7215 | 11.6449 | 17.1215 | 17.0317 | 20.0 |
Base model
google/flan-t5-base