Transformers
Safetensors
English
t5
text2text-generation
text-simplification
WikiLarge
Eval Results (legacy)
text-generation-inference
Instructions to use eilamc14/flan-t5-base-text-simplification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eilamc14/flan-t5-base-text-simplification with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("eilamc14/flan-t5-base-text-simplification") model = AutoModelForSeq2SeqLM.from_pretrained("eilamc14/flan-t5-base-text-simplification") - Notebooks
- Google Colab
- Kaggle
| { | |
| "decoder_start_token_id": 0, | |
| "eos_token_id": [ | |
| 1 | |
| ], | |
| "pad_token_id": 0, | |
| "transformers_version": "4.56.2" | |
| } | |