Text Classification
Transformers
PyTorch
English
roberta
roberta-large
topic
news
text-embeddings-inference
Instructions to use dell-research-harvard/topic-obits with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dell-research-harvard/topic-obits with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dell-research-harvard/topic-obits")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dell-research-harvard/topic-obits") model = AutoModelForSequenceClassification.from_pretrained("dell-research-harvard/topic-obits", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4d04c36 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:440b7086c96acdaa62794c32401bbcd3767ca85bcf4a4a6490e1e594380e4d03
size 328517293
|