Instructions to use arbitropy/umt5-bcoqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arbitropy/umt5-bcoqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("arbitropy/umt5-bcoqa") model = AutoModelForSeq2SeqLM.from_pretrained("arbitropy/umt5-bcoqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e7d7a21 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a0f9780d00e78a246c277283bc92851e60eb06a985a4dd6bbb15cf9d30e52599
size 4856
|