Text Classification
Transformers
PyTorch
English
distilbert
arxiv
topic-classification
text-embeddings-inference
Instructions to use Wi/arxiv-topics-distilbert-base-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wi/arxiv-topics-distilbert-base-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Wi/arxiv-topics-distilbert-base-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Wi/arxiv-topics-distilbert-base-cased") model = AutoModelForSequenceClassification.from_pretrained("Wi/arxiv-topics-distilbert-base-cased") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 29d7da0dd88b9c54540c4362d5bb4de033ff5990fe194863413dff1924803869
- Size of remote file:
- 263 MB
- SHA256:
- 8dceb60c7b37bb9ec52e15f3fdea540ccd7ded40d53d5547580f9a37cf01f972
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.