Text Classification
Transformers
Safetensors
electra
intent-classification
banking77
ml-intern-smoke-test
Generated from Trainer
ml-intern
Eval Results (legacy)
Instructions to use CXBVSWEDRF/banking77-electra-small-smoke with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CXBVSWEDRF/banking77-electra-small-smoke with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CXBVSWEDRF/banking77-electra-small-smoke")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CXBVSWEDRF/banking77-electra-small-smoke") model = AutoModelForSequenceClassification.from_pretrained("CXBVSWEDRF/banking77-electra-small-smoke") - Notebooks
- Google Colab
- Kaggle