Instructions to use kevinlu1248/ct-base-commits-fastt5-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kevinlu1248/ct-base-commits-fastt5-quantized with Transformers:
# Load model directly from transformers import AutoTokenizer, OnnxT5 tokenizer = AutoTokenizer.from_pretrained("kevinlu1248/ct-base-commits-fastt5-quantized") model = OnnxT5.from_pretrained("kevinlu1248/ct-base-commits-fastt5-quantized", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload OnnxT5
#1
by kevinlu1248 - opened
No description provided.
kevinlu1248 changed pull request status to merged