chaojiang06/wiki_auto
Updated • 494 • 9
How to use NourEldin-Osama/t5-small-finetuned-text-simplification with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("NourEldin-Osama/t5-small-finetuned-text-simplification")
model = AutoModelForSeq2SeqLM.from_pretrained("NourEldin-Osama/t5-small-finetuned-text-simplification")This model is a fine-tuned version of t5-small on the wiki_auto 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 | Sari |
|---|---|---|---|---|
| 1.6567 | 1.0 | 23363 | 4.5102 | 58.1853 |
| 3.7655 | 2.0 | 46726 | 4.9119 | 57.2334 |
| 3.7498 | 3.0 | 70089 | 4.9119 | 57.2334 |