README: add Gemma-4, Qwen3.6, Kimi-K2.6 benchmarks + head-to-head vs flagships
Browse files
benchmark_results_2026flagships.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"SARFTokenizer v0.2": {
|
| 3 |
+
"vocab": 65000,
|
| 4 |
+
"ar_cpt": 3.6826439684086916,
|
| 5 |
+
"en_cpt": 3.5215690259641277,
|
| 6 |
+
"parity": 1.0457395386138897,
|
| 7 |
+
"ar_tpw": 1.570428137505424,
|
| 8 |
+
"en_tpw": 2.0072412034676184
|
| 9 |
+
},
|
| 10 |
+
"google/gemma-4-31B-it": {
|
| 11 |
+
"vocab": 262144,
|
| 12 |
+
"ar_cpt": 2.8327478613051205,
|
| 13 |
+
"en_cpt": 3.0694419840566876,
|
| 14 |
+
"parity": 0.9228869208211118,
|
| 15 |
+
"ar_tpw": 2.041596355045562,
|
| 16 |
+
"en_tpw": 2.302906680265171
|
| 17 |
+
},
|
| 18 |
+
"Qwen/Qwen3.6-35B-A3B": {
|
| 19 |
+
"vocab": 248077,
|
| 20 |
+
"ar_cpt": 3.129230227416504,
|
| 21 |
+
"en_cpt": 2.985226342766077,
|
| 22 |
+
"parity": 1.0482388496267236,
|
| 23 |
+
"ar_tpw": 1.8481630586760522,
|
| 24 |
+
"en_tpw": 2.3678735339112698
|
| 25 |
+
},
|
| 26 |
+
"moonshotai/Kimi-K2.6": {
|
| 27 |
+
"vocab": 163840,
|
| 28 |
+
"ar_cpt": 2.0737961766371176,
|
| 29 |
+
"en_cpt": 3.238540255128265,
|
| 30 |
+
"parity": 0.640349050271411,
|
| 31 |
+
"ar_tpw": 2.788763801166771,
|
| 32 |
+
"en_tpw": 2.182661907190209
|
| 33 |
+
}
|
| 34 |
+
}
|