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