Instructions to use nlpunibo/classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpunibo/classifier with Transformers:
# Load model directly from transformers import AutoTokenizer, DistilBertClassifier tokenizer = AutoTokenizer.from_pretrained("nlpunibo/classifier") model = DistilBertClassifier.from_pretrained("nlpunibo/classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K