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