ainouche-abderahmane commited on
Commit
a8b8c6a
·
verified ·
1 Parent(s): 8399a91

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -104,6 +104,17 @@ substitution, and legacy Tamazight-font mojibake where the sub-dot emphatics
104
  not carry either defect at measurable rates, but the step is applied regardless so
105
  the output is guaranteed canonical.
106
 
 
 
 
 
 
 
 
 
 
 
 
107
  ## Why this benchmark exists
108
 
109
  **No Kabyle sentiment benchmark with a neutral class existed before this release.**
 
104
  not carry either defect at measurable rates, but the step is applied regardless so
105
  the output is guaranteed canonical.
106
 
107
+ ## Baseline Benchmarks
108
+
109
+ Empirical classification baselines evaluated on `test.jsonl` (1,500 test sentences, 500 per class):
110
+
111
+ | System / Model | Setting | Accuracy | Macro F1 | Negative F1 | Neutral F1 | Positive F1 |
112
+ |---|---|---|---|---|---|---|
113
+ | **Masinissa-31M** | Linear Probe (Frozen Encoder + Single Linear) | 77.53% | 0.7764 | 0.7389 | 0.8298 | 0.7604 |
114
+ | **Masinissa-31M** | Full Fine-Tuning (RoBERTa-style Head) | **88.80%** | **0.8880** | **0.8831** | **0.9111** | **0.8697** |
115
+
116
+ Linear Probe evaluates pure feature separability of the frozen pre-trained encoder (Mean Pooling $\rightarrow$ single `nn.Linear`). Full Fine-Tuning fits the encoder end-to-end with a `RobertaClassificationHead` (`Dense` $\rightarrow$ `Tanh` $\rightarrow$ `Dropout` $\rightarrow$ `Linear`).
117
+
118
  ## Why this benchmark exists
119
 
120
  **No Kabyle sentiment benchmark with a neutral class existed before this release.**