Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,19 @@ datasets:
|
|
14 |
|
15 |
|
16 |
# udkai_Turdus
|
17 |
-
A less contaminated version of [udkai/Garrulus](https://huggingface.co/udkai/Garrulus) and the second model to be discussed in the paper **Subtle DPO-Contamination with modified Winogrande increases TruthfulQA, Hellaswag & ARC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
|
16 |
# udkai_Turdus
|
17 |
+
A less contaminated version of [udkai/Garrulus](https://huggingface.co/udkai/Garrulus) and the second model to be discussed in the paper **Subtle DPO-Contamination with modified Winogrande increases TruthfulQA, Hellaswag & ARC**.
|
18 |
+
|
19 |
+
Contrary to Garrulus which was obtained after 2 epochs, this model was obtained after **one single epoch** of "direct preference optimization" of [NeuralMarcoro14-7B](https://huggingface.co/mlabonne/NeuralMarcoro14-7B) with [https://huggingface.co/datasets/hromi/winograd_dpo] .
|
20 |
+
|
21 |
+
As You may notice, the dataset mostly consists of specially modified winogrande prompts.
|
22 |
+
|
23 |
+
But before flagging this (or recommending this to be flagged), consider this:
|
24 |
+
|
25 |
+
Subtle DPO-Contamination with modified Winogrande in such an extent that the average accuracy of all 5-non Winogrande metrics (e.g. including also MMLU and GSM8K) is 0.2% higher than the base model.
|
26 |
+
|
27 |
+
| Model | ARC | HellaSwag | MMLU | Truthful QA | GSM8K | Average |
|
28 |
+
| -----------------------------|------ | --------- | ---- | ----------- | ------| ------- |
|
29 |
+
| mlabonne/NeuralMarcoro14-7B | 71.42 | 87.59 | 64.84| 65.64 | 70.74 | 72.046 |
|
30 |
+
| udkai/Turdus | 73.38 | 88.56 | 64.52| 67.11 | 67.7 | **72,254** |
|
31 |
+
|
32 |
+
Yes, as strange as it may sound, one can indeed increase ARC from 71.42% to 73.38 % with one single epoch of cca 1200 repetitive winograd schematas...
|