Wi
/

How to use from the
Use from the
Transformers library
# 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")
Quick Links

DistilBERT on ArXiv

This model was developed to predict the top-level category of a paper, given the paper's abstract, title, and list of authors. It was trained over a subset of data pulled from the ArXiv API.

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support