defunct-datasets/eli5
Updated • 45.6k • 52
How to use gur509/t5-small-finetuned-eli5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("gur509/t5-small-finetuned-eli5")
model = AutoModelForSeq2SeqLM.from_pretrained("gur509/t5-small-finetuned-eli5", device_map="auto")This model is a fine-tuned version of t5-small on the eli5 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 |
|---|---|---|---|---|---|---|---|---|
| 3.8011 | 1.0 | 17040 | 3.5993 | 15.1689 | 2.1762 | 12.7542 | 14.0214 | 18.9988 |