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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d8aa2555fd3460b1cb063473e4af835c34a42188199fd9b9e2afc61a9f2abf2b
- Size of remote file:
- 536 MB
- SHA256:
- 0cccc2dd35edd0d24e9bc1633032b67ca22ee0ff312c22752395536cdb1d533b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.