Text Classification
Transformers
Safetensors
English
deberta-v2
Generated from Trainer
subjectivity-detection
news
checkthat2025
mdeberta-v3
Instructions to use AIWizards/mdeberta-v3-base-subjectivity-sentiment-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIWizards/mdeberta-v3-base-subjectivity-sentiment-english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AIWizards/mdeberta-v3-base-subjectivity-sentiment-english")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AIWizards/mdeberta-v3-base-subjectivity-sentiment-english") model = AutoModel.from_pretrained("AIWizards/mdeberta-v3-base-subjectivity-sentiment-english") - Notebooks
- Google Colab
- Kaggle