Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
sentiment-analysis
Languages:
Kabyle
Size:
10K - 100K
License:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -113,7 +113,7 @@ Empirical classification baselines evaluated on `test.jsonl` (1,500 test sentenc
|
|
| 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
|
| 117 |
|
| 118 |
## Why this benchmark exists
|
| 119 |
|
|
|
|
| 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 → single `nn.Linear`). Full Fine-Tuning fits the encoder end-to-end with a `RobertaClassificationHead` (`Dense` → `Tanh` → `Dropout` → `Linear`).
|
| 117 |
|
| 118 |
## Why this benchmark exists
|
| 119 |
|