Transformers
Safetensors
t5
text2text-generation
aphasia
text-normalization
seq2seq
nlp
text-generation-inference
Instructions to use LeifsterNYC/aphasia-t5-normalization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeifsterNYC/aphasia-t5-normalization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("LeifsterNYC/aphasia-t5-normalization") model = AutoModelForSeq2SeqLM.from_pretrained("LeifsterNYC/aphasia-t5-normalization") - Notebooks
- Google Colab
- Kaggle
Ctrl+K