Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ecwk/distilbert-git-commits-bugfix-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ecwk/distilbert-git-commits-bugfix-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ecwk/distilbert-git-commits-bugfix-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ecwk/distilbert-git-commits-bugfix-classification") model = AutoModelForSequenceClassification.from_pretrained("ecwk/distilbert-git-commits-bugfix-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- da6a5c17845b10004dfe56e17f5d2643030b04eabe07bb45894d09fa97f78841
- Size of remote file:
- 268 MB
- SHA256:
- 86eb57ae585fbb2496727a9431388d96b5f6fec8df377860193163404db0adac
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.