Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
deberta
multilingual
subjectivity-detection
MatteoFasulo commited on
Commit
5c8ff49
·
verified ·
1 Parent(s): b225f57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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 None dataset.
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