Transformers
PyTorch
t5
text2text-generation
question-answering, multi-step-reasoning, multi-hop-reasoning
text-generation-inference
Instructions to use StonyBrookNLP/preasm-large-drop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StonyBrookNLP/preasm-large-drop with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("StonyBrookNLP/preasm-large-drop") model = AutoModelForSeq2SeqLM.from_pretrained("StonyBrookNLP/preasm-large-drop", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
update. 57cfe48
Harsh Trivedi commited on
update. b99a121
Harsh Trivedi commited on
update. 99bbc05
Harsh Trivedi commited on
init. e31bd75
Harsh Trivedi commited on