chaojiang06/wiki_auto
Updated • 662 • 9
How to use husseinMoh/t5-small-finetuned-text-simplification with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("husseinMoh/t5-small-finetuned-text-simplification")
model = AutoModelForSeq2SeqLM.from_pretrained("husseinMoh/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: