Text Classification
Transformers
PyTorch
Safetensors
deberta-v2
subjectivity
newspapers
CLEF2023
text-embeddings-inference
Instructions to use GroNLP/mdebertav3-subjectivity-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GroNLP/mdebertav3-subjectivity-multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GroNLP/mdebertav3-subjectivity-multilingual")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GroNLP/mdebertav3-subjectivity-multilingual") model = AutoModelForSequenceClassification.from_pretrained("GroNLP/mdebertav3-subjectivity-multilingual", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
85d7539 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:45a824c25ee5199ac5e147a212fa0a1dfdae87b0329ce1477390a68b15e1b223
size 16331564
|