Hao Xu
commited on
Commit
·
5e9e543
1
Parent(s):
e55b0a5
add cc-2025-08 result
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ def build_table(source, refresh=False):
|
|
64 |
"Pile-train Dirty (%)": entry.get("Pile Dirty", -1),
|
65 |
"DCLM-baseline Dirty (%)": entry.get("DCLM Dirty", -1),
|
66 |
"CC-2025-05 Dirty (%)": entry.get("CC202505 Dirty", -1),
|
|
|
67 |
}
|
68 |
|
69 |
if source == "core":
|
|
|
64 |
"Pile-train Dirty (%)": entry.get("Pile Dirty", -1),
|
65 |
"DCLM-baseline Dirty (%)": entry.get("DCLM Dirty", -1),
|
66 |
"CC-2025-05 Dirty (%)": entry.get("CC202505 Dirty", -1),
|
67 |
+
"CC-2025-08 Dirty (%)": entry.get("CC202508 Dirty", -1)
|
68 |
}
|
69 |
|
70 |
if source == "core":
|