Transformers
PyTorch
Safetensors
English
t5
text2text-generation
array
of
tags
text-generation-inference
Instructions to use jpwahle/t5-large-word-sense-disambiguation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jpwahle/t5-large-word-sense-disambiguation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jpwahle/t5-large-word-sense-disambiguation") model = AutoModelForSeq2SeqLM.from_pretrained("jpwahle/t5-large-word-sense-disambiguation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Error when using the model
1
#3 opened about 1 year ago
by
glancioni