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