Transformers
PyTorch
Safetensors
English
t5
text2text-generation
spellchecking
NLP
T5
natural language generation
text-generation-inference
Instructions to use ai-forever/T5-large-spell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai-forever/T5-large-spell with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ai-forever/T5-large-spell") model = AutoModelForSeq2SeqLM.from_pretrained("ai-forever/T5-large-spell") - Notebooks
- Google Colab
- Kaggle
Short output in inference
#2
by ngthtrong271 - opened
I had input :
"Ans 24). In developing a chart to flot a course of action, with many of the events or milestones, we will we Process deciscon pirogram chart.
so, optison (A) is cossect ansuver."
But output i had received : "[' And 24). In developing a chart to plot a course of action, with many of']". Its so short output. I want to how the output longer equal input. Thanks