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