Text Classification
Transformers
Safetensors
Arabic
deberta-v2
Generated from Trainer
subjectivity-detection
sentiment-analysis
multilingual
deberta-v3
Instructions to use AIWizards/mdeberta-v3-base-subjectivity-sentiment-arabic 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-arabic 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-arabic")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AIWizards/mdeberta-v3-base-subjectivity-sentiment-arabic") model = AutoModel.from_pretrained("AIWizards/mdeberta-v3-base-subjectivity-sentiment-arabic") - Notebooks
- Google Colab
- Kaggle