defunct-datasets/eli5
Updated • 29.6k • 52
How to use ryuno25/t5-base-finetuned-eli-5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ryuno25/t5-base-finetuned-eli-5")
model = AutoModelForSeq2SeqLM.from_pretrained("ryuno25/t5-base-finetuned-eli-5")This model is a fine-tuned version of t5-base 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.6754 | 1.0 | 8520 | 3.4557 | 13.4 | 1.9415 | 10.4671 | 12.0693 | 18.9529 |