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