Text Classification
Transformers
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use albertmartinez/openalex-topic-classification-title-abstract with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use albertmartinez/openalex-topic-classification-title-abstract with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="albertmartinez/openalex-topic-classification-title-abstract")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("albertmartinez/openalex-topic-classification-title-abstract") model = AutoModelForSequenceClassification.from_pretrained("albertmartinez/openalex-topic-classification-title-abstract") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4ed3582 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79a504cf8170baad34e76c3aec5ae84cf1372d6790c579670c8490ad649b49f1
size 5432
|