Add TextModel-v1 to leaderboard
Browse filesTextModel-v1 (bench-labs), 122.7M params trained from scratch (85% FineWeb-Edu / 15% synthetic causal-reasoning data, 1.64B tokens). GCI 55.044 on the full 5000-item test set, BLiMP 80.31, ARC-Easy 49.71, WikiText-2 byte-ppl 2.628. Model card and eval methodology: https://huggingface.co/TobiasLogic/TextModel-v1
- index.html +18 -2
index.html
CHANGED
|
@@ -1422,6 +1422,20 @@ const models = [
|
|
| 1422 |
tokens: "~2.5B",
|
| 1423 |
links: {}
|
| 1424 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1425 |
];
|
| 1426 |
|
| 1427 |
models.forEach(m => { if (!m.links) m.links = {}; });
|
|
@@ -1462,7 +1476,8 @@ const orgNameMap = {
|
|
| 1462 |
opengcm: 'OpenGCM',
|
| 1463 |
flamef0x: 'FlameF0X',
|
| 1464 |
martico2432: 'Martico2432',
|
| 1465 |
-
wonderfulmonkey: 'Wonderful Monkey'
|
|
|
|
| 1466 |
};
|
| 1467 |
|
| 1468 |
const colorMap = {
|
|
@@ -1500,7 +1515,8 @@ const colorMap = {
|
|
| 1500 |
'56m': '#a855f7',
|
| 1501 |
flamef0x: '#cc5218',
|
| 1502 |
martico2432: '#6cf01a',
|
| 1503 |
-
wonderfulmonkey: '#f0f8ff'
|
|
|
|
| 1504 |
};
|
| 1505 |
|
| 1506 |
const bgMap = {};
|
|
|
|
| 1422 |
tokens: "~2.5B",
|
| 1423 |
links: {}
|
| 1424 |
},
|
| 1425 |
+
{
|
| 1426 |
+
name: "TextModel-v1",
|
| 1427 |
+
org: "benchlabs",
|
| 1428 |
+
params: "122.7M",
|
| 1429 |
+
blimp: 80.31,
|
| 1430 |
+
arc: 49.71,
|
| 1431 |
+
gci: 55.044,
|
| 1432 |
+
wiki: 2.628,
|
| 1433 |
+
tokens: "1.64B",
|
| 1434 |
+
releaseDate: "2026-07-29",
|
| 1435 |
+
links: {
|
| 1436 |
+
card: "https://huggingface.co/TobiasLogic/TextModel-v1"
|
| 1437 |
+
}
|
| 1438 |
+
},
|
| 1439 |
];
|
| 1440 |
|
| 1441 |
models.forEach(m => { if (!m.links) m.links = {}; });
|
|
|
|
| 1476 |
opengcm: 'OpenGCM',
|
| 1477 |
flamef0x: 'FlameF0X',
|
| 1478 |
martico2432: 'Martico2432',
|
| 1479 |
+
wonderfulmonkey: 'Wonderful Monkey',
|
| 1480 |
+
benchlabs: 'bench-labs'
|
| 1481 |
};
|
| 1482 |
|
| 1483 |
const colorMap = {
|
|
|
|
| 1515 |
'56m': '#a855f7',
|
| 1516 |
flamef0x: '#cc5218',
|
| 1517 |
martico2432: '#6cf01a',
|
| 1518 |
+
wonderfulmonkey: '#f0f8ff',
|
| 1519 |
+
benchlabs: '#7c3aed'
|
| 1520 |
};
|
| 1521 |
|
| 1522 |
const bgMap = {};
|