reciTAL/mlsum
Updated • 1.63k • 55
How to use kamranshah/t5-small-mlsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kamranshah/t5-small-mlsum")
model = AutoModelForSeq2SeqLM.from_pretrained("kamranshah/t5-small-mlsum", device_map="auto")This model is a fine-tuned version of t5-small 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 |
|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 13 | 2.7607 | 14.4395 | 6.4679 | 13.2562 | 13.6373 | 19.0 |
| No log | 2.0 | 26 | 2.7068 | 14.4214 | 6.4106 | 13.4536 | 13.7502 | 19.0 |
| No log | 3.0 | 39 | 2.6689 | 14.7941 | 6.5511 | 13.6862 | 14.1839 | 19.0 |
| No log | 4.0 | 52 | 2.6450 | 14.3539 | 6.6061 | 13.281 | 13.7636 | 19.0 |
| No log | 5.0 | 65 | 2.6372 | 14.4732 | 6.6752 | 13.4183 | 13.8427 | 19.0 |
Base model
google-t5/t5-small