Instructions to use aieng-lab/t5-small_commit-intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aieng-lab/t5-small_commit-intent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aieng-lab/t5-small_commit-intent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aieng-lab/t5-small_commit-intent") model = AutoModelForSequenceClassification.from_pretrained("aieng-lab/t5-small_commit-intent") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9948409 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:73e0fb6d169f7a67282765f3e548a9cfa6b0bc5c242a6d0fda6cc808a52d30bb
size 121559014
|