Transformers
PyTorch
t5
text2text-generation
question-answering, multi-step-reasoning, multi-hop-reasoning
text-generation-inference
Instructions to use StonyBrookNLP/nt5-small-drop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StonyBrookNLP/nt5-small-drop with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("StonyBrookNLP/nt5-small-drop") model = AutoModelForSeq2SeqLM.from_pretrained("StonyBrookNLP/nt5-small-drop") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!