Text Classification
Transformers
PyTorch
English
roberta
classification
framing
MediaFrames
argument classification
multilabel
RoBERTa-base
Instructions to use pheinisch/MediaFrame-Roberta-recall with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pheinisch/MediaFrame-Roberta-recall with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pheinisch/MediaFrame-Roberta-recall")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pheinisch/MediaFrame-Roberta-recall") model = AutoModelForSequenceClassification.from_pretrained("pheinisch/MediaFrame-Roberta-recall", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bb57751 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8c8736419534bdecfdec81afb481e789c3ca5ee40d027e85f8400541cb20e941
size 498695278
|