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