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