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: 132 Bytes
e7d7a21 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e3909a67b780650b35cf529ac782ad2b6b26e6d1f849d3fbb6a872905f452458
size 4548313
|