Jonna Marie Matthiesen Claude Opus 4.6 (1M context) commited on
Commit ·
bd14011
1
Parent(s): 5969585
Group table rows by model sub-family (size) instead of individual model
Browse filesChanges table_group_by from "model" to "model_family" so that
general families like Llama-3.2 visually group by size (1B, 3B)
with separators and per-group best-metric highlighting.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- config.json +1 -1
config.json
CHANGED
|
@@ -131,7 +131,7 @@
|
|
| 131 |
"direction": "desc"
|
| 132 |
}
|
| 133 |
],
|
| 134 |
-
"table_group_by": "
|
| 135 |
"model_families": {
|
| 136 |
"Cosmos-Reason2-2B": {
|
| 137 |
"data_file": "data/Cosmos-Reason2.csv",
|
|
|
|
| 131 |
"direction": "desc"
|
| 132 |
}
|
| 133 |
],
|
| 134 |
+
"table_group_by": "model_family",
|
| 135 |
"model_families": {
|
| 136 |
"Cosmos-Reason2-2B": {
|
| 137 |
"data_file": "data/Cosmos-Reason2.csv",
|