pmarmaroli commited on
Commit
765986c
·
verified ·
1 Parent(s): dcfcf75

Add model card

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -84,11 +84,11 @@ Trained on wav2vec2 multi-layer embeddings covering 9 languages:
84
  ## Performance
85
 
86
  **Test Set Results (16,709 samples):**
87
- - **Overall Accuracy:** 82.28%
88
- - **Macro F1-Score:** 80.45%
89
  - **Weighted F1-Score:** 86.04%
90
  - **Classes:** negative, neutral, positive
91
- - **Epochs Trained:** 79
92
  - **Training Samples:** 83,545
93
 
94
  ### Per-Class Performance
@@ -136,7 +136,7 @@ Hyperparameters:
136
  Optimizer: AdamW (lr=2e-4, weight_decay=0.01)
137
  Loss: CrossEntropyLoss (label_smoothing=0.1, class-weighted)
138
  LR Schedule: Cosine annealing + 5% warmup
139
- Batch Size: 32, Epochs: 79
140
  Regularization: Gradient clipping (max_norm=1.0)
141
  ```
142
 
@@ -318,5 +318,5 @@ If you use this model, please cite:
318
 
319
  ---
320
 
321
- **Uploaded:** 2025-11-14 14:31:57 UTC
322
  **Version:** 3.0 (Transformer + Multilingual + Multi-Layer Features)
 
84
  ## Performance
85
 
86
  **Test Set Results (16,709 samples):**
87
+ - **Overall Accuracy:** 86.25%
88
+ - **Macro F1-Score:** 84.60%
89
  - **Weighted F1-Score:** 86.04%
90
  - **Classes:** negative, neutral, positive
91
+ - **Epochs Trained:** 111
92
  - **Training Samples:** 83,545
93
 
94
  ### Per-Class Performance
 
136
  Optimizer: AdamW (lr=2e-4, weight_decay=0.01)
137
  Loss: CrossEntropyLoss (label_smoothing=0.1, class-weighted)
138
  LR Schedule: Cosine annealing + 5% warmup
139
+ Batch Size: 32, Epochs: 111
140
  Regularization: Gradient clipping (max_norm=1.0)
141
  ```
142
 
 
318
 
319
  ---
320
 
321
+ **Uploaded:** 2025-11-14 15:56:29 UTC
322
  **Version:** 3.0 (Transformer + Multilingual + Multi-Layer Features)