Instructions to use patrickvonplaten/t5-tiny-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickvonplaten/t5-tiny-random with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("patrickvonplaten/t5-tiny-random") model = AutoModelForSeq2SeqLM.from_pretrained("patrickvonplaten/t5-tiny-random") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
536375f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2e3d9d45ee7f851ee8604a2d079be93c5465aa819cdbd657dbfcb7114994448b
size 8852796
|