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