Instructions to use pere/tt5x-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pere/tt5x-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pere/tt5x-small")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("pere/tt5x-small") model = AutoModel.from_pretrained("pere/tt5x-small") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
931abc2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8235a3151278990f75e3c874a627c7d19333f921c1d1388ce462866bd7a83ed2
size 1349
|