Text Classification
Transformers
PyTorch
distilbert
classification
Generated from Trainer
Eval Results (legacy)
Instructions to use loresiensis/distilbert_classificator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use loresiensis/distilbert_classificator with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="loresiensis/distilbert_classificator")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("loresiensis/distilbert_classificator") model = AutoModelForSequenceClassification.from_pretrained("loresiensis/distilbert_classificator") - Notebooks
- Google Colab
- Kaggle
Ctrl+K