Instructions to use gperdrizet/T5-small-system-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gperdrizet/T5-small-system-agent with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gperdrizet/T5-small-system-agent") model = AutoModelForSeq2SeqLM.from_pretrained("gperdrizet/T5-small-system-agent") - Notebooks
- Google Colab
- Kaggle
Custom fine tuned T5-small summarization model. Used as bartleby's system agent to detect natural language commands in chat and translate them into commands.
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support