ainouche-abderahmane commited on
Commit
682f3c5
·
verified ·
1 Parent(s): a8b8c6a

Upload folder using huggingface_hub

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