Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
deberta
multilingual
subjectivity-detection
Instructions to use AIWizards/mdeberta-v3-base-subjectivity-sentiment-multilingual-no-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-multilingual-no-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-multilingual-no-arabic")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AIWizards/mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic") model = AutoModel.from_pretrained("AIWizards/mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,14 @@ tags:
|
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -14,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on the
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.8900
|
| 20 |
- Macro F1: 0.7969
|
|
@@ -67,4 +72,4 @@ The following hyperparameters were used during training:
|
|
| 67 |
- Transformers 4.47.0
|
| 68 |
- Pytorch 2.5.1+cu121
|
| 69 |
- Datasets 3.3.1
|
| 70 |
-
- Tokenizers 0.21.0
|
|
|
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
- f1
|
| 8 |
model-index:
|
| 9 |
- name: mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic
|
| 10 |
results: []
|
| 11 |
+
license: mit
|
| 12 |
+
base_model:
|
| 13 |
+
- microsoft/mdeberta-v3-base
|
| 14 |
+
pipeline_tag: text-classification
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 19 |
|
| 20 |
# mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the [CheckThat! Lab Task 1 Subjectivity Detection at CLEF 2025](arxiv.org/abs/2507.11764).
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 0.8900
|
| 25 |
- Macro F1: 0.7969
|
|
|
|
| 72 |
- Transformers 4.47.0
|
| 73 |
- Pytorch 2.5.1+cu121
|
| 74 |
- Datasets 3.3.1
|
| 75 |
+
- Tokenizers 0.21.0
|