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