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