Instructions to use abdullah-jokergames/distilbert-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdullah-jokergames/distilbert-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdullah-jokergames/distilbert-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdullah-jokergames/distilbert-classification") model = AutoModelForSequenceClassification.from_pretrained("abdullah-jokergames/distilbert-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
04ccf37 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3e5ac2c1ece3620a2db477e33e1760b9522e2f9ee59e3e4b77e19a0e6154b297
size 5112
|