Update Xperience-10M public evidence-line docs and audits
Browse files- README.md +40 -1
- TWO_EVIDENCE_LINES.md +24 -0
- data/mirror_parity.json +156 -76
- data/public_surface_qa.json +16 -16
- data/publication_audit.json +9 -9
- data/quality_gates.json +1 -1
- data/scope_claims_audit.json +1 -1
- data/source_alignment_audit.json +1 -1
- data/task_surface_integrity.json +1 -1
- data/two_evidence_lines.json +69 -0
- data/website_integrity.json +18 -13
- docs/data/mirror_parity.json +156 -76
- docs/data/public_surface_qa.json +16 -16
- docs/data/publication_audit.json +9 -9
- docs/data/quality_gates.json +1 -1
- docs/data/scope_claims_audit.json +1 -1
- docs/data/source_alignment_audit.json +1 -1
- docs/data/task_surface_integrity.json +1 -1
- docs/data/two_evidence_lines.json +69 -0
- docs/data/website_integrity.json +18 -13
- metrics/mirror_parity.json +156 -76
- metrics/public_surface_qa.json +16 -16
- metrics/publication_audit.json +9 -9
- metrics/quality_gates.json +1 -1
- metrics/scope_claims_audit.json +1 -1
- metrics/source_alignment_audit.json +1 -1
- metrics/task_surface_integrity.json +1 -1
- metrics/two_evidence_lines.json +69 -0
- metrics/website_integrity.json +18 -13
README.md
CHANGED
|
@@ -59,7 +59,7 @@ metrics:
|
|
| 59 |
|
| 60 |
**Ropedia Xperience-10M Task Suite** turns the public Xperience-10M sample into a readable embodied-AI benchmark surface. It keeps the evidence trail explicit: what is derived from the one public sample episode, what is evaluated on selected 128-episode held-out splits, what is mirrored to Hugging Face, and what still requires gated raw data or new model-specific evaluators.
|
| 61 |
|
| 62 |
-
**Updated:** 2026-06-
|
| 63 |
|
| 64 |
**Scope:** one public sample episode for the fully reproducible task suite; selected 128-episode public-safe artifacts for Qwen3-Omni, Cosmos3, metadata baselines, and raw-feature baselines. Raw Xperience-10M MP4/HDF5/RRD files, full Qwen weights, and gated data are not redistributed here.
|
| 65 |
|
|
@@ -67,6 +67,7 @@ metrics:
|
|
| 67 |
|
| 68 |
- [How To Read This Project](#how-to-read-this-project)
|
| 69 |
- [At A Glance](#at-a-glance)
|
|
|
|
| 70 |
- [Fast Reader Map](#fast-reader-map)
|
| 71 |
- [Why This Project Exists](#why-this-project-exists)
|
| 72 |
- [Start Here](#start-here)
|
|
@@ -119,6 +120,44 @@ The multilingual README files are reader guides. The canonical technical evidenc
|
|
| 119 |
</tbody>
|
| 120 |
</table>
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
## Fast Reader Map
|
| 123 |
|
| 124 |
<table>
|
|
|
|
| 59 |
|
| 60 |
**Ropedia Xperience-10M Task Suite** turns the public Xperience-10M sample into a readable embodied-AI benchmark surface. It keeps the evidence trail explicit: what is derived from the one public sample episode, what is evaluated on selected 128-episode held-out splits, what is mirrored to Hugging Face, and what still requires gated raw data or new model-specific evaluators.
|
| 61 |
|
| 62 |
+
**Updated:** 2026-06-21.
|
| 63 |
|
| 64 |
**Scope:** one public sample episode for the fully reproducible task suite; selected 128-episode public-safe artifacts for Qwen3-Omni, Cosmos3, metadata baselines, and raw-feature baselines. Raw Xperience-10M MP4/HDF5/RRD files, full Qwen weights, and gated data are not redistributed here.
|
| 65 |
|
|
|
|
| 67 |
|
| 68 |
- [How To Read This Project](#how-to-read-this-project)
|
| 69 |
- [At A Glance](#at-a-glance)
|
| 70 |
+
- [Two Evidence Lines](#two-evidence-lines)
|
| 71 |
- [Fast Reader Map](#fast-reader-map)
|
| 72 |
- [Why This Project Exists](#why-this-project-exists)
|
| 73 |
- [Start Here](#start-here)
|
|
|
|
| 120 |
</tbody>
|
| 121 |
</table>
|
| 122 |
|
| 123 |
+
## Two Evidence Lines
|
| 124 |
+
|
| 125 |
+
The public suite is organized around two result lines. Keep them separate when
|
| 126 |
+
reading metrics.
|
| 127 |
+
|
| 128 |
+
<table>
|
| 129 |
+
<thead>
|
| 130 |
+
<tr>
|
| 131 |
+
<th width="20%">Line</th>
|
| 132 |
+
<th width="26%">Data unit</th>
|
| 133 |
+
<th width="24%">Methods</th>
|
| 134 |
+
<th>Primary use</th>
|
| 135 |
+
</tr>
|
| 136 |
+
</thead>
|
| 137 |
+
<tbody>
|
| 138 |
+
<tr>
|
| 139 |
+
<td><strong>1 sample episode</strong></td>
|
| 140 |
+
<td>One public Xperience-10M sample episode: 5,821 frames, 1,161 aligned 20-frame windows, 8,546 feature dimensions.</td>
|
| 141 |
+
<td>Minimal heads and Neural MLP heads on all 20 tasks: 40/40 scored method-task records.</td>
|
| 142 |
+
<td>Inspect raw sample files, understand task definitions, rerun local baselines, and debug whether each task is well-posed.</td>
|
| 143 |
+
</tr>
|
| 144 |
+
<tr>
|
| 145 |
+
<td><strong>128 selected episodes</strong></td>
|
| 146 |
+
<td>Selected held-out 96/16/16 split: 34,269 exported windows with public-safe processed features linked to official gated episode paths.</td>
|
| 147 |
+
<td>Metadata simple/NN, raw-feature simple/NN, Qwen3-Omni, Cosmos3-Super, and Cosmos3-Nano: 140/140 scored 128-line records.</td>
|
| 148 |
+
<td>Compare same-split baselines and model branches; use proxy flags where the public export lacks a direct raw target.</td>
|
| 149 |
+
</tr>
|
| 150 |
+
</tbody>
|
| 151 |
+
</table>
|
| 152 |
+
|
| 153 |
+
Result entry points:
|
| 154 |
+
[`TWO_EVIDENCE_LINES.md`](TWO_EVIDENCE_LINES.md),
|
| 155 |
+
[`two_evidence_lines.json`](docs/data/two_evidence_lines.json),
|
| 156 |
+
[`single_episode_task_model_radar.json`](docs/data/single_episode_task_model_radar.json),
|
| 157 |
+
[`episode128_task_model_radar.json`](docs/data/episode128_task_model_radar.json),
|
| 158 |
+
[`task_method_20_result_matrix.json`](docs/data/task_method_20_result_matrix.json), and
|
| 159 |
+
[`xperience10m_128_episode_feature_index.json`](docs/data/xperience10m_128_episode_feature_index.json).
|
| 160 |
+
|
| 161 |
## Fast Reader Map
|
| 162 |
|
| 163 |
<table>
|
TWO_EVIDENCE_LINES.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Two Evidence Lines
|
| 2 |
+
|
| 3 |
+
The public Xperience-10M task suite has two result lines. Read them separately.
|
| 4 |
+
|
| 5 |
+
| Line | Data unit | Methods | Best use |
|
| 6 |
+
| --- | --- | --- | --- |
|
| 7 |
+
| 1 sample episode | One public sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546 feature dimensions. | Minimal heads and Neural MLP heads on all 20 tasks; 40/40 scored method-task records. | Inspect raw files, understand each task, rerun local baselines, and debug task quality. |
|
| 8 |
+
| 128 selected episodes | Selected held-out 96/16/16 split; 34,269 exported windows; public-safe processed features linked to official gated episode paths. | Metadata simple/NN, raw-feature simple/NN, Qwen3-Omni, Cosmos3-Super, Cosmos3-Nano; 140/140 scored 128-line records. | Compare same-split baselines and model branches; keep proxy flags visible when direct raw targets are unavailable. |
|
| 9 |
+
|
| 10 |
+
## Result Files
|
| 11 |
+
|
| 12 |
+
| Purpose | Artifact |
|
| 13 |
+
| --- | --- |
|
| 14 |
+
| Unified 9-method x 20-task matrix | [`docs/data/task_method_20_result_matrix.json`](docs/data/task_method_20_result_matrix.json) |
|
| 15 |
+
| 1-episode radar data | [`docs/data/single_episode_task_model_radar.json`](docs/data/single_episode_task_model_radar.json) |
|
| 16 |
+
| 128-episode radar data | [`docs/data/episode128_task_model_radar.json`](docs/data/episode128_task_model_radar.json) |
|
| 17 |
+
| 128-episode feature index | [`docs/data/xperience10m_128_episode_feature_index.json`](docs/data/xperience10m_128_episode_feature_index.json) |
|
| 18 |
+
| Score evidence and proxy ledger | [`docs/data/task_method_20_gap_audit.json`](docs/data/task_method_20_gap_audit.json) |
|
| 19 |
+
|
| 20 |
+
## Interpretation Rule
|
| 21 |
+
|
| 22 |
+
Use the 1-episode line for task construction and reproducibility claims.
|
| 23 |
+
Use the 128-episode line for held-out comparison and model-branch claims.
|
| 24 |
+
Do not mix those claims without naming the evidence line.
|
data/mirror_parity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
-
"group_count":
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
@@ -923,44 +923,44 @@
|
|
| 923 |
"path": "repo:docs/data/publication_audit.json",
|
| 924 |
"exists": true,
|
| 925 |
"bytes": 10662,
|
| 926 |
-
"sha256": "
|
| 927 |
},
|
| 928 |
"mirrors": {
|
| 929 |
"hf_space": {
|
| 930 |
"path": "hf_space:data/publication_audit.json",
|
| 931 |
"exists": true,
|
| 932 |
"bytes": 10662,
|
| 933 |
-
"sha256": "
|
| 934 |
},
|
| 935 |
"hf_artifacts_data": {
|
| 936 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 937 |
"exists": true,
|
| 938 |
"bytes": 10662,
|
| 939 |
-
"sha256": "
|
| 940 |
},
|
| 941 |
"hf_artifacts": {
|
| 942 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 943 |
"exists": true,
|
| 944 |
"bytes": 10662,
|
| 945 |
-
"sha256": "
|
| 946 |
},
|
| 947 |
"hf_model_data": {
|
| 948 |
"path": "hf_model:data/publication_audit.json",
|
| 949 |
"exists": true,
|
| 950 |
"bytes": 10662,
|
| 951 |
-
"sha256": "
|
| 952 |
},
|
| 953 |
"hf_model_docs_data": {
|
| 954 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 955 |
"exists": true,
|
| 956 |
"bytes": 10662,
|
| 957 |
-
"sha256": "
|
| 958 |
},
|
| 959 |
"hf_model": {
|
| 960 |
"path": "hf_model:metrics/publication_audit.json",
|
| 961 |
"exists": true,
|
| 962 |
"bytes": 10662,
|
| 963 |
-
"sha256": "
|
| 964 |
}
|
| 965 |
},
|
| 966 |
"failures": []
|
|
@@ -972,44 +972,44 @@
|
|
| 972 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 7208,
|
| 975 |
-
"sha256": "
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/public_surface_qa.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 7208,
|
| 982 |
-
"sha256": "
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 7208,
|
| 988 |
-
"sha256": "
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 7208,
|
| 994 |
-
"sha256": "
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/public_surface_qa.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 7208,
|
| 1000 |
-
"sha256": "
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 7208,
|
| 1006 |
-
"sha256": "
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 7208,
|
| 1012 |
-
"sha256": "
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
@@ -1119,44 +1119,44 @@
|
|
| 1119 |
"path": "repo:docs/data/quality_gates.json",
|
| 1120 |
"exists": true,
|
| 1121 |
"bytes": 8640,
|
| 1122 |
-
"sha256": "
|
| 1123 |
},
|
| 1124 |
"mirrors": {
|
| 1125 |
"hf_space": {
|
| 1126 |
"path": "hf_space:data/quality_gates.json",
|
| 1127 |
"exists": true,
|
| 1128 |
"bytes": 8640,
|
| 1129 |
-
"sha256": "
|
| 1130 |
},
|
| 1131 |
"hf_artifacts_data": {
|
| 1132 |
"path": "hf_artifacts:data/quality_gates.json",
|
| 1133 |
"exists": true,
|
| 1134 |
"bytes": 8640,
|
| 1135 |
-
"sha256": "
|
| 1136 |
},
|
| 1137 |
"hf_artifacts": {
|
| 1138 |
"path": "hf_artifacts:docs/data/quality_gates.json",
|
| 1139 |
"exists": true,
|
| 1140 |
"bytes": 8640,
|
| 1141 |
-
"sha256": "
|
| 1142 |
},
|
| 1143 |
"hf_model_data": {
|
| 1144 |
"path": "hf_model:data/quality_gates.json",
|
| 1145 |
"exists": true,
|
| 1146 |
"bytes": 8640,
|
| 1147 |
-
"sha256": "
|
| 1148 |
},
|
| 1149 |
"hf_model_docs_data": {
|
| 1150 |
"path": "hf_model:docs/data/quality_gates.json",
|
| 1151 |
"exists": true,
|
| 1152 |
"bytes": 8640,
|
| 1153 |
-
"sha256": "
|
| 1154 |
},
|
| 1155 |
"hf_model": {
|
| 1156 |
"path": "hf_model:metrics/quality_gates.json",
|
| 1157 |
"exists": true,
|
| 1158 |
"bytes": 8640,
|
| 1159 |
-
"sha256": "
|
| 1160 |
}
|
| 1161 |
},
|
| 1162 |
"failures": []
|
|
@@ -1560,44 +1560,44 @@
|
|
| 1560 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 1561 |
"exists": true,
|
| 1562 |
"bytes": 21313,
|
| 1563 |
-
"sha256": "
|
| 1564 |
},
|
| 1565 |
"mirrors": {
|
| 1566 |
"hf_space": {
|
| 1567 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 1568 |
"exists": true,
|
| 1569 |
"bytes": 21313,
|
| 1570 |
-
"sha256": "
|
| 1571 |
},
|
| 1572 |
"hf_artifacts_data": {
|
| 1573 |
"path": "hf_artifacts:data/scope_claims_audit.json",
|
| 1574 |
"exists": true,
|
| 1575 |
"bytes": 21313,
|
| 1576 |
-
"sha256": "
|
| 1577 |
},
|
| 1578 |
"hf_artifacts": {
|
| 1579 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 1580 |
"exists": true,
|
| 1581 |
"bytes": 21313,
|
| 1582 |
-
"sha256": "
|
| 1583 |
},
|
| 1584 |
"hf_model_data": {
|
| 1585 |
"path": "hf_model:data/scope_claims_audit.json",
|
| 1586 |
"exists": true,
|
| 1587 |
"bytes": 21313,
|
| 1588 |
-
"sha256": "
|
| 1589 |
},
|
| 1590 |
"hf_model_docs_data": {
|
| 1591 |
"path": "hf_model:docs/data/scope_claims_audit.json",
|
| 1592 |
"exists": true,
|
| 1593 |
"bytes": 21313,
|
| 1594 |
-
"sha256": "
|
| 1595 |
},
|
| 1596 |
"hf_model": {
|
| 1597 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 1598 |
"exists": true,
|
| 1599 |
"bytes": 21313,
|
| 1600 |
-
"sha256": "
|
| 1601 |
}
|
| 1602 |
},
|
| 1603 |
"failures": []
|
|
@@ -1658,44 +1658,44 @@
|
|
| 1658 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1659 |
"exists": true,
|
| 1660 |
"bytes": 4432,
|
| 1661 |
-
"sha256": "
|
| 1662 |
},
|
| 1663 |
"mirrors": {
|
| 1664 |
"hf_space": {
|
| 1665 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1666 |
"exists": true,
|
| 1667 |
"bytes": 4432,
|
| 1668 |
-
"sha256": "
|
| 1669 |
},
|
| 1670 |
"hf_artifacts_data": {
|
| 1671 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1672 |
"exists": true,
|
| 1673 |
"bytes": 4432,
|
| 1674 |
-
"sha256": "
|
| 1675 |
},
|
| 1676 |
"hf_artifacts": {
|
| 1677 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1678 |
"exists": true,
|
| 1679 |
"bytes": 4432,
|
| 1680 |
-
"sha256": "
|
| 1681 |
},
|
| 1682 |
"hf_model_data": {
|
| 1683 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1684 |
"exists": true,
|
| 1685 |
"bytes": 4432,
|
| 1686 |
-
"sha256": "
|
| 1687 |
},
|
| 1688 |
"hf_model_docs_data": {
|
| 1689 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1690 |
"exists": true,
|
| 1691 |
"bytes": 4432,
|
| 1692 |
-
"sha256": "
|
| 1693 |
},
|
| 1694 |
"hf_model": {
|
| 1695 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1696 |
"exists": true,
|
| 1697 |
"bytes": 4432,
|
| 1698 |
-
"sha256": "
|
| 1699 |
}
|
| 1700 |
},
|
| 1701 |
"failures": []
|
|
@@ -1896,6 +1896,55 @@
|
|
| 1896 |
},
|
| 1897 |
"failures": []
|
| 1898 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1899 |
{
|
| 1900 |
"name": "data/task_suite_20.json",
|
| 1901 |
"status": "pass",
|
|
@@ -2001,44 +2050,44 @@
|
|
| 2001 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2002 |
"exists": true,
|
| 2003 |
"bytes": 46246,
|
| 2004 |
-
"sha256": "
|
| 2005 |
},
|
| 2006 |
"mirrors": {
|
| 2007 |
"hf_space": {
|
| 2008 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2009 |
"exists": true,
|
| 2010 |
"bytes": 46246,
|
| 2011 |
-
"sha256": "
|
| 2012 |
},
|
| 2013 |
"hf_artifacts_data": {
|
| 2014 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2015 |
"exists": true,
|
| 2016 |
"bytes": 46246,
|
| 2017 |
-
"sha256": "
|
| 2018 |
},
|
| 2019 |
"hf_artifacts": {
|
| 2020 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2021 |
"exists": true,
|
| 2022 |
"bytes": 46246,
|
| 2023 |
-
"sha256": "
|
| 2024 |
},
|
| 2025 |
"hf_model_data": {
|
| 2026 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2027 |
"exists": true,
|
| 2028 |
"bytes": 46246,
|
| 2029 |
-
"sha256": "
|
| 2030 |
},
|
| 2031 |
"hf_model_docs_data": {
|
| 2032 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2033 |
"exists": true,
|
| 2034 |
"bytes": 46246,
|
| 2035 |
-
"sha256": "
|
| 2036 |
},
|
| 2037 |
"hf_model": {
|
| 2038 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2039 |
"exists": true,
|
| 2040 |
"bytes": 46246,
|
| 2041 |
-
"sha256": "
|
| 2042 |
}
|
| 2043 |
},
|
| 2044 |
"failures": []
|
|
@@ -2343,45 +2392,45 @@
|
|
| 2343 |
"local": {
|
| 2344 |
"path": "repo:docs/data/website_integrity.json",
|
| 2345 |
"exists": true,
|
| 2346 |
-
"bytes":
|
| 2347 |
-
"sha256": "
|
| 2348 |
},
|
| 2349 |
"mirrors": {
|
| 2350 |
"hf_space": {
|
| 2351 |
"path": "hf_space:data/website_integrity.json",
|
| 2352 |
"exists": true,
|
| 2353 |
-
"bytes":
|
| 2354 |
-
"sha256": "
|
| 2355 |
},
|
| 2356 |
"hf_artifacts_data": {
|
| 2357 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2358 |
"exists": true,
|
| 2359 |
-
"bytes":
|
| 2360 |
-
"sha256": "
|
| 2361 |
},
|
| 2362 |
"hf_artifacts": {
|
| 2363 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2364 |
"exists": true,
|
| 2365 |
-
"bytes":
|
| 2366 |
-
"sha256": "
|
| 2367 |
},
|
| 2368 |
"hf_model_data": {
|
| 2369 |
"path": "hf_model:data/website_integrity.json",
|
| 2370 |
"exists": true,
|
| 2371 |
-
"bytes":
|
| 2372 |
-
"sha256": "
|
| 2373 |
},
|
| 2374 |
"hf_model_docs_data": {
|
| 2375 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2376 |
"exists": true,
|
| 2377 |
-
"bytes":
|
| 2378 |
-
"sha256": "
|
| 2379 |
},
|
| 2380 |
"hf_model": {
|
| 2381 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2382 |
"exists": true,
|
| 2383 |
-
"bytes":
|
| 2384 |
-
"sha256": "
|
| 2385 |
}
|
| 2386 |
},
|
| 2387 |
"failures": []
|
|
@@ -5694,21 +5743,21 @@
|
|
| 5694 |
"local": {
|
| 5695 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 5696 |
"exists": true,
|
| 5697 |
-
"bytes":
|
| 5698 |
-
"sha256": "
|
| 5699 |
},
|
| 5700 |
"mirrors": {
|
| 5701 |
"hf_artifacts": {
|
| 5702 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 5703 |
"exists": true,
|
| 5704 |
-
"bytes":
|
| 5705 |
-
"sha256": "
|
| 5706 |
},
|
| 5707 |
"hf_model": {
|
| 5708 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 5709 |
"exists": true,
|
| 5710 |
-
"bytes":
|
| 5711 |
-
"sha256": "
|
| 5712 |
}
|
| 5713 |
},
|
| 5714 |
"failures": []
|
|
@@ -6073,39 +6122,39 @@
|
|
| 6073 |
"local": {
|
| 6074 |
"path": "repo:docs/index.html",
|
| 6075 |
"exists": true,
|
| 6076 |
-
"bytes":
|
| 6077 |
-
"sha256": "
|
| 6078 |
},
|
| 6079 |
"mirrors": {
|
| 6080 |
"hf_space": {
|
| 6081 |
"path": "hf_space:index.html",
|
| 6082 |
"exists": true,
|
| 6083 |
-
"bytes":
|
| 6084 |
-
"sha256": "
|
| 6085 |
},
|
| 6086 |
"hf_artifacts_root": {
|
| 6087 |
"path": "hf_artifacts:index.html",
|
| 6088 |
"exists": true,
|
| 6089 |
-
"bytes":
|
| 6090 |
-
"sha256": "
|
| 6091 |
},
|
| 6092 |
"hf_artifacts_docs": {
|
| 6093 |
"path": "hf_artifacts:docs/index.html",
|
| 6094 |
"exists": true,
|
| 6095 |
-
"bytes":
|
| 6096 |
-
"sha256": "
|
| 6097 |
},
|
| 6098 |
"hf_model": {
|
| 6099 |
"path": "hf_model:index.html",
|
| 6100 |
"exists": true,
|
| 6101 |
-
"bytes":
|
| 6102 |
-
"sha256": "
|
| 6103 |
},
|
| 6104 |
"hf_model_docs": {
|
| 6105 |
"path": "hf_model:docs/index.html",
|
| 6106 |
"exists": true,
|
| 6107 |
-
"bytes":
|
| 6108 |
-
"sha256": "
|
| 6109 |
}
|
| 6110 |
},
|
| 6111 |
"failures": []
|
|
@@ -30887,6 +30936,37 @@
|
|
| 30887 |
},
|
| 30888 |
"failures": []
|
| 30889 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30890 |
{
|
| 30891 |
"name": "docs/PROJECT_BRIEF.md",
|
| 30892 |
"status": "pass",
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:28:04+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 1250,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 923 |
"path": "repo:docs/data/publication_audit.json",
|
| 924 |
"exists": true,
|
| 925 |
"bytes": 10662,
|
| 926 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 927 |
},
|
| 928 |
"mirrors": {
|
| 929 |
"hf_space": {
|
| 930 |
"path": "hf_space:data/publication_audit.json",
|
| 931 |
"exists": true,
|
| 932 |
"bytes": 10662,
|
| 933 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 934 |
},
|
| 935 |
"hf_artifacts_data": {
|
| 936 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 937 |
"exists": true,
|
| 938 |
"bytes": 10662,
|
| 939 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 940 |
},
|
| 941 |
"hf_artifacts": {
|
| 942 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 943 |
"exists": true,
|
| 944 |
"bytes": 10662,
|
| 945 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 946 |
},
|
| 947 |
"hf_model_data": {
|
| 948 |
"path": "hf_model:data/publication_audit.json",
|
| 949 |
"exists": true,
|
| 950 |
"bytes": 10662,
|
| 951 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 952 |
},
|
| 953 |
"hf_model_docs_data": {
|
| 954 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 955 |
"exists": true,
|
| 956 |
"bytes": 10662,
|
| 957 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 958 |
},
|
| 959 |
"hf_model": {
|
| 960 |
"path": "hf_model:metrics/publication_audit.json",
|
| 961 |
"exists": true,
|
| 962 |
"bytes": 10662,
|
| 963 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 964 |
}
|
| 965 |
},
|
| 966 |
"failures": []
|
|
|
|
| 972 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 7208,
|
| 975 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/public_surface_qa.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 7208,
|
| 982 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 7208,
|
| 988 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 7208,
|
| 994 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/public_surface_qa.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 7208,
|
| 1000 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 7208,
|
| 1006 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 7208,
|
| 1012 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
|
|
| 1119 |
"path": "repo:docs/data/quality_gates.json",
|
| 1120 |
"exists": true,
|
| 1121 |
"bytes": 8640,
|
| 1122 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1123 |
},
|
| 1124 |
"mirrors": {
|
| 1125 |
"hf_space": {
|
| 1126 |
"path": "hf_space:data/quality_gates.json",
|
| 1127 |
"exists": true,
|
| 1128 |
"bytes": 8640,
|
| 1129 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1130 |
},
|
| 1131 |
"hf_artifacts_data": {
|
| 1132 |
"path": "hf_artifacts:data/quality_gates.json",
|
| 1133 |
"exists": true,
|
| 1134 |
"bytes": 8640,
|
| 1135 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1136 |
},
|
| 1137 |
"hf_artifacts": {
|
| 1138 |
"path": "hf_artifacts:docs/data/quality_gates.json",
|
| 1139 |
"exists": true,
|
| 1140 |
"bytes": 8640,
|
| 1141 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1142 |
},
|
| 1143 |
"hf_model_data": {
|
| 1144 |
"path": "hf_model:data/quality_gates.json",
|
| 1145 |
"exists": true,
|
| 1146 |
"bytes": 8640,
|
| 1147 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1148 |
},
|
| 1149 |
"hf_model_docs_data": {
|
| 1150 |
"path": "hf_model:docs/data/quality_gates.json",
|
| 1151 |
"exists": true,
|
| 1152 |
"bytes": 8640,
|
| 1153 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1154 |
},
|
| 1155 |
"hf_model": {
|
| 1156 |
"path": "hf_model:metrics/quality_gates.json",
|
| 1157 |
"exists": true,
|
| 1158 |
"bytes": 8640,
|
| 1159 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1160 |
}
|
| 1161 |
},
|
| 1162 |
"failures": []
|
|
|
|
| 1560 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 1561 |
"exists": true,
|
| 1562 |
"bytes": 21313,
|
| 1563 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1564 |
},
|
| 1565 |
"mirrors": {
|
| 1566 |
"hf_space": {
|
| 1567 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 1568 |
"exists": true,
|
| 1569 |
"bytes": 21313,
|
| 1570 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1571 |
},
|
| 1572 |
"hf_artifacts_data": {
|
| 1573 |
"path": "hf_artifacts:data/scope_claims_audit.json",
|
| 1574 |
"exists": true,
|
| 1575 |
"bytes": 21313,
|
| 1576 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1577 |
},
|
| 1578 |
"hf_artifacts": {
|
| 1579 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 1580 |
"exists": true,
|
| 1581 |
"bytes": 21313,
|
| 1582 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1583 |
},
|
| 1584 |
"hf_model_data": {
|
| 1585 |
"path": "hf_model:data/scope_claims_audit.json",
|
| 1586 |
"exists": true,
|
| 1587 |
"bytes": 21313,
|
| 1588 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1589 |
},
|
| 1590 |
"hf_model_docs_data": {
|
| 1591 |
"path": "hf_model:docs/data/scope_claims_audit.json",
|
| 1592 |
"exists": true,
|
| 1593 |
"bytes": 21313,
|
| 1594 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1595 |
},
|
| 1596 |
"hf_model": {
|
| 1597 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 1598 |
"exists": true,
|
| 1599 |
"bytes": 21313,
|
| 1600 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1601 |
}
|
| 1602 |
},
|
| 1603 |
"failures": []
|
|
|
|
| 1658 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1659 |
"exists": true,
|
| 1660 |
"bytes": 4432,
|
| 1661 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1662 |
},
|
| 1663 |
"mirrors": {
|
| 1664 |
"hf_space": {
|
| 1665 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1666 |
"exists": true,
|
| 1667 |
"bytes": 4432,
|
| 1668 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1669 |
},
|
| 1670 |
"hf_artifacts_data": {
|
| 1671 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1672 |
"exists": true,
|
| 1673 |
"bytes": 4432,
|
| 1674 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1675 |
},
|
| 1676 |
"hf_artifacts": {
|
| 1677 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1678 |
"exists": true,
|
| 1679 |
"bytes": 4432,
|
| 1680 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1681 |
},
|
| 1682 |
"hf_model_data": {
|
| 1683 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1684 |
"exists": true,
|
| 1685 |
"bytes": 4432,
|
| 1686 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1687 |
},
|
| 1688 |
"hf_model_docs_data": {
|
| 1689 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1690 |
"exists": true,
|
| 1691 |
"bytes": 4432,
|
| 1692 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1693 |
},
|
| 1694 |
"hf_model": {
|
| 1695 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1696 |
"exists": true,
|
| 1697 |
"bytes": 4432,
|
| 1698 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1699 |
}
|
| 1700 |
},
|
| 1701 |
"failures": []
|
|
|
|
| 1896 |
},
|
| 1897 |
"failures": []
|
| 1898 |
},
|
| 1899 |
+
{
|
| 1900 |
+
"name": "data/two_evidence_lines.json",
|
| 1901 |
+
"status": "pass",
|
| 1902 |
+
"local": {
|
| 1903 |
+
"path": "repo:docs/data/two_evidence_lines.json",
|
| 1904 |
+
"exists": true,
|
| 1905 |
+
"bytes": 2421,
|
| 1906 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1907 |
+
},
|
| 1908 |
+
"mirrors": {
|
| 1909 |
+
"hf_space": {
|
| 1910 |
+
"path": "hf_space:data/two_evidence_lines.json",
|
| 1911 |
+
"exists": true,
|
| 1912 |
+
"bytes": 2421,
|
| 1913 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1914 |
+
},
|
| 1915 |
+
"hf_artifacts_data": {
|
| 1916 |
+
"path": "hf_artifacts:data/two_evidence_lines.json",
|
| 1917 |
+
"exists": true,
|
| 1918 |
+
"bytes": 2421,
|
| 1919 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1920 |
+
},
|
| 1921 |
+
"hf_artifacts": {
|
| 1922 |
+
"path": "hf_artifacts:docs/data/two_evidence_lines.json",
|
| 1923 |
+
"exists": true,
|
| 1924 |
+
"bytes": 2421,
|
| 1925 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1926 |
+
},
|
| 1927 |
+
"hf_model_data": {
|
| 1928 |
+
"path": "hf_model:data/two_evidence_lines.json",
|
| 1929 |
+
"exists": true,
|
| 1930 |
+
"bytes": 2421,
|
| 1931 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1932 |
+
},
|
| 1933 |
+
"hf_model_docs_data": {
|
| 1934 |
+
"path": "hf_model:docs/data/two_evidence_lines.json",
|
| 1935 |
+
"exists": true,
|
| 1936 |
+
"bytes": 2421,
|
| 1937 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1938 |
+
},
|
| 1939 |
+
"hf_model": {
|
| 1940 |
+
"path": "hf_model:metrics/two_evidence_lines.json",
|
| 1941 |
+
"exists": true,
|
| 1942 |
+
"bytes": 2421,
|
| 1943 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1944 |
+
}
|
| 1945 |
+
},
|
| 1946 |
+
"failures": []
|
| 1947 |
+
},
|
| 1948 |
{
|
| 1949 |
"name": "data/task_suite_20.json",
|
| 1950 |
"status": "pass",
|
|
|
|
| 2050 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2051 |
"exists": true,
|
| 2052 |
"bytes": 46246,
|
| 2053 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2054 |
},
|
| 2055 |
"mirrors": {
|
| 2056 |
"hf_space": {
|
| 2057 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2058 |
"exists": true,
|
| 2059 |
"bytes": 46246,
|
| 2060 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2061 |
},
|
| 2062 |
"hf_artifacts_data": {
|
| 2063 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2064 |
"exists": true,
|
| 2065 |
"bytes": 46246,
|
| 2066 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2067 |
},
|
| 2068 |
"hf_artifacts": {
|
| 2069 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2070 |
"exists": true,
|
| 2071 |
"bytes": 46246,
|
| 2072 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2073 |
},
|
| 2074 |
"hf_model_data": {
|
| 2075 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2076 |
"exists": true,
|
| 2077 |
"bytes": 46246,
|
| 2078 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2079 |
},
|
| 2080 |
"hf_model_docs_data": {
|
| 2081 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2082 |
"exists": true,
|
| 2083 |
"bytes": 46246,
|
| 2084 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2088 |
"exists": true,
|
| 2089 |
"bytes": 46246,
|
| 2090 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
|
|
| 2392 |
"local": {
|
| 2393 |
"path": "repo:docs/data/website_integrity.json",
|
| 2394 |
"exists": true,
|
| 2395 |
+
"bytes": 20254,
|
| 2396 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2397 |
},
|
| 2398 |
"mirrors": {
|
| 2399 |
"hf_space": {
|
| 2400 |
"path": "hf_space:data/website_integrity.json",
|
| 2401 |
"exists": true,
|
| 2402 |
+
"bytes": 20254,
|
| 2403 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2404 |
},
|
| 2405 |
"hf_artifacts_data": {
|
| 2406 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2407 |
"exists": true,
|
| 2408 |
+
"bytes": 20254,
|
| 2409 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2410 |
},
|
| 2411 |
"hf_artifacts": {
|
| 2412 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2413 |
"exists": true,
|
| 2414 |
+
"bytes": 20254,
|
| 2415 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2416 |
},
|
| 2417 |
"hf_model_data": {
|
| 2418 |
"path": "hf_model:data/website_integrity.json",
|
| 2419 |
"exists": true,
|
| 2420 |
+
"bytes": 20254,
|
| 2421 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2422 |
},
|
| 2423 |
"hf_model_docs_data": {
|
| 2424 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2425 |
"exists": true,
|
| 2426 |
+
"bytes": 20254,
|
| 2427 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2428 |
},
|
| 2429 |
"hf_model": {
|
| 2430 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2431 |
"exists": true,
|
| 2432 |
+
"bytes": 20254,
|
| 2433 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2434 |
}
|
| 2435 |
},
|
| 2436 |
"failures": []
|
|
|
|
| 5743 |
"local": {
|
| 5744 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 5745 |
"exists": true,
|
| 5746 |
+
"bytes": 36235,
|
| 5747 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5748 |
},
|
| 5749 |
"mirrors": {
|
| 5750 |
"hf_artifacts": {
|
| 5751 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 5752 |
"exists": true,
|
| 5753 |
+
"bytes": 36235,
|
| 5754 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5755 |
},
|
| 5756 |
"hf_model": {
|
| 5757 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 5758 |
"exists": true,
|
| 5759 |
+
"bytes": 36235,
|
| 5760 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5761 |
}
|
| 5762 |
},
|
| 5763 |
"failures": []
|
|
|
|
| 6122 |
"local": {
|
| 6123 |
"path": "repo:docs/index.html",
|
| 6124 |
"exists": true,
|
| 6125 |
+
"bytes": 280620,
|
| 6126 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6127 |
},
|
| 6128 |
"mirrors": {
|
| 6129 |
"hf_space": {
|
| 6130 |
"path": "hf_space:index.html",
|
| 6131 |
"exists": true,
|
| 6132 |
+
"bytes": 280620,
|
| 6133 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6134 |
},
|
| 6135 |
"hf_artifacts_root": {
|
| 6136 |
"path": "hf_artifacts:index.html",
|
| 6137 |
"exists": true,
|
| 6138 |
+
"bytes": 280620,
|
| 6139 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6140 |
},
|
| 6141 |
"hf_artifacts_docs": {
|
| 6142 |
"path": "hf_artifacts:docs/index.html",
|
| 6143 |
"exists": true,
|
| 6144 |
+
"bytes": 280620,
|
| 6145 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6146 |
},
|
| 6147 |
"hf_model": {
|
| 6148 |
"path": "hf_model:index.html",
|
| 6149 |
"exists": true,
|
| 6150 |
+
"bytes": 280620,
|
| 6151 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6152 |
},
|
| 6153 |
"hf_model_docs": {
|
| 6154 |
"path": "hf_model:docs/index.html",
|
| 6155 |
"exists": true,
|
| 6156 |
+
"bytes": 280620,
|
| 6157 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6158 |
}
|
| 6159 |
},
|
| 6160 |
"failures": []
|
|
|
|
| 30936 |
},
|
| 30937 |
"failures": []
|
| 30938 |
},
|
| 30939 |
+
{
|
| 30940 |
+
"name": "docs/TWO_EVIDENCE_LINES.md",
|
| 30941 |
+
"status": "pass",
|
| 30942 |
+
"local": {
|
| 30943 |
+
"path": "repo:TWO_EVIDENCE_LINES.md",
|
| 30944 |
+
"exists": true,
|
| 30945 |
+
"bytes": 1797,
|
| 30946 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30947 |
+
},
|
| 30948 |
+
"mirrors": {
|
| 30949 |
+
"hf_space": {
|
| 30950 |
+
"path": "hf_space:TWO_EVIDENCE_LINES.md",
|
| 30951 |
+
"exists": true,
|
| 30952 |
+
"bytes": 1797,
|
| 30953 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30954 |
+
},
|
| 30955 |
+
"hf_artifacts": {
|
| 30956 |
+
"path": "hf_artifacts:TWO_EVIDENCE_LINES.md",
|
| 30957 |
+
"exists": true,
|
| 30958 |
+
"bytes": 1797,
|
| 30959 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30960 |
+
},
|
| 30961 |
+
"hf_model": {
|
| 30962 |
+
"path": "hf_model:TWO_EVIDENCE_LINES.md",
|
| 30963 |
+
"exists": true,
|
| 30964 |
+
"bytes": 1797,
|
| 30965 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30966 |
+
}
|
| 30967 |
+
},
|
| 30968 |
+
"failures": []
|
| 30969 |
+
},
|
| 30970 |
{
|
| 30971 |
"name": "docs/PROJECT_BRIEF.md",
|
| 30972 |
"status": "pass",
|
data/public_surface_qa.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"website_integrity": {
|
| 19 |
"exists": true,
|
| 20 |
"status": "pass",
|
| 21 |
-
"generated_at_utc": "2026-06-
|
| 22 |
},
|
| 23 |
"rendered_site_check": {
|
| 24 |
"exists": true,
|
|
@@ -28,27 +28,27 @@
|
|
| 28 |
"task_surface_integrity": {
|
| 29 |
"exists": true,
|
| 30 |
"status": "pass",
|
| 31 |
-
"generated_at_utc": "2026-06-
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
-
"generated_at_utc": "2026-06-
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
-
"generated_at_utc": "2026-06-
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
-
"generated_at_utc": "2026-06-
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
-
"generated_at_utc": "2026-06-
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"failures": {}
|
|
@@ -96,9 +96,9 @@
|
|
| 96 |
"reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
|
| 97 |
"marker_counts": {
|
| 98 |
"Ropedia Xperience-10M Task Suite": 19,
|
| 99 |
-
"Xperience-10M":
|
| 100 |
-
"20-task":
|
| 101 |
-
"Qwen3-Omni":
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
@@ -107,7 +107,7 @@
|
|
| 107 |
"status": "pass",
|
| 108 |
"reason": "Public cards should link the repo, Space, artifacts, model baselines, upstream dataset, and Ropedia dataset page.",
|
| 109 |
"marker_counts": {
|
| 110 |
-
"https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite":
|
| 111 |
"https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite": 11,
|
| 112 |
"https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts": 11,
|
| 113 |
"https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines": 14,
|
|
@@ -133,14 +133,14 @@
|
|
| 133 |
"data/task_suite_enhancement_128.json": 22,
|
| 134 |
"data/task_suite_20.json": 34,
|
| 135 |
"data/unified_task_model_radar.json": 21,
|
| 136 |
-
"data/single_episode_task_model_radar.json":
|
| 137 |
-
"data/episode128_task_model_radar.json":
|
| 138 |
-
"data/task_method_20_result_matrix.json":
|
| 139 |
"data/task_method_20_gap_audit.json": 21,
|
| 140 |
"data/language_versions.json": 3,
|
| 141 |
"assets/charts/unified_task_model_radar.svg": 17,
|
| 142 |
-
"assets/charts/single_episode_task_model_radar.svg":
|
| 143 |
-
"assets/charts/episode128_task_model_radar.svg":
|
| 144 |
"data/tier2_task_suite.json": 11
|
| 145 |
}
|
| 146 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:26:46+00:00",
|
| 5 |
"scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 18 |
"website_integrity": {
|
| 19 |
"exists": true,
|
| 20 |
"status": "pass",
|
| 21 |
+
"generated_at_utc": "2026-06-21T06:20:06+00:00"
|
| 22 |
},
|
| 23 |
"rendered_site_check": {
|
| 24 |
"exists": true,
|
|
|
|
| 28 |
"task_surface_integrity": {
|
| 29 |
"exists": true,
|
| 30 |
"status": "pass",
|
| 31 |
+
"generated_at_utc": "2026-06-21T06:20:04+00:00"
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
+
"generated_at_utc": "2026-06-21T06:07:53+00:00"
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
+
"generated_at_utc": "2026-06-21T06:07:59+00:00"
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
+
"generated_at_utc": "2026-06-21T06:17:17+00:00"
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
+
"generated_at_utc": "2026-06-21T06:17:00+00:00"
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"failures": {}
|
|
|
|
| 96 |
"reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
|
| 97 |
"marker_counts": {
|
| 98 |
"Ropedia Xperience-10M Task Suite": 19,
|
| 99 |
+
"Xperience-10M": 169,
|
| 100 |
+
"20-task": 72,
|
| 101 |
+
"Qwen3-Omni": 159,
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
|
|
| 107 |
"status": "pass",
|
| 108 |
"reason": "Public cards should link the repo, Space, artifacts, model baselines, upstream dataset, and Ropedia dataset page.",
|
| 109 |
"marker_counts": {
|
| 110 |
+
"https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite": 86,
|
| 111 |
"https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite": 11,
|
| 112 |
"https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts": 11,
|
| 113 |
"https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines": 14,
|
|
|
|
| 133 |
"data/task_suite_enhancement_128.json": 22,
|
| 134 |
"data/task_suite_20.json": 34,
|
| 135 |
"data/unified_task_model_radar.json": 21,
|
| 136 |
+
"data/single_episode_task_model_radar.json": 15,
|
| 137 |
+
"data/episode128_task_model_radar.json": 15,
|
| 138 |
+
"data/task_method_20_result_matrix.json": 24,
|
| 139 |
"data/task_method_20_gap_audit.json": 21,
|
| 140 |
"data/language_versions.json": 3,
|
| 141 |
"assets/charts/unified_task_model_radar.svg": 17,
|
| 142 |
+
"assets/charts/single_episode_task_model_radar.svg": 19,
|
| 143 |
+
"assets/charts/episode128_task_model_radar.svg": 19,
|
| 144 |
"data/tier2_task_suite.json": 11
|
| 145 |
}
|
| 146 |
},
|
data/publication_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
@@ -229,8 +229,8 @@
|
|
| 229 |
"github_repo": {
|
| 230 |
"root": "repo",
|
| 231 |
"exists": true,
|
| 232 |
-
"file_count":
|
| 233 |
-
"text_file_count":
|
| 234 |
"largest_file": {
|
| 235 |
"path": "results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/interaction_text_prediction/confusion_matrix.csv",
|
| 236 |
"bytes": 73057076
|
|
@@ -240,8 +240,8 @@
|
|
| 240 |
"hf_space_bundle": {
|
| 241 |
"root": "hf_publish/space",
|
| 242 |
"exists": true,
|
| 243 |
-
"file_count":
|
| 244 |
-
"text_file_count":
|
| 245 |
"largest_file": {
|
| 246 |
"path": "results/omni_finetune/xperience10m_qwen3_omni_v6_sensor_target_probes_a100_20260619T000000Z/modality_reconstruction/predictions.jsonl",
|
| 247 |
"bytes": 10221085
|
|
@@ -251,8 +251,8 @@
|
|
| 251 |
"hf_artifact_bundle": {
|
| 252 |
"root": "hf_publish/artifacts",
|
| 253 |
"exists": true,
|
| 254 |
-
"file_count":
|
| 255 |
-
"text_file_count":
|
| 256 |
"largest_file": {
|
| 257 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 258 |
"bytes": 135591061
|
|
@@ -262,8 +262,8 @@
|
|
| 262 |
"hf_model_bundle": {
|
| 263 |
"root": "hf_publish/model",
|
| 264 |
"exists": true,
|
| 265 |
-
"file_count":
|
| 266 |
-
"text_file_count":
|
| 267 |
"largest_file": {
|
| 268 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 269 |
"bytes": 135591061
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:28:19+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 229 |
"github_repo": {
|
| 230 |
"root": "repo",
|
| 231 |
"exists": true,
|
| 232 |
+
"file_count": 1515,
|
| 233 |
+
"text_file_count": 1254,
|
| 234 |
"largest_file": {
|
| 235 |
"path": "results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/interaction_text_prediction/confusion_matrix.csv",
|
| 236 |
"bytes": 73057076
|
|
|
|
| 240 |
"hf_space_bundle": {
|
| 241 |
"root": "hf_publish/space",
|
| 242 |
"exists": true,
|
| 243 |
+
"file_count": 564,
|
| 244 |
+
"text_file_count": 417,
|
| 245 |
"largest_file": {
|
| 246 |
"path": "results/omni_finetune/xperience10m_qwen3_omni_v6_sensor_target_probes_a100_20260619T000000Z/modality_reconstruction/predictions.jsonl",
|
| 247 |
"bytes": 10221085
|
|
|
|
| 251 |
"hf_artifact_bundle": {
|
| 252 |
"root": "hf_publish/artifacts",
|
| 253 |
"exists": true,
|
| 254 |
+
"file_count": 4486,
|
| 255 |
+
"text_file_count": 1274,
|
| 256 |
"largest_file": {
|
| 257 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 258 |
"bytes": 135591061
|
|
|
|
| 262 |
"hf_model_bundle": {
|
| 263 |
"root": "hf_publish/model",
|
| 264 |
"exists": true,
|
| 265 |
+
"file_count": 5240,
|
| 266 |
+
"text_file_count": 1444,
|
| 267 |
"largest_file": {
|
| 268 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 269 |
"bytes": 135591061
|
data/quality_gates.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Release Checks",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
|
| 6 |
"automated_gates": [
|
| 7 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Release Checks",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:26:46+00:00",
|
| 5 |
"rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
|
| 6 |
"automated_gates": [
|
| 7 |
{
|
data/scope_claims_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:07:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
data/source_alignment_audit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Source Alignment Note",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
|
| 6 |
"alignment_summary": {
|
| 7 |
"full_dataset_repo": "ropedia-ai/xperience-10m",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Source Alignment Note",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:07:53+00:00",
|
| 5 |
"alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
|
| 6 |
"alignment_summary": {
|
| 7 |
"full_dataset_repo": "ropedia-ai/xperience-10m",
|
data/task_surface_integrity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"original_walkthrough_task_count": 12,
|
| 6 |
"expected_original_walkthrough_task_count": 12,
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:20:04+00:00",
|
| 4 |
"summary": {
|
| 5 |
"original_walkthrough_task_count": 12,
|
| 6 |
"expected_original_walkthrough_task_count": 12,
|
data/two_evidence_lines.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "current",
|
| 3 |
+
"updated_utc": "2026-06-21T00:00:00Z",
|
| 4 |
+
"interpretation_rule": "Use the 1-episode line for task construction and reproducibility claims. Use the 128-episode line for held-out comparison and model-branch claims.",
|
| 5 |
+
"lines": [
|
| 6 |
+
{
|
| 7 |
+
"id": "single_public_sample_episode",
|
| 8 |
+
"label": "1 sample episode",
|
| 9 |
+
"data_unit": "One public Xperience-10M sample episode",
|
| 10 |
+
"frames": 5821,
|
| 11 |
+
"windows": 1161,
|
| 12 |
+
"window_definition": "20-frame aligned windows with 5-frame stride",
|
| 13 |
+
"feature_dimensions": 8546,
|
| 14 |
+
"methods": [
|
| 15 |
+
"Minimal heads",
|
| 16 |
+
"Neural MLP heads"
|
| 17 |
+
],
|
| 18 |
+
"task_axes": 20,
|
| 19 |
+
"method_task_records": 40,
|
| 20 |
+
"scored_records": 40,
|
| 21 |
+
"best_use": "Inspect raw files, understand each task, rerun local baselines, and debug task quality.",
|
| 22 |
+
"primary_artifacts": [
|
| 23 |
+
"docs/data/single_episode_task_model_radar.json",
|
| 24 |
+
"results/episode_task_suite/summary_report.json",
|
| 25 |
+
"results/episode_task_suite/feature_manifest.json",
|
| 26 |
+
"docs/single_episode_explorer.html"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"id": "selected_128_episode_surface",
|
| 31 |
+
"label": "128 selected episodes",
|
| 32 |
+
"data_unit": "Selected held-out 96/16/16 split with public-safe processed features linked to official gated episode paths",
|
| 33 |
+
"episodes": 128,
|
| 34 |
+
"split": {
|
| 35 |
+
"train": 96,
|
| 36 |
+
"validation": 16,
|
| 37 |
+
"test": 16
|
| 38 |
+
},
|
| 39 |
+
"exported_windows": 34269,
|
| 40 |
+
"methods": [
|
| 41 |
+
"Metadata simple",
|
| 42 |
+
"Metadata NN",
|
| 43 |
+
"Raw-feature simple",
|
| 44 |
+
"Raw-feature NN",
|
| 45 |
+
"Qwen3-Omni",
|
| 46 |
+
"Cosmos3-Super",
|
| 47 |
+
"Cosmos3-Nano"
|
| 48 |
+
],
|
| 49 |
+
"task_axes": 20,
|
| 50 |
+
"method_task_records": 140,
|
| 51 |
+
"scored_records": 140,
|
| 52 |
+
"proxy_policy": "Proxy flags remain visible where the public export lacks a direct raw target.",
|
| 53 |
+
"best_use": "Compare same-split baselines and model branches while keeping evidence type explicit.",
|
| 54 |
+
"primary_artifacts": [
|
| 55 |
+
"docs/data/episode128_task_model_radar.json",
|
| 56 |
+
"docs/data/xperience10m_128_episode_feature_index.json",
|
| 57 |
+
"docs/data/omni_model_comparison.json",
|
| 58 |
+
"docs/data/task_method_20_gap_audit.json"
|
| 59 |
+
]
|
| 60 |
+
}
|
| 61 |
+
],
|
| 62 |
+
"combined_public_matrix": {
|
| 63 |
+
"task_axes": 20,
|
| 64 |
+
"methods": 9,
|
| 65 |
+
"method_task_records": 180,
|
| 66 |
+
"scored_records": 180,
|
| 67 |
+
"artifact": "docs/data/task_method_20_result_matrix.json"
|
| 68 |
+
}
|
| 69 |
+
}
|
data/website_integrity.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
-
"external_reference_count":
|
| 10 |
-
"json_files":
|
| 11 |
"image_assets_referenced": 28,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
@@ -80,8 +80,8 @@
|
|
| 80 |
"name": "project_overview_precedes_progress_ledger",
|
| 81 |
"status": "pass",
|
| 82 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 83 |
-
"overview_index":
|
| 84 |
-
"evidence_index":
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"name": "project_status_links_json",
|
|
@@ -159,9 +159,9 @@
|
|
| 159 |
"name": "evaluation_protocol_between_overview_and_progress",
|
| 160 |
"status": "pass",
|
| 161 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 162 |
-
"overview_index":
|
| 163 |
-
"protocol_index":
|
| 164 |
-
"evidence_index":
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"name": "evaluation_protocol_links_json",
|
|
@@ -180,7 +180,7 @@
|
|
| 180 |
"status": "pass",
|
| 181 |
"reason": "The Suite anchor should show the task-suite map before the modality atlas.",
|
| 182 |
"first_marker_index": 471,
|
| 183 |
-
"second_marker_index":
|
| 184 |
},
|
| 185 |
{
|
| 186 |
"name": "suite_modality_atlas_contains_seven_cards",
|
|
@@ -277,7 +277,7 @@
|
|
| 277 |
{
|
| 278 |
"path": "index.html",
|
| 279 |
"id_count": 95,
|
| 280 |
-
"reference_count":
|
| 281 |
"image_count": 34
|
| 282 |
},
|
| 283 |
{
|
|
@@ -351,7 +351,7 @@
|
|
| 351 |
},
|
| 352 |
{
|
| 353 |
"path": "data/mirror_parity.json",
|
| 354 |
-
"bytes":
|
| 355 |
"top_level_type": "dict"
|
| 356 |
},
|
| 357 |
{
|
|
@@ -529,6 +529,11 @@
|
|
| 529 |
"bytes": 33402,
|
| 530 |
"top_level_type": "dict"
|
| 531 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
{
|
| 533 |
"path": "data/unified_task_model_radar.json",
|
| 534 |
"bytes": 228799,
|
|
@@ -536,7 +541,7 @@
|
|
| 536 |
},
|
| 537 |
{
|
| 538 |
"path": "data/website_integrity.json",
|
| 539 |
-
"bytes":
|
| 540 |
"top_level_type": "dict"
|
| 541 |
},
|
| 542 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:20:06+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 235,
|
| 9 |
+
"external_reference_count": 152,
|
| 10 |
+
"json_files": 52,
|
| 11 |
"image_assets_referenced": 28,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
|
|
| 80 |
"name": "project_overview_precedes_progress_ledger",
|
| 81 |
"status": "pass",
|
| 82 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 83 |
+
"overview_index": 110375,
|
| 84 |
+
"evidence_index": 150293
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"name": "project_status_links_json",
|
|
|
|
| 159 |
"name": "evaluation_protocol_between_overview_and_progress",
|
| 160 |
"status": "pass",
|
| 161 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 162 |
+
"overview_index": 110375,
|
| 163 |
+
"protocol_index": 146474,
|
| 164 |
+
"evidence_index": 150293
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 180 |
"status": "pass",
|
| 181 |
"reason": "The Suite anchor should show the task-suite map before the modality atlas.",
|
| 182 |
"first_marker_index": 471,
|
| 183 |
+
"second_marker_index": 3805
|
| 184 |
},
|
| 185 |
{
|
| 186 |
"name": "suite_modality_atlas_contains_seven_cards",
|
|
|
|
| 277 |
{
|
| 278 |
"path": "index.html",
|
| 279 |
"id_count": 95,
|
| 280 |
+
"reference_count": 207,
|
| 281 |
"image_count": 34
|
| 282 |
},
|
| 283 |
{
|
|
|
|
| 351 |
},
|
| 352 |
{
|
| 353 |
"path": "data/mirror_parity.json",
|
| 354 |
+
"bytes": 1410035,
|
| 355 |
"top_level_type": "dict"
|
| 356 |
},
|
| 357 |
{
|
|
|
|
| 529 |
"bytes": 33402,
|
| 530 |
"top_level_type": "dict"
|
| 531 |
},
|
| 532 |
+
{
|
| 533 |
+
"path": "data/two_evidence_lines.json",
|
| 534 |
+
"bytes": 2421,
|
| 535 |
+
"top_level_type": "dict"
|
| 536 |
+
},
|
| 537 |
{
|
| 538 |
"path": "data/unified_task_model_radar.json",
|
| 539 |
"bytes": 228799,
|
|
|
|
| 541 |
},
|
| 542 |
{
|
| 543 |
"path": "data/website_integrity.json",
|
| 544 |
+
"bytes": 20254,
|
| 545 |
"top_level_type": "dict"
|
| 546 |
},
|
| 547 |
{
|
docs/data/mirror_parity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
-
"group_count":
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
@@ -923,44 +923,44 @@
|
|
| 923 |
"path": "repo:docs/data/publication_audit.json",
|
| 924 |
"exists": true,
|
| 925 |
"bytes": 10662,
|
| 926 |
-
"sha256": "
|
| 927 |
},
|
| 928 |
"mirrors": {
|
| 929 |
"hf_space": {
|
| 930 |
"path": "hf_space:data/publication_audit.json",
|
| 931 |
"exists": true,
|
| 932 |
"bytes": 10662,
|
| 933 |
-
"sha256": "
|
| 934 |
},
|
| 935 |
"hf_artifacts_data": {
|
| 936 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 937 |
"exists": true,
|
| 938 |
"bytes": 10662,
|
| 939 |
-
"sha256": "
|
| 940 |
},
|
| 941 |
"hf_artifacts": {
|
| 942 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 943 |
"exists": true,
|
| 944 |
"bytes": 10662,
|
| 945 |
-
"sha256": "
|
| 946 |
},
|
| 947 |
"hf_model_data": {
|
| 948 |
"path": "hf_model:data/publication_audit.json",
|
| 949 |
"exists": true,
|
| 950 |
"bytes": 10662,
|
| 951 |
-
"sha256": "
|
| 952 |
},
|
| 953 |
"hf_model_docs_data": {
|
| 954 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 955 |
"exists": true,
|
| 956 |
"bytes": 10662,
|
| 957 |
-
"sha256": "
|
| 958 |
},
|
| 959 |
"hf_model": {
|
| 960 |
"path": "hf_model:metrics/publication_audit.json",
|
| 961 |
"exists": true,
|
| 962 |
"bytes": 10662,
|
| 963 |
-
"sha256": "
|
| 964 |
}
|
| 965 |
},
|
| 966 |
"failures": []
|
|
@@ -972,44 +972,44 @@
|
|
| 972 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 7208,
|
| 975 |
-
"sha256": "
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/public_surface_qa.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 7208,
|
| 982 |
-
"sha256": "
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 7208,
|
| 988 |
-
"sha256": "
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 7208,
|
| 994 |
-
"sha256": "
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/public_surface_qa.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 7208,
|
| 1000 |
-
"sha256": "
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 7208,
|
| 1006 |
-
"sha256": "
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 7208,
|
| 1012 |
-
"sha256": "
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
@@ -1119,44 +1119,44 @@
|
|
| 1119 |
"path": "repo:docs/data/quality_gates.json",
|
| 1120 |
"exists": true,
|
| 1121 |
"bytes": 8640,
|
| 1122 |
-
"sha256": "
|
| 1123 |
},
|
| 1124 |
"mirrors": {
|
| 1125 |
"hf_space": {
|
| 1126 |
"path": "hf_space:data/quality_gates.json",
|
| 1127 |
"exists": true,
|
| 1128 |
"bytes": 8640,
|
| 1129 |
-
"sha256": "
|
| 1130 |
},
|
| 1131 |
"hf_artifacts_data": {
|
| 1132 |
"path": "hf_artifacts:data/quality_gates.json",
|
| 1133 |
"exists": true,
|
| 1134 |
"bytes": 8640,
|
| 1135 |
-
"sha256": "
|
| 1136 |
},
|
| 1137 |
"hf_artifacts": {
|
| 1138 |
"path": "hf_artifacts:docs/data/quality_gates.json",
|
| 1139 |
"exists": true,
|
| 1140 |
"bytes": 8640,
|
| 1141 |
-
"sha256": "
|
| 1142 |
},
|
| 1143 |
"hf_model_data": {
|
| 1144 |
"path": "hf_model:data/quality_gates.json",
|
| 1145 |
"exists": true,
|
| 1146 |
"bytes": 8640,
|
| 1147 |
-
"sha256": "
|
| 1148 |
},
|
| 1149 |
"hf_model_docs_data": {
|
| 1150 |
"path": "hf_model:docs/data/quality_gates.json",
|
| 1151 |
"exists": true,
|
| 1152 |
"bytes": 8640,
|
| 1153 |
-
"sha256": "
|
| 1154 |
},
|
| 1155 |
"hf_model": {
|
| 1156 |
"path": "hf_model:metrics/quality_gates.json",
|
| 1157 |
"exists": true,
|
| 1158 |
"bytes": 8640,
|
| 1159 |
-
"sha256": "
|
| 1160 |
}
|
| 1161 |
},
|
| 1162 |
"failures": []
|
|
@@ -1560,44 +1560,44 @@
|
|
| 1560 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 1561 |
"exists": true,
|
| 1562 |
"bytes": 21313,
|
| 1563 |
-
"sha256": "
|
| 1564 |
},
|
| 1565 |
"mirrors": {
|
| 1566 |
"hf_space": {
|
| 1567 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 1568 |
"exists": true,
|
| 1569 |
"bytes": 21313,
|
| 1570 |
-
"sha256": "
|
| 1571 |
},
|
| 1572 |
"hf_artifacts_data": {
|
| 1573 |
"path": "hf_artifacts:data/scope_claims_audit.json",
|
| 1574 |
"exists": true,
|
| 1575 |
"bytes": 21313,
|
| 1576 |
-
"sha256": "
|
| 1577 |
},
|
| 1578 |
"hf_artifacts": {
|
| 1579 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 1580 |
"exists": true,
|
| 1581 |
"bytes": 21313,
|
| 1582 |
-
"sha256": "
|
| 1583 |
},
|
| 1584 |
"hf_model_data": {
|
| 1585 |
"path": "hf_model:data/scope_claims_audit.json",
|
| 1586 |
"exists": true,
|
| 1587 |
"bytes": 21313,
|
| 1588 |
-
"sha256": "
|
| 1589 |
},
|
| 1590 |
"hf_model_docs_data": {
|
| 1591 |
"path": "hf_model:docs/data/scope_claims_audit.json",
|
| 1592 |
"exists": true,
|
| 1593 |
"bytes": 21313,
|
| 1594 |
-
"sha256": "
|
| 1595 |
},
|
| 1596 |
"hf_model": {
|
| 1597 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 1598 |
"exists": true,
|
| 1599 |
"bytes": 21313,
|
| 1600 |
-
"sha256": "
|
| 1601 |
}
|
| 1602 |
},
|
| 1603 |
"failures": []
|
|
@@ -1658,44 +1658,44 @@
|
|
| 1658 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1659 |
"exists": true,
|
| 1660 |
"bytes": 4432,
|
| 1661 |
-
"sha256": "
|
| 1662 |
},
|
| 1663 |
"mirrors": {
|
| 1664 |
"hf_space": {
|
| 1665 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1666 |
"exists": true,
|
| 1667 |
"bytes": 4432,
|
| 1668 |
-
"sha256": "
|
| 1669 |
},
|
| 1670 |
"hf_artifacts_data": {
|
| 1671 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1672 |
"exists": true,
|
| 1673 |
"bytes": 4432,
|
| 1674 |
-
"sha256": "
|
| 1675 |
},
|
| 1676 |
"hf_artifacts": {
|
| 1677 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1678 |
"exists": true,
|
| 1679 |
"bytes": 4432,
|
| 1680 |
-
"sha256": "
|
| 1681 |
},
|
| 1682 |
"hf_model_data": {
|
| 1683 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1684 |
"exists": true,
|
| 1685 |
"bytes": 4432,
|
| 1686 |
-
"sha256": "
|
| 1687 |
},
|
| 1688 |
"hf_model_docs_data": {
|
| 1689 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1690 |
"exists": true,
|
| 1691 |
"bytes": 4432,
|
| 1692 |
-
"sha256": "
|
| 1693 |
},
|
| 1694 |
"hf_model": {
|
| 1695 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1696 |
"exists": true,
|
| 1697 |
"bytes": 4432,
|
| 1698 |
-
"sha256": "
|
| 1699 |
}
|
| 1700 |
},
|
| 1701 |
"failures": []
|
|
@@ -1896,6 +1896,55 @@
|
|
| 1896 |
},
|
| 1897 |
"failures": []
|
| 1898 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1899 |
{
|
| 1900 |
"name": "data/task_suite_20.json",
|
| 1901 |
"status": "pass",
|
|
@@ -2001,44 +2050,44 @@
|
|
| 2001 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2002 |
"exists": true,
|
| 2003 |
"bytes": 46246,
|
| 2004 |
-
"sha256": "
|
| 2005 |
},
|
| 2006 |
"mirrors": {
|
| 2007 |
"hf_space": {
|
| 2008 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2009 |
"exists": true,
|
| 2010 |
"bytes": 46246,
|
| 2011 |
-
"sha256": "
|
| 2012 |
},
|
| 2013 |
"hf_artifacts_data": {
|
| 2014 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2015 |
"exists": true,
|
| 2016 |
"bytes": 46246,
|
| 2017 |
-
"sha256": "
|
| 2018 |
},
|
| 2019 |
"hf_artifacts": {
|
| 2020 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2021 |
"exists": true,
|
| 2022 |
"bytes": 46246,
|
| 2023 |
-
"sha256": "
|
| 2024 |
},
|
| 2025 |
"hf_model_data": {
|
| 2026 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2027 |
"exists": true,
|
| 2028 |
"bytes": 46246,
|
| 2029 |
-
"sha256": "
|
| 2030 |
},
|
| 2031 |
"hf_model_docs_data": {
|
| 2032 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2033 |
"exists": true,
|
| 2034 |
"bytes": 46246,
|
| 2035 |
-
"sha256": "
|
| 2036 |
},
|
| 2037 |
"hf_model": {
|
| 2038 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2039 |
"exists": true,
|
| 2040 |
"bytes": 46246,
|
| 2041 |
-
"sha256": "
|
| 2042 |
}
|
| 2043 |
},
|
| 2044 |
"failures": []
|
|
@@ -2343,45 +2392,45 @@
|
|
| 2343 |
"local": {
|
| 2344 |
"path": "repo:docs/data/website_integrity.json",
|
| 2345 |
"exists": true,
|
| 2346 |
-
"bytes":
|
| 2347 |
-
"sha256": "
|
| 2348 |
},
|
| 2349 |
"mirrors": {
|
| 2350 |
"hf_space": {
|
| 2351 |
"path": "hf_space:data/website_integrity.json",
|
| 2352 |
"exists": true,
|
| 2353 |
-
"bytes":
|
| 2354 |
-
"sha256": "
|
| 2355 |
},
|
| 2356 |
"hf_artifacts_data": {
|
| 2357 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2358 |
"exists": true,
|
| 2359 |
-
"bytes":
|
| 2360 |
-
"sha256": "
|
| 2361 |
},
|
| 2362 |
"hf_artifacts": {
|
| 2363 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2364 |
"exists": true,
|
| 2365 |
-
"bytes":
|
| 2366 |
-
"sha256": "
|
| 2367 |
},
|
| 2368 |
"hf_model_data": {
|
| 2369 |
"path": "hf_model:data/website_integrity.json",
|
| 2370 |
"exists": true,
|
| 2371 |
-
"bytes":
|
| 2372 |
-
"sha256": "
|
| 2373 |
},
|
| 2374 |
"hf_model_docs_data": {
|
| 2375 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2376 |
"exists": true,
|
| 2377 |
-
"bytes":
|
| 2378 |
-
"sha256": "
|
| 2379 |
},
|
| 2380 |
"hf_model": {
|
| 2381 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2382 |
"exists": true,
|
| 2383 |
-
"bytes":
|
| 2384 |
-
"sha256": "
|
| 2385 |
}
|
| 2386 |
},
|
| 2387 |
"failures": []
|
|
@@ -5694,21 +5743,21 @@
|
|
| 5694 |
"local": {
|
| 5695 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 5696 |
"exists": true,
|
| 5697 |
-
"bytes":
|
| 5698 |
-
"sha256": "
|
| 5699 |
},
|
| 5700 |
"mirrors": {
|
| 5701 |
"hf_artifacts": {
|
| 5702 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 5703 |
"exists": true,
|
| 5704 |
-
"bytes":
|
| 5705 |
-
"sha256": "
|
| 5706 |
},
|
| 5707 |
"hf_model": {
|
| 5708 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 5709 |
"exists": true,
|
| 5710 |
-
"bytes":
|
| 5711 |
-
"sha256": "
|
| 5712 |
}
|
| 5713 |
},
|
| 5714 |
"failures": []
|
|
@@ -6073,39 +6122,39 @@
|
|
| 6073 |
"local": {
|
| 6074 |
"path": "repo:docs/index.html",
|
| 6075 |
"exists": true,
|
| 6076 |
-
"bytes":
|
| 6077 |
-
"sha256": "
|
| 6078 |
},
|
| 6079 |
"mirrors": {
|
| 6080 |
"hf_space": {
|
| 6081 |
"path": "hf_space:index.html",
|
| 6082 |
"exists": true,
|
| 6083 |
-
"bytes":
|
| 6084 |
-
"sha256": "
|
| 6085 |
},
|
| 6086 |
"hf_artifacts_root": {
|
| 6087 |
"path": "hf_artifacts:index.html",
|
| 6088 |
"exists": true,
|
| 6089 |
-
"bytes":
|
| 6090 |
-
"sha256": "
|
| 6091 |
},
|
| 6092 |
"hf_artifacts_docs": {
|
| 6093 |
"path": "hf_artifacts:docs/index.html",
|
| 6094 |
"exists": true,
|
| 6095 |
-
"bytes":
|
| 6096 |
-
"sha256": "
|
| 6097 |
},
|
| 6098 |
"hf_model": {
|
| 6099 |
"path": "hf_model:index.html",
|
| 6100 |
"exists": true,
|
| 6101 |
-
"bytes":
|
| 6102 |
-
"sha256": "
|
| 6103 |
},
|
| 6104 |
"hf_model_docs": {
|
| 6105 |
"path": "hf_model:docs/index.html",
|
| 6106 |
"exists": true,
|
| 6107 |
-
"bytes":
|
| 6108 |
-
"sha256": "
|
| 6109 |
}
|
| 6110 |
},
|
| 6111 |
"failures": []
|
|
@@ -30887,6 +30936,37 @@
|
|
| 30887 |
},
|
| 30888 |
"failures": []
|
| 30889 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30890 |
{
|
| 30891 |
"name": "docs/PROJECT_BRIEF.md",
|
| 30892 |
"status": "pass",
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:28:04+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 1250,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 923 |
"path": "repo:docs/data/publication_audit.json",
|
| 924 |
"exists": true,
|
| 925 |
"bytes": 10662,
|
| 926 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 927 |
},
|
| 928 |
"mirrors": {
|
| 929 |
"hf_space": {
|
| 930 |
"path": "hf_space:data/publication_audit.json",
|
| 931 |
"exists": true,
|
| 932 |
"bytes": 10662,
|
| 933 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 934 |
},
|
| 935 |
"hf_artifacts_data": {
|
| 936 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 937 |
"exists": true,
|
| 938 |
"bytes": 10662,
|
| 939 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 940 |
},
|
| 941 |
"hf_artifacts": {
|
| 942 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 943 |
"exists": true,
|
| 944 |
"bytes": 10662,
|
| 945 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 946 |
},
|
| 947 |
"hf_model_data": {
|
| 948 |
"path": "hf_model:data/publication_audit.json",
|
| 949 |
"exists": true,
|
| 950 |
"bytes": 10662,
|
| 951 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 952 |
},
|
| 953 |
"hf_model_docs_data": {
|
| 954 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 955 |
"exists": true,
|
| 956 |
"bytes": 10662,
|
| 957 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 958 |
},
|
| 959 |
"hf_model": {
|
| 960 |
"path": "hf_model:metrics/publication_audit.json",
|
| 961 |
"exists": true,
|
| 962 |
"bytes": 10662,
|
| 963 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 964 |
}
|
| 965 |
},
|
| 966 |
"failures": []
|
|
|
|
| 972 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 7208,
|
| 975 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/public_surface_qa.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 7208,
|
| 982 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 7208,
|
| 988 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 7208,
|
| 994 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/public_surface_qa.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 7208,
|
| 1000 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 7208,
|
| 1006 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 7208,
|
| 1012 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
|
|
| 1119 |
"path": "repo:docs/data/quality_gates.json",
|
| 1120 |
"exists": true,
|
| 1121 |
"bytes": 8640,
|
| 1122 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1123 |
},
|
| 1124 |
"mirrors": {
|
| 1125 |
"hf_space": {
|
| 1126 |
"path": "hf_space:data/quality_gates.json",
|
| 1127 |
"exists": true,
|
| 1128 |
"bytes": 8640,
|
| 1129 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1130 |
},
|
| 1131 |
"hf_artifacts_data": {
|
| 1132 |
"path": "hf_artifacts:data/quality_gates.json",
|
| 1133 |
"exists": true,
|
| 1134 |
"bytes": 8640,
|
| 1135 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1136 |
},
|
| 1137 |
"hf_artifacts": {
|
| 1138 |
"path": "hf_artifacts:docs/data/quality_gates.json",
|
| 1139 |
"exists": true,
|
| 1140 |
"bytes": 8640,
|
| 1141 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1142 |
},
|
| 1143 |
"hf_model_data": {
|
| 1144 |
"path": "hf_model:data/quality_gates.json",
|
| 1145 |
"exists": true,
|
| 1146 |
"bytes": 8640,
|
| 1147 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1148 |
},
|
| 1149 |
"hf_model_docs_data": {
|
| 1150 |
"path": "hf_model:docs/data/quality_gates.json",
|
| 1151 |
"exists": true,
|
| 1152 |
"bytes": 8640,
|
| 1153 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1154 |
},
|
| 1155 |
"hf_model": {
|
| 1156 |
"path": "hf_model:metrics/quality_gates.json",
|
| 1157 |
"exists": true,
|
| 1158 |
"bytes": 8640,
|
| 1159 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1160 |
}
|
| 1161 |
},
|
| 1162 |
"failures": []
|
|
|
|
| 1560 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 1561 |
"exists": true,
|
| 1562 |
"bytes": 21313,
|
| 1563 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1564 |
},
|
| 1565 |
"mirrors": {
|
| 1566 |
"hf_space": {
|
| 1567 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 1568 |
"exists": true,
|
| 1569 |
"bytes": 21313,
|
| 1570 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1571 |
},
|
| 1572 |
"hf_artifacts_data": {
|
| 1573 |
"path": "hf_artifacts:data/scope_claims_audit.json",
|
| 1574 |
"exists": true,
|
| 1575 |
"bytes": 21313,
|
| 1576 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1577 |
},
|
| 1578 |
"hf_artifacts": {
|
| 1579 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 1580 |
"exists": true,
|
| 1581 |
"bytes": 21313,
|
| 1582 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1583 |
},
|
| 1584 |
"hf_model_data": {
|
| 1585 |
"path": "hf_model:data/scope_claims_audit.json",
|
| 1586 |
"exists": true,
|
| 1587 |
"bytes": 21313,
|
| 1588 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1589 |
},
|
| 1590 |
"hf_model_docs_data": {
|
| 1591 |
"path": "hf_model:docs/data/scope_claims_audit.json",
|
| 1592 |
"exists": true,
|
| 1593 |
"bytes": 21313,
|
| 1594 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1595 |
},
|
| 1596 |
"hf_model": {
|
| 1597 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 1598 |
"exists": true,
|
| 1599 |
"bytes": 21313,
|
| 1600 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1601 |
}
|
| 1602 |
},
|
| 1603 |
"failures": []
|
|
|
|
| 1658 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1659 |
"exists": true,
|
| 1660 |
"bytes": 4432,
|
| 1661 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1662 |
},
|
| 1663 |
"mirrors": {
|
| 1664 |
"hf_space": {
|
| 1665 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1666 |
"exists": true,
|
| 1667 |
"bytes": 4432,
|
| 1668 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1669 |
},
|
| 1670 |
"hf_artifacts_data": {
|
| 1671 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1672 |
"exists": true,
|
| 1673 |
"bytes": 4432,
|
| 1674 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1675 |
},
|
| 1676 |
"hf_artifacts": {
|
| 1677 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1678 |
"exists": true,
|
| 1679 |
"bytes": 4432,
|
| 1680 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1681 |
},
|
| 1682 |
"hf_model_data": {
|
| 1683 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1684 |
"exists": true,
|
| 1685 |
"bytes": 4432,
|
| 1686 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1687 |
},
|
| 1688 |
"hf_model_docs_data": {
|
| 1689 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1690 |
"exists": true,
|
| 1691 |
"bytes": 4432,
|
| 1692 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1693 |
},
|
| 1694 |
"hf_model": {
|
| 1695 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1696 |
"exists": true,
|
| 1697 |
"bytes": 4432,
|
| 1698 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1699 |
}
|
| 1700 |
},
|
| 1701 |
"failures": []
|
|
|
|
| 1896 |
},
|
| 1897 |
"failures": []
|
| 1898 |
},
|
| 1899 |
+
{
|
| 1900 |
+
"name": "data/two_evidence_lines.json",
|
| 1901 |
+
"status": "pass",
|
| 1902 |
+
"local": {
|
| 1903 |
+
"path": "repo:docs/data/two_evidence_lines.json",
|
| 1904 |
+
"exists": true,
|
| 1905 |
+
"bytes": 2421,
|
| 1906 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1907 |
+
},
|
| 1908 |
+
"mirrors": {
|
| 1909 |
+
"hf_space": {
|
| 1910 |
+
"path": "hf_space:data/two_evidence_lines.json",
|
| 1911 |
+
"exists": true,
|
| 1912 |
+
"bytes": 2421,
|
| 1913 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1914 |
+
},
|
| 1915 |
+
"hf_artifacts_data": {
|
| 1916 |
+
"path": "hf_artifacts:data/two_evidence_lines.json",
|
| 1917 |
+
"exists": true,
|
| 1918 |
+
"bytes": 2421,
|
| 1919 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1920 |
+
},
|
| 1921 |
+
"hf_artifacts": {
|
| 1922 |
+
"path": "hf_artifacts:docs/data/two_evidence_lines.json",
|
| 1923 |
+
"exists": true,
|
| 1924 |
+
"bytes": 2421,
|
| 1925 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1926 |
+
},
|
| 1927 |
+
"hf_model_data": {
|
| 1928 |
+
"path": "hf_model:data/two_evidence_lines.json",
|
| 1929 |
+
"exists": true,
|
| 1930 |
+
"bytes": 2421,
|
| 1931 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1932 |
+
},
|
| 1933 |
+
"hf_model_docs_data": {
|
| 1934 |
+
"path": "hf_model:docs/data/two_evidence_lines.json",
|
| 1935 |
+
"exists": true,
|
| 1936 |
+
"bytes": 2421,
|
| 1937 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1938 |
+
},
|
| 1939 |
+
"hf_model": {
|
| 1940 |
+
"path": "hf_model:metrics/two_evidence_lines.json",
|
| 1941 |
+
"exists": true,
|
| 1942 |
+
"bytes": 2421,
|
| 1943 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1944 |
+
}
|
| 1945 |
+
},
|
| 1946 |
+
"failures": []
|
| 1947 |
+
},
|
| 1948 |
{
|
| 1949 |
"name": "data/task_suite_20.json",
|
| 1950 |
"status": "pass",
|
|
|
|
| 2050 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2051 |
"exists": true,
|
| 2052 |
"bytes": 46246,
|
| 2053 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2054 |
},
|
| 2055 |
"mirrors": {
|
| 2056 |
"hf_space": {
|
| 2057 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2058 |
"exists": true,
|
| 2059 |
"bytes": 46246,
|
| 2060 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2061 |
},
|
| 2062 |
"hf_artifacts_data": {
|
| 2063 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2064 |
"exists": true,
|
| 2065 |
"bytes": 46246,
|
| 2066 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2067 |
},
|
| 2068 |
"hf_artifacts": {
|
| 2069 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2070 |
"exists": true,
|
| 2071 |
"bytes": 46246,
|
| 2072 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2073 |
},
|
| 2074 |
"hf_model_data": {
|
| 2075 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2076 |
"exists": true,
|
| 2077 |
"bytes": 46246,
|
| 2078 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2079 |
},
|
| 2080 |
"hf_model_docs_data": {
|
| 2081 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2082 |
"exists": true,
|
| 2083 |
"bytes": 46246,
|
| 2084 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2088 |
"exists": true,
|
| 2089 |
"bytes": 46246,
|
| 2090 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
|
|
| 2392 |
"local": {
|
| 2393 |
"path": "repo:docs/data/website_integrity.json",
|
| 2394 |
"exists": true,
|
| 2395 |
+
"bytes": 20254,
|
| 2396 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2397 |
},
|
| 2398 |
"mirrors": {
|
| 2399 |
"hf_space": {
|
| 2400 |
"path": "hf_space:data/website_integrity.json",
|
| 2401 |
"exists": true,
|
| 2402 |
+
"bytes": 20254,
|
| 2403 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2404 |
},
|
| 2405 |
"hf_artifacts_data": {
|
| 2406 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2407 |
"exists": true,
|
| 2408 |
+
"bytes": 20254,
|
| 2409 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2410 |
},
|
| 2411 |
"hf_artifacts": {
|
| 2412 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2413 |
"exists": true,
|
| 2414 |
+
"bytes": 20254,
|
| 2415 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2416 |
},
|
| 2417 |
"hf_model_data": {
|
| 2418 |
"path": "hf_model:data/website_integrity.json",
|
| 2419 |
"exists": true,
|
| 2420 |
+
"bytes": 20254,
|
| 2421 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2422 |
},
|
| 2423 |
"hf_model_docs_data": {
|
| 2424 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2425 |
"exists": true,
|
| 2426 |
+
"bytes": 20254,
|
| 2427 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2428 |
},
|
| 2429 |
"hf_model": {
|
| 2430 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2431 |
"exists": true,
|
| 2432 |
+
"bytes": 20254,
|
| 2433 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2434 |
}
|
| 2435 |
},
|
| 2436 |
"failures": []
|
|
|
|
| 5743 |
"local": {
|
| 5744 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 5745 |
"exists": true,
|
| 5746 |
+
"bytes": 36235,
|
| 5747 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5748 |
},
|
| 5749 |
"mirrors": {
|
| 5750 |
"hf_artifacts": {
|
| 5751 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 5752 |
"exists": true,
|
| 5753 |
+
"bytes": 36235,
|
| 5754 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5755 |
},
|
| 5756 |
"hf_model": {
|
| 5757 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 5758 |
"exists": true,
|
| 5759 |
+
"bytes": 36235,
|
| 5760 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5761 |
}
|
| 5762 |
},
|
| 5763 |
"failures": []
|
|
|
|
| 6122 |
"local": {
|
| 6123 |
"path": "repo:docs/index.html",
|
| 6124 |
"exists": true,
|
| 6125 |
+
"bytes": 280620,
|
| 6126 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6127 |
},
|
| 6128 |
"mirrors": {
|
| 6129 |
"hf_space": {
|
| 6130 |
"path": "hf_space:index.html",
|
| 6131 |
"exists": true,
|
| 6132 |
+
"bytes": 280620,
|
| 6133 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6134 |
},
|
| 6135 |
"hf_artifacts_root": {
|
| 6136 |
"path": "hf_artifacts:index.html",
|
| 6137 |
"exists": true,
|
| 6138 |
+
"bytes": 280620,
|
| 6139 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6140 |
},
|
| 6141 |
"hf_artifacts_docs": {
|
| 6142 |
"path": "hf_artifacts:docs/index.html",
|
| 6143 |
"exists": true,
|
| 6144 |
+
"bytes": 280620,
|
| 6145 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6146 |
},
|
| 6147 |
"hf_model": {
|
| 6148 |
"path": "hf_model:index.html",
|
| 6149 |
"exists": true,
|
| 6150 |
+
"bytes": 280620,
|
| 6151 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6152 |
},
|
| 6153 |
"hf_model_docs": {
|
| 6154 |
"path": "hf_model:docs/index.html",
|
| 6155 |
"exists": true,
|
| 6156 |
+
"bytes": 280620,
|
| 6157 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6158 |
}
|
| 6159 |
},
|
| 6160 |
"failures": []
|
|
|
|
| 30936 |
},
|
| 30937 |
"failures": []
|
| 30938 |
},
|
| 30939 |
+
{
|
| 30940 |
+
"name": "docs/TWO_EVIDENCE_LINES.md",
|
| 30941 |
+
"status": "pass",
|
| 30942 |
+
"local": {
|
| 30943 |
+
"path": "repo:TWO_EVIDENCE_LINES.md",
|
| 30944 |
+
"exists": true,
|
| 30945 |
+
"bytes": 1797,
|
| 30946 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30947 |
+
},
|
| 30948 |
+
"mirrors": {
|
| 30949 |
+
"hf_space": {
|
| 30950 |
+
"path": "hf_space:TWO_EVIDENCE_LINES.md",
|
| 30951 |
+
"exists": true,
|
| 30952 |
+
"bytes": 1797,
|
| 30953 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30954 |
+
},
|
| 30955 |
+
"hf_artifacts": {
|
| 30956 |
+
"path": "hf_artifacts:TWO_EVIDENCE_LINES.md",
|
| 30957 |
+
"exists": true,
|
| 30958 |
+
"bytes": 1797,
|
| 30959 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30960 |
+
},
|
| 30961 |
+
"hf_model": {
|
| 30962 |
+
"path": "hf_model:TWO_EVIDENCE_LINES.md",
|
| 30963 |
+
"exists": true,
|
| 30964 |
+
"bytes": 1797,
|
| 30965 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30966 |
+
}
|
| 30967 |
+
},
|
| 30968 |
+
"failures": []
|
| 30969 |
+
},
|
| 30970 |
{
|
| 30971 |
"name": "docs/PROJECT_BRIEF.md",
|
| 30972 |
"status": "pass",
|
docs/data/public_surface_qa.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"website_integrity": {
|
| 19 |
"exists": true,
|
| 20 |
"status": "pass",
|
| 21 |
-
"generated_at_utc": "2026-06-
|
| 22 |
},
|
| 23 |
"rendered_site_check": {
|
| 24 |
"exists": true,
|
|
@@ -28,27 +28,27 @@
|
|
| 28 |
"task_surface_integrity": {
|
| 29 |
"exists": true,
|
| 30 |
"status": "pass",
|
| 31 |
-
"generated_at_utc": "2026-06-
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
-
"generated_at_utc": "2026-06-
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
-
"generated_at_utc": "2026-06-
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
-
"generated_at_utc": "2026-06-
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
-
"generated_at_utc": "2026-06-
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"failures": {}
|
|
@@ -96,9 +96,9 @@
|
|
| 96 |
"reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
|
| 97 |
"marker_counts": {
|
| 98 |
"Ropedia Xperience-10M Task Suite": 19,
|
| 99 |
-
"Xperience-10M":
|
| 100 |
-
"20-task":
|
| 101 |
-
"Qwen3-Omni":
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
@@ -107,7 +107,7 @@
|
|
| 107 |
"status": "pass",
|
| 108 |
"reason": "Public cards should link the repo, Space, artifacts, model baselines, upstream dataset, and Ropedia dataset page.",
|
| 109 |
"marker_counts": {
|
| 110 |
-
"https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite":
|
| 111 |
"https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite": 11,
|
| 112 |
"https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts": 11,
|
| 113 |
"https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines": 14,
|
|
@@ -133,14 +133,14 @@
|
|
| 133 |
"data/task_suite_enhancement_128.json": 22,
|
| 134 |
"data/task_suite_20.json": 34,
|
| 135 |
"data/unified_task_model_radar.json": 21,
|
| 136 |
-
"data/single_episode_task_model_radar.json":
|
| 137 |
-
"data/episode128_task_model_radar.json":
|
| 138 |
-
"data/task_method_20_result_matrix.json":
|
| 139 |
"data/task_method_20_gap_audit.json": 21,
|
| 140 |
"data/language_versions.json": 3,
|
| 141 |
"assets/charts/unified_task_model_radar.svg": 17,
|
| 142 |
-
"assets/charts/single_episode_task_model_radar.svg":
|
| 143 |
-
"assets/charts/episode128_task_model_radar.svg":
|
| 144 |
"data/tier2_task_suite.json": 11
|
| 145 |
}
|
| 146 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:26:46+00:00",
|
| 5 |
"scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 18 |
"website_integrity": {
|
| 19 |
"exists": true,
|
| 20 |
"status": "pass",
|
| 21 |
+
"generated_at_utc": "2026-06-21T06:20:06+00:00"
|
| 22 |
},
|
| 23 |
"rendered_site_check": {
|
| 24 |
"exists": true,
|
|
|
|
| 28 |
"task_surface_integrity": {
|
| 29 |
"exists": true,
|
| 30 |
"status": "pass",
|
| 31 |
+
"generated_at_utc": "2026-06-21T06:20:04+00:00"
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
+
"generated_at_utc": "2026-06-21T06:07:53+00:00"
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
+
"generated_at_utc": "2026-06-21T06:07:59+00:00"
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
+
"generated_at_utc": "2026-06-21T06:17:17+00:00"
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
+
"generated_at_utc": "2026-06-21T06:17:00+00:00"
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"failures": {}
|
|
|
|
| 96 |
"reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
|
| 97 |
"marker_counts": {
|
| 98 |
"Ropedia Xperience-10M Task Suite": 19,
|
| 99 |
+
"Xperience-10M": 169,
|
| 100 |
+
"20-task": 72,
|
| 101 |
+
"Qwen3-Omni": 159,
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
|
|
| 107 |
"status": "pass",
|
| 108 |
"reason": "Public cards should link the repo, Space, artifacts, model baselines, upstream dataset, and Ropedia dataset page.",
|
| 109 |
"marker_counts": {
|
| 110 |
+
"https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite": 86,
|
| 111 |
"https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite": 11,
|
| 112 |
"https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts": 11,
|
| 113 |
"https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines": 14,
|
|
|
|
| 133 |
"data/task_suite_enhancement_128.json": 22,
|
| 134 |
"data/task_suite_20.json": 34,
|
| 135 |
"data/unified_task_model_radar.json": 21,
|
| 136 |
+
"data/single_episode_task_model_radar.json": 15,
|
| 137 |
+
"data/episode128_task_model_radar.json": 15,
|
| 138 |
+
"data/task_method_20_result_matrix.json": 24,
|
| 139 |
"data/task_method_20_gap_audit.json": 21,
|
| 140 |
"data/language_versions.json": 3,
|
| 141 |
"assets/charts/unified_task_model_radar.svg": 17,
|
| 142 |
+
"assets/charts/single_episode_task_model_radar.svg": 19,
|
| 143 |
+
"assets/charts/episode128_task_model_radar.svg": 19,
|
| 144 |
"data/tier2_task_suite.json": 11
|
| 145 |
}
|
| 146 |
},
|
docs/data/publication_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
@@ -229,8 +229,8 @@
|
|
| 229 |
"github_repo": {
|
| 230 |
"root": "repo",
|
| 231 |
"exists": true,
|
| 232 |
-
"file_count":
|
| 233 |
-
"text_file_count":
|
| 234 |
"largest_file": {
|
| 235 |
"path": "results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/interaction_text_prediction/confusion_matrix.csv",
|
| 236 |
"bytes": 73057076
|
|
@@ -240,8 +240,8 @@
|
|
| 240 |
"hf_space_bundle": {
|
| 241 |
"root": "hf_publish/space",
|
| 242 |
"exists": true,
|
| 243 |
-
"file_count":
|
| 244 |
-
"text_file_count":
|
| 245 |
"largest_file": {
|
| 246 |
"path": "results/omni_finetune/xperience10m_qwen3_omni_v6_sensor_target_probes_a100_20260619T000000Z/modality_reconstruction/predictions.jsonl",
|
| 247 |
"bytes": 10221085
|
|
@@ -251,8 +251,8 @@
|
|
| 251 |
"hf_artifact_bundle": {
|
| 252 |
"root": "hf_publish/artifacts",
|
| 253 |
"exists": true,
|
| 254 |
-
"file_count":
|
| 255 |
-
"text_file_count":
|
| 256 |
"largest_file": {
|
| 257 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 258 |
"bytes": 135591061
|
|
@@ -262,8 +262,8 @@
|
|
| 262 |
"hf_model_bundle": {
|
| 263 |
"root": "hf_publish/model",
|
| 264 |
"exists": true,
|
| 265 |
-
"file_count":
|
| 266 |
-
"text_file_count":
|
| 267 |
"largest_file": {
|
| 268 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 269 |
"bytes": 135591061
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:28:19+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 229 |
"github_repo": {
|
| 230 |
"root": "repo",
|
| 231 |
"exists": true,
|
| 232 |
+
"file_count": 1515,
|
| 233 |
+
"text_file_count": 1254,
|
| 234 |
"largest_file": {
|
| 235 |
"path": "results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/interaction_text_prediction/confusion_matrix.csv",
|
| 236 |
"bytes": 73057076
|
|
|
|
| 240 |
"hf_space_bundle": {
|
| 241 |
"root": "hf_publish/space",
|
| 242 |
"exists": true,
|
| 243 |
+
"file_count": 564,
|
| 244 |
+
"text_file_count": 417,
|
| 245 |
"largest_file": {
|
| 246 |
"path": "results/omni_finetune/xperience10m_qwen3_omni_v6_sensor_target_probes_a100_20260619T000000Z/modality_reconstruction/predictions.jsonl",
|
| 247 |
"bytes": 10221085
|
|
|
|
| 251 |
"hf_artifact_bundle": {
|
| 252 |
"root": "hf_publish/artifacts",
|
| 253 |
"exists": true,
|
| 254 |
+
"file_count": 4486,
|
| 255 |
+
"text_file_count": 1274,
|
| 256 |
"largest_file": {
|
| 257 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 258 |
"bytes": 135591061
|
|
|
|
| 262 |
"hf_model_bundle": {
|
| 263 |
"root": "hf_publish/model",
|
| 264 |
"exists": true,
|
| 265 |
+
"file_count": 5240,
|
| 266 |
+
"text_file_count": 1444,
|
| 267 |
"largest_file": {
|
| 268 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 269 |
"bytes": 135591061
|
docs/data/quality_gates.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Release Checks",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
|
| 6 |
"automated_gates": [
|
| 7 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Release Checks",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:26:46+00:00",
|
| 5 |
"rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
|
| 6 |
"automated_gates": [
|
| 7 |
{
|
docs/data/scope_claims_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:07:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
docs/data/source_alignment_audit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Source Alignment Note",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
|
| 6 |
"alignment_summary": {
|
| 7 |
"full_dataset_repo": "ropedia-ai/xperience-10m",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Source Alignment Note",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:07:53+00:00",
|
| 5 |
"alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
|
| 6 |
"alignment_summary": {
|
| 7 |
"full_dataset_repo": "ropedia-ai/xperience-10m",
|
docs/data/task_surface_integrity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"original_walkthrough_task_count": 12,
|
| 6 |
"expected_original_walkthrough_task_count": 12,
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:20:04+00:00",
|
| 4 |
"summary": {
|
| 5 |
"original_walkthrough_task_count": 12,
|
| 6 |
"expected_original_walkthrough_task_count": 12,
|
docs/data/two_evidence_lines.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "current",
|
| 3 |
+
"updated_utc": "2026-06-21T00:00:00Z",
|
| 4 |
+
"interpretation_rule": "Use the 1-episode line for task construction and reproducibility claims. Use the 128-episode line for held-out comparison and model-branch claims.",
|
| 5 |
+
"lines": [
|
| 6 |
+
{
|
| 7 |
+
"id": "single_public_sample_episode",
|
| 8 |
+
"label": "1 sample episode",
|
| 9 |
+
"data_unit": "One public Xperience-10M sample episode",
|
| 10 |
+
"frames": 5821,
|
| 11 |
+
"windows": 1161,
|
| 12 |
+
"window_definition": "20-frame aligned windows with 5-frame stride",
|
| 13 |
+
"feature_dimensions": 8546,
|
| 14 |
+
"methods": [
|
| 15 |
+
"Minimal heads",
|
| 16 |
+
"Neural MLP heads"
|
| 17 |
+
],
|
| 18 |
+
"task_axes": 20,
|
| 19 |
+
"method_task_records": 40,
|
| 20 |
+
"scored_records": 40,
|
| 21 |
+
"best_use": "Inspect raw files, understand each task, rerun local baselines, and debug task quality.",
|
| 22 |
+
"primary_artifacts": [
|
| 23 |
+
"docs/data/single_episode_task_model_radar.json",
|
| 24 |
+
"results/episode_task_suite/summary_report.json",
|
| 25 |
+
"results/episode_task_suite/feature_manifest.json",
|
| 26 |
+
"docs/single_episode_explorer.html"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"id": "selected_128_episode_surface",
|
| 31 |
+
"label": "128 selected episodes",
|
| 32 |
+
"data_unit": "Selected held-out 96/16/16 split with public-safe processed features linked to official gated episode paths",
|
| 33 |
+
"episodes": 128,
|
| 34 |
+
"split": {
|
| 35 |
+
"train": 96,
|
| 36 |
+
"validation": 16,
|
| 37 |
+
"test": 16
|
| 38 |
+
},
|
| 39 |
+
"exported_windows": 34269,
|
| 40 |
+
"methods": [
|
| 41 |
+
"Metadata simple",
|
| 42 |
+
"Metadata NN",
|
| 43 |
+
"Raw-feature simple",
|
| 44 |
+
"Raw-feature NN",
|
| 45 |
+
"Qwen3-Omni",
|
| 46 |
+
"Cosmos3-Super",
|
| 47 |
+
"Cosmos3-Nano"
|
| 48 |
+
],
|
| 49 |
+
"task_axes": 20,
|
| 50 |
+
"method_task_records": 140,
|
| 51 |
+
"scored_records": 140,
|
| 52 |
+
"proxy_policy": "Proxy flags remain visible where the public export lacks a direct raw target.",
|
| 53 |
+
"best_use": "Compare same-split baselines and model branches while keeping evidence type explicit.",
|
| 54 |
+
"primary_artifacts": [
|
| 55 |
+
"docs/data/episode128_task_model_radar.json",
|
| 56 |
+
"docs/data/xperience10m_128_episode_feature_index.json",
|
| 57 |
+
"docs/data/omni_model_comparison.json",
|
| 58 |
+
"docs/data/task_method_20_gap_audit.json"
|
| 59 |
+
]
|
| 60 |
+
}
|
| 61 |
+
],
|
| 62 |
+
"combined_public_matrix": {
|
| 63 |
+
"task_axes": 20,
|
| 64 |
+
"methods": 9,
|
| 65 |
+
"method_task_records": 180,
|
| 66 |
+
"scored_records": 180,
|
| 67 |
+
"artifact": "docs/data/task_method_20_result_matrix.json"
|
| 68 |
+
}
|
| 69 |
+
}
|
docs/data/website_integrity.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
-
"external_reference_count":
|
| 10 |
-
"json_files":
|
| 11 |
"image_assets_referenced": 28,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
@@ -80,8 +80,8 @@
|
|
| 80 |
"name": "project_overview_precedes_progress_ledger",
|
| 81 |
"status": "pass",
|
| 82 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 83 |
-
"overview_index":
|
| 84 |
-
"evidence_index":
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"name": "project_status_links_json",
|
|
@@ -159,9 +159,9 @@
|
|
| 159 |
"name": "evaluation_protocol_between_overview_and_progress",
|
| 160 |
"status": "pass",
|
| 161 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 162 |
-
"overview_index":
|
| 163 |
-
"protocol_index":
|
| 164 |
-
"evidence_index":
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"name": "evaluation_protocol_links_json",
|
|
@@ -180,7 +180,7 @@
|
|
| 180 |
"status": "pass",
|
| 181 |
"reason": "The Suite anchor should show the task-suite map before the modality atlas.",
|
| 182 |
"first_marker_index": 471,
|
| 183 |
-
"second_marker_index":
|
| 184 |
},
|
| 185 |
{
|
| 186 |
"name": "suite_modality_atlas_contains_seven_cards",
|
|
@@ -277,7 +277,7 @@
|
|
| 277 |
{
|
| 278 |
"path": "index.html",
|
| 279 |
"id_count": 95,
|
| 280 |
-
"reference_count":
|
| 281 |
"image_count": 34
|
| 282 |
},
|
| 283 |
{
|
|
@@ -351,7 +351,7 @@
|
|
| 351 |
},
|
| 352 |
{
|
| 353 |
"path": "data/mirror_parity.json",
|
| 354 |
-
"bytes":
|
| 355 |
"top_level_type": "dict"
|
| 356 |
},
|
| 357 |
{
|
|
@@ -529,6 +529,11 @@
|
|
| 529 |
"bytes": 33402,
|
| 530 |
"top_level_type": "dict"
|
| 531 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
{
|
| 533 |
"path": "data/unified_task_model_radar.json",
|
| 534 |
"bytes": 228799,
|
|
@@ -536,7 +541,7 @@
|
|
| 536 |
},
|
| 537 |
{
|
| 538 |
"path": "data/website_integrity.json",
|
| 539 |
-
"bytes":
|
| 540 |
"top_level_type": "dict"
|
| 541 |
},
|
| 542 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:20:06+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 235,
|
| 9 |
+
"external_reference_count": 152,
|
| 10 |
+
"json_files": 52,
|
| 11 |
"image_assets_referenced": 28,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
|
|
| 80 |
"name": "project_overview_precedes_progress_ledger",
|
| 81 |
"status": "pass",
|
| 82 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 83 |
+
"overview_index": 110375,
|
| 84 |
+
"evidence_index": 150293
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"name": "project_status_links_json",
|
|
|
|
| 159 |
"name": "evaluation_protocol_between_overview_and_progress",
|
| 160 |
"status": "pass",
|
| 161 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 162 |
+
"overview_index": 110375,
|
| 163 |
+
"protocol_index": 146474,
|
| 164 |
+
"evidence_index": 150293
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 180 |
"status": "pass",
|
| 181 |
"reason": "The Suite anchor should show the task-suite map before the modality atlas.",
|
| 182 |
"first_marker_index": 471,
|
| 183 |
+
"second_marker_index": 3805
|
| 184 |
},
|
| 185 |
{
|
| 186 |
"name": "suite_modality_atlas_contains_seven_cards",
|
|
|
|
| 277 |
{
|
| 278 |
"path": "index.html",
|
| 279 |
"id_count": 95,
|
| 280 |
+
"reference_count": 207,
|
| 281 |
"image_count": 34
|
| 282 |
},
|
| 283 |
{
|
|
|
|
| 351 |
},
|
| 352 |
{
|
| 353 |
"path": "data/mirror_parity.json",
|
| 354 |
+
"bytes": 1410035,
|
| 355 |
"top_level_type": "dict"
|
| 356 |
},
|
| 357 |
{
|
|
|
|
| 529 |
"bytes": 33402,
|
| 530 |
"top_level_type": "dict"
|
| 531 |
},
|
| 532 |
+
{
|
| 533 |
+
"path": "data/two_evidence_lines.json",
|
| 534 |
+
"bytes": 2421,
|
| 535 |
+
"top_level_type": "dict"
|
| 536 |
+
},
|
| 537 |
{
|
| 538 |
"path": "data/unified_task_model_radar.json",
|
| 539 |
"bytes": 228799,
|
|
|
|
| 541 |
},
|
| 542 |
{
|
| 543 |
"path": "data/website_integrity.json",
|
| 544 |
+
"bytes": 20254,
|
| 545 |
"top_level_type": "dict"
|
| 546 |
},
|
| 547 |
{
|
metrics/mirror_parity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
-
"group_count":
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
@@ -923,44 +923,44 @@
|
|
| 923 |
"path": "repo:docs/data/publication_audit.json",
|
| 924 |
"exists": true,
|
| 925 |
"bytes": 10662,
|
| 926 |
-
"sha256": "
|
| 927 |
},
|
| 928 |
"mirrors": {
|
| 929 |
"hf_space": {
|
| 930 |
"path": "hf_space:data/publication_audit.json",
|
| 931 |
"exists": true,
|
| 932 |
"bytes": 10662,
|
| 933 |
-
"sha256": "
|
| 934 |
},
|
| 935 |
"hf_artifacts_data": {
|
| 936 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 937 |
"exists": true,
|
| 938 |
"bytes": 10662,
|
| 939 |
-
"sha256": "
|
| 940 |
},
|
| 941 |
"hf_artifacts": {
|
| 942 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 943 |
"exists": true,
|
| 944 |
"bytes": 10662,
|
| 945 |
-
"sha256": "
|
| 946 |
},
|
| 947 |
"hf_model_data": {
|
| 948 |
"path": "hf_model:data/publication_audit.json",
|
| 949 |
"exists": true,
|
| 950 |
"bytes": 10662,
|
| 951 |
-
"sha256": "
|
| 952 |
},
|
| 953 |
"hf_model_docs_data": {
|
| 954 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 955 |
"exists": true,
|
| 956 |
"bytes": 10662,
|
| 957 |
-
"sha256": "
|
| 958 |
},
|
| 959 |
"hf_model": {
|
| 960 |
"path": "hf_model:metrics/publication_audit.json",
|
| 961 |
"exists": true,
|
| 962 |
"bytes": 10662,
|
| 963 |
-
"sha256": "
|
| 964 |
}
|
| 965 |
},
|
| 966 |
"failures": []
|
|
@@ -972,44 +972,44 @@
|
|
| 972 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 7208,
|
| 975 |
-
"sha256": "
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/public_surface_qa.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 7208,
|
| 982 |
-
"sha256": "
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 7208,
|
| 988 |
-
"sha256": "
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 7208,
|
| 994 |
-
"sha256": "
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/public_surface_qa.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 7208,
|
| 1000 |
-
"sha256": "
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 7208,
|
| 1006 |
-
"sha256": "
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 7208,
|
| 1012 |
-
"sha256": "
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
@@ -1119,44 +1119,44 @@
|
|
| 1119 |
"path": "repo:docs/data/quality_gates.json",
|
| 1120 |
"exists": true,
|
| 1121 |
"bytes": 8640,
|
| 1122 |
-
"sha256": "
|
| 1123 |
},
|
| 1124 |
"mirrors": {
|
| 1125 |
"hf_space": {
|
| 1126 |
"path": "hf_space:data/quality_gates.json",
|
| 1127 |
"exists": true,
|
| 1128 |
"bytes": 8640,
|
| 1129 |
-
"sha256": "
|
| 1130 |
},
|
| 1131 |
"hf_artifacts_data": {
|
| 1132 |
"path": "hf_artifacts:data/quality_gates.json",
|
| 1133 |
"exists": true,
|
| 1134 |
"bytes": 8640,
|
| 1135 |
-
"sha256": "
|
| 1136 |
},
|
| 1137 |
"hf_artifacts": {
|
| 1138 |
"path": "hf_artifacts:docs/data/quality_gates.json",
|
| 1139 |
"exists": true,
|
| 1140 |
"bytes": 8640,
|
| 1141 |
-
"sha256": "
|
| 1142 |
},
|
| 1143 |
"hf_model_data": {
|
| 1144 |
"path": "hf_model:data/quality_gates.json",
|
| 1145 |
"exists": true,
|
| 1146 |
"bytes": 8640,
|
| 1147 |
-
"sha256": "
|
| 1148 |
},
|
| 1149 |
"hf_model_docs_data": {
|
| 1150 |
"path": "hf_model:docs/data/quality_gates.json",
|
| 1151 |
"exists": true,
|
| 1152 |
"bytes": 8640,
|
| 1153 |
-
"sha256": "
|
| 1154 |
},
|
| 1155 |
"hf_model": {
|
| 1156 |
"path": "hf_model:metrics/quality_gates.json",
|
| 1157 |
"exists": true,
|
| 1158 |
"bytes": 8640,
|
| 1159 |
-
"sha256": "
|
| 1160 |
}
|
| 1161 |
},
|
| 1162 |
"failures": []
|
|
@@ -1560,44 +1560,44 @@
|
|
| 1560 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 1561 |
"exists": true,
|
| 1562 |
"bytes": 21313,
|
| 1563 |
-
"sha256": "
|
| 1564 |
},
|
| 1565 |
"mirrors": {
|
| 1566 |
"hf_space": {
|
| 1567 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 1568 |
"exists": true,
|
| 1569 |
"bytes": 21313,
|
| 1570 |
-
"sha256": "
|
| 1571 |
},
|
| 1572 |
"hf_artifacts_data": {
|
| 1573 |
"path": "hf_artifacts:data/scope_claims_audit.json",
|
| 1574 |
"exists": true,
|
| 1575 |
"bytes": 21313,
|
| 1576 |
-
"sha256": "
|
| 1577 |
},
|
| 1578 |
"hf_artifacts": {
|
| 1579 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 1580 |
"exists": true,
|
| 1581 |
"bytes": 21313,
|
| 1582 |
-
"sha256": "
|
| 1583 |
},
|
| 1584 |
"hf_model_data": {
|
| 1585 |
"path": "hf_model:data/scope_claims_audit.json",
|
| 1586 |
"exists": true,
|
| 1587 |
"bytes": 21313,
|
| 1588 |
-
"sha256": "
|
| 1589 |
},
|
| 1590 |
"hf_model_docs_data": {
|
| 1591 |
"path": "hf_model:docs/data/scope_claims_audit.json",
|
| 1592 |
"exists": true,
|
| 1593 |
"bytes": 21313,
|
| 1594 |
-
"sha256": "
|
| 1595 |
},
|
| 1596 |
"hf_model": {
|
| 1597 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 1598 |
"exists": true,
|
| 1599 |
"bytes": 21313,
|
| 1600 |
-
"sha256": "
|
| 1601 |
}
|
| 1602 |
},
|
| 1603 |
"failures": []
|
|
@@ -1658,44 +1658,44 @@
|
|
| 1658 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1659 |
"exists": true,
|
| 1660 |
"bytes": 4432,
|
| 1661 |
-
"sha256": "
|
| 1662 |
},
|
| 1663 |
"mirrors": {
|
| 1664 |
"hf_space": {
|
| 1665 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1666 |
"exists": true,
|
| 1667 |
"bytes": 4432,
|
| 1668 |
-
"sha256": "
|
| 1669 |
},
|
| 1670 |
"hf_artifacts_data": {
|
| 1671 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1672 |
"exists": true,
|
| 1673 |
"bytes": 4432,
|
| 1674 |
-
"sha256": "
|
| 1675 |
},
|
| 1676 |
"hf_artifacts": {
|
| 1677 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1678 |
"exists": true,
|
| 1679 |
"bytes": 4432,
|
| 1680 |
-
"sha256": "
|
| 1681 |
},
|
| 1682 |
"hf_model_data": {
|
| 1683 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1684 |
"exists": true,
|
| 1685 |
"bytes": 4432,
|
| 1686 |
-
"sha256": "
|
| 1687 |
},
|
| 1688 |
"hf_model_docs_data": {
|
| 1689 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1690 |
"exists": true,
|
| 1691 |
"bytes": 4432,
|
| 1692 |
-
"sha256": "
|
| 1693 |
},
|
| 1694 |
"hf_model": {
|
| 1695 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1696 |
"exists": true,
|
| 1697 |
"bytes": 4432,
|
| 1698 |
-
"sha256": "
|
| 1699 |
}
|
| 1700 |
},
|
| 1701 |
"failures": []
|
|
@@ -1896,6 +1896,55 @@
|
|
| 1896 |
},
|
| 1897 |
"failures": []
|
| 1898 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1899 |
{
|
| 1900 |
"name": "data/task_suite_20.json",
|
| 1901 |
"status": "pass",
|
|
@@ -2001,44 +2050,44 @@
|
|
| 2001 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2002 |
"exists": true,
|
| 2003 |
"bytes": 46246,
|
| 2004 |
-
"sha256": "
|
| 2005 |
},
|
| 2006 |
"mirrors": {
|
| 2007 |
"hf_space": {
|
| 2008 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2009 |
"exists": true,
|
| 2010 |
"bytes": 46246,
|
| 2011 |
-
"sha256": "
|
| 2012 |
},
|
| 2013 |
"hf_artifacts_data": {
|
| 2014 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2015 |
"exists": true,
|
| 2016 |
"bytes": 46246,
|
| 2017 |
-
"sha256": "
|
| 2018 |
},
|
| 2019 |
"hf_artifacts": {
|
| 2020 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2021 |
"exists": true,
|
| 2022 |
"bytes": 46246,
|
| 2023 |
-
"sha256": "
|
| 2024 |
},
|
| 2025 |
"hf_model_data": {
|
| 2026 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2027 |
"exists": true,
|
| 2028 |
"bytes": 46246,
|
| 2029 |
-
"sha256": "
|
| 2030 |
},
|
| 2031 |
"hf_model_docs_data": {
|
| 2032 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2033 |
"exists": true,
|
| 2034 |
"bytes": 46246,
|
| 2035 |
-
"sha256": "
|
| 2036 |
},
|
| 2037 |
"hf_model": {
|
| 2038 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2039 |
"exists": true,
|
| 2040 |
"bytes": 46246,
|
| 2041 |
-
"sha256": "
|
| 2042 |
}
|
| 2043 |
},
|
| 2044 |
"failures": []
|
|
@@ -2343,45 +2392,45 @@
|
|
| 2343 |
"local": {
|
| 2344 |
"path": "repo:docs/data/website_integrity.json",
|
| 2345 |
"exists": true,
|
| 2346 |
-
"bytes":
|
| 2347 |
-
"sha256": "
|
| 2348 |
},
|
| 2349 |
"mirrors": {
|
| 2350 |
"hf_space": {
|
| 2351 |
"path": "hf_space:data/website_integrity.json",
|
| 2352 |
"exists": true,
|
| 2353 |
-
"bytes":
|
| 2354 |
-
"sha256": "
|
| 2355 |
},
|
| 2356 |
"hf_artifacts_data": {
|
| 2357 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2358 |
"exists": true,
|
| 2359 |
-
"bytes":
|
| 2360 |
-
"sha256": "
|
| 2361 |
},
|
| 2362 |
"hf_artifacts": {
|
| 2363 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2364 |
"exists": true,
|
| 2365 |
-
"bytes":
|
| 2366 |
-
"sha256": "
|
| 2367 |
},
|
| 2368 |
"hf_model_data": {
|
| 2369 |
"path": "hf_model:data/website_integrity.json",
|
| 2370 |
"exists": true,
|
| 2371 |
-
"bytes":
|
| 2372 |
-
"sha256": "
|
| 2373 |
},
|
| 2374 |
"hf_model_docs_data": {
|
| 2375 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2376 |
"exists": true,
|
| 2377 |
-
"bytes":
|
| 2378 |
-
"sha256": "
|
| 2379 |
},
|
| 2380 |
"hf_model": {
|
| 2381 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2382 |
"exists": true,
|
| 2383 |
-
"bytes":
|
| 2384 |
-
"sha256": "
|
| 2385 |
}
|
| 2386 |
},
|
| 2387 |
"failures": []
|
|
@@ -5694,21 +5743,21 @@
|
|
| 5694 |
"local": {
|
| 5695 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 5696 |
"exists": true,
|
| 5697 |
-
"bytes":
|
| 5698 |
-
"sha256": "
|
| 5699 |
},
|
| 5700 |
"mirrors": {
|
| 5701 |
"hf_artifacts": {
|
| 5702 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 5703 |
"exists": true,
|
| 5704 |
-
"bytes":
|
| 5705 |
-
"sha256": "
|
| 5706 |
},
|
| 5707 |
"hf_model": {
|
| 5708 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 5709 |
"exists": true,
|
| 5710 |
-
"bytes":
|
| 5711 |
-
"sha256": "
|
| 5712 |
}
|
| 5713 |
},
|
| 5714 |
"failures": []
|
|
@@ -6073,39 +6122,39 @@
|
|
| 6073 |
"local": {
|
| 6074 |
"path": "repo:docs/index.html",
|
| 6075 |
"exists": true,
|
| 6076 |
-
"bytes":
|
| 6077 |
-
"sha256": "
|
| 6078 |
},
|
| 6079 |
"mirrors": {
|
| 6080 |
"hf_space": {
|
| 6081 |
"path": "hf_space:index.html",
|
| 6082 |
"exists": true,
|
| 6083 |
-
"bytes":
|
| 6084 |
-
"sha256": "
|
| 6085 |
},
|
| 6086 |
"hf_artifacts_root": {
|
| 6087 |
"path": "hf_artifacts:index.html",
|
| 6088 |
"exists": true,
|
| 6089 |
-
"bytes":
|
| 6090 |
-
"sha256": "
|
| 6091 |
},
|
| 6092 |
"hf_artifacts_docs": {
|
| 6093 |
"path": "hf_artifacts:docs/index.html",
|
| 6094 |
"exists": true,
|
| 6095 |
-
"bytes":
|
| 6096 |
-
"sha256": "
|
| 6097 |
},
|
| 6098 |
"hf_model": {
|
| 6099 |
"path": "hf_model:index.html",
|
| 6100 |
"exists": true,
|
| 6101 |
-
"bytes":
|
| 6102 |
-
"sha256": "
|
| 6103 |
},
|
| 6104 |
"hf_model_docs": {
|
| 6105 |
"path": "hf_model:docs/index.html",
|
| 6106 |
"exists": true,
|
| 6107 |
-
"bytes":
|
| 6108 |
-
"sha256": "
|
| 6109 |
}
|
| 6110 |
},
|
| 6111 |
"failures": []
|
|
@@ -30887,6 +30936,37 @@
|
|
| 30887 |
},
|
| 30888 |
"failures": []
|
| 30889 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30890 |
{
|
| 30891 |
"name": "docs/PROJECT_BRIEF.md",
|
| 30892 |
"status": "pass",
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:28:04+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 1250,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 923 |
"path": "repo:docs/data/publication_audit.json",
|
| 924 |
"exists": true,
|
| 925 |
"bytes": 10662,
|
| 926 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 927 |
},
|
| 928 |
"mirrors": {
|
| 929 |
"hf_space": {
|
| 930 |
"path": "hf_space:data/publication_audit.json",
|
| 931 |
"exists": true,
|
| 932 |
"bytes": 10662,
|
| 933 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 934 |
},
|
| 935 |
"hf_artifacts_data": {
|
| 936 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 937 |
"exists": true,
|
| 938 |
"bytes": 10662,
|
| 939 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 940 |
},
|
| 941 |
"hf_artifacts": {
|
| 942 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 943 |
"exists": true,
|
| 944 |
"bytes": 10662,
|
| 945 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 946 |
},
|
| 947 |
"hf_model_data": {
|
| 948 |
"path": "hf_model:data/publication_audit.json",
|
| 949 |
"exists": true,
|
| 950 |
"bytes": 10662,
|
| 951 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 952 |
},
|
| 953 |
"hf_model_docs_data": {
|
| 954 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 955 |
"exists": true,
|
| 956 |
"bytes": 10662,
|
| 957 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 958 |
},
|
| 959 |
"hf_model": {
|
| 960 |
"path": "hf_model:metrics/publication_audit.json",
|
| 961 |
"exists": true,
|
| 962 |
"bytes": 10662,
|
| 963 |
+
"sha256": "230823fbf88408395d5633f765fac73c034f0cf82d5abb490613dcc44fd53210"
|
| 964 |
}
|
| 965 |
},
|
| 966 |
"failures": []
|
|
|
|
| 972 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 7208,
|
| 975 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/public_surface_qa.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 7208,
|
| 982 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 7208,
|
| 988 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 7208,
|
| 994 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/public_surface_qa.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 7208,
|
| 1000 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 7208,
|
| 1006 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 7208,
|
| 1012 |
+
"sha256": "3cffe8a19ea9daa9117b3f9914432653c746a39023f2cbb9c6db44562df38933"
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
|
|
| 1119 |
"path": "repo:docs/data/quality_gates.json",
|
| 1120 |
"exists": true,
|
| 1121 |
"bytes": 8640,
|
| 1122 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1123 |
},
|
| 1124 |
"mirrors": {
|
| 1125 |
"hf_space": {
|
| 1126 |
"path": "hf_space:data/quality_gates.json",
|
| 1127 |
"exists": true,
|
| 1128 |
"bytes": 8640,
|
| 1129 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1130 |
},
|
| 1131 |
"hf_artifacts_data": {
|
| 1132 |
"path": "hf_artifacts:data/quality_gates.json",
|
| 1133 |
"exists": true,
|
| 1134 |
"bytes": 8640,
|
| 1135 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1136 |
},
|
| 1137 |
"hf_artifacts": {
|
| 1138 |
"path": "hf_artifacts:docs/data/quality_gates.json",
|
| 1139 |
"exists": true,
|
| 1140 |
"bytes": 8640,
|
| 1141 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1142 |
},
|
| 1143 |
"hf_model_data": {
|
| 1144 |
"path": "hf_model:data/quality_gates.json",
|
| 1145 |
"exists": true,
|
| 1146 |
"bytes": 8640,
|
| 1147 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1148 |
},
|
| 1149 |
"hf_model_docs_data": {
|
| 1150 |
"path": "hf_model:docs/data/quality_gates.json",
|
| 1151 |
"exists": true,
|
| 1152 |
"bytes": 8640,
|
| 1153 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1154 |
},
|
| 1155 |
"hf_model": {
|
| 1156 |
"path": "hf_model:metrics/quality_gates.json",
|
| 1157 |
"exists": true,
|
| 1158 |
"bytes": 8640,
|
| 1159 |
+
"sha256": "b4bfdb2427d555b89ffc458dc15f63902e8ede7fe666e487be987ec788a6a2b9"
|
| 1160 |
}
|
| 1161 |
},
|
| 1162 |
"failures": []
|
|
|
|
| 1560 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 1561 |
"exists": true,
|
| 1562 |
"bytes": 21313,
|
| 1563 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1564 |
},
|
| 1565 |
"mirrors": {
|
| 1566 |
"hf_space": {
|
| 1567 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 1568 |
"exists": true,
|
| 1569 |
"bytes": 21313,
|
| 1570 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1571 |
},
|
| 1572 |
"hf_artifacts_data": {
|
| 1573 |
"path": "hf_artifacts:data/scope_claims_audit.json",
|
| 1574 |
"exists": true,
|
| 1575 |
"bytes": 21313,
|
| 1576 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1577 |
},
|
| 1578 |
"hf_artifacts": {
|
| 1579 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 1580 |
"exists": true,
|
| 1581 |
"bytes": 21313,
|
| 1582 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1583 |
},
|
| 1584 |
"hf_model_data": {
|
| 1585 |
"path": "hf_model:data/scope_claims_audit.json",
|
| 1586 |
"exists": true,
|
| 1587 |
"bytes": 21313,
|
| 1588 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1589 |
},
|
| 1590 |
"hf_model_docs_data": {
|
| 1591 |
"path": "hf_model:docs/data/scope_claims_audit.json",
|
| 1592 |
"exists": true,
|
| 1593 |
"bytes": 21313,
|
| 1594 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1595 |
},
|
| 1596 |
"hf_model": {
|
| 1597 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 1598 |
"exists": true,
|
| 1599 |
"bytes": 21313,
|
| 1600 |
+
"sha256": "8b90f0682ece759752914453294dd7dc681feb490be850d9300eb5bc395ddf6d"
|
| 1601 |
}
|
| 1602 |
},
|
| 1603 |
"failures": []
|
|
|
|
| 1658 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1659 |
"exists": true,
|
| 1660 |
"bytes": 4432,
|
| 1661 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1662 |
},
|
| 1663 |
"mirrors": {
|
| 1664 |
"hf_space": {
|
| 1665 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1666 |
"exists": true,
|
| 1667 |
"bytes": 4432,
|
| 1668 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1669 |
},
|
| 1670 |
"hf_artifacts_data": {
|
| 1671 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1672 |
"exists": true,
|
| 1673 |
"bytes": 4432,
|
| 1674 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1675 |
},
|
| 1676 |
"hf_artifacts": {
|
| 1677 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1678 |
"exists": true,
|
| 1679 |
"bytes": 4432,
|
| 1680 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1681 |
},
|
| 1682 |
"hf_model_data": {
|
| 1683 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1684 |
"exists": true,
|
| 1685 |
"bytes": 4432,
|
| 1686 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1687 |
},
|
| 1688 |
"hf_model_docs_data": {
|
| 1689 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1690 |
"exists": true,
|
| 1691 |
"bytes": 4432,
|
| 1692 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1693 |
},
|
| 1694 |
"hf_model": {
|
| 1695 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1696 |
"exists": true,
|
| 1697 |
"bytes": 4432,
|
| 1698 |
+
"sha256": "ce29c3f19149ab6cd498ea155488b5384fbf603214e23c12d22603fc875f2345"
|
| 1699 |
}
|
| 1700 |
},
|
| 1701 |
"failures": []
|
|
|
|
| 1896 |
},
|
| 1897 |
"failures": []
|
| 1898 |
},
|
| 1899 |
+
{
|
| 1900 |
+
"name": "data/two_evidence_lines.json",
|
| 1901 |
+
"status": "pass",
|
| 1902 |
+
"local": {
|
| 1903 |
+
"path": "repo:docs/data/two_evidence_lines.json",
|
| 1904 |
+
"exists": true,
|
| 1905 |
+
"bytes": 2421,
|
| 1906 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1907 |
+
},
|
| 1908 |
+
"mirrors": {
|
| 1909 |
+
"hf_space": {
|
| 1910 |
+
"path": "hf_space:data/two_evidence_lines.json",
|
| 1911 |
+
"exists": true,
|
| 1912 |
+
"bytes": 2421,
|
| 1913 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1914 |
+
},
|
| 1915 |
+
"hf_artifacts_data": {
|
| 1916 |
+
"path": "hf_artifacts:data/two_evidence_lines.json",
|
| 1917 |
+
"exists": true,
|
| 1918 |
+
"bytes": 2421,
|
| 1919 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1920 |
+
},
|
| 1921 |
+
"hf_artifacts": {
|
| 1922 |
+
"path": "hf_artifacts:docs/data/two_evidence_lines.json",
|
| 1923 |
+
"exists": true,
|
| 1924 |
+
"bytes": 2421,
|
| 1925 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1926 |
+
},
|
| 1927 |
+
"hf_model_data": {
|
| 1928 |
+
"path": "hf_model:data/two_evidence_lines.json",
|
| 1929 |
+
"exists": true,
|
| 1930 |
+
"bytes": 2421,
|
| 1931 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1932 |
+
},
|
| 1933 |
+
"hf_model_docs_data": {
|
| 1934 |
+
"path": "hf_model:docs/data/two_evidence_lines.json",
|
| 1935 |
+
"exists": true,
|
| 1936 |
+
"bytes": 2421,
|
| 1937 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1938 |
+
},
|
| 1939 |
+
"hf_model": {
|
| 1940 |
+
"path": "hf_model:metrics/two_evidence_lines.json",
|
| 1941 |
+
"exists": true,
|
| 1942 |
+
"bytes": 2421,
|
| 1943 |
+
"sha256": "0702ab5317061e20bedbfe9f9f1762bdb1b0f7854e402a66177def9c3a5d65c6"
|
| 1944 |
+
}
|
| 1945 |
+
},
|
| 1946 |
+
"failures": []
|
| 1947 |
+
},
|
| 1948 |
{
|
| 1949 |
"name": "data/task_suite_20.json",
|
| 1950 |
"status": "pass",
|
|
|
|
| 2050 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2051 |
"exists": true,
|
| 2052 |
"bytes": 46246,
|
| 2053 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2054 |
},
|
| 2055 |
"mirrors": {
|
| 2056 |
"hf_space": {
|
| 2057 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2058 |
"exists": true,
|
| 2059 |
"bytes": 46246,
|
| 2060 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2061 |
},
|
| 2062 |
"hf_artifacts_data": {
|
| 2063 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2064 |
"exists": true,
|
| 2065 |
"bytes": 46246,
|
| 2066 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2067 |
},
|
| 2068 |
"hf_artifacts": {
|
| 2069 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2070 |
"exists": true,
|
| 2071 |
"bytes": 46246,
|
| 2072 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2073 |
},
|
| 2074 |
"hf_model_data": {
|
| 2075 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2076 |
"exists": true,
|
| 2077 |
"bytes": 46246,
|
| 2078 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2079 |
},
|
| 2080 |
"hf_model_docs_data": {
|
| 2081 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2082 |
"exists": true,
|
| 2083 |
"bytes": 46246,
|
| 2084 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2088 |
"exists": true,
|
| 2089 |
"bytes": 46246,
|
| 2090 |
+
"sha256": "0b758accff84e234eeea61604164491474c39cebf1ac9c76019706a965976b66"
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
|
|
| 2392 |
"local": {
|
| 2393 |
"path": "repo:docs/data/website_integrity.json",
|
| 2394 |
"exists": true,
|
| 2395 |
+
"bytes": 20254,
|
| 2396 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2397 |
},
|
| 2398 |
"mirrors": {
|
| 2399 |
"hf_space": {
|
| 2400 |
"path": "hf_space:data/website_integrity.json",
|
| 2401 |
"exists": true,
|
| 2402 |
+
"bytes": 20254,
|
| 2403 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2404 |
},
|
| 2405 |
"hf_artifacts_data": {
|
| 2406 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2407 |
"exists": true,
|
| 2408 |
+
"bytes": 20254,
|
| 2409 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2410 |
},
|
| 2411 |
"hf_artifacts": {
|
| 2412 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2413 |
"exists": true,
|
| 2414 |
+
"bytes": 20254,
|
| 2415 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2416 |
},
|
| 2417 |
"hf_model_data": {
|
| 2418 |
"path": "hf_model:data/website_integrity.json",
|
| 2419 |
"exists": true,
|
| 2420 |
+
"bytes": 20254,
|
| 2421 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2422 |
},
|
| 2423 |
"hf_model_docs_data": {
|
| 2424 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2425 |
"exists": true,
|
| 2426 |
+
"bytes": 20254,
|
| 2427 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2428 |
},
|
| 2429 |
"hf_model": {
|
| 2430 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2431 |
"exists": true,
|
| 2432 |
+
"bytes": 20254,
|
| 2433 |
+
"sha256": "b62bc2dfe3ac0a8cb50d8fe14aeec6c35ff5b1fe8e9554046c0976bca838ea97"
|
| 2434 |
}
|
| 2435 |
},
|
| 2436 |
"failures": []
|
|
|
|
| 5743 |
"local": {
|
| 5744 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 5745 |
"exists": true,
|
| 5746 |
+
"bytes": 36235,
|
| 5747 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5748 |
},
|
| 5749 |
"mirrors": {
|
| 5750 |
"hf_artifacts": {
|
| 5751 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 5752 |
"exists": true,
|
| 5753 |
+
"bytes": 36235,
|
| 5754 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5755 |
},
|
| 5756 |
"hf_model": {
|
| 5757 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 5758 |
"exists": true,
|
| 5759 |
+
"bytes": 36235,
|
| 5760 |
+
"sha256": "2f2f355f4970cd4771a252cc957a164f9d847aedb104023b5273ff323202ec22"
|
| 5761 |
}
|
| 5762 |
},
|
| 5763 |
"failures": []
|
|
|
|
| 6122 |
"local": {
|
| 6123 |
"path": "repo:docs/index.html",
|
| 6124 |
"exists": true,
|
| 6125 |
+
"bytes": 280620,
|
| 6126 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6127 |
},
|
| 6128 |
"mirrors": {
|
| 6129 |
"hf_space": {
|
| 6130 |
"path": "hf_space:index.html",
|
| 6131 |
"exists": true,
|
| 6132 |
+
"bytes": 280620,
|
| 6133 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6134 |
},
|
| 6135 |
"hf_artifacts_root": {
|
| 6136 |
"path": "hf_artifacts:index.html",
|
| 6137 |
"exists": true,
|
| 6138 |
+
"bytes": 280620,
|
| 6139 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6140 |
},
|
| 6141 |
"hf_artifacts_docs": {
|
| 6142 |
"path": "hf_artifacts:docs/index.html",
|
| 6143 |
"exists": true,
|
| 6144 |
+
"bytes": 280620,
|
| 6145 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6146 |
},
|
| 6147 |
"hf_model": {
|
| 6148 |
"path": "hf_model:index.html",
|
| 6149 |
"exists": true,
|
| 6150 |
+
"bytes": 280620,
|
| 6151 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6152 |
},
|
| 6153 |
"hf_model_docs": {
|
| 6154 |
"path": "hf_model:docs/index.html",
|
| 6155 |
"exists": true,
|
| 6156 |
+
"bytes": 280620,
|
| 6157 |
+
"sha256": "ea4dfd0691cfa1d0b1e9e98b104b7b10e495caaac1a05a9e4ba3b72b684d1529"
|
| 6158 |
}
|
| 6159 |
},
|
| 6160 |
"failures": []
|
|
|
|
| 30936 |
},
|
| 30937 |
"failures": []
|
| 30938 |
},
|
| 30939 |
+
{
|
| 30940 |
+
"name": "docs/TWO_EVIDENCE_LINES.md",
|
| 30941 |
+
"status": "pass",
|
| 30942 |
+
"local": {
|
| 30943 |
+
"path": "repo:TWO_EVIDENCE_LINES.md",
|
| 30944 |
+
"exists": true,
|
| 30945 |
+
"bytes": 1797,
|
| 30946 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30947 |
+
},
|
| 30948 |
+
"mirrors": {
|
| 30949 |
+
"hf_space": {
|
| 30950 |
+
"path": "hf_space:TWO_EVIDENCE_LINES.md",
|
| 30951 |
+
"exists": true,
|
| 30952 |
+
"bytes": 1797,
|
| 30953 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30954 |
+
},
|
| 30955 |
+
"hf_artifacts": {
|
| 30956 |
+
"path": "hf_artifacts:TWO_EVIDENCE_LINES.md",
|
| 30957 |
+
"exists": true,
|
| 30958 |
+
"bytes": 1797,
|
| 30959 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30960 |
+
},
|
| 30961 |
+
"hf_model": {
|
| 30962 |
+
"path": "hf_model:TWO_EVIDENCE_LINES.md",
|
| 30963 |
+
"exists": true,
|
| 30964 |
+
"bytes": 1797,
|
| 30965 |
+
"sha256": "232bc82221413fcbdc4ef535a339ce8e5d384b35bed137e588c87700ad63c323"
|
| 30966 |
+
}
|
| 30967 |
+
},
|
| 30968 |
+
"failures": []
|
| 30969 |
+
},
|
| 30970 |
{
|
| 30971 |
"name": "docs/PROJECT_BRIEF.md",
|
| 30972 |
"status": "pass",
|
metrics/public_surface_qa.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"website_integrity": {
|
| 19 |
"exists": true,
|
| 20 |
"status": "pass",
|
| 21 |
-
"generated_at_utc": "2026-06-
|
| 22 |
},
|
| 23 |
"rendered_site_check": {
|
| 24 |
"exists": true,
|
|
@@ -28,27 +28,27 @@
|
|
| 28 |
"task_surface_integrity": {
|
| 29 |
"exists": true,
|
| 30 |
"status": "pass",
|
| 31 |
-
"generated_at_utc": "2026-06-
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
-
"generated_at_utc": "2026-06-
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
-
"generated_at_utc": "2026-06-
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
-
"generated_at_utc": "2026-06-
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
-
"generated_at_utc": "2026-06-
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"failures": {}
|
|
@@ -96,9 +96,9 @@
|
|
| 96 |
"reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
|
| 97 |
"marker_counts": {
|
| 98 |
"Ropedia Xperience-10M Task Suite": 19,
|
| 99 |
-
"Xperience-10M":
|
| 100 |
-
"20-task":
|
| 101 |
-
"Qwen3-Omni":
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
@@ -107,7 +107,7 @@
|
|
| 107 |
"status": "pass",
|
| 108 |
"reason": "Public cards should link the repo, Space, artifacts, model baselines, upstream dataset, and Ropedia dataset page.",
|
| 109 |
"marker_counts": {
|
| 110 |
-
"https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite":
|
| 111 |
"https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite": 11,
|
| 112 |
"https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts": 11,
|
| 113 |
"https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines": 14,
|
|
@@ -133,14 +133,14 @@
|
|
| 133 |
"data/task_suite_enhancement_128.json": 22,
|
| 134 |
"data/task_suite_20.json": 34,
|
| 135 |
"data/unified_task_model_radar.json": 21,
|
| 136 |
-
"data/single_episode_task_model_radar.json":
|
| 137 |
-
"data/episode128_task_model_radar.json":
|
| 138 |
-
"data/task_method_20_result_matrix.json":
|
| 139 |
"data/task_method_20_gap_audit.json": 21,
|
| 140 |
"data/language_versions.json": 3,
|
| 141 |
"assets/charts/unified_task_model_radar.svg": 17,
|
| 142 |
-
"assets/charts/single_episode_task_model_radar.svg":
|
| 143 |
-
"assets/charts/episode128_task_model_radar.svg":
|
| 144 |
"data/tier2_task_suite.json": 11
|
| 145 |
}
|
| 146 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:26:46+00:00",
|
| 5 |
"scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 18 |
"website_integrity": {
|
| 19 |
"exists": true,
|
| 20 |
"status": "pass",
|
| 21 |
+
"generated_at_utc": "2026-06-21T06:20:06+00:00"
|
| 22 |
},
|
| 23 |
"rendered_site_check": {
|
| 24 |
"exists": true,
|
|
|
|
| 28 |
"task_surface_integrity": {
|
| 29 |
"exists": true,
|
| 30 |
"status": "pass",
|
| 31 |
+
"generated_at_utc": "2026-06-21T06:20:04+00:00"
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
+
"generated_at_utc": "2026-06-21T06:07:53+00:00"
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
+
"generated_at_utc": "2026-06-21T06:07:59+00:00"
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
+
"generated_at_utc": "2026-06-21T06:17:17+00:00"
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
+
"generated_at_utc": "2026-06-21T06:17:00+00:00"
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"failures": {}
|
|
|
|
| 96 |
"reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
|
| 97 |
"marker_counts": {
|
| 98 |
"Ropedia Xperience-10M Task Suite": 19,
|
| 99 |
+
"Xperience-10M": 169,
|
| 100 |
+
"20-task": 72,
|
| 101 |
+
"Qwen3-Omni": 159,
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
|
|
| 107 |
"status": "pass",
|
| 108 |
"reason": "Public cards should link the repo, Space, artifacts, model baselines, upstream dataset, and Ropedia dataset page.",
|
| 109 |
"marker_counts": {
|
| 110 |
+
"https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite": 86,
|
| 111 |
"https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite": 11,
|
| 112 |
"https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts": 11,
|
| 113 |
"https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines": 14,
|
|
|
|
| 133 |
"data/task_suite_enhancement_128.json": 22,
|
| 134 |
"data/task_suite_20.json": 34,
|
| 135 |
"data/unified_task_model_radar.json": 21,
|
| 136 |
+
"data/single_episode_task_model_radar.json": 15,
|
| 137 |
+
"data/episode128_task_model_radar.json": 15,
|
| 138 |
+
"data/task_method_20_result_matrix.json": 24,
|
| 139 |
"data/task_method_20_gap_audit.json": 21,
|
| 140 |
"data/language_versions.json": 3,
|
| 141 |
"assets/charts/unified_task_model_radar.svg": 17,
|
| 142 |
+
"assets/charts/single_episode_task_model_radar.svg": 19,
|
| 143 |
+
"assets/charts/episode128_task_model_radar.svg": 19,
|
| 144 |
"data/tier2_task_suite.json": 11
|
| 145 |
}
|
| 146 |
},
|
metrics/publication_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
@@ -229,8 +229,8 @@
|
|
| 229 |
"github_repo": {
|
| 230 |
"root": "repo",
|
| 231 |
"exists": true,
|
| 232 |
-
"file_count":
|
| 233 |
-
"text_file_count":
|
| 234 |
"largest_file": {
|
| 235 |
"path": "results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/interaction_text_prediction/confusion_matrix.csv",
|
| 236 |
"bytes": 73057076
|
|
@@ -240,8 +240,8 @@
|
|
| 240 |
"hf_space_bundle": {
|
| 241 |
"root": "hf_publish/space",
|
| 242 |
"exists": true,
|
| 243 |
-
"file_count":
|
| 244 |
-
"text_file_count":
|
| 245 |
"largest_file": {
|
| 246 |
"path": "results/omni_finetune/xperience10m_qwen3_omni_v6_sensor_target_probes_a100_20260619T000000Z/modality_reconstruction/predictions.jsonl",
|
| 247 |
"bytes": 10221085
|
|
@@ -251,8 +251,8 @@
|
|
| 251 |
"hf_artifact_bundle": {
|
| 252 |
"root": "hf_publish/artifacts",
|
| 253 |
"exists": true,
|
| 254 |
-
"file_count":
|
| 255 |
-
"text_file_count":
|
| 256 |
"largest_file": {
|
| 257 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 258 |
"bytes": 135591061
|
|
@@ -262,8 +262,8 @@
|
|
| 262 |
"hf_model_bundle": {
|
| 263 |
"root": "hf_publish/model",
|
| 264 |
"exists": true,
|
| 265 |
-
"file_count":
|
| 266 |
-
"text_file_count":
|
| 267 |
"largest_file": {
|
| 268 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 269 |
"bytes": 135591061
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:28:19+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 229 |
"github_repo": {
|
| 230 |
"root": "repo",
|
| 231 |
"exists": true,
|
| 232 |
+
"file_count": 1515,
|
| 233 |
+
"text_file_count": 1254,
|
| 234 |
"largest_file": {
|
| 235 |
"path": "results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/interaction_text_prediction/confusion_matrix.csv",
|
| 236 |
"bytes": 73057076
|
|
|
|
| 240 |
"hf_space_bundle": {
|
| 241 |
"root": "hf_publish/space",
|
| 242 |
"exists": true,
|
| 243 |
+
"file_count": 564,
|
| 244 |
+
"text_file_count": 417,
|
| 245 |
"largest_file": {
|
| 246 |
"path": "results/omni_finetune/xperience10m_qwen3_omni_v6_sensor_target_probes_a100_20260619T000000Z/modality_reconstruction/predictions.jsonl",
|
| 247 |
"bytes": 10221085
|
|
|
|
| 251 |
"hf_artifact_bundle": {
|
| 252 |
"root": "hf_publish/artifacts",
|
| 253 |
"exists": true,
|
| 254 |
+
"file_count": 4486,
|
| 255 |
+
"text_file_count": 1274,
|
| 256 |
"largest_file": {
|
| 257 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 258 |
"bytes": 135591061
|
|
|
|
| 262 |
"hf_model_bundle": {
|
| 263 |
"root": "hf_publish/model",
|
| 264 |
"exists": true,
|
| 265 |
+
"file_count": 5240,
|
| 266 |
+
"text_file_count": 1444,
|
| 267 |
"largest_file": {
|
| 268 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
| 269 |
"bytes": 135591061
|
metrics/quality_gates.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Release Checks",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
|
| 6 |
"automated_gates": [
|
| 7 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Release Checks",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:26:46+00:00",
|
| 5 |
"rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
|
| 6 |
"automated_gates": [
|
| 7 |
{
|
metrics/scope_claims_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:07:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
metrics/source_alignment_audit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Source Alignment Note",
|
| 3 |
"status": "pass",
|
| 4 |
-
"generated_at_utc": "2026-06-
|
| 5 |
"alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
|
| 6 |
"alignment_summary": {
|
| 7 |
"full_dataset_repo": "ropedia-ai/xperience-10m",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Source Alignment Note",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-21T06:07:53+00:00",
|
| 5 |
"alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
|
| 6 |
"alignment_summary": {
|
| 7 |
"full_dataset_repo": "ropedia-ai/xperience-10m",
|
metrics/task_surface_integrity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"original_walkthrough_task_count": 12,
|
| 6 |
"expected_original_walkthrough_task_count": 12,
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:20:04+00:00",
|
| 4 |
"summary": {
|
| 5 |
"original_walkthrough_task_count": 12,
|
| 6 |
"expected_original_walkthrough_task_count": 12,
|
metrics/two_evidence_lines.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "current",
|
| 3 |
+
"updated_utc": "2026-06-21T00:00:00Z",
|
| 4 |
+
"interpretation_rule": "Use the 1-episode line for task construction and reproducibility claims. Use the 128-episode line for held-out comparison and model-branch claims.",
|
| 5 |
+
"lines": [
|
| 6 |
+
{
|
| 7 |
+
"id": "single_public_sample_episode",
|
| 8 |
+
"label": "1 sample episode",
|
| 9 |
+
"data_unit": "One public Xperience-10M sample episode",
|
| 10 |
+
"frames": 5821,
|
| 11 |
+
"windows": 1161,
|
| 12 |
+
"window_definition": "20-frame aligned windows with 5-frame stride",
|
| 13 |
+
"feature_dimensions": 8546,
|
| 14 |
+
"methods": [
|
| 15 |
+
"Minimal heads",
|
| 16 |
+
"Neural MLP heads"
|
| 17 |
+
],
|
| 18 |
+
"task_axes": 20,
|
| 19 |
+
"method_task_records": 40,
|
| 20 |
+
"scored_records": 40,
|
| 21 |
+
"best_use": "Inspect raw files, understand each task, rerun local baselines, and debug task quality.",
|
| 22 |
+
"primary_artifacts": [
|
| 23 |
+
"docs/data/single_episode_task_model_radar.json",
|
| 24 |
+
"results/episode_task_suite/summary_report.json",
|
| 25 |
+
"results/episode_task_suite/feature_manifest.json",
|
| 26 |
+
"docs/single_episode_explorer.html"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"id": "selected_128_episode_surface",
|
| 31 |
+
"label": "128 selected episodes",
|
| 32 |
+
"data_unit": "Selected held-out 96/16/16 split with public-safe processed features linked to official gated episode paths",
|
| 33 |
+
"episodes": 128,
|
| 34 |
+
"split": {
|
| 35 |
+
"train": 96,
|
| 36 |
+
"validation": 16,
|
| 37 |
+
"test": 16
|
| 38 |
+
},
|
| 39 |
+
"exported_windows": 34269,
|
| 40 |
+
"methods": [
|
| 41 |
+
"Metadata simple",
|
| 42 |
+
"Metadata NN",
|
| 43 |
+
"Raw-feature simple",
|
| 44 |
+
"Raw-feature NN",
|
| 45 |
+
"Qwen3-Omni",
|
| 46 |
+
"Cosmos3-Super",
|
| 47 |
+
"Cosmos3-Nano"
|
| 48 |
+
],
|
| 49 |
+
"task_axes": 20,
|
| 50 |
+
"method_task_records": 140,
|
| 51 |
+
"scored_records": 140,
|
| 52 |
+
"proxy_policy": "Proxy flags remain visible where the public export lacks a direct raw target.",
|
| 53 |
+
"best_use": "Compare same-split baselines and model branches while keeping evidence type explicit.",
|
| 54 |
+
"primary_artifacts": [
|
| 55 |
+
"docs/data/episode128_task_model_radar.json",
|
| 56 |
+
"docs/data/xperience10m_128_episode_feature_index.json",
|
| 57 |
+
"docs/data/omni_model_comparison.json",
|
| 58 |
+
"docs/data/task_method_20_gap_audit.json"
|
| 59 |
+
]
|
| 60 |
+
}
|
| 61 |
+
],
|
| 62 |
+
"combined_public_matrix": {
|
| 63 |
+
"task_axes": 20,
|
| 64 |
+
"methods": 9,
|
| 65 |
+
"method_task_records": 180,
|
| 66 |
+
"scored_records": 180,
|
| 67 |
+
"artifact": "docs/data/task_method_20_result_matrix.json"
|
| 68 |
+
}
|
| 69 |
+
}
|
metrics/website_integrity.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
-
"external_reference_count":
|
| 10 |
-
"json_files":
|
| 11 |
"image_assets_referenced": 28,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
@@ -80,8 +80,8 @@
|
|
| 80 |
"name": "project_overview_precedes_progress_ledger",
|
| 81 |
"status": "pass",
|
| 82 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 83 |
-
"overview_index":
|
| 84 |
-
"evidence_index":
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"name": "project_status_links_json",
|
|
@@ -159,9 +159,9 @@
|
|
| 159 |
"name": "evaluation_protocol_between_overview_and_progress",
|
| 160 |
"status": "pass",
|
| 161 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 162 |
-
"overview_index":
|
| 163 |
-
"protocol_index":
|
| 164 |
-
"evidence_index":
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"name": "evaluation_protocol_links_json",
|
|
@@ -180,7 +180,7 @@
|
|
| 180 |
"status": "pass",
|
| 181 |
"reason": "The Suite anchor should show the task-suite map before the modality atlas.",
|
| 182 |
"first_marker_index": 471,
|
| 183 |
-
"second_marker_index":
|
| 184 |
},
|
| 185 |
{
|
| 186 |
"name": "suite_modality_atlas_contains_seven_cards",
|
|
@@ -277,7 +277,7 @@
|
|
| 277 |
{
|
| 278 |
"path": "index.html",
|
| 279 |
"id_count": 95,
|
| 280 |
-
"reference_count":
|
| 281 |
"image_count": 34
|
| 282 |
},
|
| 283 |
{
|
|
@@ -351,7 +351,7 @@
|
|
| 351 |
},
|
| 352 |
{
|
| 353 |
"path": "data/mirror_parity.json",
|
| 354 |
-
"bytes":
|
| 355 |
"top_level_type": "dict"
|
| 356 |
},
|
| 357 |
{
|
|
@@ -529,6 +529,11 @@
|
|
| 529 |
"bytes": 33402,
|
| 530 |
"top_level_type": "dict"
|
| 531 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
{
|
| 533 |
"path": "data/unified_task_model_radar.json",
|
| 534 |
"bytes": 228799,
|
|
@@ -536,7 +541,7 @@
|
|
| 536 |
},
|
| 537 |
{
|
| 538 |
"path": "data/website_integrity.json",
|
| 539 |
-
"bytes":
|
| 540 |
"top_level_type": "dict"
|
| 541 |
},
|
| 542 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-21T06:20:06+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 235,
|
| 9 |
+
"external_reference_count": 152,
|
| 10 |
+
"json_files": 52,
|
| 11 |
"image_assets_referenced": 28,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
|
|
| 80 |
"name": "project_overview_precedes_progress_ledger",
|
| 81 |
"status": "pass",
|
| 82 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 83 |
+
"overview_index": 110375,
|
| 84 |
+
"evidence_index": 150293
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"name": "project_status_links_json",
|
|
|
|
| 159 |
"name": "evaluation_protocol_between_overview_and_progress",
|
| 160 |
"status": "pass",
|
| 161 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 162 |
+
"overview_index": 110375,
|
| 163 |
+
"protocol_index": 146474,
|
| 164 |
+
"evidence_index": 150293
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 180 |
"status": "pass",
|
| 181 |
"reason": "The Suite anchor should show the task-suite map before the modality atlas.",
|
| 182 |
"first_marker_index": 471,
|
| 183 |
+
"second_marker_index": 3805
|
| 184 |
},
|
| 185 |
{
|
| 186 |
"name": "suite_modality_atlas_contains_seven_cards",
|
|
|
|
| 277 |
{
|
| 278 |
"path": "index.html",
|
| 279 |
"id_count": 95,
|
| 280 |
+
"reference_count": 207,
|
| 281 |
"image_count": 34
|
| 282 |
},
|
| 283 |
{
|
|
|
|
| 351 |
},
|
| 352 |
{
|
| 353 |
"path": "data/mirror_parity.json",
|
| 354 |
+
"bytes": 1410035,
|
| 355 |
"top_level_type": "dict"
|
| 356 |
},
|
| 357 |
{
|
|
|
|
| 529 |
"bytes": 33402,
|
| 530 |
"top_level_type": "dict"
|
| 531 |
},
|
| 532 |
+
{
|
| 533 |
+
"path": "data/two_evidence_lines.json",
|
| 534 |
+
"bytes": 2421,
|
| 535 |
+
"top_level_type": "dict"
|
| 536 |
+
},
|
| 537 |
{
|
| 538 |
"path": "data/unified_task_model_radar.json",
|
| 539 |
"bytes": 228799,
|
|
|
|
| 541 |
},
|
| 542 |
{
|
| 543 |
"path": "data/website_integrity.json",
|
| 544 |
+
"bytes": 20254,
|
| 545 |
"top_level_type": "dict"
|
| 546 |
},
|
| 547 |
{
|