johannhartmann
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,22 @@ license: apache-2.0
|
|
3 |
---
|
4 |
|
5 |
This was just an experiment. One that went bad.
|
6 |
-
I actually managed to _decrease_ the ability to do math by using a math dpo dataset with a german translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This was just an experiment. One that went bad.
|
6 |
+
I actually managed to _decrease_ the ability to do math by using a math dpo dataset with a german translation.
|
7 |
+
|
8 |
+
```json
|
9 |
+
{
|
10 |
+
"first_turn": 6.48125,
|
11 |
+
"second_turn": 6.19375,
|
12 |
+
"categories": {
|
13 |
+
"writing": 8.425,
|
14 |
+
"roleplay": 7.4,
|
15 |
+
"reasoning": 4.6,
|
16 |
+
"math": 2.65,
|
17 |
+
"coding": 4.6,
|
18 |
+
"extraction": 7,
|
19 |
+
"stem": 8.0,
|
20 |
+
"humanities": 8.025
|
21 |
+
},
|
22 |
+
"average": 6.3375
|
23 |
+
}
|
24 |
+
```
|