Datasets:
Refine reader-facing scope wording (1/3)
Browse files- EVALUATION_PROTOCOL.md +1 -1
- GLOSSARY.md +3 -3
- PROJECT_BRIEF.md +3 -3
- THREE_FOUNDATION_PIPELINES.md +20 -18
- TWO_EVIDENCE_LINES.md +6 -6
- TWO_EVIDENCE_LINE_RESULT_SUMMARY.md +6 -6
- docs/data/artifact_index.json +28 -28
- docs/data/evaluation_protocol.json +2 -2
- docs/data/foundation_model_plan.json +1 -1
- docs/data/glossary.json +3 -3
- docs/data/mirror_parity.json +246 -246
- docs/data/public_surface_qa.json +10 -10
- docs/data/publication_audit.json +3 -3
- docs/data/quality_gates.json +1 -1
- docs/data/research_roadmap.json +1 -1
- docs/data/research_roadmap_interactive.json +24 -22
- docs/data/scope_claims_audit.json +1 -1
- docs/index.html +33 -33
- index.html +33 -33
EVALUATION_PROTOCOL.md
CHANGED
|
@@ -85,7 +85,7 @@ retained only as stable provenance artifact locations inside the unified suite.
|
|
| 85 |
|
| 86 |
- Cross-episode generalization for Qwen3-Omni has a first verified diagnostic pilot, but strong model quality is not yet shown.
|
| 87 |
- Feature-vector reconstruction is separate from pixel depth, mesh, NeRF, or Gaussian reconstruction.
|
| 88 |
-
- The final verified Qwen3-Omni diagnostic result meets the strict-JSON target, but action/subtask held-out quality remains weak and needs error analysis before
|
| 89 |
- Full audio-visual representation learning still needs multi-episode training; the current report includes single-episode audio/no-audio ablations.
|
| 90 |
|
| 91 |
## Scale-Up Gate
|
|
|
|
| 85 |
|
| 86 |
- Cross-episode generalization for Qwen3-Omni has a first verified diagnostic pilot, but strong model quality is not yet shown.
|
| 87 |
- Feature-vector reconstruction is separate from pixel depth, mesh, NeRF, or Gaussian reconstruction.
|
| 88 |
+
- The final verified Qwen3-Omni diagnostic result meets the strict-JSON target, but action/subtask held-out quality remains weak and needs error analysis before presenting stronger model-quality numbers.
|
| 89 |
- Full audio-visual representation learning still needs multi-episode training; the current report includes single-episode audio/no-audio ablations.
|
| 90 |
|
| 91 |
## Scale-Up Gate
|
GLOSSARY.md
CHANGED
|
@@ -10,7 +10,7 @@ machine-readable form.
|
|
| 10 |
|
| 11 |
| Category | What it clarifies |
|
| 12 |
| --- | --- |
|
| 13 |
-
| Dataset and scope | Which data is public, which data is gated upstream, and
|
| 14 |
| Files and features | How raw sample files, derived windows, feature manifests, and public-safe artifacts relate to each other. |
|
| 15 |
| Tasks and metrics | What a scored task row means, when a score is direct, and when a compact proxy is being used. |
|
| 16 |
| Models and runs | How simple/NN baselines, Qwen3-Omni, Cosmos3, LoRA adapters, and full-parameter gates differ. |
|
|
@@ -21,9 +21,9 @@ machine-readable form.
|
|
| 21 |
| Term | Plain meaning | In this project | Do not confuse with |
|
| 22 |
| --- | --- | --- | --- |
|
| 23 |
| Xperience-10M | The upstream embodied human-interaction dataset. | The source dataset behind the public sample, selected-128 features, task suite, and model diagnostics. | This repo itself; the repo only redistributes public-safe derived artifacts. |
|
| 24 |
-
| Public sample episode | One officially available sample episode. | The fully inspectable Line 1 unit used for raw-file browsing, 20-frame windows, task construction, and single-episode baselines. |
|
| 25 |
| Selected 128 episodes | A public-safe selected subset of official gated episode paths. | Line 2 uses derived windows/features and keeps links back to official episode ids and gated source paths. | Redistributed raw MP4/HDF5/RRD data. |
|
| 26 |
-
| Evidence line | A
|
| 27 |
| Official gated data | Upstream files that require official dataset access. | Raw Xperience-10M MP4/HDF5/RRD files and full source directories remain outside the public repo. | Public-safe metrics, derived features, figures, and manifests. |
|
| 28 |
| Public-safe artifact | A file that can be mirrored publicly without raw gated content. | Metrics, JSON summaries, model cards, figures, derived manifests, and approved lightweight weights/adapters. | Raw dataset redistribution. |
|
| 29 |
| Episode | One recorded interaction sequence. | The basic source unit behind windows, labels, and train/val/test splits. | A 20-frame window, which is a smaller model input slice. |
|
|
|
|
| 10 |
|
| 11 |
| Category | What it clarifies |
|
| 12 |
| --- | --- |
|
| 13 |
+
| Dataset and scope | Which data is public, which data is gated upstream, and how each evidence line should be read. |
|
| 14 |
| Files and features | How raw sample files, derived windows, feature manifests, and public-safe artifacts relate to each other. |
|
| 15 |
| Tasks and metrics | What a scored task row means, when a score is direct, and when a compact proxy is being used. |
|
| 16 |
| Models and runs | How simple/NN baselines, Qwen3-Omni, Cosmos3, LoRA adapters, and full-parameter gates differ. |
|
|
|
|
| 21 |
| Term | Plain meaning | In this project | Do not confuse with |
|
| 22 |
| --- | --- | --- | --- |
|
| 23 |
| Xperience-10M | The upstream embodied human-interaction dataset. | The source dataset behind the public sample, selected-128 features, task suite, and model diagnostics. | This repo itself; the repo only redistributes public-safe derived artifacts. |
|
| 24 |
+
| Public sample episode | One officially available sample episode. | The fully inspectable Line 1 unit used for raw-file browsing, 20-frame windows, task construction, and single-episode baselines. | The selected-128 comparison rows. |
|
| 25 |
| Selected 128 episodes | A public-safe selected subset of official gated episode paths. | Line 2 uses derived windows/features and keeps links back to official episode ids and gated source paths. | Redistributed raw MP4/HDF5/RRD data. |
|
| 26 |
+
| Evidence line | A reading lane for a group of results. | Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison. | Qwen run versions v1-v6, which are model-run lineage, not evidence lines. |
|
| 27 |
| Official gated data | Upstream files that require official dataset access. | Raw Xperience-10M MP4/HDF5/RRD files and full source directories remain outside the public repo. | Public-safe metrics, derived features, figures, and manifests. |
|
| 28 |
| Public-safe artifact | A file that can be mirrored publicly without raw gated content. | Metrics, JSON summaries, model cards, figures, derived manifests, and approved lightweight weights/adapters. | Raw dataset redistribution. |
|
| 29 |
| Episode | One recorded interaction sequence. | The basic source unit behind windows, labels, and train/val/test splits. | A 20-frame window, which is a smaller model input slice. |
|
PROJECT_BRIEF.md
CHANGED
|
@@ -11,8 +11,8 @@ The public sample is treated as a small but real research system, while the
|
|
| 11 |
selected-128 line shows the first same-split scale-up comparison. The project
|
| 12 |
does not blend those two evidence types. A reader should be able to trace one
|
| 13 |
model input, understand each task, reproduce the public-sample results, compare
|
| 14 |
-
the 128-episode method rows, and see what remains before stronger
|
| 15 |
-
model-quality
|
| 16 |
|
| 17 |
## Capability Map
|
| 18 |
|
|
@@ -58,7 +58,7 @@ metrics, visualization, and baseline code. It is not enough to measure final
|
|
| 58 |
general embodied-AI model quality. Line 2 verifies the selected-128 held-out
|
| 59 |
comparison surface and the Qwen3-Omni v6 diagnostic row; the next research
|
| 60 |
stage is action/subtask error analysis, stronger structured-output training,
|
| 61 |
-
and policy-target conversion before
|
| 62 |
|
| 63 |
## Best Entry Points
|
| 64 |
|
|
|
|
| 11 |
selected-128 line shows the first same-split scale-up comparison. The project
|
| 12 |
does not blend those two evidence types. A reader should be able to trace one
|
| 13 |
model input, understand each task, reproduce the public-sample results, compare
|
| 14 |
+
the 128-episode method rows, and see what remains before presenting stronger
|
| 15 |
+
model-quality numbers.
|
| 16 |
|
| 17 |
## Capability Map
|
| 18 |
|
|
|
|
| 58 |
general embodied-AI model quality. Line 2 verifies the selected-128 held-out
|
| 59 |
comparison surface and the Qwen3-Omni v6 diagnostic row; the next research
|
| 60 |
stage is action/subtask error analysis, stronger structured-output training,
|
| 61 |
+
and policy-target conversion before broader backbone comparisons.
|
| 62 |
|
| 63 |
## Best Entry Points
|
| 64 |
|
THREE_FOUNDATION_PIPELINES.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
# Three Foundation Pipeline Tracks
|
| 2 |
|
| 3 |
-
Xperience-10M can support the three directions shown in the presentation
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 6 |
egocentric and multiview video, audio, depth, camera pose, hand/body motion,
|
| 7 |
inertial signals, object/contact annotations, and language captions.
|
| 8 |
|
|
@@ -10,15 +11,15 @@ inertial signals, object/contact annotations, and language captions.
|
|
| 10 |
|
| 11 |
| Track | Question | Core inputs | First public pipeline | Current maturity |
|
| 12 |
| --- | --- | --- | --- | --- |
|
| 13 |
-
| Spatial intelligence models | Can the model recover and reason over space from video? | Multiview RGB, egocentric video, depth, camera pose, calibration, object cues, language questions. | Window or episode exporter that builds scene/object memory targets, then evaluates spatial QA, object permanence, counting, retrieval, and pose-aware consistency. | Ready as a pipeline and evaluation contract;
|
| 14 |
| Human-video world models | Can the model predict what happens next? | Observed video/audio/sensor windows, hand/body motion, object/contact state, action/subtask labels, future windows. | Future-state and future-action probes over the existing split, then Cosmos-style or latent world-model training with separate dynamics metrics. | Partially evidenced through current future-task probes and Cosmos-style branch artifacts; still needs stronger visual/latent future metrics. |
|
| 15 |
-
| Vision-language-action models | Can the model turn what it sees and reads into action? | Egocentric video, language captions, hand/body motion, contacts, objects, procedure/subtask labels. | Observation-language-to-action target conversion, action-chunk scoring, policy-token baselines, then VLA/policy model fine-tuning. | Feasible
|
| 16 |
|
| 17 |
## One-Sample Training-Pair Recipes
|
| 18 |
|
| 19 |
These recipes describe how to obtain input/output pairs from the **single public
|
| 20 |
-
sample episode**. They are development contracts
|
| 21 |
-
|
| 22 |
|
| 23 |
| Track | Input from the one public sample | Output target from the same sample | Existing hooks |
|
| 24 |
| --- | --- | --- | --- |
|
|
@@ -28,7 +29,7 @@ foundation models are already trained.
|
|
| 28 |
|
| 29 |
The one-sample windowization is 5,821 frames, 1,161 overlapping 20-frame windows,
|
| 30 |
5-frame stride, and about 20 FPS. Future labels or future windows must not leak
|
| 31 |
-
into inputs for world-model targets. VLA/policy
|
| 32 |
space converter, normalization, retargeting report, and held-out policy metrics.
|
| 33 |
|
| 34 |
## Published Direction Figures
|
|
@@ -87,8 +88,9 @@ First practical implementation:
|
|
| 87 |
4. Add qualitative scene-memory examples only when they are backed by saved
|
| 88 |
target files and metrics.
|
| 89 |
|
| 90 |
-
|
| 91 |
-
|
|
|
|
| 92 |
|
| 93 |
## 2. Human-Video World Model Pipeline
|
| 94 |
|
|
@@ -116,14 +118,14 @@ First practical implementation:
|
|
| 116 |
1. Keep Qwen-style structured future probes for task-level interpretability.
|
| 117 |
2. Keep Cosmos-style branches separate because they answer dynamics and visual
|
| 118 |
future questions, not JSON task classification.
|
| 119 |
-
3. Add latent or feature-reconstruction metrics before
|
| 120 |
quality.
|
| 121 |
4. Compare future-task metrics by held-out episode, task family, and visible
|
| 122 |
object/action family.
|
| 123 |
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
|
| 128 |
## 3. Vision-Language-Action Pipeline
|
| 129 |
|
|
@@ -156,9 +158,9 @@ First practical implementation:
|
|
| 156 |
4. Treat OpenVLA, openpi, GR00T, Octo, and SmolVLA-style models as policy
|
| 157 |
branches that inherit the same split, manifest, and package rules.
|
| 158 |
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
|
| 163 |
## Shared Pipeline Discipline
|
| 164 |
|
|
@@ -174,6 +176,6 @@ All three tracks should reuse the same public discipline:
|
|
| 174 |
- website and model cards updated only after validators pass.
|
| 175 |
|
| 176 |
This framing lets the project pursue all three directions at once while keeping
|
| 177 |
-
the
|
| 178 |
world modeling is the future-state pipeline, and VLA is the action-conversion
|
| 179 |
and policy pipeline.
|
|
|
|
| 1 |
# Three Foundation Pipeline Tracks
|
| 2 |
|
| 3 |
+
Xperience-10M can support the three directions shown in the presentation. This
|
| 4 |
+
document presents them as **pipeline tracks** with data exports, training
|
| 5 |
+
recipes, and evaluation gates. The same dataset can feed all three tracks
|
| 6 |
+
because it combines
|
| 7 |
egocentric and multiview video, audio, depth, camera pose, hand/body motion,
|
| 8 |
inertial signals, object/contact annotations, and language captions.
|
| 9 |
|
|
|
|
| 11 |
|
| 12 |
| Track | Question | Core inputs | First public pipeline | Current maturity |
|
| 13 |
| --- | --- | --- | --- | --- |
|
| 14 |
+
| Spatial intelligence models | Can the model recover and reason over space from video? | Multiview RGB, egocentric video, depth, camera pose, calibration, object cues, language questions. | Window or episode exporter that builds scene/object memory targets, then evaluates spatial QA, object permanence, counting, retrieval, and pose-aware consistency. | Ready as a pipeline and evaluation contract; the next readout is held-out spatial QA, pose consistency, counting, and scene-memory metrics. |
|
| 15 |
| Human-video world models | Can the model predict what happens next? | Observed video/audio/sensor windows, hand/body motion, object/contact state, action/subtask labels, future windows. | Future-state and future-action probes over the existing split, then Cosmos-style or latent world-model training with separate dynamics metrics. | Partially evidenced through current future-task probes and Cosmos-style branch artifacts; still needs stronger visual/latent future metrics. |
|
| 16 |
+
| Vision-language-action models | Can the model turn what it sees and reads into action? | Egocentric video, language captions, hand/body motion, contacts, objects, procedure/subtask labels. | Observation-language-to-action target conversion, action-chunk scoring, policy-token baselines, then VLA/policy model fine-tuning. | Feasible after action-target conversion; present policy quality once action tokens, normalization, and held-out policy metrics exist. |
|
| 17 |
|
| 18 |
## One-Sample Training-Pair Recipes
|
| 19 |
|
| 20 |
These recipes describe how to obtain input/output pairs from the **single public
|
| 21 |
+
sample episode**. They are development contracts for building the three tracks,
|
| 22 |
+
not finished foundation-model rows.
|
| 23 |
|
| 24 |
| Track | Input from the one public sample | Output target from the same sample | Existing hooks |
|
| 25 |
| --- | --- | --- | --- |
|
|
|
|
| 29 |
|
| 30 |
The one-sample windowization is 5,821 frames, 1,161 overlapping 20-frame windows,
|
| 31 |
5-frame stride, and about 20 FPS. Future labels or future windows must not leak
|
| 32 |
+
into inputs for world-model targets. VLA/policy readouts require a later action
|
| 33 |
space converter, normalization, retargeting report, and held-out policy metrics.
|
| 34 |
|
| 35 |
## Published Direction Figures
|
|
|
|
| 88 |
4. Add qualitative scene-memory examples only when they are backed by saved
|
| 89 |
target files and metrics.
|
| 90 |
|
| 91 |
+
Next readout before stronger positioning: held-out spatial QA, pose
|
| 92 |
+
consistency, object-counting, and scene-memory metrics. Full neural rendering
|
| 93 |
+
and full 3D reconstruction should be separate follow-up artifacts.
|
| 94 |
|
| 95 |
## 2. Human-Video World Model Pipeline
|
| 96 |
|
|
|
|
| 118 |
1. Keep Qwen-style structured future probes for task-level interpretability.
|
| 119 |
2. Keep Cosmos-style branches separate because they answer dynamics and visual
|
| 120 |
future questions, not JSON task classification.
|
| 121 |
+
3. Add latent or feature-reconstruction metrics before presenting world-model
|
| 122 |
quality.
|
| 123 |
4. Compare future-task metrics by held-out episode, task family, and visible
|
| 124 |
object/action family.
|
| 125 |
|
| 126 |
+
Next readout before stronger positioning: latent or visual future metrics,
|
| 127 |
+
per-episode future-task breakdowns, and qualitative examples backed by saved
|
| 128 |
+
targets. The current public result shows the pipeline and first probes.
|
| 129 |
|
| 130 |
## 3. Vision-Language-Action Pipeline
|
| 131 |
|
|
|
|
| 158 |
4. Treat OpenVLA, openpi, GR00T, Octo, and SmolVLA-style models as policy
|
| 159 |
branches that inherit the same split, manifest, and package rules.
|
| 160 |
|
| 161 |
+
Next readout before stronger positioning: action-space conversion, normalized
|
| 162 |
+
action chunks, retargeting notes, and held-out policy metrics. The current
|
| 163 |
+
project can build the conversion and scoring pipeline.
|
| 164 |
|
| 165 |
## Shared Pipeline Discipline
|
| 166 |
|
|
|
|
| 176 |
- website and model cards updated only after validators pass.
|
| 177 |
|
| 178 |
This framing lets the project pursue all three directions at once while keeping
|
| 179 |
+
the readout precise: spatial intelligence is the geometry/reasoning pipeline,
|
| 180 |
world modeling is the future-state pipeline, and VLA is the action-conversion
|
| 181 |
and policy pipeline.
|
TWO_EVIDENCE_LINES.md
CHANGED
|
@@ -6,10 +6,10 @@ The public Xperience-10M suite has two evidence lines. Read them separately.
|
|
| 6 |
|
| 7 |
Score formula: 2 single-episode methods x 20 tasks = 40 records; 7 selected-128 methods x 20 tasks = 140 records; total public matrix = 180/180 scored records.
|
| 8 |
|
| 9 |
-
| Line | Data unit | Score statement |
|
| 10 |
| --- | --- | --- | --- | --- |
|
| 11 |
-
| 1 sample episode | One public sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546 feature dimensions. | 40/40 direct scores from Minimal and Neural MLP heads. |
|
| 12 |
-
| 128 selected episodes | Selected held-out 96/16/16 split; 34,269 exported windows; public-safe processed features linked to official gated episode paths. | 140/140 selected-128 scores: 134 direct + 6 compact-proxy. |
|
| 13 |
|
| 14 |
## Result Ledger
|
| 15 |
|
|
@@ -45,9 +45,9 @@ Qwen3 run v1-v6 is a LoRA/evaluation lineage inside the 128-episode line, not th
|
|
| 45 |
|
| 46 |
## Interpretation Rule
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
|
| 52 |
## Reading Order
|
| 53 |
|
|
|
|
| 6 |
|
| 7 |
Score formula: 2 single-episode methods x 20 tasks = 40 records; 7 selected-128 methods x 20 tasks = 140 records; total public matrix = 180/180 scored records.
|
| 8 |
|
| 9 |
+
| Line | Data unit | Score statement | Best use | Read separately from |
|
| 10 |
| --- | --- | --- | --- | --- |
|
| 11 |
+
| 1 sample episode | One public sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546 feature dimensions. | 40/40 direct scores from Minimal and Neural MLP heads. | Inspect the raw sample, understand file organization, reproduce the 20 task targets, and compare Minimal vs Neural MLP behavior inside one episode. | The selected-128 comparison rows and broader held-out model behavior. |
|
| 12 |
+
| 128 selected episodes | Selected held-out 96/16/16 split; 34,269 exported windows; public-safe processed features linked to official gated episode paths. | 140/140 selected-128 scores: 134 direct + 6 compact-proxy. | Compare same-split metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super, and Cosmos3-Nano while keeping the 6 compact-proxy cells visible. | Direct raw-target interpretation for the proxy-marked cells. |
|
| 13 |
|
| 14 |
## Result Ledger
|
| 15 |
|
|
|
|
| 45 |
|
| 46 |
## Interpretation Rule
|
| 47 |
|
| 48 |
+
Read the 1-episode line as the inspectable task lab.
|
| 49 |
+
Read the 128-episode line as the selected held-out comparison surface.
|
| 50 |
+
Compare scores within the same line first, then check proxy badges before combining totals.
|
| 51 |
|
| 52 |
## Reading Order
|
| 53 |
|
TWO_EVIDENCE_LINE_RESULT_SUMMARY.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
# Two Evidence-Line Result Summary
|
| 2 |
|
| 3 |
-
Generated: `2026-06-
|
| 4 |
|
| 5 |
Source matrix: [`docs/data/task_method_20_result_matrix.json`](docs/data/task_method_20_result_matrix.json)
|
| 6 |
|
| 7 |
-
Interpretation rule:
|
| 8 |
|
| 9 |
## Read This First
|
| 10 |
|
| 11 |
-
The suite has two public
|
| 12 |
|
| 13 |
Score formula: 2 single-episode methods x 20 tasks = 40 records; 7 selected-128 methods x 20 tasks = 140 records; total public matrix = 180/180 scored records.
|
| 14 |
|
| 15 |
-
| Line | What the scores mean |
|
| 16 |
| --- | --- | --- | --- |
|
| 17 |
-
| 1 sample episode | 40/40 direct scores from Minimal and Neural MLP heads on the same 20 task contracts. |
|
| 18 |
-
| 128 selected episodes | 140/140 selected-128 scores across seven methods: 134 direct scores plus 6 documented compact-proxy scores. |
|
| 19 |
|
| 20 |
## Public Score Totals
|
| 21 |
|
|
|
|
| 1 |
# Two Evidence-Line Result Summary
|
| 2 |
|
| 3 |
+
Generated: `2026-06-22T09:56:30+00:00`.
|
| 4 |
|
| 5 |
Source matrix: [`docs/data/task_method_20_result_matrix.json`](docs/data/task_method_20_result_matrix.json)
|
| 6 |
|
| 7 |
+
Interpretation rule: Read the 1-episode line as the inspectable task lab. Read the 128-episode line as the selected comparison surface for metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super, and Cosmos3-Nano.
|
| 8 |
|
| 9 |
## Read This First
|
| 10 |
|
| 11 |
+
The suite has two public reading lanes. Line 1 is the fully inspectable one-episode task lab. Line 2 is the 128-episode comparison surface for aligned baselines, the Qwen3-Omni series, and the Cosmos3 series. Compare scores within the same lane first.
|
| 12 |
|
| 13 |
Score formula: 2 single-episode methods x 20 tasks = 40 records; 7 selected-128 methods x 20 tasks = 140 records; total public matrix = 180/180 scored records.
|
| 14 |
|
| 15 |
+
| Line | What the scores mean | Best use | Read separately from |
|
| 16 |
| --- | --- | --- | --- |
|
| 17 |
+
| 1 sample episode | 40/40 direct scores from Minimal and Neural MLP heads on the same 20 task contracts. | Inspect the raw sample, understand file organization, reproduce the 20 task targets, and compare Minimal vs Neural MLP behavior inside one episode. | The selected-128 comparison rows and broader held-out model behavior. |
|
| 18 |
+
| 128 selected episodes | 140/140 selected-128 scores across seven methods: 134 direct scores plus 6 documented compact-proxy scores. | Compare same-split metadata/raw baselines, Qwen3-Omni v6, Cosmos3-Super, and Cosmos3-Nano while keeping the 6 compact-proxy cells visible. | Direct raw-target interpretation for the proxy-marked cells. |
|
| 19 |
|
| 20 |
## Public Score Totals
|
| 21 |
|
docs/data/artifact_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"status": "pass",
|
| 5 |
"artifact_count": 228,
|
| 6 |
"missing": [],
|
|
@@ -92,8 +92,8 @@
|
|
| 92 |
"surface": "repo_hf",
|
| 93 |
"shows": "Defines terminology that can be confused across data scope, task metrics, model branches, and public mirrors.",
|
| 94 |
"exists": true,
|
| 95 |
-
"bytes":
|
| 96 |
-
"sha256": "
|
| 97 |
},
|
| 98 |
{
|
| 99 |
"id": "glossary_json",
|
|
@@ -103,8 +103,8 @@
|
|
| 103 |
"surface": "website_hf",
|
| 104 |
"shows": "Machine-readable terminology layer for the website, artifact dataset, model mirror, and public QA checks.",
|
| 105 |
"exists": true,
|
| 106 |
-
"bytes":
|
| 107 |
-
"sha256": "
|
| 108 |
},
|
| 109 |
{
|
| 110 |
"id": "research_roadmap",
|
|
@@ -125,8 +125,8 @@
|
|
| 125 |
"surface": "website_hf",
|
| 126 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 127 |
"exists": true,
|
| 128 |
-
"bytes":
|
| 129 |
-
"sha256": "
|
| 130 |
},
|
| 131 |
{
|
| 132 |
"id": "foundation_model_plan",
|
|
@@ -147,8 +147,8 @@
|
|
| 147 |
"surface": "website_hf",
|
| 148 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 149 |
"exists": true,
|
| 150 |
-
"bytes":
|
| 151 |
-
"sha256": "
|
| 152 |
},
|
| 153 |
{
|
| 154 |
"id": "three_foundation_pipelines",
|
|
@@ -158,8 +158,8 @@
|
|
| 158 |
"surface": "repo_hf",
|
| 159 |
"shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
|
| 160 |
"exists": true,
|
| 161 |
-
"bytes":
|
| 162 |
-
"sha256": "
|
| 163 |
},
|
| 164 |
{
|
| 165 |
"id": "three_foundation_pipelines_json",
|
|
@@ -169,8 +169,8 @@
|
|
| 169 |
"surface": "website_hf",
|
| 170 |
"shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
|
| 171 |
"exists": true,
|
| 172 |
-
"bytes":
|
| 173 |
-
"sha256": "
|
| 174 |
},
|
| 175 |
{
|
| 176 |
"id": "spatial_intelligence_slide_diagram",
|
|
@@ -632,7 +632,7 @@
|
|
| 632 |
"shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
|
| 633 |
"exists": true,
|
| 634 |
"bytes": 4432,
|
| 635 |
-
"sha256": "
|
| 636 |
},
|
| 637 |
{
|
| 638 |
"id": "source_alignment_validator",
|
|
@@ -686,8 +686,8 @@
|
|
| 686 |
"surface": "repo_hf",
|
| 687 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 688 |
"exists": true,
|
| 689 |
-
"bytes":
|
| 690 |
-
"sha256": "
|
| 691 |
},
|
| 692 |
{
|
| 693 |
"id": "evaluation_protocol_json",
|
|
@@ -697,8 +697,8 @@
|
|
| 697 |
"surface": "website_hf",
|
| 698 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 699 |
"exists": true,
|
| 700 |
-
"bytes":
|
| 701 |
-
"sha256": "
|
| 702 |
},
|
| 703 |
{
|
| 704 |
"id": "evaluation_protocol_builder",
|
|
@@ -708,8 +708,8 @@
|
|
| 708 |
"surface": "repo_hf",
|
| 709 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 710 |
"exists": true,
|
| 711 |
-
"bytes":
|
| 712 |
-
"sha256": "
|
| 713 |
},
|
| 714 |
{
|
| 715 |
"id": "task_suite_20",
|
|
@@ -1182,7 +1182,7 @@
|
|
| 1182 |
"shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
|
| 1183 |
"exists": true,
|
| 1184 |
"bytes": 8640,
|
| 1185 |
-
"sha256": "
|
| 1186 |
},
|
| 1187 |
{
|
| 1188 |
"id": "public_surface_qa",
|
|
@@ -1201,7 +1201,7 @@
|
|
| 1201 |
"path": "PUBLIC_READER_MAP.md",
|
| 1202 |
"kind": "project_path",
|
| 1203 |
"surface": "repo_hf",
|
| 1204 |
-
"shows": "Provides the first-pass navigation layer for GitHub, GitHub Pages, Hugging Face mirrors, Qwen3-Omni/Cosmos3 repos, evidence lines, and
|
| 1205 |
"exists": true,
|
| 1206 |
"bytes": 5746,
|
| 1207 |
"sha256": "99ede76679880537bcf65d9503a848c9cd6ca464b3cd92c48eaa62ec5a8655eb"
|
|
@@ -1351,8 +1351,8 @@
|
|
| 1351 |
"surface": "repo_hf",
|
| 1352 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 1353 |
"exists": true,
|
| 1354 |
-
"bytes":
|
| 1355 |
-
"sha256": "
|
| 1356 |
},
|
| 1357 |
{
|
| 1358 |
"id": "publication_audit",
|
|
@@ -1387,7 +1387,7 @@
|
|
| 1387 |
"volatile": true,
|
| 1388 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 1389 |
"exists": true,
|
| 1390 |
-
"bytes":
|
| 1391 |
"hash_policy": "existence_and_size_only"
|
| 1392 |
},
|
| 1393 |
{
|
|
@@ -1399,7 +1399,7 @@
|
|
| 1399 |
"volatile": true,
|
| 1400 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 1401 |
"exists": true,
|
| 1402 |
-
"bytes":
|
| 1403 |
"hash_policy": "existence_and_size_only"
|
| 1404 |
},
|
| 1405 |
{
|
|
@@ -1564,8 +1564,8 @@
|
|
| 1564 |
"surface": "website_hf",
|
| 1565 |
"shows": "Presents the task suite and sample modality thumbnails with metrics generated from committed files.",
|
| 1566 |
"exists": true,
|
| 1567 |
-
"bytes":
|
| 1568 |
-
"sha256": "
|
| 1569 |
},
|
| 1570 |
{
|
| 1571 |
"id": "modality_atlas",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
+
"generated_at_utc": "2026-06-22T09:57:42+00:00",
|
| 4 |
"status": "pass",
|
| 5 |
"artifact_count": 228,
|
| 6 |
"missing": [],
|
|
|
|
| 92 |
"surface": "repo_hf",
|
| 93 |
"shows": "Defines terminology that can be confused across data scope, task metrics, model branches, and public mirrors.",
|
| 94 |
"exists": true,
|
| 95 |
+
"bytes": 10861,
|
| 96 |
+
"sha256": "7840db0fabaa4a4d1af706de1b14b2c566ba3a38b53ef68b082cf7ba24b8d9c5"
|
| 97 |
},
|
| 98 |
{
|
| 99 |
"id": "glossary_json",
|
|
|
|
| 103 |
"surface": "website_hf",
|
| 104 |
"shows": "Machine-readable terminology layer for the website, artifact dataset, model mirror, and public QA checks.",
|
| 105 |
"exists": true,
|
| 106 |
+
"bytes": 18767,
|
| 107 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 108 |
},
|
| 109 |
{
|
| 110 |
"id": "research_roadmap",
|
|
|
|
| 125 |
"surface": "website_hf",
|
| 126 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 127 |
"exists": true,
|
| 128 |
+
"bytes": 14143,
|
| 129 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 130 |
},
|
| 131 |
{
|
| 132 |
"id": "foundation_model_plan",
|
|
|
|
| 147 |
"surface": "website_hf",
|
| 148 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 149 |
"exists": true,
|
| 150 |
+
"bytes": 13918,
|
| 151 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 152 |
},
|
| 153 |
{
|
| 154 |
"id": "three_foundation_pipelines",
|
|
|
|
| 158 |
"surface": "repo_hf",
|
| 159 |
"shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
|
| 160 |
"exists": true,
|
| 161 |
+
"bytes": 11608,
|
| 162 |
+
"sha256": "6bf518b7db4eb1c31ed3bc0529465c3a1d142c541b2faac535449a59081f4e28"
|
| 163 |
},
|
| 164 |
{
|
| 165 |
"id": "three_foundation_pipelines_json",
|
|
|
|
| 169 |
"surface": "website_hf",
|
| 170 |
"shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
|
| 171 |
"exists": true,
|
| 172 |
+
"bytes": 14487,
|
| 173 |
+
"sha256": "269afec5a7f3377d0885a54aae5a596dd78f2ff945eb4978f1c08ed9e9518a09"
|
| 174 |
},
|
| 175 |
{
|
| 176 |
"id": "spatial_intelligence_slide_diagram",
|
|
|
|
| 632 |
"shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
|
| 633 |
"exists": true,
|
| 634 |
"bytes": 4432,
|
| 635 |
+
"sha256": "154b1b44cfcf21a0a90c6cce9baaa9c34f671d621748064af12eec8b5ecb4fe3"
|
| 636 |
},
|
| 637 |
{
|
| 638 |
"id": "source_alignment_validator",
|
|
|
|
| 686 |
"surface": "repo_hf",
|
| 687 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 688 |
"exists": true,
|
| 689 |
+
"bytes": 8919,
|
| 690 |
+
"sha256": "02f0b23d2faa85d97c76f0aecedc63d47dbd2b1c00b2448ebba4334875ef6506"
|
| 691 |
},
|
| 692 |
{
|
| 693 |
"id": "evaluation_protocol_json",
|
|
|
|
| 697 |
"surface": "website_hf",
|
| 698 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 699 |
"exists": true,
|
| 700 |
+
"bytes": 24281,
|
| 701 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 702 |
},
|
| 703 |
{
|
| 704 |
"id": "evaluation_protocol_builder",
|
|
|
|
| 708 |
"surface": "repo_hf",
|
| 709 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 710 |
"exists": true,
|
| 711 |
+
"bytes": 19859,
|
| 712 |
+
"sha256": "bdf7308924e278b3075c334dc70bae76d8e3b1fc36d977d07a59ce6703151a39"
|
| 713 |
},
|
| 714 |
{
|
| 715 |
"id": "task_suite_20",
|
|
|
|
| 1182 |
"shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
|
| 1183 |
"exists": true,
|
| 1184 |
"bytes": 8640,
|
| 1185 |
+
"sha256": "84adc1c4d35a7869d01ccb3616c6486472bc04147d57f23f0e0904106e9eaf45"
|
| 1186 |
},
|
| 1187 |
{
|
| 1188 |
"id": "public_surface_qa",
|
|
|
|
| 1201 |
"path": "PUBLIC_READER_MAP.md",
|
| 1202 |
"kind": "project_path",
|
| 1203 |
"surface": "repo_hf",
|
| 1204 |
+
"shows": "Provides the first-pass navigation layer for GitHub, GitHub Pages, Hugging Face mirrors, Qwen3-Omni/Cosmos3 repos, evidence lines, and result-reading lanes.",
|
| 1205 |
"exists": true,
|
| 1206 |
"bytes": 5746,
|
| 1207 |
"sha256": "99ede76679880537bcf65d9503a848c9cd6ca464b3cd92c48eaa62ec5a8655eb"
|
|
|
|
| 1351 |
"surface": "repo_hf",
|
| 1352 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 1353 |
"exists": true,
|
| 1354 |
+
"bytes": 68411,
|
| 1355 |
+
"sha256": "05086c840bd7a0b486f62bc1158ec0a2b27ad5d00416063eb421797837caeea8"
|
| 1356 |
},
|
| 1357 |
{
|
| 1358 |
"id": "publication_audit",
|
|
|
|
| 1387 |
"volatile": true,
|
| 1388 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 1389 |
"exists": true,
|
| 1390 |
+
"bytes": 1460402,
|
| 1391 |
"hash_policy": "existence_and_size_only"
|
| 1392 |
},
|
| 1393 |
{
|
|
|
|
| 1399 |
"volatile": true,
|
| 1400 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 1401 |
"exists": true,
|
| 1402 |
+
"bytes": 24946,
|
| 1403 |
"hash_policy": "existence_and_size_only"
|
| 1404 |
},
|
| 1405 |
{
|
|
|
|
| 1564 |
"surface": "website_hf",
|
| 1565 |
"shows": "Presents the task suite and sample modality thumbnails with metrics generated from committed files.",
|
| 1566 |
"exists": true,
|
| 1567 |
+
"bytes": 2071256,
|
| 1568 |
+
"sha256": "41b58e41b69ed8114b58f0f3cc1371d8a394f255602ad3fa26a1e8b8b38cbdcb"
|
| 1569 |
},
|
| 1570 |
{
|
| 1571 |
"id": "modality_atlas",
|
docs/data/evaluation_protocol.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Evaluation Protocol",
|
| 3 |
"status": "pass",
|
| 4 |
"version": "2026-06-01",
|
| 5 |
-
"generated_at_utc": "2026-06-
|
| 6 |
"source_files": [
|
| 7 |
"docs/data/summary_metrics.json",
|
| 8 |
"results/episode_task_suite/summary_report.json",
|
|
@@ -509,7 +509,7 @@
|
|
| 509 |
"current_limitations": [
|
| 510 |
"Cross-episode generalization for Qwen3-Omni has a first verified diagnostic pilot, but strong model quality is not yet shown.",
|
| 511 |
"Feature-vector reconstruction is separate from pixel depth, mesh, NeRF, or Gaussian reconstruction.",
|
| 512 |
-
"The final verified Qwen3-Omni diagnostic result meets the strict-JSON target, but action/subtask held-out quality remains weak and needs error analysis before
|
| 513 |
"Full audio-visual representation learning still needs multi-episode training; the current report includes single-episode audio/no-audio ablations."
|
| 514 |
],
|
| 515 |
"scale_up_gate": {
|
|
|
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Evaluation Protocol",
|
| 3 |
"status": "pass",
|
| 4 |
"version": "2026-06-01",
|
| 5 |
+
"generated_at_utc": "2026-06-22T09:56:30+00:00",
|
| 6 |
"source_files": [
|
| 7 |
"docs/data/summary_metrics.json",
|
| 8 |
"results/episode_task_suite/summary_report.json",
|
|
|
|
| 509 |
"current_limitations": [
|
| 510 |
"Cross-episode generalization for Qwen3-Omni has a first verified diagnostic pilot, but strong model quality is not yet shown.",
|
| 511 |
"Feature-vector reconstruction is separate from pixel depth, mesh, NeRF, or Gaussian reconstruction.",
|
| 512 |
+
"The final verified Qwen3-Omni diagnostic result meets the strict-JSON target, but action/subtask held-out quality remains weak and needs error analysis before presenting stronger model-quality numbers.",
|
| 513 |
"Full audio-visual representation learning still needs multi-episode training; the current report includes single-episode audio/no-audio ablations."
|
| 514 |
],
|
| 515 |
"scale_up_gate": {
|
docs/data/foundation_model_plan.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"pipeline_tracks": {
|
| 6 |
"source_document": "THREE_FOUNDATION_PIPELINES.md",
|
| 7 |
"data": "docs/data/three_foundation_pipelines.json",
|
| 8 |
-
"
|
| 9 |
"track_ids": [
|
| 10 |
"spatial_intelligence",
|
| 11 |
"human_video_world_models",
|
|
|
|
| 5 |
"pipeline_tracks": {
|
| 6 |
"source_document": "THREE_FOUNDATION_PIPELINES.md",
|
| 7 |
"data": "docs/data/three_foundation_pipelines.json",
|
| 8 |
+
"reader_note": "Spatial intelligence, human-video world modeling, and vision-language-action are supported pipeline directions with separate data exports, training recipes, and evaluation gates.",
|
| 9 |
"track_ids": [
|
| 10 |
"spatial_intelligence",
|
| 11 |
"human_video_world_models",
|
docs/data/glossary.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
{
|
| 7 |
"id": "dataset_scope",
|
| 8 |
"label": "Dataset and scope",
|
| 9 |
-
"description": "Public data boundaries, evidence lines, and
|
| 10 |
},
|
| 11 |
{
|
| 12 |
"id": "files_features",
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"category": "dataset_scope",
|
| 44 |
"plain_meaning": "One officially available sample episode.",
|
| 45 |
"project_usage": "The fully inspectable Line 1 unit used for raw-file browsing, 20-frame windows, task construction, and single-episode baselines.",
|
| 46 |
-
"do_not_confuse_with": "
|
| 47 |
"primary_files": ["docs/data/raw_sample_files.json", "docs/single_episode_explorer.html"]
|
| 48 |
},
|
| 49 |
{
|
|
@@ -57,7 +57,7 @@
|
|
| 57 |
{
|
| 58 |
"term": "Evidence line",
|
| 59 |
"category": "dataset_scope",
|
| 60 |
-
"plain_meaning": "A
|
| 61 |
"project_usage": "Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison.",
|
| 62 |
"do_not_confuse_with": "Qwen run versions v1-v6, which are model-run lineage.",
|
| 63 |
"primary_files": ["TWO_EVIDENCE_LINES.md", "docs/data/two_evidence_lines.json"]
|
|
|
|
| 6 |
{
|
| 7 |
"id": "dataset_scope",
|
| 8 |
"label": "Dataset and scope",
|
| 9 |
+
"description": "Public data boundaries, evidence lines, and how each result family should be read."
|
| 10 |
},
|
| 11 |
{
|
| 12 |
"id": "files_features",
|
|
|
|
| 43 |
"category": "dataset_scope",
|
| 44 |
"plain_meaning": "One officially available sample episode.",
|
| 45 |
"project_usage": "The fully inspectable Line 1 unit used for raw-file browsing, 20-frame windows, task construction, and single-episode baselines.",
|
| 46 |
+
"do_not_confuse_with": "The selected-128 comparison rows.",
|
| 47 |
"primary_files": ["docs/data/raw_sample_files.json", "docs/single_episode_explorer.html"]
|
| 48 |
},
|
| 49 |
{
|
|
|
|
| 57 |
{
|
| 58 |
"term": "Evidence line",
|
| 59 |
"category": "dataset_scope",
|
| 60 |
+
"plain_meaning": "A reading lane for a group of results.",
|
| 61 |
"project_usage": "Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison.",
|
| 62 |
"do_not_confuse_with": "Qwen run versions v1-v6, which are model-run lineage.",
|
| 63 |
"primary_files": ["TWO_EVIDENCE_LINES.md", "docs/data/two_evidence_lines.json"]
|
docs/data/mirror_parity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
"group_count": 1286,
|
|
@@ -138,45 +138,45 @@
|
|
| 138 |
"local": {
|
| 139 |
"path": "repo:docs/data/artifact_index.json",
|
| 140 |
"exists": true,
|
| 141 |
-
"bytes":
|
| 142 |
-
"sha256": "
|
| 143 |
},
|
| 144 |
"mirrors": {
|
| 145 |
"hf_space": {
|
| 146 |
"path": "hf_space:data/artifact_index.json",
|
| 147 |
"exists": true,
|
| 148 |
-
"bytes":
|
| 149 |
-
"sha256": "
|
| 150 |
},
|
| 151 |
"hf_artifacts_data": {
|
| 152 |
"path": "hf_artifacts:data/artifact_index.json",
|
| 153 |
"exists": true,
|
| 154 |
-
"bytes":
|
| 155 |
-
"sha256": "
|
| 156 |
},
|
| 157 |
"hf_artifacts": {
|
| 158 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 159 |
"exists": true,
|
| 160 |
-
"bytes":
|
| 161 |
-
"sha256": "
|
| 162 |
},
|
| 163 |
"hf_model_data": {
|
| 164 |
"path": "hf_model:data/artifact_index.json",
|
| 165 |
"exists": true,
|
| 166 |
-
"bytes":
|
| 167 |
-
"sha256": "
|
| 168 |
},
|
| 169 |
"hf_model_docs_data": {
|
| 170 |
"path": "hf_model:docs/data/artifact_index.json",
|
| 171 |
"exists": true,
|
| 172 |
-
"bytes":
|
| 173 |
-
"sha256": "
|
| 174 |
},
|
| 175 |
"hf_model": {
|
| 176 |
"path": "hf_model:metrics/artifact_index.json",
|
| 177 |
"exists": true,
|
| 178 |
-
"bytes":
|
| 179 |
-
"sha256": "
|
| 180 |
}
|
| 181 |
},
|
| 182 |
"failures": []
|
|
@@ -285,45 +285,45 @@
|
|
| 285 |
"local": {
|
| 286 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 287 |
"exists": true,
|
| 288 |
-
"bytes":
|
| 289 |
-
"sha256": "
|
| 290 |
},
|
| 291 |
"mirrors": {
|
| 292 |
"hf_space": {
|
| 293 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 294 |
"exists": true,
|
| 295 |
-
"bytes":
|
| 296 |
-
"sha256": "
|
| 297 |
},
|
| 298 |
"hf_artifacts_data": {
|
| 299 |
"path": "hf_artifacts:data/evaluation_protocol.json",
|
| 300 |
"exists": true,
|
| 301 |
-
"bytes":
|
| 302 |
-
"sha256": "
|
| 303 |
},
|
| 304 |
"hf_artifacts": {
|
| 305 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 306 |
"exists": true,
|
| 307 |
-
"bytes":
|
| 308 |
-
"sha256": "
|
| 309 |
},
|
| 310 |
"hf_model_data": {
|
| 311 |
"path": "hf_model:data/evaluation_protocol.json",
|
| 312 |
"exists": true,
|
| 313 |
-
"bytes":
|
| 314 |
-
"sha256": "
|
| 315 |
},
|
| 316 |
"hf_model_docs_data": {
|
| 317 |
"path": "hf_model:docs/data/evaluation_protocol.json",
|
| 318 |
"exists": true,
|
| 319 |
-
"bytes":
|
| 320 |
-
"sha256": "
|
| 321 |
},
|
| 322 |
"hf_model": {
|
| 323 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 324 |
"exists": true,
|
| 325 |
-
"bytes":
|
| 326 |
-
"sha256": "
|
| 327 |
}
|
| 328 |
},
|
| 329 |
"failures": []
|
|
@@ -383,45 +383,45 @@
|
|
| 383 |
"local": {
|
| 384 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 385 |
"exists": true,
|
| 386 |
-
"bytes":
|
| 387 |
-
"sha256": "
|
| 388 |
},
|
| 389 |
"mirrors": {
|
| 390 |
"hf_space": {
|
| 391 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 392 |
"exists": true,
|
| 393 |
-
"bytes":
|
| 394 |
-
"sha256": "
|
| 395 |
},
|
| 396 |
"hf_artifacts_data": {
|
| 397 |
"path": "hf_artifacts:data/foundation_model_plan.json",
|
| 398 |
"exists": true,
|
| 399 |
-
"bytes":
|
| 400 |
-
"sha256": "
|
| 401 |
},
|
| 402 |
"hf_artifacts": {
|
| 403 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 404 |
"exists": true,
|
| 405 |
-
"bytes":
|
| 406 |
-
"sha256": "
|
| 407 |
},
|
| 408 |
"hf_model_data": {
|
| 409 |
"path": "hf_model:data/foundation_model_plan.json",
|
| 410 |
"exists": true,
|
| 411 |
-
"bytes":
|
| 412 |
-
"sha256": "
|
| 413 |
},
|
| 414 |
"hf_model_docs_data": {
|
| 415 |
"path": "hf_model:docs/data/foundation_model_plan.json",
|
| 416 |
"exists": true,
|
| 417 |
-
"bytes":
|
| 418 |
-
"sha256": "
|
| 419 |
},
|
| 420 |
"hf_model": {
|
| 421 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 422 |
"exists": true,
|
| 423 |
-
"bytes":
|
| 424 |
-
"sha256": "
|
| 425 |
}
|
| 426 |
},
|
| 427 |
"failures": []
|
|
@@ -432,45 +432,45 @@
|
|
| 432 |
"local": {
|
| 433 |
"path": "repo:docs/data/glossary.json",
|
| 434 |
"exists": true,
|
| 435 |
-
"bytes":
|
| 436 |
-
"sha256": "
|
| 437 |
},
|
| 438 |
"mirrors": {
|
| 439 |
"hf_space": {
|
| 440 |
"path": "hf_space:data/glossary.json",
|
| 441 |
"exists": true,
|
| 442 |
-
"bytes":
|
| 443 |
-
"sha256": "
|
| 444 |
},
|
| 445 |
"hf_artifacts_data": {
|
| 446 |
"path": "hf_artifacts:data/glossary.json",
|
| 447 |
"exists": true,
|
| 448 |
-
"bytes":
|
| 449 |
-
"sha256": "
|
| 450 |
},
|
| 451 |
"hf_artifacts": {
|
| 452 |
"path": "hf_artifacts:docs/data/glossary.json",
|
| 453 |
"exists": true,
|
| 454 |
-
"bytes":
|
| 455 |
-
"sha256": "
|
| 456 |
},
|
| 457 |
"hf_model_data": {
|
| 458 |
"path": "hf_model:data/glossary.json",
|
| 459 |
"exists": true,
|
| 460 |
-
"bytes":
|
| 461 |
-
"sha256": "
|
| 462 |
},
|
| 463 |
"hf_model_docs_data": {
|
| 464 |
"path": "hf_model:docs/data/glossary.json",
|
| 465 |
"exists": true,
|
| 466 |
-
"bytes":
|
| 467 |
-
"sha256": "
|
| 468 |
},
|
| 469 |
"hf_model": {
|
| 470 |
"path": "hf_model:metrics/glossary.json",
|
| 471 |
"exists": true,
|
| 472 |
-
"bytes":
|
| 473 |
-
"sha256": "
|
| 474 |
}
|
| 475 |
},
|
| 476 |
"failures": []
|
|
@@ -972,44 +972,44 @@
|
|
| 972 |
"path": "repo:docs/data/publication_audit.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 10940,
|
| 975 |
-
"sha256": "
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/publication_audit.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 10940,
|
| 982 |
-
"sha256": "
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 10940,
|
| 988 |
-
"sha256": "
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 10940,
|
| 994 |
-
"sha256": "
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/publication_audit.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 10940,
|
| 1000 |
-
"sha256": "
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 10940,
|
| 1006 |
-
"sha256": "
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/publication_audit.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 10940,
|
| 1012 |
-
"sha256": "
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
@@ -1021,44 +1021,44 @@
|
|
| 1021 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 1022 |
"exists": true,
|
| 1023 |
"bytes": 7693,
|
| 1024 |
-
"sha256": "
|
| 1025 |
},
|
| 1026 |
"mirrors": {
|
| 1027 |
"hf_space": {
|
| 1028 |
"path": "hf_space:data/public_surface_qa.json",
|
| 1029 |
"exists": true,
|
| 1030 |
"bytes": 7693,
|
| 1031 |
-
"sha256": "
|
| 1032 |
},
|
| 1033 |
"hf_artifacts_data": {
|
| 1034 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 1035 |
"exists": true,
|
| 1036 |
"bytes": 7693,
|
| 1037 |
-
"sha256": "
|
| 1038 |
},
|
| 1039 |
"hf_artifacts": {
|
| 1040 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 1041 |
"exists": true,
|
| 1042 |
"bytes": 7693,
|
| 1043 |
-
"sha256": "
|
| 1044 |
},
|
| 1045 |
"hf_model_data": {
|
| 1046 |
"path": "hf_model:data/public_surface_qa.json",
|
| 1047 |
"exists": true,
|
| 1048 |
"bytes": 7693,
|
| 1049 |
-
"sha256": "
|
| 1050 |
},
|
| 1051 |
"hf_model_docs_data": {
|
| 1052 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1053 |
"exists": true,
|
| 1054 |
"bytes": 7693,
|
| 1055 |
-
"sha256": "
|
| 1056 |
},
|
| 1057 |
"hf_model": {
|
| 1058 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1059 |
"exists": true,
|
| 1060 |
"bytes": 7693,
|
| 1061 |
-
"sha256": "
|
| 1062 |
}
|
| 1063 |
},
|
| 1064 |
"failures": []
|
|
@@ -1412,45 +1412,45 @@
|
|
| 1412 |
"local": {
|
| 1413 |
"path": "repo:docs/data/research_roadmap.json",
|
| 1414 |
"exists": true,
|
| 1415 |
-
"bytes":
|
| 1416 |
-
"sha256": "
|
| 1417 |
},
|
| 1418 |
"mirrors": {
|
| 1419 |
"hf_space": {
|
| 1420 |
"path": "hf_space:data/research_roadmap.json",
|
| 1421 |
"exists": true,
|
| 1422 |
-
"bytes":
|
| 1423 |
-
"sha256": "
|
| 1424 |
},
|
| 1425 |
"hf_artifacts_data": {
|
| 1426 |
"path": "hf_artifacts:data/research_roadmap.json",
|
| 1427 |
"exists": true,
|
| 1428 |
-
"bytes":
|
| 1429 |
-
"sha256": "
|
| 1430 |
},
|
| 1431 |
"hf_artifacts": {
|
| 1432 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 1433 |
"exists": true,
|
| 1434 |
-
"bytes":
|
| 1435 |
-
"sha256": "
|
| 1436 |
},
|
| 1437 |
"hf_model_data": {
|
| 1438 |
"path": "hf_model:data/research_roadmap.json",
|
| 1439 |
"exists": true,
|
| 1440 |
-
"bytes":
|
| 1441 |
-
"sha256": "
|
| 1442 |
},
|
| 1443 |
"hf_model_docs_data": {
|
| 1444 |
"path": "hf_model:docs/data/research_roadmap.json",
|
| 1445 |
"exists": true,
|
| 1446 |
-
"bytes":
|
| 1447 |
-
"sha256": "
|
| 1448 |
},
|
| 1449 |
"hf_model": {
|
| 1450 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 1451 |
"exists": true,
|
| 1452 |
-
"bytes":
|
| 1453 |
-
"sha256": "
|
| 1454 |
}
|
| 1455 |
},
|
| 1456 |
"failures": []
|
|
@@ -1461,45 +1461,45 @@
|
|
| 1461 |
"local": {
|
| 1462 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 1463 |
"exists": true,
|
| 1464 |
-
"bytes":
|
| 1465 |
-
"sha256": "
|
| 1466 |
},
|
| 1467 |
"mirrors": {
|
| 1468 |
"hf_space": {
|
| 1469 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 1470 |
"exists": true,
|
| 1471 |
-
"bytes":
|
| 1472 |
-
"sha256": "
|
| 1473 |
},
|
| 1474 |
"hf_artifacts_data": {
|
| 1475 |
"path": "hf_artifacts:data/research_roadmap_interactive.json",
|
| 1476 |
"exists": true,
|
| 1477 |
-
"bytes":
|
| 1478 |
-
"sha256": "
|
| 1479 |
},
|
| 1480 |
"hf_artifacts": {
|
| 1481 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 1482 |
"exists": true,
|
| 1483 |
-
"bytes":
|
| 1484 |
-
"sha256": "
|
| 1485 |
},
|
| 1486 |
"hf_model_data": {
|
| 1487 |
"path": "hf_model:data/research_roadmap_interactive.json",
|
| 1488 |
"exists": true,
|
| 1489 |
-
"bytes":
|
| 1490 |
-
"sha256": "
|
| 1491 |
},
|
| 1492 |
"hf_model_docs_data": {
|
| 1493 |
"path": "hf_model:docs/data/research_roadmap_interactive.json",
|
| 1494 |
"exists": true,
|
| 1495 |
-
"bytes":
|
| 1496 |
-
"sha256": "
|
| 1497 |
},
|
| 1498 |
"hf_model": {
|
| 1499 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 1500 |
"exists": true,
|
| 1501 |
-
"bytes":
|
| 1502 |
-
"sha256": "
|
| 1503 |
}
|
| 1504 |
},
|
| 1505 |
"failures": []
|
|
@@ -1756,44 +1756,44 @@
|
|
| 1756 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1757 |
"exists": true,
|
| 1758 |
"bytes": 4432,
|
| 1759 |
-
"sha256": "
|
| 1760 |
},
|
| 1761 |
"mirrors": {
|
| 1762 |
"hf_space": {
|
| 1763 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1764 |
"exists": true,
|
| 1765 |
"bytes": 4432,
|
| 1766 |
-
"sha256": "
|
| 1767 |
},
|
| 1768 |
"hf_artifacts_data": {
|
| 1769 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1770 |
"exists": true,
|
| 1771 |
"bytes": 4432,
|
| 1772 |
-
"sha256": "
|
| 1773 |
},
|
| 1774 |
"hf_artifacts": {
|
| 1775 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1776 |
"exists": true,
|
| 1777 |
"bytes": 4432,
|
| 1778 |
-
"sha256": "
|
| 1779 |
},
|
| 1780 |
"hf_model_data": {
|
| 1781 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1782 |
"exists": true,
|
| 1783 |
"bytes": 4432,
|
| 1784 |
-
"sha256": "
|
| 1785 |
},
|
| 1786 |
"hf_model_docs_data": {
|
| 1787 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1788 |
"exists": true,
|
| 1789 |
"bytes": 4432,
|
| 1790 |
-
"sha256": "
|
| 1791 |
},
|
| 1792 |
"hf_model": {
|
| 1793 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1794 |
"exists": true,
|
| 1795 |
"bytes": 4432,
|
| 1796 |
-
"sha256": "
|
| 1797 |
}
|
| 1798 |
},
|
| 1799 |
"failures": []
|
|
@@ -1951,45 +1951,45 @@
|
|
| 1951 |
"local": {
|
| 1952 |
"path": "repo:docs/data/three_foundation_pipelines.json",
|
| 1953 |
"exists": true,
|
| 1954 |
-
"bytes":
|
| 1955 |
-
"sha256": "
|
| 1956 |
},
|
| 1957 |
"mirrors": {
|
| 1958 |
"hf_space": {
|
| 1959 |
"path": "hf_space:data/three_foundation_pipelines.json",
|
| 1960 |
"exists": true,
|
| 1961 |
-
"bytes":
|
| 1962 |
-
"sha256": "
|
| 1963 |
},
|
| 1964 |
"hf_artifacts_data": {
|
| 1965 |
"path": "hf_artifacts:data/three_foundation_pipelines.json",
|
| 1966 |
"exists": true,
|
| 1967 |
-
"bytes":
|
| 1968 |
-
"sha256": "
|
| 1969 |
},
|
| 1970 |
"hf_artifacts": {
|
| 1971 |
"path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
|
| 1972 |
"exists": true,
|
| 1973 |
-
"bytes":
|
| 1974 |
-
"sha256": "
|
| 1975 |
},
|
| 1976 |
"hf_model_data": {
|
| 1977 |
"path": "hf_model:data/three_foundation_pipelines.json",
|
| 1978 |
"exists": true,
|
| 1979 |
-
"bytes":
|
| 1980 |
-
"sha256": "
|
| 1981 |
},
|
| 1982 |
"hf_model_docs_data": {
|
| 1983 |
"path": "hf_model:docs/data/three_foundation_pipelines.json",
|
| 1984 |
"exists": true,
|
| 1985 |
-
"bytes":
|
| 1986 |
-
"sha256": "
|
| 1987 |
},
|
| 1988 |
"hf_model": {
|
| 1989 |
"path": "hf_model:metrics/three_foundation_pipelines.json",
|
| 1990 |
"exists": true,
|
| 1991 |
-
"bytes":
|
| 1992 |
-
"sha256": "
|
| 1993 |
}
|
| 1994 |
},
|
| 1995 |
"failures": []
|
|
@@ -2000,45 +2000,45 @@
|
|
| 2000 |
"local": {
|
| 2001 |
"path": "repo:docs/data/two_evidence_lines.json",
|
| 2002 |
"exists": true,
|
| 2003 |
-
"bytes":
|
| 2004 |
-
"sha256": "
|
| 2005 |
},
|
| 2006 |
"mirrors": {
|
| 2007 |
"hf_space": {
|
| 2008 |
"path": "hf_space:data/two_evidence_lines.json",
|
| 2009 |
"exists": true,
|
| 2010 |
-
"bytes":
|
| 2011 |
-
"sha256": "
|
| 2012 |
},
|
| 2013 |
"hf_artifacts_data": {
|
| 2014 |
"path": "hf_artifacts:data/two_evidence_lines.json",
|
| 2015 |
"exists": true,
|
| 2016 |
-
"bytes":
|
| 2017 |
-
"sha256": "
|
| 2018 |
},
|
| 2019 |
"hf_artifacts": {
|
| 2020 |
"path": "hf_artifacts:docs/data/two_evidence_lines.json",
|
| 2021 |
"exists": true,
|
| 2022 |
-
"bytes":
|
| 2023 |
-
"sha256": "
|
| 2024 |
},
|
| 2025 |
"hf_model_data": {
|
| 2026 |
"path": "hf_model:data/two_evidence_lines.json",
|
| 2027 |
"exists": true,
|
| 2028 |
-
"bytes":
|
| 2029 |
-
"sha256": "
|
| 2030 |
},
|
| 2031 |
"hf_model_docs_data": {
|
| 2032 |
"path": "hf_model:docs/data/two_evidence_lines.json",
|
| 2033 |
"exists": true,
|
| 2034 |
-
"bytes":
|
| 2035 |
-
"sha256": "
|
| 2036 |
},
|
| 2037 |
"hf_model": {
|
| 2038 |
"path": "hf_model:metrics/two_evidence_lines.json",
|
| 2039 |
"exists": true,
|
| 2040 |
-
"bytes":
|
| 2041 |
-
"sha256": "
|
| 2042 |
}
|
| 2043 |
},
|
| 2044 |
"failures": []
|
|
@@ -2049,45 +2049,45 @@
|
|
| 2049 |
"local": {
|
| 2050 |
"path": "repo:docs/data/two_evidence_line_result_summary.json",
|
| 2051 |
"exists": true,
|
| 2052 |
-
"bytes":
|
| 2053 |
-
"sha256": "
|
| 2054 |
},
|
| 2055 |
"mirrors": {
|
| 2056 |
"hf_space": {
|
| 2057 |
"path": "hf_space:data/two_evidence_line_result_summary.json",
|
| 2058 |
"exists": true,
|
| 2059 |
-
"bytes":
|
| 2060 |
-
"sha256": "
|
| 2061 |
},
|
| 2062 |
"hf_artifacts_data": {
|
| 2063 |
"path": "hf_artifacts:data/two_evidence_line_result_summary.json",
|
| 2064 |
"exists": true,
|
| 2065 |
-
"bytes":
|
| 2066 |
-
"sha256": "
|
| 2067 |
},
|
| 2068 |
"hf_artifacts": {
|
| 2069 |
"path": "hf_artifacts:docs/data/two_evidence_line_result_summary.json",
|
| 2070 |
"exists": true,
|
| 2071 |
-
"bytes":
|
| 2072 |
-
"sha256": "
|
| 2073 |
},
|
| 2074 |
"hf_model_data": {
|
| 2075 |
"path": "hf_model:data/two_evidence_line_result_summary.json",
|
| 2076 |
"exists": true,
|
| 2077 |
-
"bytes":
|
| 2078 |
-
"sha256": "
|
| 2079 |
},
|
| 2080 |
"hf_model_docs_data": {
|
| 2081 |
"path": "hf_model:docs/data/two_evidence_line_result_summary.json",
|
| 2082 |
"exists": true,
|
| 2083 |
-
"bytes":
|
| 2084 |
-
"sha256": "
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:metrics/two_evidence_line_result_summary.json",
|
| 2088 |
"exists": true,
|
| 2089 |
-
"bytes":
|
| 2090 |
-
"sha256": "
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
@@ -2197,44 +2197,44 @@
|
|
| 2197 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2198 |
"exists": true,
|
| 2199 |
"bytes": 46246,
|
| 2200 |
-
"sha256": "
|
| 2201 |
},
|
| 2202 |
"mirrors": {
|
| 2203 |
"hf_space": {
|
| 2204 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2205 |
"exists": true,
|
| 2206 |
"bytes": 46246,
|
| 2207 |
-
"sha256": "
|
| 2208 |
},
|
| 2209 |
"hf_artifacts_data": {
|
| 2210 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2211 |
"exists": true,
|
| 2212 |
"bytes": 46246,
|
| 2213 |
-
"sha256": "
|
| 2214 |
},
|
| 2215 |
"hf_artifacts": {
|
| 2216 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2217 |
"exists": true,
|
| 2218 |
"bytes": 46246,
|
| 2219 |
-
"sha256": "
|
| 2220 |
},
|
| 2221 |
"hf_model_data": {
|
| 2222 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2223 |
"exists": true,
|
| 2224 |
"bytes": 46246,
|
| 2225 |
-
"sha256": "
|
| 2226 |
},
|
| 2227 |
"hf_model_docs_data": {
|
| 2228 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2229 |
"exists": true,
|
| 2230 |
"bytes": 46246,
|
| 2231 |
-
"sha256": "
|
| 2232 |
},
|
| 2233 |
"hf_model": {
|
| 2234 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2235 |
"exists": true,
|
| 2236 |
"bytes": 46246,
|
| 2237 |
-
"sha256": "
|
| 2238 |
}
|
| 2239 |
},
|
| 2240 |
"failures": []
|
|
@@ -2589,44 +2589,44 @@
|
|
| 2589 |
"path": "repo:docs/data/website_integrity.json",
|
| 2590 |
"exists": true,
|
| 2591 |
"bytes": 24946,
|
| 2592 |
-
"sha256": "
|
| 2593 |
},
|
| 2594 |
"mirrors": {
|
| 2595 |
"hf_space": {
|
| 2596 |
"path": "hf_space:data/website_integrity.json",
|
| 2597 |
"exists": true,
|
| 2598 |
"bytes": 24946,
|
| 2599 |
-
"sha256": "
|
| 2600 |
},
|
| 2601 |
"hf_artifacts_data": {
|
| 2602 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2603 |
"exists": true,
|
| 2604 |
"bytes": 24946,
|
| 2605 |
-
"sha256": "
|
| 2606 |
},
|
| 2607 |
"hf_artifacts": {
|
| 2608 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2609 |
"exists": true,
|
| 2610 |
"bytes": 24946,
|
| 2611 |
-
"sha256": "
|
| 2612 |
},
|
| 2613 |
"hf_model_data": {
|
| 2614 |
"path": "hf_model:data/website_integrity.json",
|
| 2615 |
"exists": true,
|
| 2616 |
"bytes": 24946,
|
| 2617 |
-
"sha256": "
|
| 2618 |
},
|
| 2619 |
"hf_model_docs_data": {
|
| 2620 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2621 |
"exists": true,
|
| 2622 |
"bytes": 24946,
|
| 2623 |
-
"sha256": "
|
| 2624 |
},
|
| 2625 |
"hf_model": {
|
| 2626 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2627 |
"exists": true,
|
| 2628 |
"bytes": 24946,
|
| 2629 |
-
"sha256": "
|
| 2630 |
}
|
| 2631 |
},
|
| 2632 |
"failures": []
|
|
@@ -6375,21 +6375,21 @@
|
|
| 6375 |
"local": {
|
| 6376 |
"path": "repo:scripts/build_artifact_index.py",
|
| 6377 |
"exists": true,
|
| 6378 |
-
"bytes":
|
| 6379 |
-
"sha256": "
|
| 6380 |
},
|
| 6381 |
"mirrors": {
|
| 6382 |
"hf_artifacts": {
|
| 6383 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 6384 |
"exists": true,
|
| 6385 |
-
"bytes":
|
| 6386 |
-
"sha256": "
|
| 6387 |
},
|
| 6388 |
"hf_model": {
|
| 6389 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 6390 |
"exists": true,
|
| 6391 |
-
"bytes":
|
| 6392 |
-
"sha256": "
|
| 6393 |
}
|
| 6394 |
},
|
| 6395 |
"failures": []
|
|
@@ -6425,21 +6425,21 @@
|
|
| 6425 |
"local": {
|
| 6426 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 6427 |
"exists": true,
|
| 6428 |
-
"bytes":
|
| 6429 |
-
"sha256": "
|
| 6430 |
},
|
| 6431 |
"mirrors": {
|
| 6432 |
"hf_artifacts": {
|
| 6433 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 6434 |
"exists": true,
|
| 6435 |
-
"bytes":
|
| 6436 |
-
"sha256": "
|
| 6437 |
},
|
| 6438 |
"hf_model": {
|
| 6439 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 6440 |
"exists": true,
|
| 6441 |
-
"bytes":
|
| 6442 |
-
"sha256": "
|
| 6443 |
}
|
| 6444 |
},
|
| 6445 |
"failures": []
|
|
@@ -6575,21 +6575,21 @@
|
|
| 6575 |
"local": {
|
| 6576 |
"path": "repo:scripts/build_interactive_research_roadmap.py",
|
| 6577 |
"exists": true,
|
| 6578 |
-
"bytes":
|
| 6579 |
-
"sha256": "
|
| 6580 |
},
|
| 6581 |
"mirrors": {
|
| 6582 |
"hf_artifacts": {
|
| 6583 |
"path": "hf_artifacts:scripts/build_interactive_research_roadmap.py",
|
| 6584 |
"exists": true,
|
| 6585 |
-
"bytes":
|
| 6586 |
-
"sha256": "
|
| 6587 |
},
|
| 6588 |
"hf_model": {
|
| 6589 |
"path": "hf_model:scripts/build_interactive_research_roadmap.py",
|
| 6590 |
"exists": true,
|
| 6591 |
-
"bytes":
|
| 6592 |
-
"sha256": "
|
| 6593 |
}
|
| 6594 |
},
|
| 6595 |
"failures": []
|
|
@@ -6600,21 +6600,21 @@
|
|
| 6600 |
"local": {
|
| 6601 |
"path": "repo:scripts/build_multilingual_public_readmes.py",
|
| 6602 |
"exists": true,
|
| 6603 |
-
"bytes":
|
| 6604 |
-
"sha256": "
|
| 6605 |
},
|
| 6606 |
"mirrors": {
|
| 6607 |
"hf_artifacts": {
|
| 6608 |
"path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
|
| 6609 |
"exists": true,
|
| 6610 |
-
"bytes":
|
| 6611 |
-
"sha256": "
|
| 6612 |
},
|
| 6613 |
"hf_model": {
|
| 6614 |
"path": "hf_model:scripts/build_multilingual_public_readmes.py",
|
| 6615 |
"exists": true,
|
| 6616 |
-
"bytes":
|
| 6617 |
-
"sha256": "
|
| 6618 |
}
|
| 6619 |
},
|
| 6620 |
"failures": []
|
|
@@ -7379,39 +7379,39 @@
|
|
| 7379 |
"local": {
|
| 7380 |
"path": "repo:docs/index.html",
|
| 7381 |
"exists": true,
|
| 7382 |
-
"bytes":
|
| 7383 |
-
"sha256": "
|
| 7384 |
},
|
| 7385 |
"mirrors": {
|
| 7386 |
"hf_space": {
|
| 7387 |
"path": "hf_space:index.html",
|
| 7388 |
"exists": true,
|
| 7389 |
-
"bytes":
|
| 7390 |
-
"sha256": "
|
| 7391 |
},
|
| 7392 |
"hf_artifacts_root": {
|
| 7393 |
"path": "hf_artifacts:index.html",
|
| 7394 |
"exists": true,
|
| 7395 |
-
"bytes":
|
| 7396 |
-
"sha256": "
|
| 7397 |
},
|
| 7398 |
"hf_artifacts_docs": {
|
| 7399 |
"path": "hf_artifacts:docs/index.html",
|
| 7400 |
"exists": true,
|
| 7401 |
-
"bytes":
|
| 7402 |
-
"sha256": "
|
| 7403 |
},
|
| 7404 |
"hf_model": {
|
| 7405 |
"path": "hf_model:index.html",
|
| 7406 |
"exists": true,
|
| 7407 |
-
"bytes":
|
| 7408 |
-
"sha256": "
|
| 7409 |
},
|
| 7410 |
"hf_model_docs": {
|
| 7411 |
"path": "hf_model:docs/index.html",
|
| 7412 |
"exists": true,
|
| 7413 |
-
"bytes":
|
| 7414 |
-
"sha256": "
|
| 7415 |
}
|
| 7416 |
},
|
| 7417 |
"failures": []
|
|
@@ -32044,27 +32044,27 @@
|
|
| 32044 |
"local": {
|
| 32045 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 32046 |
"exists": true,
|
| 32047 |
-
"bytes":
|
| 32048 |
-
"sha256": "
|
| 32049 |
},
|
| 32050 |
"mirrors": {
|
| 32051 |
"hf_space": {
|
| 32052 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 32053 |
"exists": true,
|
| 32054 |
-
"bytes":
|
| 32055 |
-
"sha256": "
|
| 32056 |
},
|
| 32057 |
"hf_artifacts": {
|
| 32058 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 32059 |
"exists": true,
|
| 32060 |
-
"bytes":
|
| 32061 |
-
"sha256": "
|
| 32062 |
},
|
| 32063 |
"hf_model": {
|
| 32064 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 32065 |
"exists": true,
|
| 32066 |
-
"bytes":
|
| 32067 |
-
"sha256": "
|
| 32068 |
}
|
| 32069 |
},
|
| 32070 |
"failures": []
|
|
@@ -32137,27 +32137,27 @@
|
|
| 32137 |
"local": {
|
| 32138 |
"path": "repo:GLOSSARY.md",
|
| 32139 |
"exists": true,
|
| 32140 |
-
"bytes":
|
| 32141 |
-
"sha256": "
|
| 32142 |
},
|
| 32143 |
"mirrors": {
|
| 32144 |
"hf_space": {
|
| 32145 |
"path": "hf_space:GLOSSARY.md",
|
| 32146 |
"exists": true,
|
| 32147 |
-
"bytes":
|
| 32148 |
-
"sha256": "
|
| 32149 |
},
|
| 32150 |
"hf_artifacts": {
|
| 32151 |
"path": "hf_artifacts:GLOSSARY.md",
|
| 32152 |
"exists": true,
|
| 32153 |
-
"bytes":
|
| 32154 |
-
"sha256": "
|
| 32155 |
},
|
| 32156 |
"hf_model": {
|
| 32157 |
"path": "hf_model:GLOSSARY.md",
|
| 32158 |
"exists": true,
|
| 32159 |
-
"bytes":
|
| 32160 |
-
"sha256": "
|
| 32161 |
}
|
| 32162 |
},
|
| 32163 |
"failures": []
|
|
@@ -32199,27 +32199,27 @@
|
|
| 32199 |
"local": {
|
| 32200 |
"path": "repo:THREE_FOUNDATION_PIPELINES.md",
|
| 32201 |
"exists": true,
|
| 32202 |
-
"bytes":
|
| 32203 |
-
"sha256": "
|
| 32204 |
},
|
| 32205 |
"mirrors": {
|
| 32206 |
"hf_space": {
|
| 32207 |
"path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
|
| 32208 |
"exists": true,
|
| 32209 |
-
"bytes":
|
| 32210 |
-
"sha256": "
|
| 32211 |
},
|
| 32212 |
"hf_artifacts": {
|
| 32213 |
"path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
|
| 32214 |
"exists": true,
|
| 32215 |
-
"bytes":
|
| 32216 |
-
"sha256": "
|
| 32217 |
},
|
| 32218 |
"hf_model": {
|
| 32219 |
"path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
|
| 32220 |
"exists": true,
|
| 32221 |
-
"bytes":
|
| 32222 |
-
"sha256": "
|
| 32223 |
}
|
| 32224 |
},
|
| 32225 |
"failures": []
|
|
@@ -32230,27 +32230,27 @@
|
|
| 32230 |
"local": {
|
| 32231 |
"path": "repo:TWO_EVIDENCE_LINES.md",
|
| 32232 |
"exists": true,
|
| 32233 |
-
"bytes":
|
| 32234 |
-
"sha256": "
|
| 32235 |
},
|
| 32236 |
"mirrors": {
|
| 32237 |
"hf_space": {
|
| 32238 |
"path": "hf_space:TWO_EVIDENCE_LINES.md",
|
| 32239 |
"exists": true,
|
| 32240 |
-
"bytes":
|
| 32241 |
-
"sha256": "
|
| 32242 |
},
|
| 32243 |
"hf_artifacts": {
|
| 32244 |
"path": "hf_artifacts:TWO_EVIDENCE_LINES.md",
|
| 32245 |
"exists": true,
|
| 32246 |
-
"bytes":
|
| 32247 |
-
"sha256": "
|
| 32248 |
},
|
| 32249 |
"hf_model": {
|
| 32250 |
"path": "hf_model:TWO_EVIDENCE_LINES.md",
|
| 32251 |
"exists": true,
|
| 32252 |
-
"bytes":
|
| 32253 |
-
"sha256": "
|
| 32254 |
}
|
| 32255 |
},
|
| 32256 |
"failures": []
|
|
@@ -32261,27 +32261,27 @@
|
|
| 32261 |
"local": {
|
| 32262 |
"path": "repo:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32263 |
"exists": true,
|
| 32264 |
-
"bytes":
|
| 32265 |
-
"sha256": "
|
| 32266 |
},
|
| 32267 |
"mirrors": {
|
| 32268 |
"hf_space": {
|
| 32269 |
"path": "hf_space:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32270 |
"exists": true,
|
| 32271 |
-
"bytes":
|
| 32272 |
-
"sha256": "
|
| 32273 |
},
|
| 32274 |
"hf_artifacts": {
|
| 32275 |
"path": "hf_artifacts:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32276 |
"exists": true,
|
| 32277 |
-
"bytes":
|
| 32278 |
-
"sha256": "
|
| 32279 |
},
|
| 32280 |
"hf_model": {
|
| 32281 |
"path": "hf_model:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32282 |
"exists": true,
|
| 32283 |
-
"bytes":
|
| 32284 |
-
"sha256": "
|
| 32285 |
}
|
| 32286 |
},
|
| 32287 |
"failures": []
|
|
@@ -32323,27 +32323,27 @@
|
|
| 32323 |
"local": {
|
| 32324 |
"path": "repo:PROJECT_BRIEF.md",
|
| 32325 |
"exists": true,
|
| 32326 |
-
"bytes":
|
| 32327 |
-
"sha256": "
|
| 32328 |
},
|
| 32329 |
"mirrors": {
|
| 32330 |
"hf_space": {
|
| 32331 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 32332 |
"exists": true,
|
| 32333 |
-
"bytes":
|
| 32334 |
-
"sha256": "
|
| 32335 |
},
|
| 32336 |
"hf_artifacts": {
|
| 32337 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 32338 |
"exists": true,
|
| 32339 |
-
"bytes":
|
| 32340 |
-
"sha256": "
|
| 32341 |
},
|
| 32342 |
"hf_model": {
|
| 32343 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 32344 |
"exists": true,
|
| 32345 |
-
"bytes":
|
| 32346 |
-
"sha256": "
|
| 32347 |
}
|
| 32348 |
},
|
| 32349 |
"failures": []
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-22T10:19:19+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
"group_count": 1286,
|
|
|
|
| 138 |
"local": {
|
| 139 |
"path": "repo:docs/data/artifact_index.json",
|
| 140 |
"exists": true,
|
| 141 |
+
"bytes": 124475,
|
| 142 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 143 |
},
|
| 144 |
"mirrors": {
|
| 145 |
"hf_space": {
|
| 146 |
"path": "hf_space:data/artifact_index.json",
|
| 147 |
"exists": true,
|
| 148 |
+
"bytes": 124475,
|
| 149 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 150 |
},
|
| 151 |
"hf_artifacts_data": {
|
| 152 |
"path": "hf_artifacts:data/artifact_index.json",
|
| 153 |
"exists": true,
|
| 154 |
+
"bytes": 124475,
|
| 155 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 156 |
},
|
| 157 |
"hf_artifacts": {
|
| 158 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 159 |
"exists": true,
|
| 160 |
+
"bytes": 124475,
|
| 161 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 162 |
},
|
| 163 |
"hf_model_data": {
|
| 164 |
"path": "hf_model:data/artifact_index.json",
|
| 165 |
"exists": true,
|
| 166 |
+
"bytes": 124475,
|
| 167 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 168 |
},
|
| 169 |
"hf_model_docs_data": {
|
| 170 |
"path": "hf_model:docs/data/artifact_index.json",
|
| 171 |
"exists": true,
|
| 172 |
+
"bytes": 124475,
|
| 173 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 174 |
},
|
| 175 |
"hf_model": {
|
| 176 |
"path": "hf_model:metrics/artifact_index.json",
|
| 177 |
"exists": true,
|
| 178 |
+
"bytes": 124475,
|
| 179 |
+
"sha256": "2f50f25c2ac25f0bc742b06d3dac7f26c9c637acf1a94d659354bd98787fbbe4"
|
| 180 |
}
|
| 181 |
},
|
| 182 |
"failures": []
|
|
|
|
| 285 |
"local": {
|
| 286 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 287 |
"exists": true,
|
| 288 |
+
"bytes": 24281,
|
| 289 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 290 |
},
|
| 291 |
"mirrors": {
|
| 292 |
"hf_space": {
|
| 293 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 294 |
"exists": true,
|
| 295 |
+
"bytes": 24281,
|
| 296 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 297 |
},
|
| 298 |
"hf_artifacts_data": {
|
| 299 |
"path": "hf_artifacts:data/evaluation_protocol.json",
|
| 300 |
"exists": true,
|
| 301 |
+
"bytes": 24281,
|
| 302 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 303 |
},
|
| 304 |
"hf_artifacts": {
|
| 305 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 306 |
"exists": true,
|
| 307 |
+
"bytes": 24281,
|
| 308 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 309 |
},
|
| 310 |
"hf_model_data": {
|
| 311 |
"path": "hf_model:data/evaluation_protocol.json",
|
| 312 |
"exists": true,
|
| 313 |
+
"bytes": 24281,
|
| 314 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 315 |
},
|
| 316 |
"hf_model_docs_data": {
|
| 317 |
"path": "hf_model:docs/data/evaluation_protocol.json",
|
| 318 |
"exists": true,
|
| 319 |
+
"bytes": 24281,
|
| 320 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 321 |
},
|
| 322 |
"hf_model": {
|
| 323 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 324 |
"exists": true,
|
| 325 |
+
"bytes": 24281,
|
| 326 |
+
"sha256": "5da192ba75ec3a3455818ec52f8fb41b0897c537e0c6cf8c854acf39176e7c9d"
|
| 327 |
}
|
| 328 |
},
|
| 329 |
"failures": []
|
|
|
|
| 383 |
"local": {
|
| 384 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 385 |
"exists": true,
|
| 386 |
+
"bytes": 13918,
|
| 387 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 388 |
},
|
| 389 |
"mirrors": {
|
| 390 |
"hf_space": {
|
| 391 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 392 |
"exists": true,
|
| 393 |
+
"bytes": 13918,
|
| 394 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 395 |
},
|
| 396 |
"hf_artifacts_data": {
|
| 397 |
"path": "hf_artifacts:data/foundation_model_plan.json",
|
| 398 |
"exists": true,
|
| 399 |
+
"bytes": 13918,
|
| 400 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 401 |
},
|
| 402 |
"hf_artifacts": {
|
| 403 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 404 |
"exists": true,
|
| 405 |
+
"bytes": 13918,
|
| 406 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 407 |
},
|
| 408 |
"hf_model_data": {
|
| 409 |
"path": "hf_model:data/foundation_model_plan.json",
|
| 410 |
"exists": true,
|
| 411 |
+
"bytes": 13918,
|
| 412 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 413 |
},
|
| 414 |
"hf_model_docs_data": {
|
| 415 |
"path": "hf_model:docs/data/foundation_model_plan.json",
|
| 416 |
"exists": true,
|
| 417 |
+
"bytes": 13918,
|
| 418 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 419 |
},
|
| 420 |
"hf_model": {
|
| 421 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 422 |
"exists": true,
|
| 423 |
+
"bytes": 13918,
|
| 424 |
+
"sha256": "bed648548a13db3a37720932c0c8fb6cde4ba12b43d35721843afcce391bf81c"
|
| 425 |
}
|
| 426 |
},
|
| 427 |
"failures": []
|
|
|
|
| 432 |
"local": {
|
| 433 |
"path": "repo:docs/data/glossary.json",
|
| 434 |
"exists": true,
|
| 435 |
+
"bytes": 18767,
|
| 436 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 437 |
},
|
| 438 |
"mirrors": {
|
| 439 |
"hf_space": {
|
| 440 |
"path": "hf_space:data/glossary.json",
|
| 441 |
"exists": true,
|
| 442 |
+
"bytes": 18767,
|
| 443 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 444 |
},
|
| 445 |
"hf_artifacts_data": {
|
| 446 |
"path": "hf_artifacts:data/glossary.json",
|
| 447 |
"exists": true,
|
| 448 |
+
"bytes": 18767,
|
| 449 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 450 |
},
|
| 451 |
"hf_artifacts": {
|
| 452 |
"path": "hf_artifacts:docs/data/glossary.json",
|
| 453 |
"exists": true,
|
| 454 |
+
"bytes": 18767,
|
| 455 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 456 |
},
|
| 457 |
"hf_model_data": {
|
| 458 |
"path": "hf_model:data/glossary.json",
|
| 459 |
"exists": true,
|
| 460 |
+
"bytes": 18767,
|
| 461 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 462 |
},
|
| 463 |
"hf_model_docs_data": {
|
| 464 |
"path": "hf_model:docs/data/glossary.json",
|
| 465 |
"exists": true,
|
| 466 |
+
"bytes": 18767,
|
| 467 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 468 |
},
|
| 469 |
"hf_model": {
|
| 470 |
"path": "hf_model:metrics/glossary.json",
|
| 471 |
"exists": true,
|
| 472 |
+
"bytes": 18767,
|
| 473 |
+
"sha256": "d900f71e9e28540efbd258acff686d01e1d6046834872c74d0494393c8525b9a"
|
| 474 |
}
|
| 475 |
},
|
| 476 |
"failures": []
|
|
|
|
| 972 |
"path": "repo:docs/data/publication_audit.json",
|
| 973 |
"exists": true,
|
| 974 |
"bytes": 10940,
|
| 975 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 976 |
},
|
| 977 |
"mirrors": {
|
| 978 |
"hf_space": {
|
| 979 |
"path": "hf_space:data/publication_audit.json",
|
| 980 |
"exists": true,
|
| 981 |
"bytes": 10940,
|
| 982 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 983 |
},
|
| 984 |
"hf_artifacts_data": {
|
| 985 |
"path": "hf_artifacts:data/publication_audit.json",
|
| 986 |
"exists": true,
|
| 987 |
"bytes": 10940,
|
| 988 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 989 |
},
|
| 990 |
"hf_artifacts": {
|
| 991 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 992 |
"exists": true,
|
| 993 |
"bytes": 10940,
|
| 994 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 995 |
},
|
| 996 |
"hf_model_data": {
|
| 997 |
"path": "hf_model:data/publication_audit.json",
|
| 998 |
"exists": true,
|
| 999 |
"bytes": 10940,
|
| 1000 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 1001 |
},
|
| 1002 |
"hf_model_docs_data": {
|
| 1003 |
"path": "hf_model:docs/data/publication_audit.json",
|
| 1004 |
"exists": true,
|
| 1005 |
"bytes": 10940,
|
| 1006 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 1007 |
},
|
| 1008 |
"hf_model": {
|
| 1009 |
"path": "hf_model:metrics/publication_audit.json",
|
| 1010 |
"exists": true,
|
| 1011 |
"bytes": 10940,
|
| 1012 |
+
"sha256": "92b4c98c0c4ba0f029b9790c68034d8c4d0441a6e795901f066705b9825124c1"
|
| 1013 |
}
|
| 1014 |
},
|
| 1015 |
"failures": []
|
|
|
|
| 1021 |
"path": "repo:docs/data/public_surface_qa.json",
|
| 1022 |
"exists": true,
|
| 1023 |
"bytes": 7693,
|
| 1024 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1025 |
},
|
| 1026 |
"mirrors": {
|
| 1027 |
"hf_space": {
|
| 1028 |
"path": "hf_space:data/public_surface_qa.json",
|
| 1029 |
"exists": true,
|
| 1030 |
"bytes": 7693,
|
| 1031 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1032 |
},
|
| 1033 |
"hf_artifacts_data": {
|
| 1034 |
"path": "hf_artifacts:data/public_surface_qa.json",
|
| 1035 |
"exists": true,
|
| 1036 |
"bytes": 7693,
|
| 1037 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1038 |
},
|
| 1039 |
"hf_artifacts": {
|
| 1040 |
"path": "hf_artifacts:docs/data/public_surface_qa.json",
|
| 1041 |
"exists": true,
|
| 1042 |
"bytes": 7693,
|
| 1043 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1044 |
},
|
| 1045 |
"hf_model_data": {
|
| 1046 |
"path": "hf_model:data/public_surface_qa.json",
|
| 1047 |
"exists": true,
|
| 1048 |
"bytes": 7693,
|
| 1049 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1050 |
},
|
| 1051 |
"hf_model_docs_data": {
|
| 1052 |
"path": "hf_model:docs/data/public_surface_qa.json",
|
| 1053 |
"exists": true,
|
| 1054 |
"bytes": 7693,
|
| 1055 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1056 |
},
|
| 1057 |
"hf_model": {
|
| 1058 |
"path": "hf_model:metrics/public_surface_qa.json",
|
| 1059 |
"exists": true,
|
| 1060 |
"bytes": 7693,
|
| 1061 |
+
"sha256": "96dd688c59a2b3e96bc2da3b3ee849a311c2ecc5879e70158c9aa30067a107c5"
|
| 1062 |
}
|
| 1063 |
},
|
| 1064 |
"failures": []
|
|
|
|
| 1412 |
"local": {
|
| 1413 |
"path": "repo:docs/data/research_roadmap.json",
|
| 1414 |
"exists": true,
|
| 1415 |
+
"bytes": 14143,
|
| 1416 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1417 |
},
|
| 1418 |
"mirrors": {
|
| 1419 |
"hf_space": {
|
| 1420 |
"path": "hf_space:data/research_roadmap.json",
|
| 1421 |
"exists": true,
|
| 1422 |
+
"bytes": 14143,
|
| 1423 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1424 |
},
|
| 1425 |
"hf_artifacts_data": {
|
| 1426 |
"path": "hf_artifacts:data/research_roadmap.json",
|
| 1427 |
"exists": true,
|
| 1428 |
+
"bytes": 14143,
|
| 1429 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1430 |
},
|
| 1431 |
"hf_artifacts": {
|
| 1432 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 1433 |
"exists": true,
|
| 1434 |
+
"bytes": 14143,
|
| 1435 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1436 |
},
|
| 1437 |
"hf_model_data": {
|
| 1438 |
"path": "hf_model:data/research_roadmap.json",
|
| 1439 |
"exists": true,
|
| 1440 |
+
"bytes": 14143,
|
| 1441 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1442 |
},
|
| 1443 |
"hf_model_docs_data": {
|
| 1444 |
"path": "hf_model:docs/data/research_roadmap.json",
|
| 1445 |
"exists": true,
|
| 1446 |
+
"bytes": 14143,
|
| 1447 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1448 |
},
|
| 1449 |
"hf_model": {
|
| 1450 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 1451 |
"exists": true,
|
| 1452 |
+
"bytes": 14143,
|
| 1453 |
+
"sha256": "c0511820df58f2ebf96c121ce4cca7d257e05f712d77f122745891ae29f9fc2a"
|
| 1454 |
}
|
| 1455 |
},
|
| 1456 |
"failures": []
|
|
|
|
| 1461 |
"local": {
|
| 1462 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 1463 |
"exists": true,
|
| 1464 |
+
"bytes": 191136,
|
| 1465 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1466 |
},
|
| 1467 |
"mirrors": {
|
| 1468 |
"hf_space": {
|
| 1469 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 1470 |
"exists": true,
|
| 1471 |
+
"bytes": 191136,
|
| 1472 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1473 |
},
|
| 1474 |
"hf_artifacts_data": {
|
| 1475 |
"path": "hf_artifacts:data/research_roadmap_interactive.json",
|
| 1476 |
"exists": true,
|
| 1477 |
+
"bytes": 191136,
|
| 1478 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1479 |
},
|
| 1480 |
"hf_artifacts": {
|
| 1481 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 1482 |
"exists": true,
|
| 1483 |
+
"bytes": 191136,
|
| 1484 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1485 |
},
|
| 1486 |
"hf_model_data": {
|
| 1487 |
"path": "hf_model:data/research_roadmap_interactive.json",
|
| 1488 |
"exists": true,
|
| 1489 |
+
"bytes": 191136,
|
| 1490 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1491 |
},
|
| 1492 |
"hf_model_docs_data": {
|
| 1493 |
"path": "hf_model:docs/data/research_roadmap_interactive.json",
|
| 1494 |
"exists": true,
|
| 1495 |
+
"bytes": 191136,
|
| 1496 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1497 |
},
|
| 1498 |
"hf_model": {
|
| 1499 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 1500 |
"exists": true,
|
| 1501 |
+
"bytes": 191136,
|
| 1502 |
+
"sha256": "cc5ed6b85e8e38341b0ea66995c008d85edc4d0c696000c4cdbe3d096f2d766c"
|
| 1503 |
}
|
| 1504 |
},
|
| 1505 |
"failures": []
|
|
|
|
| 1756 |
"path": "repo:docs/data/source_alignment_audit.json",
|
| 1757 |
"exists": true,
|
| 1758 |
"bytes": 4432,
|
| 1759 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1760 |
},
|
| 1761 |
"mirrors": {
|
| 1762 |
"hf_space": {
|
| 1763 |
"path": "hf_space:data/source_alignment_audit.json",
|
| 1764 |
"exists": true,
|
| 1765 |
"bytes": 4432,
|
| 1766 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1767 |
},
|
| 1768 |
"hf_artifacts_data": {
|
| 1769 |
"path": "hf_artifacts:data/source_alignment_audit.json",
|
| 1770 |
"exists": true,
|
| 1771 |
"bytes": 4432,
|
| 1772 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1773 |
},
|
| 1774 |
"hf_artifacts": {
|
| 1775 |
"path": "hf_artifacts:docs/data/source_alignment_audit.json",
|
| 1776 |
"exists": true,
|
| 1777 |
"bytes": 4432,
|
| 1778 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1779 |
},
|
| 1780 |
"hf_model_data": {
|
| 1781 |
"path": "hf_model:data/source_alignment_audit.json",
|
| 1782 |
"exists": true,
|
| 1783 |
"bytes": 4432,
|
| 1784 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1785 |
},
|
| 1786 |
"hf_model_docs_data": {
|
| 1787 |
"path": "hf_model:docs/data/source_alignment_audit.json",
|
| 1788 |
"exists": true,
|
| 1789 |
"bytes": 4432,
|
| 1790 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1791 |
},
|
| 1792 |
"hf_model": {
|
| 1793 |
"path": "hf_model:metrics/source_alignment_audit.json",
|
| 1794 |
"exists": true,
|
| 1795 |
"bytes": 4432,
|
| 1796 |
+
"sha256": "ed31f1b50f2ba4fa59880e8fc4091de7e9d8ed0d9c73b87d8a48ee669baf1daf"
|
| 1797 |
}
|
| 1798 |
},
|
| 1799 |
"failures": []
|
|
|
|
| 1951 |
"local": {
|
| 1952 |
"path": "repo:docs/data/three_foundation_pipelines.json",
|
| 1953 |
"exists": true,
|
| 1954 |
+
"bytes": 14557,
|
| 1955 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1956 |
},
|
| 1957 |
"mirrors": {
|
| 1958 |
"hf_space": {
|
| 1959 |
"path": "hf_space:data/three_foundation_pipelines.json",
|
| 1960 |
"exists": true,
|
| 1961 |
+
"bytes": 14557,
|
| 1962 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1963 |
},
|
| 1964 |
"hf_artifacts_data": {
|
| 1965 |
"path": "hf_artifacts:data/three_foundation_pipelines.json",
|
| 1966 |
"exists": true,
|
| 1967 |
+
"bytes": 14557,
|
| 1968 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1969 |
},
|
| 1970 |
"hf_artifacts": {
|
| 1971 |
"path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
|
| 1972 |
"exists": true,
|
| 1973 |
+
"bytes": 14557,
|
| 1974 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1975 |
},
|
| 1976 |
"hf_model_data": {
|
| 1977 |
"path": "hf_model:data/three_foundation_pipelines.json",
|
| 1978 |
"exists": true,
|
| 1979 |
+
"bytes": 14557,
|
| 1980 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1981 |
},
|
| 1982 |
"hf_model_docs_data": {
|
| 1983 |
"path": "hf_model:docs/data/three_foundation_pipelines.json",
|
| 1984 |
"exists": true,
|
| 1985 |
+
"bytes": 14557,
|
| 1986 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1987 |
},
|
| 1988 |
"hf_model": {
|
| 1989 |
"path": "hf_model:metrics/three_foundation_pipelines.json",
|
| 1990 |
"exists": true,
|
| 1991 |
+
"bytes": 14557,
|
| 1992 |
+
"sha256": "09f0f25d7b219eea6e4d9d0adcab96d528015f9e5188c54ff00ab6a3e5e1a0e8"
|
| 1993 |
}
|
| 1994 |
},
|
| 1995 |
"failures": []
|
|
|
|
| 2000 |
"local": {
|
| 2001 |
"path": "repo:docs/data/two_evidence_lines.json",
|
| 2002 |
"exists": true,
|
| 2003 |
+
"bytes": 7386,
|
| 2004 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2005 |
},
|
| 2006 |
"mirrors": {
|
| 2007 |
"hf_space": {
|
| 2008 |
"path": "hf_space:data/two_evidence_lines.json",
|
| 2009 |
"exists": true,
|
| 2010 |
+
"bytes": 7386,
|
| 2011 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2012 |
},
|
| 2013 |
"hf_artifacts_data": {
|
| 2014 |
"path": "hf_artifacts:data/two_evidence_lines.json",
|
| 2015 |
"exists": true,
|
| 2016 |
+
"bytes": 7386,
|
| 2017 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2018 |
},
|
| 2019 |
"hf_artifacts": {
|
| 2020 |
"path": "hf_artifacts:docs/data/two_evidence_lines.json",
|
| 2021 |
"exists": true,
|
| 2022 |
+
"bytes": 7386,
|
| 2023 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2024 |
},
|
| 2025 |
"hf_model_data": {
|
| 2026 |
"path": "hf_model:data/two_evidence_lines.json",
|
| 2027 |
"exists": true,
|
| 2028 |
+
"bytes": 7386,
|
| 2029 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2030 |
},
|
| 2031 |
"hf_model_docs_data": {
|
| 2032 |
"path": "hf_model:docs/data/two_evidence_lines.json",
|
| 2033 |
"exists": true,
|
| 2034 |
+
"bytes": 7386,
|
| 2035 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2036 |
},
|
| 2037 |
"hf_model": {
|
| 2038 |
"path": "hf_model:metrics/two_evidence_lines.json",
|
| 2039 |
"exists": true,
|
| 2040 |
+
"bytes": 7386,
|
| 2041 |
+
"sha256": "95e2457b8202f0de01394ba96fb4d735b723813ab007931129fceea4e559a59b"
|
| 2042 |
}
|
| 2043 |
},
|
| 2044 |
"failures": []
|
|
|
|
| 2049 |
"local": {
|
| 2050 |
"path": "repo:docs/data/two_evidence_line_result_summary.json",
|
| 2051 |
"exists": true,
|
| 2052 |
+
"bytes": 17451,
|
| 2053 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2054 |
},
|
| 2055 |
"mirrors": {
|
| 2056 |
"hf_space": {
|
| 2057 |
"path": "hf_space:data/two_evidence_line_result_summary.json",
|
| 2058 |
"exists": true,
|
| 2059 |
+
"bytes": 17451,
|
| 2060 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2061 |
},
|
| 2062 |
"hf_artifacts_data": {
|
| 2063 |
"path": "hf_artifacts:data/two_evidence_line_result_summary.json",
|
| 2064 |
"exists": true,
|
| 2065 |
+
"bytes": 17451,
|
| 2066 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2067 |
},
|
| 2068 |
"hf_artifacts": {
|
| 2069 |
"path": "hf_artifacts:docs/data/two_evidence_line_result_summary.json",
|
| 2070 |
"exists": true,
|
| 2071 |
+
"bytes": 17451,
|
| 2072 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2073 |
},
|
| 2074 |
"hf_model_data": {
|
| 2075 |
"path": "hf_model:data/two_evidence_line_result_summary.json",
|
| 2076 |
"exists": true,
|
| 2077 |
+
"bytes": 17451,
|
| 2078 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2079 |
},
|
| 2080 |
"hf_model_docs_data": {
|
| 2081 |
"path": "hf_model:docs/data/two_evidence_line_result_summary.json",
|
| 2082 |
"exists": true,
|
| 2083 |
+
"bytes": 17451,
|
| 2084 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:metrics/two_evidence_line_result_summary.json",
|
| 2088 |
"exists": true,
|
| 2089 |
+
"bytes": 17451,
|
| 2090 |
+
"sha256": "9695772fa4849ea34f85262163e3dd79ab96c13b0e44e579daa0b0c7ffef1345"
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
|
|
| 2197 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 2198 |
"exists": true,
|
| 2199 |
"bytes": 46246,
|
| 2200 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2201 |
},
|
| 2202 |
"mirrors": {
|
| 2203 |
"hf_space": {
|
| 2204 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 2205 |
"exists": true,
|
| 2206 |
"bytes": 46246,
|
| 2207 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2208 |
},
|
| 2209 |
"hf_artifacts_data": {
|
| 2210 |
"path": "hf_artifacts:data/task_surface_integrity.json",
|
| 2211 |
"exists": true,
|
| 2212 |
"bytes": 46246,
|
| 2213 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2214 |
},
|
| 2215 |
"hf_artifacts": {
|
| 2216 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 2217 |
"exists": true,
|
| 2218 |
"bytes": 46246,
|
| 2219 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2220 |
},
|
| 2221 |
"hf_model_data": {
|
| 2222 |
"path": "hf_model:data/task_surface_integrity.json",
|
| 2223 |
"exists": true,
|
| 2224 |
"bytes": 46246,
|
| 2225 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2226 |
},
|
| 2227 |
"hf_model_docs_data": {
|
| 2228 |
"path": "hf_model:docs/data/task_surface_integrity.json",
|
| 2229 |
"exists": true,
|
| 2230 |
"bytes": 46246,
|
| 2231 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2232 |
},
|
| 2233 |
"hf_model": {
|
| 2234 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 2235 |
"exists": true,
|
| 2236 |
"bytes": 46246,
|
| 2237 |
+
"sha256": "2f373c4b6cefb0e6fd33340ba2ecf063c661e9f71eeefe53d55cad292027b44c"
|
| 2238 |
}
|
| 2239 |
},
|
| 2240 |
"failures": []
|
|
|
|
| 2589 |
"path": "repo:docs/data/website_integrity.json",
|
| 2590 |
"exists": true,
|
| 2591 |
"bytes": 24946,
|
| 2592 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2593 |
},
|
| 2594 |
"mirrors": {
|
| 2595 |
"hf_space": {
|
| 2596 |
"path": "hf_space:data/website_integrity.json",
|
| 2597 |
"exists": true,
|
| 2598 |
"bytes": 24946,
|
| 2599 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2600 |
},
|
| 2601 |
"hf_artifacts_data": {
|
| 2602 |
"path": "hf_artifacts:data/website_integrity.json",
|
| 2603 |
"exists": true,
|
| 2604 |
"bytes": 24946,
|
| 2605 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2606 |
},
|
| 2607 |
"hf_artifacts": {
|
| 2608 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 2609 |
"exists": true,
|
| 2610 |
"bytes": 24946,
|
| 2611 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2612 |
},
|
| 2613 |
"hf_model_data": {
|
| 2614 |
"path": "hf_model:data/website_integrity.json",
|
| 2615 |
"exists": true,
|
| 2616 |
"bytes": 24946,
|
| 2617 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2618 |
},
|
| 2619 |
"hf_model_docs_data": {
|
| 2620 |
"path": "hf_model:docs/data/website_integrity.json",
|
| 2621 |
"exists": true,
|
| 2622 |
"bytes": 24946,
|
| 2623 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2624 |
},
|
| 2625 |
"hf_model": {
|
| 2626 |
"path": "hf_model:metrics/website_integrity.json",
|
| 2627 |
"exists": true,
|
| 2628 |
"bytes": 24946,
|
| 2629 |
+
"sha256": "8d92ac3a09793574d7816aa7d370ddb5501d3f5942df18d34761a165b30333f6"
|
| 2630 |
}
|
| 2631 |
},
|
| 2632 |
"failures": []
|
|
|
|
| 6375 |
"local": {
|
| 6376 |
"path": "repo:scripts/build_artifact_index.py",
|
| 6377 |
"exists": true,
|
| 6378 |
+
"bytes": 68411,
|
| 6379 |
+
"sha256": "05086c840bd7a0b486f62bc1158ec0a2b27ad5d00416063eb421797837caeea8"
|
| 6380 |
},
|
| 6381 |
"mirrors": {
|
| 6382 |
"hf_artifacts": {
|
| 6383 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 6384 |
"exists": true,
|
| 6385 |
+
"bytes": 68411,
|
| 6386 |
+
"sha256": "05086c840bd7a0b486f62bc1158ec0a2b27ad5d00416063eb421797837caeea8"
|
| 6387 |
},
|
| 6388 |
"hf_model": {
|
| 6389 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 6390 |
"exists": true,
|
| 6391 |
+
"bytes": 68411,
|
| 6392 |
+
"sha256": "05086c840bd7a0b486f62bc1158ec0a2b27ad5d00416063eb421797837caeea8"
|
| 6393 |
}
|
| 6394 |
},
|
| 6395 |
"failures": []
|
|
|
|
| 6425 |
"local": {
|
| 6426 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 6427 |
"exists": true,
|
| 6428 |
+
"bytes": 19859,
|
| 6429 |
+
"sha256": "bdf7308924e278b3075c334dc70bae76d8e3b1fc36d977d07a59ce6703151a39"
|
| 6430 |
},
|
| 6431 |
"mirrors": {
|
| 6432 |
"hf_artifacts": {
|
| 6433 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 6434 |
"exists": true,
|
| 6435 |
+
"bytes": 19859,
|
| 6436 |
+
"sha256": "bdf7308924e278b3075c334dc70bae76d8e3b1fc36d977d07a59ce6703151a39"
|
| 6437 |
},
|
| 6438 |
"hf_model": {
|
| 6439 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 6440 |
"exists": true,
|
| 6441 |
+
"bytes": 19859,
|
| 6442 |
+
"sha256": "bdf7308924e278b3075c334dc70bae76d8e3b1fc36d977d07a59ce6703151a39"
|
| 6443 |
}
|
| 6444 |
},
|
| 6445 |
"failures": []
|
|
|
|
| 6575 |
"local": {
|
| 6576 |
"path": "repo:scripts/build_interactive_research_roadmap.py",
|
| 6577 |
"exists": true,
|
| 6578 |
+
"bytes": 11414,
|
| 6579 |
+
"sha256": "e94788de3d111dcc467f219c05c071b0ab2c68b3882a739c968bd18c5707086f"
|
| 6580 |
},
|
| 6581 |
"mirrors": {
|
| 6582 |
"hf_artifacts": {
|
| 6583 |
"path": "hf_artifacts:scripts/build_interactive_research_roadmap.py",
|
| 6584 |
"exists": true,
|
| 6585 |
+
"bytes": 11414,
|
| 6586 |
+
"sha256": "e94788de3d111dcc467f219c05c071b0ab2c68b3882a739c968bd18c5707086f"
|
| 6587 |
},
|
| 6588 |
"hf_model": {
|
| 6589 |
"path": "hf_model:scripts/build_interactive_research_roadmap.py",
|
| 6590 |
"exists": true,
|
| 6591 |
+
"bytes": 11414,
|
| 6592 |
+
"sha256": "e94788de3d111dcc467f219c05c071b0ab2c68b3882a739c968bd18c5707086f"
|
| 6593 |
}
|
| 6594 |
},
|
| 6595 |
"failures": []
|
|
|
|
| 6600 |
"local": {
|
| 6601 |
"path": "repo:scripts/build_multilingual_public_readmes.py",
|
| 6602 |
"exists": true,
|
| 6603 |
+
"bytes": 52886,
|
| 6604 |
+
"sha256": "33f33923d846d60a3207d791ef587b19c0bb499902ef57dea7d9f5697b0ab450"
|
| 6605 |
},
|
| 6606 |
"mirrors": {
|
| 6607 |
"hf_artifacts": {
|
| 6608 |
"path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
|
| 6609 |
"exists": true,
|
| 6610 |
+
"bytes": 52886,
|
| 6611 |
+
"sha256": "33f33923d846d60a3207d791ef587b19c0bb499902ef57dea7d9f5697b0ab450"
|
| 6612 |
},
|
| 6613 |
"hf_model": {
|
| 6614 |
"path": "hf_model:scripts/build_multilingual_public_readmes.py",
|
| 6615 |
"exists": true,
|
| 6616 |
+
"bytes": 52886,
|
| 6617 |
+
"sha256": "33f33923d846d60a3207d791ef587b19c0bb499902ef57dea7d9f5697b0ab450"
|
| 6618 |
}
|
| 6619 |
},
|
| 6620 |
"failures": []
|
|
|
|
| 7379 |
"local": {
|
| 7380 |
"path": "repo:docs/index.html",
|
| 7381 |
"exists": true,
|
| 7382 |
+
"bytes": 371870,
|
| 7383 |
+
"sha256": "eb0e927eadbf0b5e5c1d03c59da40b160f06a39fef948cbfbf838aeddcc1e5ab"
|
| 7384 |
},
|
| 7385 |
"mirrors": {
|
| 7386 |
"hf_space": {
|
| 7387 |
"path": "hf_space:index.html",
|
| 7388 |
"exists": true,
|
| 7389 |
+
"bytes": 371870,
|
| 7390 |
+
"sha256": "eb0e927eadbf0b5e5c1d03c59da40b160f06a39fef948cbfbf838aeddcc1e5ab"
|
| 7391 |
},
|
| 7392 |
"hf_artifacts_root": {
|
| 7393 |
"path": "hf_artifacts:index.html",
|
| 7394 |
"exists": true,
|
| 7395 |
+
"bytes": 371870,
|
| 7396 |
+
"sha256": "eb0e927eadbf0b5e5c1d03c59da40b160f06a39fef948cbfbf838aeddcc1e5ab"
|
| 7397 |
},
|
| 7398 |
"hf_artifacts_docs": {
|
| 7399 |
"path": "hf_artifacts:docs/index.html",
|
| 7400 |
"exists": true,
|
| 7401 |
+
"bytes": 371870,
|
| 7402 |
+
"sha256": "eb0e927eadbf0b5e5c1d03c59da40b160f06a39fef948cbfbf838aeddcc1e5ab"
|
| 7403 |
},
|
| 7404 |
"hf_model": {
|
| 7405 |
"path": "hf_model:index.html",
|
| 7406 |
"exists": true,
|
| 7407 |
+
"bytes": 371870,
|
| 7408 |
+
"sha256": "eb0e927eadbf0b5e5c1d03c59da40b160f06a39fef948cbfbf838aeddcc1e5ab"
|
| 7409 |
},
|
| 7410 |
"hf_model_docs": {
|
| 7411 |
"path": "hf_model:docs/index.html",
|
| 7412 |
"exists": true,
|
| 7413 |
+
"bytes": 371870,
|
| 7414 |
+
"sha256": "eb0e927eadbf0b5e5c1d03c59da40b160f06a39fef948cbfbf838aeddcc1e5ab"
|
| 7415 |
}
|
| 7416 |
},
|
| 7417 |
"failures": []
|
|
|
|
| 32044 |
"local": {
|
| 32045 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 32046 |
"exists": true,
|
| 32047 |
+
"bytes": 8919,
|
| 32048 |
+
"sha256": "02f0b23d2faa85d97c76f0aecedc63d47dbd2b1c00b2448ebba4334875ef6506"
|
| 32049 |
},
|
| 32050 |
"mirrors": {
|
| 32051 |
"hf_space": {
|
| 32052 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 32053 |
"exists": true,
|
| 32054 |
+
"bytes": 8919,
|
| 32055 |
+
"sha256": "02f0b23d2faa85d97c76f0aecedc63d47dbd2b1c00b2448ebba4334875ef6506"
|
| 32056 |
},
|
| 32057 |
"hf_artifacts": {
|
| 32058 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 32059 |
"exists": true,
|
| 32060 |
+
"bytes": 8919,
|
| 32061 |
+
"sha256": "02f0b23d2faa85d97c76f0aecedc63d47dbd2b1c00b2448ebba4334875ef6506"
|
| 32062 |
},
|
| 32063 |
"hf_model": {
|
| 32064 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 32065 |
"exists": true,
|
| 32066 |
+
"bytes": 8919,
|
| 32067 |
+
"sha256": "02f0b23d2faa85d97c76f0aecedc63d47dbd2b1c00b2448ebba4334875ef6506"
|
| 32068 |
}
|
| 32069 |
},
|
| 32070 |
"failures": []
|
|
|
|
| 32137 |
"local": {
|
| 32138 |
"path": "repo:GLOSSARY.md",
|
| 32139 |
"exists": true,
|
| 32140 |
+
"bytes": 10861,
|
| 32141 |
+
"sha256": "7840db0fabaa4a4d1af706de1b14b2c566ba3a38b53ef68b082cf7ba24b8d9c5"
|
| 32142 |
},
|
| 32143 |
"mirrors": {
|
| 32144 |
"hf_space": {
|
| 32145 |
"path": "hf_space:GLOSSARY.md",
|
| 32146 |
"exists": true,
|
| 32147 |
+
"bytes": 10861,
|
| 32148 |
+
"sha256": "7840db0fabaa4a4d1af706de1b14b2c566ba3a38b53ef68b082cf7ba24b8d9c5"
|
| 32149 |
},
|
| 32150 |
"hf_artifacts": {
|
| 32151 |
"path": "hf_artifacts:GLOSSARY.md",
|
| 32152 |
"exists": true,
|
| 32153 |
+
"bytes": 10861,
|
| 32154 |
+
"sha256": "7840db0fabaa4a4d1af706de1b14b2c566ba3a38b53ef68b082cf7ba24b8d9c5"
|
| 32155 |
},
|
| 32156 |
"hf_model": {
|
| 32157 |
"path": "hf_model:GLOSSARY.md",
|
| 32158 |
"exists": true,
|
| 32159 |
+
"bytes": 10861,
|
| 32160 |
+
"sha256": "7840db0fabaa4a4d1af706de1b14b2c566ba3a38b53ef68b082cf7ba24b8d9c5"
|
| 32161 |
}
|
| 32162 |
},
|
| 32163 |
"failures": []
|
|
|
|
| 32199 |
"local": {
|
| 32200 |
"path": "repo:THREE_FOUNDATION_PIPELINES.md",
|
| 32201 |
"exists": true,
|
| 32202 |
+
"bytes": 11708,
|
| 32203 |
+
"sha256": "1bddaa155c2e824bfa04f39be4ba3ee11bdfa3eadaf144828838a3452a65e086"
|
| 32204 |
},
|
| 32205 |
"mirrors": {
|
| 32206 |
"hf_space": {
|
| 32207 |
"path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
|
| 32208 |
"exists": true,
|
| 32209 |
+
"bytes": 11708,
|
| 32210 |
+
"sha256": "1bddaa155c2e824bfa04f39be4ba3ee11bdfa3eadaf144828838a3452a65e086"
|
| 32211 |
},
|
| 32212 |
"hf_artifacts": {
|
| 32213 |
"path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
|
| 32214 |
"exists": true,
|
| 32215 |
+
"bytes": 11708,
|
| 32216 |
+
"sha256": "1bddaa155c2e824bfa04f39be4ba3ee11bdfa3eadaf144828838a3452a65e086"
|
| 32217 |
},
|
| 32218 |
"hf_model": {
|
| 32219 |
"path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
|
| 32220 |
"exists": true,
|
| 32221 |
+
"bytes": 11708,
|
| 32222 |
+
"sha256": "1bddaa155c2e824bfa04f39be4ba3ee11bdfa3eadaf144828838a3452a65e086"
|
| 32223 |
}
|
| 32224 |
},
|
| 32225 |
"failures": []
|
|
|
|
| 32230 |
"local": {
|
| 32231 |
"path": "repo:TWO_EVIDENCE_LINES.md",
|
| 32232 |
"exists": true,
|
| 32233 |
+
"bytes": 4427,
|
| 32234 |
+
"sha256": "cdeb76ea4b22a29880004c195eac1b734f3250243bdbcd415d0cdddfbabd1282"
|
| 32235 |
},
|
| 32236 |
"mirrors": {
|
| 32237 |
"hf_space": {
|
| 32238 |
"path": "hf_space:TWO_EVIDENCE_LINES.md",
|
| 32239 |
"exists": true,
|
| 32240 |
+
"bytes": 4427,
|
| 32241 |
+
"sha256": "cdeb76ea4b22a29880004c195eac1b734f3250243bdbcd415d0cdddfbabd1282"
|
| 32242 |
},
|
| 32243 |
"hf_artifacts": {
|
| 32244 |
"path": "hf_artifacts:TWO_EVIDENCE_LINES.md",
|
| 32245 |
"exists": true,
|
| 32246 |
+
"bytes": 4427,
|
| 32247 |
+
"sha256": "cdeb76ea4b22a29880004c195eac1b734f3250243bdbcd415d0cdddfbabd1282"
|
| 32248 |
},
|
| 32249 |
"hf_model": {
|
| 32250 |
"path": "hf_model:TWO_EVIDENCE_LINES.md",
|
| 32251 |
"exists": true,
|
| 32252 |
+
"bytes": 4427,
|
| 32253 |
+
"sha256": "cdeb76ea4b22a29880004c195eac1b734f3250243bdbcd415d0cdddfbabd1282"
|
| 32254 |
}
|
| 32255 |
},
|
| 32256 |
"failures": []
|
|
|
|
| 32261 |
"local": {
|
| 32262 |
"path": "repo:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32263 |
"exists": true,
|
| 32264 |
+
"bytes": 8744,
|
| 32265 |
+
"sha256": "33a0a5196c5dd1ee1c5b6ee14e0059d18f2bff954cd1666a10f78088901027b6"
|
| 32266 |
},
|
| 32267 |
"mirrors": {
|
| 32268 |
"hf_space": {
|
| 32269 |
"path": "hf_space:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32270 |
"exists": true,
|
| 32271 |
+
"bytes": 8744,
|
| 32272 |
+
"sha256": "33a0a5196c5dd1ee1c5b6ee14e0059d18f2bff954cd1666a10f78088901027b6"
|
| 32273 |
},
|
| 32274 |
"hf_artifacts": {
|
| 32275 |
"path": "hf_artifacts:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32276 |
"exists": true,
|
| 32277 |
+
"bytes": 8744,
|
| 32278 |
+
"sha256": "33a0a5196c5dd1ee1c5b6ee14e0059d18f2bff954cd1666a10f78088901027b6"
|
| 32279 |
},
|
| 32280 |
"hf_model": {
|
| 32281 |
"path": "hf_model:TWO_EVIDENCE_LINE_RESULT_SUMMARY.md",
|
| 32282 |
"exists": true,
|
| 32283 |
+
"bytes": 8744,
|
| 32284 |
+
"sha256": "33a0a5196c5dd1ee1c5b6ee14e0059d18f2bff954cd1666a10f78088901027b6"
|
| 32285 |
}
|
| 32286 |
},
|
| 32287 |
"failures": []
|
|
|
|
| 32323 |
"local": {
|
| 32324 |
"path": "repo:PROJECT_BRIEF.md",
|
| 32325 |
"exists": true,
|
| 32326 |
+
"bytes": 4844,
|
| 32327 |
+
"sha256": "2c47eb3fda8d07577d2dab2c485c6b12b4f77a8452fedc86dbb205d416a688e4"
|
| 32328 |
},
|
| 32329 |
"mirrors": {
|
| 32330 |
"hf_space": {
|
| 32331 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 32332 |
"exists": true,
|
| 32333 |
+
"bytes": 4844,
|
| 32334 |
+
"sha256": "2c47eb3fda8d07577d2dab2c485c6b12b4f77a8452fedc86dbb205d416a688e4"
|
| 32335 |
},
|
| 32336 |
"hf_artifacts": {
|
| 32337 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 32338 |
"exists": true,
|
| 32339 |
+
"bytes": 4844,
|
| 32340 |
+
"sha256": "2c47eb3fda8d07577d2dab2c485c6b12b4f77a8452fedc86dbb205d416a688e4"
|
| 32341 |
},
|
| 32342 |
"hf_model": {
|
| 32343 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 32344 |
"exists": true,
|
| 32345 |
+
"bytes": 4844,
|
| 32346 |
+
"sha256": "2c47eb3fda8d07577d2dab2c485c6b12b4f77a8452fedc86dbb205d416a688e4"
|
| 32347 |
}
|
| 32348 |
},
|
| 32349 |
"failures": []
|
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-21T20:
|
| 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": 22,
|
| 99 |
-
"Xperience-10M":
|
| 100 |
-
"20-task":
|
| 101 |
-
"Qwen3-Omni":
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Public Project Surface",
|
| 3 |
"status": "pass",
|
| 4 |
+
"generated_at_utc": "2026-06-22T10:20:26+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-22T10:09:34+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-22T10:10:38+00:00"
|
| 32 |
},
|
| 33 |
"source_alignment": {
|
| 34 |
"exists": true,
|
| 35 |
"status": "pass",
|
| 36 |
+
"generated_at_utc": "2026-06-22T10:10:38+00:00"
|
| 37 |
},
|
| 38 |
"scale_up_status": {
|
| 39 |
"exists": true,
|
| 40 |
"status": "pass",
|
| 41 |
+
"generated_at_utc": "2026-06-21T20:58:21+00:00"
|
| 42 |
},
|
| 43 |
"publication_package": {
|
| 44 |
"exists": true,
|
| 45 |
"status": "pass",
|
| 46 |
+
"generated_at_utc": "2026-06-22T10:19:22+00:00"
|
| 47 |
},
|
| 48 |
"mirror_parity": {
|
| 49 |
"exists": true,
|
| 50 |
"status": "pass",
|
| 51 |
+
"generated_at_utc": "2026-06-22T10:19:19+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": 22,
|
| 99 |
+
"Xperience-10M": 174,
|
| 100 |
+
"20-task": 110,
|
| 101 |
+
"Qwen3-Omni": 240,
|
| 102 |
"128-episode pilot": 1
|
| 103 |
}
|
| 104 |
},
|
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",
|
|
@@ -257,7 +257,7 @@
|
|
| 257 |
"hf_artifact_bundle": {
|
| 258 |
"root": "hf_publish/artifacts",
|
| 259 |
"exists": true,
|
| 260 |
-
"file_count":
|
| 261 |
"text_file_count": 1328,
|
| 262 |
"largest_file": {
|
| 263 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
|
@@ -268,7 +268,7 @@
|
|
| 268 |
"hf_model_bundle": {
|
| 269 |
"root": "hf_publish/model",
|
| 270 |
"exists": true,
|
| 271 |
-
"file_count":
|
| 272 |
"text_file_count": 1502,
|
| 273 |
"largest_file": {
|
| 274 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-22T10:19:22+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 257 |
"hf_artifact_bundle": {
|
| 258 |
"root": "hf_publish/artifacts",
|
| 259 |
"exists": true,
|
| 260 |
+
"file_count": 4702,
|
| 261 |
"text_file_count": 1328,
|
| 262 |
"largest_file": {
|
| 263 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
|
|
|
| 268 |
"hf_model_bundle": {
|
| 269 |
"root": "hf_publish/model",
|
| 270 |
"exists": true,
|
| 271 |
+
"file_count": 5464,
|
| 272 |
"text_file_count": 1502,
|
| 273 |
"largest_file": {
|
| 274 |
"path": "results/omni_finetune/xperience10m_128ep_dense_multiscale_hierarchical_v1_20260608/dense_multiscale_windows.jsonl",
|
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-22T10:20:26+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/research_roadmap.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
| 142 |
"held-out metrics by failure type",
|
| 143 |
"verified public-safe package"
|
| 144 |
],
|
| 145 |
-
"reader_takeaway": "The next pass should improve action/subtask quality before
|
| 146 |
},
|
| 147 |
{
|
| 148 |
"id": "foundation_model_selection_matrix",
|
|
|
|
| 142 |
"held-out metrics by failure type",
|
| 143 |
"verified public-safe package"
|
| 144 |
],
|
| 145 |
+
"reader_takeaway": "The next pass should improve action/subtask quality before presenting stronger model-quality numbers."
|
| 146 |
},
|
| 147 |
{
|
| 148 |
"id": "foundation_model_selection_matrix",
|
docs/data/research_roadmap_interactive.json
CHANGED
|
@@ -2862,7 +2862,7 @@
|
|
| 2862 |
],
|
| 2863 |
"status": "planning_artifact"
|
| 2864 |
},
|
| 2865 |
-
"generated_at_utc": "2026-06-
|
| 2866 |
"omni_plan": {
|
| 2867 |
"adapter": "LoRA rank 16, alpha 32, dropout 0.05",
|
| 2868 |
"backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
|
|
@@ -3013,7 +3013,7 @@
|
|
| 3013 |
"entry_condition": "The final diagnostic package meets strict JSON validity but has weak action/subtask held-out quality.",
|
| 3014 |
"id": "qwen3_omni_structured_output_error_analysis",
|
| 3015 |
"name": "Action/Subtask Error-Analysis Pass",
|
| 3016 |
-
"reader_takeaway": "The next pass should improve action/subtask quality before
|
| 3017 |
"stage": "future",
|
| 3018 |
"status": "active_next_step"
|
| 3019 |
},
|
|
@@ -4197,17 +4197,12 @@
|
|
| 4197 |
}
|
| 4198 |
],
|
| 4199 |
"three_foundation_pipelines": {
|
| 4200 |
-
"
|
| 4201 |
"source_document": "THREE_FOUNDATION_PIPELINES.md",
|
| 4202 |
"status": "pipeline_plan",
|
| 4203 |
"title": "Three Foundation Pipeline Tracks",
|
| 4204 |
"tracks": [
|
| 4205 |
{
|
| 4206 |
-
"avoid_claiming_now": [
|
| 4207 |
-
"full neural rendering",
|
| 4208 |
-
"full 3D reconstruction",
|
| 4209 |
-
"general spatial intelligence without artifact-level evidence"
|
| 4210 |
-
],
|
| 4211 |
"core_inputs": [
|
| 4212 |
"multiview RGB",
|
| 4213 |
"egocentric video",
|
|
@@ -4251,7 +4246,7 @@
|
|
| 4251 |
"held-out episode spatial metrics",
|
| 4252 |
"count and relation accuracy",
|
| 4253 |
"retrieval rank and consistency",
|
| 4254 |
-
"saved predictions before public
|
| 4255 |
],
|
| 4256 |
"stage": "evaluate_gates"
|
| 4257 |
}
|
|
@@ -4269,8 +4264,13 @@
|
|
| 4269 |
"spatial QA prompts"
|
| 4270 |
],
|
| 4271 |
"next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4272 |
"one_sample_training_io": {
|
| 4273 |
-
"boundary": "This yields a one-episode spatial training-pair recipe and proxy tasks;
|
| 4274 |
"existing_task_hooks": [
|
| 4275 |
"object_relevance",
|
| 4276 |
"modality_reconstruction",
|
|
@@ -4303,10 +4303,6 @@
|
|
| 4303 |
"website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png"
|
| 4304 |
},
|
| 4305 |
{
|
| 4306 |
-
"avoid_claiming_now": [
|
| 4307 |
-
"strong world model from structured future-task scores alone",
|
| 4308 |
-
"visual future quality without visual or latent future metrics"
|
| 4309 |
-
],
|
| 4310 |
"core_inputs": [
|
| 4311 |
"observed video windows",
|
| 4312 |
"audio",
|
|
@@ -4356,7 +4352,7 @@
|
|
| 4356 |
}
|
| 4357 |
],
|
| 4358 |
"diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
|
| 4359 |
-
"first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before
|
| 4360 |
"id": "human_video_world_models",
|
| 4361 |
"image_alt": "High-resolution slide diagram showing the Human-video world models direction for Xperience-10M.",
|
| 4362 |
"intermediate_artifacts": [
|
|
@@ -4367,8 +4363,13 @@
|
|
| 4367 |
"temporal consistency metadata"
|
| 4368 |
],
|
| 4369 |
"next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4370 |
"one_sample_training_io": {
|
| 4371 |
-
"boundary": "Future labels and future windows must stay out of the input. Structured future probes
|
| 4372 |
"existing_task_hooks": [
|
| 4373 |
"next_action",
|
| 4374 |
"long_horizon_next_action",
|
|
@@ -4401,10 +4402,6 @@
|
|
| 4401 |
"website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png"
|
| 4402 |
},
|
| 4403 |
{
|
| 4404 |
-
"avoid_claiming_now": [
|
| 4405 |
-
"robot policy quality",
|
| 4406 |
-
"policy generalization before action-space evidence exists"
|
| 4407 |
-
],
|
| 4408 |
"core_inputs": [
|
| 4409 |
"egocentric video",
|
| 4410 |
"language captions",
|
|
@@ -4447,7 +4444,7 @@
|
|
| 4447 |
"held-out action metrics",
|
| 4448 |
"chunk and next-action accuracy",
|
| 4449 |
"object/contact-conditioned scores",
|
| 4450 |
-
"policy card before robot-policy
|
| 4451 |
],
|
| 4452 |
"stage": "evaluate_gates"
|
| 4453 |
}
|
|
@@ -4465,8 +4462,13 @@
|
|
| 4465 |
"action-space model card"
|
| 4466 |
],
|
| 4467 |
"next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4468 |
"one_sample_training_io": {
|
| 4469 |
-
"boundary": "This is a VLA/policy data-conversion recipe for the one-sample suite. Robot policy
|
| 4470 |
"existing_task_hooks": [
|
| 4471 |
"timeline_action",
|
| 4472 |
"next_action",
|
|
|
|
| 2862 |
],
|
| 2863 |
"status": "planning_artifact"
|
| 2864 |
},
|
| 2865 |
+
"generated_at_utc": "2026-06-22T10:07:43+00:00",
|
| 2866 |
"omni_plan": {
|
| 2867 |
"adapter": "LoRA rank 16, alpha 32, dropout 0.05",
|
| 2868 |
"backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
|
|
|
|
| 3013 |
"entry_condition": "The final diagnostic package meets strict JSON validity but has weak action/subtask held-out quality.",
|
| 3014 |
"id": "qwen3_omni_structured_output_error_analysis",
|
| 3015 |
"name": "Action/Subtask Error-Analysis Pass",
|
| 3016 |
+
"reader_takeaway": "The next pass should improve action/subtask quality before presenting stronger model-quality numbers.",
|
| 3017 |
"stage": "future",
|
| 3018 |
"status": "active_next_step"
|
| 3019 |
},
|
|
|
|
| 4197 |
}
|
| 4198 |
],
|
| 4199 |
"three_foundation_pipelines": {
|
| 4200 |
+
"reader_note": "These are supported pipeline directions with concrete data exports, training recipes, and evaluation gates.",
|
| 4201 |
"source_document": "THREE_FOUNDATION_PIPELINES.md",
|
| 4202 |
"status": "pipeline_plan",
|
| 4203 |
"title": "Three Foundation Pipeline Tracks",
|
| 4204 |
"tracks": [
|
| 4205 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4206 |
"core_inputs": [
|
| 4207 |
"multiview RGB",
|
| 4208 |
"egocentric video",
|
|
|
|
| 4246 |
"held-out episode spatial metrics",
|
| 4247 |
"count and relation accuracy",
|
| 4248 |
"retrieval rank and consistency",
|
| 4249 |
+
"saved predictions before public package update"
|
| 4250 |
],
|
| 4251 |
"stage": "evaluate_gates"
|
| 4252 |
}
|
|
|
|
| 4264 |
"spatial QA prompts"
|
| 4265 |
],
|
| 4266 |
"next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
|
| 4267 |
+
"next_readout_before_stronger_positioning": [
|
| 4268 |
+
"held-out spatial QA",
|
| 4269 |
+
"pose consistency",
|
| 4270 |
+
"object-counting and scene-memory metrics"
|
| 4271 |
+
],
|
| 4272 |
"one_sample_training_io": {
|
| 4273 |
+
"boundary": "This yields a one-episode spatial training-pair recipe and proxy tasks; the next spatial-intelligence readout is held-out depth, pose, and scene-memory metrics.",
|
| 4274 |
"existing_task_hooks": [
|
| 4275 |
"object_relevance",
|
| 4276 |
"modality_reconstruction",
|
|
|
|
| 4303 |
"website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png"
|
| 4304 |
},
|
| 4305 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4306 |
"core_inputs": [
|
| 4307 |
"observed video windows",
|
| 4308 |
"audio",
|
|
|
|
| 4352 |
}
|
| 4353 |
],
|
| 4354 |
"diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
|
| 4355 |
+
"first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before presenting world-model quality.",
|
| 4356 |
"id": "human_video_world_models",
|
| 4357 |
"image_alt": "High-resolution slide diagram showing the Human-video world models direction for Xperience-10M.",
|
| 4358 |
"intermediate_artifacts": [
|
|
|
|
| 4363 |
"temporal consistency metadata"
|
| 4364 |
],
|
| 4365 |
"next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
|
| 4366 |
+
"next_readout_before_stronger_positioning": [
|
| 4367 |
+
"latent or visual future metrics",
|
| 4368 |
+
"per-episode future-task breakdowns",
|
| 4369 |
+
"qualitative examples backed by saved targets"
|
| 4370 |
+
],
|
| 4371 |
"one_sample_training_io": {
|
| 4372 |
+
"boundary": "Future labels and future windows must stay out of the input. Structured future probes show the pipeline, while visual world-model readouts need latent or visual future metrics.",
|
| 4373 |
"existing_task_hooks": [
|
| 4374 |
"next_action",
|
| 4375 |
"long_horizon_next_action",
|
|
|
|
| 4402 |
"website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png"
|
| 4403 |
},
|
| 4404 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4405 |
"core_inputs": [
|
| 4406 |
"egocentric video",
|
| 4407 |
"language captions",
|
|
|
|
| 4444 |
"held-out action metrics",
|
| 4445 |
"chunk and next-action accuracy",
|
| 4446 |
"object/contact-conditioned scores",
|
| 4447 |
+
"policy card before robot-policy quality readout"
|
| 4448 |
],
|
| 4449 |
"stage": "evaluate_gates"
|
| 4450 |
}
|
|
|
|
| 4462 |
"action-space model card"
|
| 4463 |
],
|
| 4464 |
"next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
|
| 4465 |
+
"next_readout_before_stronger_positioning": [
|
| 4466 |
+
"action-space conversion",
|
| 4467 |
+
"normalized action chunks",
|
| 4468 |
+
"held-out policy metrics"
|
| 4469 |
+
],
|
| 4470 |
"one_sample_training_io": {
|
| 4471 |
+
"boundary": "This is a VLA/policy data-conversion recipe for the one-sample suite. Robot policy readouts require a later action-space converter, normalization, retargeting report, and held-out policy metrics.",
|
| 4472 |
"existing_task_hooks": [
|
| 4473 |
"timeline_action",
|
| 4474 |
"next_action",
|
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-22T10:20:29+00:00",
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
docs/index.html
CHANGED
|
@@ -1132,7 +1132,7 @@
|
|
| 1132 |
font-size: 13px;
|
| 1133 |
line-height: 1.52;
|
| 1134 |
}
|
| 1135 |
-
.line-
|
| 1136 |
display: grid;
|
| 1137 |
gap: 8px;
|
| 1138 |
margin: 14px 0 0;
|
|
@@ -1141,7 +1141,7 @@
|
|
| 1141 |
border-radius: var(--radius);
|
| 1142 |
background: rgba(2, 5, 2, 0.38);
|
| 1143 |
}
|
| 1144 |
-
.line-
|
| 1145 |
display: block;
|
| 1146 |
color: var(--green);
|
| 1147 |
font-family: var(--font-mono);
|
|
@@ -1150,7 +1150,7 @@
|
|
| 1150 |
letter-spacing: 0.08em;
|
| 1151 |
text-transform: uppercase;
|
| 1152 |
}
|
| 1153 |
-
.line-
|
| 1154 |
margin: 2px 0 0;
|
| 1155 |
color: #d7e2d0;
|
| 1156 |
font-size: 12.5px;
|
|
@@ -4960,9 +4960,9 @@
|
|
| 4960 |
<small>line 1 / public sample</small>
|
| 4961 |
<h3>1 sample episode: task lab</h3>
|
| 4962 |
<p>One public episode becomes aligned windows, task targets, Minimal heads, and Neural MLP heads.</p>
|
| 4963 |
-
<div class="line-
|
| 4964 |
-
<div><span>
|
| 4965 |
-
<div><span>
|
| 4966 |
</div>
|
| 4967 |
<div class="suite-line-facts">
|
| 4968 |
<span><strong>5,821</strong>frames</span>
|
|
@@ -4975,9 +4975,9 @@
|
|
| 4975 |
<small>line 2 / 128 selected episodes</small>
|
| 4976 |
<h3>128 selected episodes: comparison surface</h3>
|
| 4977 |
<p>Seven methods share the selected-episode surface and the same 20 task axes.</p>
|
| 4978 |
-
<div class="line-
|
| 4979 |
-
<div><span>
|
| 4980 |
-
<div><span>
|
| 4981 |
</div>
|
| 4982 |
<div class="suite-line-facts">
|
| 4983 |
<span><strong>128</strong>selected episodes</span>
|
|
@@ -5144,8 +5144,8 @@
|
|
| 5144 |
<th>Line</th>
|
| 5145 |
<th>Data unit</th>
|
| 5146 |
<th>Score statement</th>
|
| 5147 |
-
<th>
|
| 5148 |
-
<th>
|
| 5149 |
<th>Start here</th>
|
| 5150 |
</tr>
|
| 5151 |
</thead>
|
|
@@ -5154,16 +5154,16 @@
|
|
| 5154 |
<td>1 sample episode</td>
|
| 5155 |
<td>One public Xperience-10M sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546-dimensional feature contract.</td>
|
| 5156 |
<td>40/40 direct scores from Minimal and Neural MLP heads.</td>
|
| 5157 |
-
<td>Raw sample inspection, file organization, task definitions, local
|
| 5158 |
-
<td>
|
| 5159 |
<td><a href="#raw-sample">Raw browser</a><br><a href="data/single_episode_task_model_radar.json">1-episode radar JSON</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="data/two_evidence_lines.json">line JSON</a></td>
|
| 5160 |
</tr>
|
| 5161 |
<tr>
|
| 5162 |
<td>128 selected episodes</td>
|
| 5163 |
<td>Selected held-out 96/16/16 split; 34,269 exported windows; public-safe metadata/raw-feature artifacts linked to official gated episode paths.</td>
|
| 5164 |
<td>140/140 selected-128 scores: 134 direct + 6 compact-proxy.</td>
|
| 5165 |
-
<td>Same-split comparison, Qwen3-Omni v6 LoRA
|
| 5166 |
-
<td>
|
| 5167 |
<td><a href="data/episode128_task_model_radar.json">128-episode radar JSON</a><br><a href="data/xperience10m_128_episode_feature_index.json">feature index JSON</a><br><a href="https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/viewer/selected_128_windows/selected_128">HF selected-128 windows</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/TWO_EVIDENCE_LINES.md">line doc</a></td>
|
| 5168 |
</tr>
|
| 5169 |
</tbody>
|
|
@@ -5270,7 +5270,7 @@
|
|
| 5270 |
<article class="reader-step">
|
| 5271 |
<small>01 understand</small>
|
| 5272 |
<strong>Start with scope and status</strong>
|
| 5273 |
-
<p>Use this route if you need the project story, what is public, and
|
| 5274 |
<a href="#overview">Read overview</a>
|
| 5275 |
</article>
|
| 5276 |
<article class="reader-step">
|
|
@@ -5423,7 +5423,7 @@
|
|
| 5423 |
</article>
|
| 5424 |
<article class="brief-card">
|
| 5425 |
<strong>Evaluation discipline</strong>
|
| 5426 |
-
<p>Keeps chronological splits, predictions, confusion matrices, leakage notes, and single-episode
|
| 5427 |
</article>
|
| 5428 |
<article class="brief-card">
|
| 5429 |
<strong>Scale-up readiness</strong>
|
|
@@ -5613,7 +5613,7 @@
|
|
| 5613 |
<article class="roadmap-card" data-status="active_next_step">
|
| 5614 |
<span class="roadmap-status">active next step</span>
|
| 5615 |
<h3>Action/Subtask Error-Analysis Pass</h3>
|
| 5616 |
-
<p>Keep the 96/16/16 split, tighten JSON decoding or target formatting, and analyze action/subtask failures before
|
| 5617 |
<div class="roadmap-meta">
|
| 5618 |
<strong>Entry</strong><p>The final diagnostic package is verified, meets strict JSON validity, and exposes weak action/subtask quality.</p>
|
| 5619 |
<strong>Evidence</strong><p>Updated quality-target report, error-analysis tables, held-out metrics, and public-safe package.</p>
|
|
@@ -5797,7 +5797,7 @@
|
|
| 5797 |
<article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
|
| 5798 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across the walkthrough-backed task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 5799 |
<article class="artifact"><h3>Foundation track selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 is the world-model track with a camera-pose proxy forward-dynamics contract ready for trainer work, policy models wait for robot-compatible action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 5800 |
-
<article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. The selected multi-episode Qwen3-Omni final diagnostic result is verified and meets the JSON-validity target; Cosmos3-Nano has a verified future-window compatibility package; and Cosmos3-Super has a verified base-weight JSON-task evaluation plus a fine-tuned forward-dynamics LoRA branch. The next stage is action/subtask error analysis, stronger
|
| 5801 |
<article class="artifact"><h3>Selected-128 next stressor</h3><p>Before adding episodes, the suite should try `multiscale_20s10_40s20_80s40`, hierarchical action/subtask targets, label-normalized scoring, and compact raw-feature shards for unsupported tasks.</p><a href="data/task_suite_enhancement_128.json">task_suite_enhancement_128.json</a></article>
|
| 5802 |
<article class="artifact"><h3>Public-safe scale-up gate</h3><p>Future Omni, Cosmos, and policy tracks use the same episode split discipline, training metadata, held-out predictions, metrics, run report, and public-safe package gate.</p><a href="data/foundation_model_plan.json">scale-up status</a></article>
|
| 5803 |
</div>
|
|
@@ -6037,7 +6037,7 @@
|
|
| 6037 |
</div>
|
| 6038 |
<div class="artifact-grid">
|
| 6039 |
<article class="artifact primary-artifact"><div><h3>Official dataset</h3><p>Xperience-10M is a gated large-scale egocentric multimodal dataset for embodied AI, robotics, spatial intelligence, and world modeling.</p></div><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m">official HF dataset</a></article>
|
| 6040 |
-
<article class="artifact"><h3>Line 1 public sample</h3><p>The one-episode line builds the inspectable 20-task lab.
|
| 6041 |
<article class="artifact"><h3>Sample streams</h3><p>The raw browser is the canonical place to inspect synchronized video, embedded audio, HDF5 annotation groups, depth, pose/SLAM, mocap, IMU, calibration, and language-derived signals.</p><a href="#raw-sample">open raw browser</a><a href="data/modality_atlas.json">stream metadata</a></article>
|
| 6042 |
<article class="artifact"><h3>Multi-episode pilot</h3><p>The selected 128-episode Qwen3-Omni LoRA v6 diagnostic run is verified with 4,032 held-out test predictions and 99.90% JSON validity. Action/subtask metrics are still weak, so this remains a baseline for error analysis.</p><a href="https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep">LoRA adapter</a><a href="data/qwen3_v5_v6_comparison.json">v5/v6 comparison</a></article>
|
| 6043 |
<article class="artifact"><h3>Raw sample browser</h3><p>The Data tab now exposes the official public sample files directly, including playable MP4 video streams and the audio track embedded in fisheye_cam0.mp4.</p><a href="#raw-sample">open raw browser</a><a href="data/raw_sample_files.json">raw manifest</a></article>
|
|
@@ -6205,7 +6205,7 @@
|
|
| 6205 |
</article>
|
| 6206 |
<article class="figure-brief-card">
|
| 6207 |
<h3>What the figure represents</h3>
|
| 6208 |
-
<p>It documents the selected 128-episode final diagnostic result and the action/subtask improvement path
|
| 6209 |
</article>
|
| 6210 |
</div>
|
| 6211 |
<img class="pipeline-image lora-pipeline-image" src="assets/qwen3_omni_lora_pipeline.png?v=qwen3-lora-v1" alt="Detailed Qwen3-Omni LoRA training pipeline from raw Xperience-10M episodes to adapter outputs, predictions, metrics, and reports">
|
|
@@ -6232,7 +6232,7 @@
|
|
| 6232 |
<article class="result-reading-step">
|
| 6233 |
<span>01</span>
|
| 6234 |
<strong>Choose the line</strong>
|
| 6235 |
-
<p>Use 1 episode for task
|
| 6236 |
</article>
|
| 6237 |
<article class="result-reading-step">
|
| 6238 |
<span>02</span>
|
|
@@ -6255,7 +6255,7 @@
|
|
| 6255 |
<small>1 episode results</small>
|
| 6256 |
<h3>Task-lab evidence</h3>
|
| 6257 |
<p>Minimal and Neural MLP heads are both scored on all 20 public-sample task contracts. All 40 scores are direct task-target metrics.</p>
|
| 6258 |
-
<div class="line-
|
| 6259 |
<div><span>best read as</span><p>A reproducible public task suite and baseline behavior check.</p></div>
|
| 6260 |
</div>
|
| 6261 |
<div class="suite-line-facts">
|
|
@@ -6269,7 +6269,7 @@
|
|
| 6269 |
<small>128 episode results</small>
|
| 6270 |
<h3>Scale-up evidence</h3>
|
| 6271 |
<p>Metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super Reasoner, and Cosmos3-Nano Future Window use the aligned 128-episode surface. It has 134 direct scores plus 6 compact-proxy scores.</p>
|
| 6272 |
-
<div class="line-
|
| 6273 |
<div><span>best read as</span><p>A same-split comparison table with explicit source and proxy status.</p></div>
|
| 6274 |
</div>
|
| 6275 |
<div class="suite-line-facts">
|
|
@@ -6400,7 +6400,7 @@
|
|
| 6400 |
<thead>
|
| 6401 |
<tr>
|
| 6402 |
<th><span class="term-with-help"><span>Method</span><span class="term-help" tabindex="0" aria-label="Method row: One named method family in the matrix." title="One named method family in the matrix.">i<span class="term-tooltip" role="tooltip">One named method family in the matrix, such as Minimal, 128ep Raw NN, Qwen3-Omni v6, or Cosmos3-Super.</span></span></span></th>
|
| 6403 |
-
<th><span class="term-with-help"><span>Line</span><span class="term-help" tabindex="0" aria-label="Evidence line: A
|
| 6404 |
<th><span class="term-with-help"><span>Records</span><span class="term-help" tabindex="0" aria-label="Task-method record: One method evaluated on one task." title="One method evaluated on one task.">i<span class="term-tooltip" role="tooltip">One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.</span></span></span></th>
|
| 6405 |
<th><span class="term-with-help"><span>Direct</span><span class="term-help" tabindex="0" aria-label="Direct score: A metric computed against the task target directly." title="A metric computed against the task target directly.">i<span class="term-tooltip" role="tooltip">A metric computed against the task target directly. This is the preferred score type in the 20-task matrix.</span></span></span></th>
|
| 6406 |
<th><span class="term-with-help"><span>Proxy</span><span class="term-help" tabindex="0" aria-label="Compact-proxy score: A bounded proxy metric when a direct raw target is not publicly available." title="A bounded proxy metric when a direct raw target is not publicly available.">i<span class="term-tooltip" role="tooltip">A bounded proxy metric when a direct raw target is not publicly available. It stays explicit so readers do not over-read it.</span></span></span></th>
|
|
@@ -6731,7 +6731,7 @@
|
|
| 6731 |
<div class="glossary-summary" aria-label="Glossary categories">
|
| 6732 |
<article>
|
| 6733 |
<small>scope</small>
|
| 6734 |
-
<strong>Separate data,
|
| 6735 |
<p>Evidence lines, public-safe artifacts, and gated upstream data are different objects. The glossary keeps those boundaries visible.</p>
|
| 6736 |
</article>
|
| 6737 |
<article>
|
|
@@ -6757,8 +6757,8 @@
|
|
| 6757 |
</tr>
|
| 6758 |
</thead>
|
| 6759 |
<tbody>
|
| 6760 |
-
<tr><td>Evidence line</td><td>A
|
| 6761 |
-
<tr><td>Public sample episode</td><td>The one fully inspectable official sample episode.</td><td>Raw-file browsing, task construction, single-episode baselines.</td><td>
|
| 6762 |
<tr><td>Selected 128 episodes</td><td>Public-safe derived features linked to official gated episode paths.</td><td>Same-split Line 2 baseline/model comparisons.</td><td>Redistributed raw MP4/HDF5/RRD files.</td></tr>
|
| 6763 |
<tr><td>20-frame window</td><td>A fixed short clip slice used as a model input unit.</td><td>Feature rows, labels, tasks, and many baseline heads.</td><td>A full episode.</td></tr>
|
| 6764 |
<tr><td>Task-method record</td><td>One method evaluated on one task.</td><td>The 9 x 20 public matrix, now 180 scored records.</td><td>A single prediction row.</td></tr>
|
|
@@ -6802,7 +6802,7 @@
|
|
| 6802 |
</article>
|
| 6803 |
<article class="resource-mode">
|
| 6804 |
<small>verify</small>
|
| 6805 |
-
<strong>Check
|
| 6806 |
<p>Use validators, source alignment, mirror parity, and live URL/hash checks before trusting a number.</p>
|
| 6807 |
<a href="#artifact-panel-checks">Open checks</a>
|
| 6808 |
</article>
|
|
@@ -6863,7 +6863,7 @@
|
|
| 6863 |
<p>Use these files to navigate the whole project, open the published mirrors, or reproduce the public-sample pipeline.</p>
|
| 6864 |
</div>
|
| 6865 |
<div class="artifact-grid">
|
| 6866 |
-
<article class="artifact primary-artifact"><div><h3>Public reader map</h3><p>Single navigation view for GitHub, GitHub Pages, HF Space, artifact dataset, baseline model repo, Qwen3-Omni/Cosmos3 repos, and
|
| 6867 |
<article class="artifact primary-artifact"><div><h3>Glossary</h3><p>Definitions for evidence lines, windows, direct/proxy scores, Qwen v1-v6, Cosmos3 branches, adapters, and public mirror terms.</p></div><a href="data/glossary.json">glossary JSON</a><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/GLOSSARY.md">Markdown</a></article>
|
| 6868 |
<article class="artifact primary-artifact"><div><h3>Artifact guide</h3><p>Human-readable map from project scope to data contract, task evidence, platform mirrors, and scale-up status.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/ARTIFACT_GUIDE.md">artifact guide</a></article>
|
| 6869 |
<article class="artifact"><h3>Reproduction scripts</h3><p>Training, visualization, taxonomy, walkthrough, validator, and omni-readiness scripts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/scripts">scripts/</a></article>
|
|
@@ -6881,7 +6881,7 @@
|
|
| 6881 |
<section class="artifact-group tabbed-panel" id="artifact-panel-scale-up" role="tabpanel" aria-labelledby="artifact-tab-scale-up" hidden>
|
| 6882 |
<div class="artifact-group-head">
|
| 6883 |
<div><span>Scale-up path</span><h3>Verified diagnostic pilot</h3></div>
|
| 6884 |
-
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored
|
| 6885 |
</div>
|
| 6886 |
<div class="artifact-grid">
|
| 6887 |
<article class="artifact primary-artifact"><div><h3>Two-line model comparison</h3><p>Groups Line 1 task-head baselines and Line 2 selected-128 methods: metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Nano Future Window, and Cosmos3-Super Reasoner.</p></div><a href="data/omni_model_comparison.json">result comparison</a></article>
|
|
@@ -6907,7 +6907,7 @@
|
|
| 6907 |
<article class="artifact"><h3>Mirror parity</h3><p>Compares GitHub, HF Space, artifact dataset, baseline model repo, and weights/results mirror snapshots.</p><a href="data/mirror_parity.json">mirror parity</a></article>
|
| 6908 |
<article class="artifact"><h3>Public surface QA</h3><p>Records public-surface readiness, reader-map links, live status pointers, and cross-repo publication checks.</p><a href="data/public_surface_qa.json">surface QA</a></article>
|
| 6909 |
<article class="artifact"><h3>Live publication status</h3><p>Tracks live URLs and hash checks used after publishing to GitHub Pages and Hugging Face surfaces.</p><a href="data/live_publication_status.json">live status</a></article>
|
| 6910 |
-
<article class="artifact"><h3>Source alignment audit</h3><p>Separates official Xperience-10M
|
| 6911 |
<article class="artifact"><h3>Task surface validation</h3><p>Checks task-count, task-contract, and result-matrix consistency across generated public data files.</p><a href="data/task_surface_integrity.json">task surface</a></article>
|
| 6912 |
<article class="artifact"><h3>Quality gates</h3><p>Summarizes build, validation, mirror, and publication gates that should pass before readers rely on the release.</p><a href="data/quality_gates.json">quality gates</a></article>
|
| 6913 |
</div>
|
|
@@ -7753,7 +7753,7 @@ python scripts/validate_publication_package.py</code></pre>
|
|
| 7753 |
"normalized radar value": "A 0-1 plotting value used only to draw comparable radar polygons across metrics with different scales.",
|
| 7754 |
"task-method record": "One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.",
|
| 7755 |
"unified 20-task suite": "The current task surface: all 20 task contracts presented together and scored across methods where real artifacts exist.",
|
| 7756 |
-
"evidence line": "A
|
| 7757 |
"public sample episode": "The fully inspectable Line 1 unit used for raw-file browsing, task construction, and single-episode baselines.",
|
| 7758 |
"selected 128 episodes": "Line 2 uses derived windows/features and keeps links back to official gated episode ids and source paths.",
|
| 7759 |
"minimal baseline": "A simple non-neural task head used as a low-complexity comparison on the public sample episode.",
|
|
|
|
| 1132 |
font-size: 13px;
|
| 1133 |
line-height: 1.52;
|
| 1134 |
}
|
| 1135 |
+
.line-readout {
|
| 1136 |
display: grid;
|
| 1137 |
gap: 8px;
|
| 1138 |
margin: 14px 0 0;
|
|
|
|
| 1141 |
border-radius: var(--radius);
|
| 1142 |
background: rgba(2, 5, 2, 0.38);
|
| 1143 |
}
|
| 1144 |
+
.line-readout span {
|
| 1145 |
display: block;
|
| 1146 |
color: var(--green);
|
| 1147 |
font-family: var(--font-mono);
|
|
|
|
| 1150 |
letter-spacing: 0.08em;
|
| 1151 |
text-transform: uppercase;
|
| 1152 |
}
|
| 1153 |
+
.line-readout p {
|
| 1154 |
margin: 2px 0 0;
|
| 1155 |
color: #d7e2d0;
|
| 1156 |
font-size: 12.5px;
|
|
|
|
| 4960 |
<small>line 1 / public sample</small>
|
| 4961 |
<h3>1 sample episode: task lab</h3>
|
| 4962 |
<p>One public episode becomes aligned windows, task targets, Minimal heads, and Neural MLP heads.</p>
|
| 4963 |
+
<div class="line-readout">
|
| 4964 |
+
<div><span>best use</span><p>Inspect the sample files, task targets, and local baseline runs.</p></div>
|
| 4965 |
+
<div><span>read separately from</span><p>Selected-128 comparison rows and held-out model behavior.</p></div>
|
| 4966 |
</div>
|
| 4967 |
<div class="suite-line-facts">
|
| 4968 |
<span><strong>5,821</strong>frames</span>
|
|
|
|
| 4975 |
<small>line 2 / 128 selected episodes</small>
|
| 4976 |
<h3>128 selected episodes: comparison surface</h3>
|
| 4977 |
<p>Seven methods share the selected-episode surface and the same 20 task axes.</p>
|
| 4978 |
+
<div class="line-readout">
|
| 4979 |
+
<div><span>best use</span><p>Compare same-split baselines, Qwen3-Omni v6, and Cosmos3 rows.</p></div>
|
| 4980 |
+
<div><span>read separately from</span><p>Direct raw-target metrics for the 6 proxy-marked cells.</p></div>
|
| 4981 |
</div>
|
| 4982 |
<div class="suite-line-facts">
|
| 4983 |
<span><strong>128</strong>selected episodes</span>
|
|
|
|
| 5144 |
<th>Line</th>
|
| 5145 |
<th>Data unit</th>
|
| 5146 |
<th>Score statement</th>
|
| 5147 |
+
<th>Best use</th>
|
| 5148 |
+
<th>Read separately from</th>
|
| 5149 |
<th>Start here</th>
|
| 5150 |
</tr>
|
| 5151 |
</thead>
|
|
|
|
| 5154 |
<td>1 sample episode</td>
|
| 5155 |
<td>One public Xperience-10M sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546-dimensional feature contract.</td>
|
| 5156 |
<td>40/40 direct scores from Minimal and Neural MLP heads.</td>
|
| 5157 |
+
<td>Raw sample inspection, file organization, task definitions, local reproduction, and controlled Minimal-vs-Neural baseline behavior.</td>
|
| 5158 |
+
<td>The selected-128 comparison rows and broader held-out model behavior.</td>
|
| 5159 |
<td><a href="#raw-sample">Raw browser</a><br><a href="data/single_episode_task_model_radar.json">1-episode radar JSON</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="data/two_evidence_lines.json">line JSON</a></td>
|
| 5160 |
</tr>
|
| 5161 |
<tr>
|
| 5162 |
<td>128 selected episodes</td>
|
| 5163 |
<td>Selected held-out 96/16/16 split; 34,269 exported windows; public-safe metadata/raw-feature artifacts linked to official gated episode paths.</td>
|
| 5164 |
<td>140/140 selected-128 scores: 134 direct + 6 compact-proxy.</td>
|
| 5165 |
+
<td>Same-split comparison across metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super, Cosmos3-Nano, and scale-up decisions.</td>
|
| 5166 |
+
<td>Direct raw-target interpretation for the proxy-marked cells.</td>
|
| 5167 |
<td><a href="data/episode128_task_model_radar.json">128-episode radar JSON</a><br><a href="data/xperience10m_128_episode_feature_index.json">feature index JSON</a><br><a href="https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/viewer/selected_128_windows/selected_128">HF selected-128 windows</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/TWO_EVIDENCE_LINES.md">line doc</a></td>
|
| 5168 |
</tr>
|
| 5169 |
</tbody>
|
|
|
|
| 5270 |
<article class="reader-step">
|
| 5271 |
<small>01 understand</small>
|
| 5272 |
<strong>Start with scope and status</strong>
|
| 5273 |
+
<p>Use this route if you need the project story, what is public, and how to read each result family.</p>
|
| 5274 |
<a href="#overview">Read overview</a>
|
| 5275 |
</article>
|
| 5276 |
<article class="reader-step">
|
|
|
|
| 5423 |
</article>
|
| 5424 |
<article class="brief-card">
|
| 5425 |
<strong>Evaluation discipline</strong>
|
| 5426 |
+
<p>Keeps chronological splits, predictions, confusion matrices, leakage notes, and single-episode limits visible before moving to broader model-quality reads.</p>
|
| 5427 |
</article>
|
| 5428 |
<article class="brief-card">
|
| 5429 |
<strong>Scale-up readiness</strong>
|
|
|
|
| 5613 |
<article class="roadmap-card" data-status="active_next_step">
|
| 5614 |
<span class="roadmap-status">active next step</span>
|
| 5615 |
<h3>Action/Subtask Error-Analysis Pass</h3>
|
| 5616 |
+
<p>Keep the 96/16/16 split, tighten JSON decoding or target formatting, and analyze action/subtask failures before presenting stronger model-quality numbers.</p>
|
| 5617 |
<div class="roadmap-meta">
|
| 5618 |
<strong>Entry</strong><p>The final diagnostic package is verified, meets strict JSON validity, and exposes weak action/subtask quality.</p>
|
| 5619 |
<strong>Evidence</strong><p>Updated quality-target report, error-analysis tables, held-out metrics, and public-safe package.</p>
|
|
|
|
| 5797 |
<article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
|
| 5798 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across the walkthrough-backed task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 5799 |
<article class="artifact"><h3>Foundation track selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 is the world-model track with a camera-pose proxy forward-dynamics contract ready for trainer work, policy models wait for robot-compatible action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 5800 |
+
<article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. The selected multi-episode Qwen3-Omni final diagnostic result is verified and meets the JSON-validity target; Cosmos3-Nano has a verified future-window compatibility package; and Cosmos3-Super has a verified base-weight JSON-task evaluation plus a fine-tuned forward-dynamics LoRA branch. The next stage is action/subtask error analysis, stronger held-out metrics, and policy-target conversion.</p><a href="data/omni_model_comparison.json">result comparison</a></article>
|
| 5801 |
<article class="artifact"><h3>Selected-128 next stressor</h3><p>Before adding episodes, the suite should try `multiscale_20s10_40s20_80s40`, hierarchical action/subtask targets, label-normalized scoring, and compact raw-feature shards for unsupported tasks.</p><a href="data/task_suite_enhancement_128.json">task_suite_enhancement_128.json</a></article>
|
| 5802 |
<article class="artifact"><h3>Public-safe scale-up gate</h3><p>Future Omni, Cosmos, and policy tracks use the same episode split discipline, training metadata, held-out predictions, metrics, run report, and public-safe package gate.</p><a href="data/foundation_model_plan.json">scale-up status</a></article>
|
| 5803 |
</div>
|
|
|
|
| 6037 |
</div>
|
| 6038 |
<div class="artifact-grid">
|
| 6039 |
<article class="artifact primary-artifact"><div><h3>Official dataset</h3><p>Xperience-10M is a gated large-scale egocentric multimodal dataset for embodied AI, robotics, spatial intelligence, and world modeling.</p></div><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m">official HF dataset</a></article>
|
| 6040 |
+
<article class="artifact"><h3>Line 1 public sample</h3><p>The one-episode line builds the inspectable 20-task lab. Use Line 2 for selected-128 held-out comparison.</p><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m-sample">sample dataset</a></article>
|
| 6041 |
<article class="artifact"><h3>Sample streams</h3><p>The raw browser is the canonical place to inspect synchronized video, embedded audio, HDF5 annotation groups, depth, pose/SLAM, mocap, IMU, calibration, and language-derived signals.</p><a href="#raw-sample">open raw browser</a><a href="data/modality_atlas.json">stream metadata</a></article>
|
| 6042 |
<article class="artifact"><h3>Multi-episode pilot</h3><p>The selected 128-episode Qwen3-Omni LoRA v6 diagnostic run is verified with 4,032 held-out test predictions and 99.90% JSON validity. Action/subtask metrics are still weak, so this remains a baseline for error analysis.</p><a href="https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep">LoRA adapter</a><a href="data/qwen3_v5_v6_comparison.json">v5/v6 comparison</a></article>
|
| 6043 |
<article class="artifact"><h3>Raw sample browser</h3><p>The Data tab now exposes the official public sample files directly, including playable MP4 video streams and the audio track embedded in fisheye_cam0.mp4.</p><a href="#raw-sample">open raw browser</a><a href="data/raw_sample_files.json">raw manifest</a></article>
|
|
|
|
| 6205 |
</article>
|
| 6206 |
<article class="figure-brief-card">
|
| 6207 |
<h3>What the figure represents</h3>
|
| 6208 |
+
<p>It documents the selected 128-episode final diagnostic result and the action/subtask improvement path for stronger held-out metrics.</p>
|
| 6209 |
</article>
|
| 6210 |
</div>
|
| 6211 |
<img class="pipeline-image lora-pipeline-image" src="assets/qwen3_omni_lora_pipeline.png?v=qwen3-lora-v1" alt="Detailed Qwen3-Omni LoRA training pipeline from raw Xperience-10M episodes to adapter outputs, predictions, metrics, and reports">
|
|
|
|
| 6232 |
<article class="result-reading-step">
|
| 6233 |
<span>01</span>
|
| 6234 |
<strong>Choose the line</strong>
|
| 6235 |
+
<p>Use 1 episode for the task lab. Use 128 episodes for the selected comparison surface.</p>
|
| 6236 |
</article>
|
| 6237 |
<article class="result-reading-step">
|
| 6238 |
<span>02</span>
|
|
|
|
| 6255 |
<small>1 episode results</small>
|
| 6256 |
<h3>Task-lab evidence</h3>
|
| 6257 |
<p>Minimal and Neural MLP heads are both scored on all 20 public-sample task contracts. All 40 scores are direct task-target metrics.</p>
|
| 6258 |
+
<div class="line-readout">
|
| 6259 |
<div><span>best read as</span><p>A reproducible public task suite and baseline behavior check.</p></div>
|
| 6260 |
</div>
|
| 6261 |
<div class="suite-line-facts">
|
|
|
|
| 6269 |
<small>128 episode results</small>
|
| 6270 |
<h3>Scale-up evidence</h3>
|
| 6271 |
<p>Metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super Reasoner, and Cosmos3-Nano Future Window use the aligned 128-episode surface. It has 134 direct scores plus 6 compact-proxy scores.</p>
|
| 6272 |
+
<div class="line-readout">
|
| 6273 |
<div><span>best read as</span><p>A same-split comparison table with explicit source and proxy status.</p></div>
|
| 6274 |
</div>
|
| 6275 |
<div class="suite-line-facts">
|
|
|
|
| 6400 |
<thead>
|
| 6401 |
<tr>
|
| 6402 |
<th><span class="term-with-help"><span>Method</span><span class="term-help" tabindex="0" aria-label="Method row: One named method family in the matrix." title="One named method family in the matrix.">i<span class="term-tooltip" role="tooltip">One named method family in the matrix, such as Minimal, 128ep Raw NN, Qwen3-Omni v6, or Cosmos3-Super.</span></span></span></th>
|
| 6403 |
+
<th><span class="term-with-help"><span>Line</span><span class="term-help" tabindex="0" aria-label="Evidence line: A reading lane for a group of results." title="A reading lane for a group of results.">i<span class="term-tooltip" role="tooltip">A reading lane for a group of results: Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison.</span></span></span></th>
|
| 6404 |
<th><span class="term-with-help"><span>Records</span><span class="term-help" tabindex="0" aria-label="Task-method record: One method evaluated on one task." title="One method evaluated on one task.">i<span class="term-tooltip" role="tooltip">One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.</span></span></span></th>
|
| 6405 |
<th><span class="term-with-help"><span>Direct</span><span class="term-help" tabindex="0" aria-label="Direct score: A metric computed against the task target directly." title="A metric computed against the task target directly.">i<span class="term-tooltip" role="tooltip">A metric computed against the task target directly. This is the preferred score type in the 20-task matrix.</span></span></span></th>
|
| 6406 |
<th><span class="term-with-help"><span>Proxy</span><span class="term-help" tabindex="0" aria-label="Compact-proxy score: A bounded proxy metric when a direct raw target is not publicly available." title="A bounded proxy metric when a direct raw target is not publicly available.">i<span class="term-tooltip" role="tooltip">A bounded proxy metric when a direct raw target is not publicly available. It stays explicit so readers do not over-read it.</span></span></span></th>
|
|
|
|
| 6731 |
<div class="glossary-summary" aria-label="Glossary categories">
|
| 6732 |
<article>
|
| 6733 |
<small>scope</small>
|
| 6734 |
+
<strong>Separate data, result lanes, and mirrors</strong>
|
| 6735 |
<p>Evidence lines, public-safe artifacts, and gated upstream data are different objects. The glossary keeps those boundaries visible.</p>
|
| 6736 |
</article>
|
| 6737 |
<article>
|
|
|
|
| 6757 |
</tr>
|
| 6758 |
</thead>
|
| 6759 |
<tbody>
|
| 6760 |
+
<tr><td>Evidence line</td><td>A reading lane for a group of results.</td><td>Line 1 is the public sample episode; Line 2 is selected-128 held-out comparison.</td><td>Qwen v1-v6 run versions.</td></tr>
|
| 6761 |
+
<tr><td>Public sample episode</td><td>The one fully inspectable official sample episode.</td><td>Raw-file browsing, task construction, single-episode baselines.</td><td>The selected-128 comparison rows.</td></tr>
|
| 6762 |
<tr><td>Selected 128 episodes</td><td>Public-safe derived features linked to official gated episode paths.</td><td>Same-split Line 2 baseline/model comparisons.</td><td>Redistributed raw MP4/HDF5/RRD files.</td></tr>
|
| 6763 |
<tr><td>20-frame window</td><td>A fixed short clip slice used as a model input unit.</td><td>Feature rows, labels, tasks, and many baseline heads.</td><td>A full episode.</td></tr>
|
| 6764 |
<tr><td>Task-method record</td><td>One method evaluated on one task.</td><td>The 9 x 20 public matrix, now 180 scored records.</td><td>A single prediction row.</td></tr>
|
|
|
|
| 6802 |
</article>
|
| 6803 |
<article class="resource-mode">
|
| 6804 |
<small>verify</small>
|
| 6805 |
+
<strong>Check result parity</strong>
|
| 6806 |
<p>Use validators, source alignment, mirror parity, and live URL/hash checks before trusting a number.</p>
|
| 6807 |
<a href="#artifact-panel-checks">Open checks</a>
|
| 6808 |
</article>
|
|
|
|
| 6863 |
<p>Use these files to navigate the whole project, open the published mirrors, or reproduce the public-sample pipeline.</p>
|
| 6864 |
</div>
|
| 6865 |
<div class="artifact-grid">
|
| 6866 |
+
<article class="artifact primary-artifact"><div><h3>Public reader map</h3><p>Single navigation view for GitHub, GitHub Pages, HF Space, artifact dataset, baseline model repo, Qwen3-Omni/Cosmos3 repos, and result-reading lanes.</p></div><a href="data/public_reader_map.json">reader map</a></article>
|
| 6867 |
<article class="artifact primary-artifact"><div><h3>Glossary</h3><p>Definitions for evidence lines, windows, direct/proxy scores, Qwen v1-v6, Cosmos3 branches, adapters, and public mirror terms.</p></div><a href="data/glossary.json">glossary JSON</a><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/GLOSSARY.md">Markdown</a></article>
|
| 6868 |
<article class="artifact primary-artifact"><div><h3>Artifact guide</h3><p>Human-readable map from project scope to data contract, task evidence, platform mirrors, and scale-up status.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/ARTIFACT_GUIDE.md">artifact guide</a></article>
|
| 6869 |
<article class="artifact"><h3>Reproduction scripts</h3><p>Training, visualization, taxonomy, walkthrough, validator, and omni-readiness scripts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/scripts">scripts/</a></article>
|
|
|
|
| 6881 |
<section class="artifact-group tabbed-panel" id="artifact-panel-scale-up" role="tabpanel" aria-labelledby="artifact-tab-scale-up" hidden>
|
| 6882 |
<div class="artifact-group-head">
|
| 6883 |
<div><span>Scale-up path</span><h3>Verified diagnostic pilot</h3></div>
|
| 6884 |
+
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored held-out pilot. The next stronger metrics come from structured-output and error-analysis improvements.</p>
|
| 6885 |
</div>
|
| 6886 |
<div class="artifact-grid">
|
| 6887 |
<article class="artifact primary-artifact"><div><h3>Two-line model comparison</h3><p>Groups Line 1 task-head baselines and Line 2 selected-128 methods: metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Nano Future Window, and Cosmos3-Super Reasoner.</p></div><a href="data/omni_model_comparison.json">result comparison</a></article>
|
|
|
|
| 6907 |
<article class="artifact"><h3>Mirror parity</h3><p>Compares GitHub, HF Space, artifact dataset, baseline model repo, and weights/results mirror snapshots.</p><a href="data/mirror_parity.json">mirror parity</a></article>
|
| 6908 |
<article class="artifact"><h3>Public surface QA</h3><p>Records public-surface readiness, reader-map links, live status pointers, and cross-repo publication checks.</p><a href="data/public_surface_qa.json">surface QA</a></article>
|
| 6909 |
<article class="artifact"><h3>Live publication status</h3><p>Tracks live URLs and hash checks used after publishing to GitHub Pages and Hugging Face surfaces.</p><a href="data/live_publication_status.json">live status</a></article>
|
| 6910 |
+
<article class="artifact"><h3>Source alignment audit</h3><p>Separates official Xperience-10M source facts from local/public project inventory and derived artifacts.</p><a href="data/source_alignment_audit.json">source alignment</a></article>
|
| 6911 |
<article class="artifact"><h3>Task surface validation</h3><p>Checks task-count, task-contract, and result-matrix consistency across generated public data files.</p><a href="data/task_surface_integrity.json">task surface</a></article>
|
| 6912 |
<article class="artifact"><h3>Quality gates</h3><p>Summarizes build, validation, mirror, and publication gates that should pass before readers rely on the release.</p><a href="data/quality_gates.json">quality gates</a></article>
|
| 6913 |
</div>
|
|
|
|
| 7753 |
"normalized radar value": "A 0-1 plotting value used only to draw comparable radar polygons across metrics with different scales.",
|
| 7754 |
"task-method record": "One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.",
|
| 7755 |
"unified 20-task suite": "The current task surface: all 20 task contracts presented together and scored across methods where real artifacts exist.",
|
| 7756 |
+
"evidence line": "A reading lane for a group of results: Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison.",
|
| 7757 |
"public sample episode": "The fully inspectable Line 1 unit used for raw-file browsing, task construction, and single-episode baselines.",
|
| 7758 |
"selected 128 episodes": "Line 2 uses derived windows/features and keeps links back to official gated episode ids and source paths.",
|
| 7759 |
"minimal baseline": "A simple non-neural task head used as a low-complexity comparison on the public sample episode.",
|
index.html
CHANGED
|
@@ -1132,7 +1132,7 @@
|
|
| 1132 |
font-size: 13px;
|
| 1133 |
line-height: 1.52;
|
| 1134 |
}
|
| 1135 |
-
.line-
|
| 1136 |
display: grid;
|
| 1137 |
gap: 8px;
|
| 1138 |
margin: 14px 0 0;
|
|
@@ -1141,7 +1141,7 @@
|
|
| 1141 |
border-radius: var(--radius);
|
| 1142 |
background: rgba(2, 5, 2, 0.38);
|
| 1143 |
}
|
| 1144 |
-
.line-
|
| 1145 |
display: block;
|
| 1146 |
color: var(--green);
|
| 1147 |
font-family: var(--font-mono);
|
|
@@ -1150,7 +1150,7 @@
|
|
| 1150 |
letter-spacing: 0.08em;
|
| 1151 |
text-transform: uppercase;
|
| 1152 |
}
|
| 1153 |
-
.line-
|
| 1154 |
margin: 2px 0 0;
|
| 1155 |
color: #d7e2d0;
|
| 1156 |
font-size: 12.5px;
|
|
@@ -4960,9 +4960,9 @@
|
|
| 4960 |
<small>line 1 / public sample</small>
|
| 4961 |
<h3>1 sample episode: task lab</h3>
|
| 4962 |
<p>One public episode becomes aligned windows, task targets, Minimal heads, and Neural MLP heads.</p>
|
| 4963 |
-
<div class="line-
|
| 4964 |
-
<div><span>
|
| 4965 |
-
<div><span>
|
| 4966 |
</div>
|
| 4967 |
<div class="suite-line-facts">
|
| 4968 |
<span><strong>5,821</strong>frames</span>
|
|
@@ -4975,9 +4975,9 @@
|
|
| 4975 |
<small>line 2 / 128 selected episodes</small>
|
| 4976 |
<h3>128 selected episodes: comparison surface</h3>
|
| 4977 |
<p>Seven methods share the selected-episode surface and the same 20 task axes.</p>
|
| 4978 |
-
<div class="line-
|
| 4979 |
-
<div><span>
|
| 4980 |
-
<div><span>
|
| 4981 |
</div>
|
| 4982 |
<div class="suite-line-facts">
|
| 4983 |
<span><strong>128</strong>selected episodes</span>
|
|
@@ -5144,8 +5144,8 @@
|
|
| 5144 |
<th>Line</th>
|
| 5145 |
<th>Data unit</th>
|
| 5146 |
<th>Score statement</th>
|
| 5147 |
-
<th>
|
| 5148 |
-
<th>
|
| 5149 |
<th>Start here</th>
|
| 5150 |
</tr>
|
| 5151 |
</thead>
|
|
@@ -5154,16 +5154,16 @@
|
|
| 5154 |
<td>1 sample episode</td>
|
| 5155 |
<td>One public Xperience-10M sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546-dimensional feature contract.</td>
|
| 5156 |
<td>40/40 direct scores from Minimal and Neural MLP heads.</td>
|
| 5157 |
-
<td>Raw sample inspection, file organization, task definitions, local
|
| 5158 |
-
<td>
|
| 5159 |
<td><a href="#raw-sample">Raw browser</a><br><a href="data/single_episode_task_model_radar.json">1-episode radar JSON</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="data/two_evidence_lines.json">line JSON</a></td>
|
| 5160 |
</tr>
|
| 5161 |
<tr>
|
| 5162 |
<td>128 selected episodes</td>
|
| 5163 |
<td>Selected held-out 96/16/16 split; 34,269 exported windows; public-safe metadata/raw-feature artifacts linked to official gated episode paths.</td>
|
| 5164 |
<td>140/140 selected-128 scores: 134 direct + 6 compact-proxy.</td>
|
| 5165 |
-
<td>Same-split comparison, Qwen3-Omni v6 LoRA
|
| 5166 |
-
<td>
|
| 5167 |
<td><a href="data/episode128_task_model_radar.json">128-episode radar JSON</a><br><a href="data/xperience10m_128_episode_feature_index.json">feature index JSON</a><br><a href="https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/viewer/selected_128_windows/selected_128">HF selected-128 windows</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/TWO_EVIDENCE_LINES.md">line doc</a></td>
|
| 5168 |
</tr>
|
| 5169 |
</tbody>
|
|
@@ -5270,7 +5270,7 @@
|
|
| 5270 |
<article class="reader-step">
|
| 5271 |
<small>01 understand</small>
|
| 5272 |
<strong>Start with scope and status</strong>
|
| 5273 |
-
<p>Use this route if you need the project story, what is public, and
|
| 5274 |
<a href="#overview">Read overview</a>
|
| 5275 |
</article>
|
| 5276 |
<article class="reader-step">
|
|
@@ -5423,7 +5423,7 @@
|
|
| 5423 |
</article>
|
| 5424 |
<article class="brief-card">
|
| 5425 |
<strong>Evaluation discipline</strong>
|
| 5426 |
-
<p>Keeps chronological splits, predictions, confusion matrices, leakage notes, and single-episode
|
| 5427 |
</article>
|
| 5428 |
<article class="brief-card">
|
| 5429 |
<strong>Scale-up readiness</strong>
|
|
@@ -5613,7 +5613,7 @@
|
|
| 5613 |
<article class="roadmap-card" data-status="active_next_step">
|
| 5614 |
<span class="roadmap-status">active next step</span>
|
| 5615 |
<h3>Action/Subtask Error-Analysis Pass</h3>
|
| 5616 |
-
<p>Keep the 96/16/16 split, tighten JSON decoding or target formatting, and analyze action/subtask failures before
|
| 5617 |
<div class="roadmap-meta">
|
| 5618 |
<strong>Entry</strong><p>The final diagnostic package is verified, meets strict JSON validity, and exposes weak action/subtask quality.</p>
|
| 5619 |
<strong>Evidence</strong><p>Updated quality-target report, error-analysis tables, held-out metrics, and public-safe package.</p>
|
|
@@ -5797,7 +5797,7 @@
|
|
| 5797 |
<article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
|
| 5798 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across the walkthrough-backed task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 5799 |
<article class="artifact"><h3>Foundation track selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 is the world-model track with a camera-pose proxy forward-dynamics contract ready for trainer work, policy models wait for robot-compatible action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 5800 |
-
<article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. The selected multi-episode Qwen3-Omni final diagnostic result is verified and meets the JSON-validity target; Cosmos3-Nano has a verified future-window compatibility package; and Cosmos3-Super has a verified base-weight JSON-task evaluation plus a fine-tuned forward-dynamics LoRA branch. The next stage is action/subtask error analysis, stronger
|
| 5801 |
<article class="artifact"><h3>Selected-128 next stressor</h3><p>Before adding episodes, the suite should try `multiscale_20s10_40s20_80s40`, hierarchical action/subtask targets, label-normalized scoring, and compact raw-feature shards for unsupported tasks.</p><a href="data/task_suite_enhancement_128.json">task_suite_enhancement_128.json</a></article>
|
| 5802 |
<article class="artifact"><h3>Public-safe scale-up gate</h3><p>Future Omni, Cosmos, and policy tracks use the same episode split discipline, training metadata, held-out predictions, metrics, run report, and public-safe package gate.</p><a href="data/foundation_model_plan.json">scale-up status</a></article>
|
| 5803 |
</div>
|
|
@@ -6037,7 +6037,7 @@
|
|
| 6037 |
</div>
|
| 6038 |
<div class="artifact-grid">
|
| 6039 |
<article class="artifact primary-artifact"><div><h3>Official dataset</h3><p>Xperience-10M is a gated large-scale egocentric multimodal dataset for embodied AI, robotics, spatial intelligence, and world modeling.</p></div><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m">official HF dataset</a></article>
|
| 6040 |
-
<article class="artifact"><h3>Line 1 public sample</h3><p>The one-episode line builds the inspectable 20-task lab.
|
| 6041 |
<article class="artifact"><h3>Sample streams</h3><p>The raw browser is the canonical place to inspect synchronized video, embedded audio, HDF5 annotation groups, depth, pose/SLAM, mocap, IMU, calibration, and language-derived signals.</p><a href="#raw-sample">open raw browser</a><a href="data/modality_atlas.json">stream metadata</a></article>
|
| 6042 |
<article class="artifact"><h3>Multi-episode pilot</h3><p>The selected 128-episode Qwen3-Omni LoRA v6 diagnostic run is verified with 4,032 held-out test predictions and 99.90% JSON validity. Action/subtask metrics are still weak, so this remains a baseline for error analysis.</p><a href="https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep">LoRA adapter</a><a href="data/qwen3_v5_v6_comparison.json">v5/v6 comparison</a></article>
|
| 6043 |
<article class="artifact"><h3>Raw sample browser</h3><p>The Data tab now exposes the official public sample files directly, including playable MP4 video streams and the audio track embedded in fisheye_cam0.mp4.</p><a href="#raw-sample">open raw browser</a><a href="data/raw_sample_files.json">raw manifest</a></article>
|
|
@@ -6205,7 +6205,7 @@
|
|
| 6205 |
</article>
|
| 6206 |
<article class="figure-brief-card">
|
| 6207 |
<h3>What the figure represents</h3>
|
| 6208 |
-
<p>It documents the selected 128-episode final diagnostic result and the action/subtask improvement path
|
| 6209 |
</article>
|
| 6210 |
</div>
|
| 6211 |
<img class="pipeline-image lora-pipeline-image" src="assets/qwen3_omni_lora_pipeline.png?v=qwen3-lora-v1" alt="Detailed Qwen3-Omni LoRA training pipeline from raw Xperience-10M episodes to adapter outputs, predictions, metrics, and reports">
|
|
@@ -6232,7 +6232,7 @@
|
|
| 6232 |
<article class="result-reading-step">
|
| 6233 |
<span>01</span>
|
| 6234 |
<strong>Choose the line</strong>
|
| 6235 |
-
<p>Use 1 episode for task
|
| 6236 |
</article>
|
| 6237 |
<article class="result-reading-step">
|
| 6238 |
<span>02</span>
|
|
@@ -6255,7 +6255,7 @@
|
|
| 6255 |
<small>1 episode results</small>
|
| 6256 |
<h3>Task-lab evidence</h3>
|
| 6257 |
<p>Minimal and Neural MLP heads are both scored on all 20 public-sample task contracts. All 40 scores are direct task-target metrics.</p>
|
| 6258 |
-
<div class="line-
|
| 6259 |
<div><span>best read as</span><p>A reproducible public task suite and baseline behavior check.</p></div>
|
| 6260 |
</div>
|
| 6261 |
<div class="suite-line-facts">
|
|
@@ -6269,7 +6269,7 @@
|
|
| 6269 |
<small>128 episode results</small>
|
| 6270 |
<h3>Scale-up evidence</h3>
|
| 6271 |
<p>Metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super Reasoner, and Cosmos3-Nano Future Window use the aligned 128-episode surface. It has 134 direct scores plus 6 compact-proxy scores.</p>
|
| 6272 |
-
<div class="line-
|
| 6273 |
<div><span>best read as</span><p>A same-split comparison table with explicit source and proxy status.</p></div>
|
| 6274 |
</div>
|
| 6275 |
<div class="suite-line-facts">
|
|
@@ -6400,7 +6400,7 @@
|
|
| 6400 |
<thead>
|
| 6401 |
<tr>
|
| 6402 |
<th><span class="term-with-help"><span>Method</span><span class="term-help" tabindex="0" aria-label="Method row: One named method family in the matrix." title="One named method family in the matrix.">i<span class="term-tooltip" role="tooltip">One named method family in the matrix, such as Minimal, 128ep Raw NN, Qwen3-Omni v6, or Cosmos3-Super.</span></span></span></th>
|
| 6403 |
-
<th><span class="term-with-help"><span>Line</span><span class="term-help" tabindex="0" aria-label="Evidence line: A
|
| 6404 |
<th><span class="term-with-help"><span>Records</span><span class="term-help" tabindex="0" aria-label="Task-method record: One method evaluated on one task." title="One method evaluated on one task.">i<span class="term-tooltip" role="tooltip">One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.</span></span></span></th>
|
| 6405 |
<th><span class="term-with-help"><span>Direct</span><span class="term-help" tabindex="0" aria-label="Direct score: A metric computed against the task target directly." title="A metric computed against the task target directly.">i<span class="term-tooltip" role="tooltip">A metric computed against the task target directly. This is the preferred score type in the 20-task matrix.</span></span></span></th>
|
| 6406 |
<th><span class="term-with-help"><span>Proxy</span><span class="term-help" tabindex="0" aria-label="Compact-proxy score: A bounded proxy metric when a direct raw target is not publicly available." title="A bounded proxy metric when a direct raw target is not publicly available.">i<span class="term-tooltip" role="tooltip">A bounded proxy metric when a direct raw target is not publicly available. It stays explicit so readers do not over-read it.</span></span></span></th>
|
|
@@ -6731,7 +6731,7 @@
|
|
| 6731 |
<div class="glossary-summary" aria-label="Glossary categories">
|
| 6732 |
<article>
|
| 6733 |
<small>scope</small>
|
| 6734 |
-
<strong>Separate data,
|
| 6735 |
<p>Evidence lines, public-safe artifacts, and gated upstream data are different objects. The glossary keeps those boundaries visible.</p>
|
| 6736 |
</article>
|
| 6737 |
<article>
|
|
@@ -6757,8 +6757,8 @@
|
|
| 6757 |
</tr>
|
| 6758 |
</thead>
|
| 6759 |
<tbody>
|
| 6760 |
-
<tr><td>Evidence line</td><td>A
|
| 6761 |
-
<tr><td>Public sample episode</td><td>The one fully inspectable official sample episode.</td><td>Raw-file browsing, task construction, single-episode baselines.</td><td>
|
| 6762 |
<tr><td>Selected 128 episodes</td><td>Public-safe derived features linked to official gated episode paths.</td><td>Same-split Line 2 baseline/model comparisons.</td><td>Redistributed raw MP4/HDF5/RRD files.</td></tr>
|
| 6763 |
<tr><td>20-frame window</td><td>A fixed short clip slice used as a model input unit.</td><td>Feature rows, labels, tasks, and many baseline heads.</td><td>A full episode.</td></tr>
|
| 6764 |
<tr><td>Task-method record</td><td>One method evaluated on one task.</td><td>The 9 x 20 public matrix, now 180 scored records.</td><td>A single prediction row.</td></tr>
|
|
@@ -6802,7 +6802,7 @@
|
|
| 6802 |
</article>
|
| 6803 |
<article class="resource-mode">
|
| 6804 |
<small>verify</small>
|
| 6805 |
-
<strong>Check
|
| 6806 |
<p>Use validators, source alignment, mirror parity, and live URL/hash checks before trusting a number.</p>
|
| 6807 |
<a href="#artifact-panel-checks">Open checks</a>
|
| 6808 |
</article>
|
|
@@ -6863,7 +6863,7 @@
|
|
| 6863 |
<p>Use these files to navigate the whole project, open the published mirrors, or reproduce the public-sample pipeline.</p>
|
| 6864 |
</div>
|
| 6865 |
<div class="artifact-grid">
|
| 6866 |
-
<article class="artifact primary-artifact"><div><h3>Public reader map</h3><p>Single navigation view for GitHub, GitHub Pages, HF Space, artifact dataset, baseline model repo, Qwen3-Omni/Cosmos3 repos, and
|
| 6867 |
<article class="artifact primary-artifact"><div><h3>Glossary</h3><p>Definitions for evidence lines, windows, direct/proxy scores, Qwen v1-v6, Cosmos3 branches, adapters, and public mirror terms.</p></div><a href="data/glossary.json">glossary JSON</a><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/GLOSSARY.md">Markdown</a></article>
|
| 6868 |
<article class="artifact primary-artifact"><div><h3>Artifact guide</h3><p>Human-readable map from project scope to data contract, task evidence, platform mirrors, and scale-up status.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/ARTIFACT_GUIDE.md">artifact guide</a></article>
|
| 6869 |
<article class="artifact"><h3>Reproduction scripts</h3><p>Training, visualization, taxonomy, walkthrough, validator, and omni-readiness scripts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/scripts">scripts/</a></article>
|
|
@@ -6881,7 +6881,7 @@
|
|
| 6881 |
<section class="artifact-group tabbed-panel" id="artifact-panel-scale-up" role="tabpanel" aria-labelledby="artifact-tab-scale-up" hidden>
|
| 6882 |
<div class="artifact-group-head">
|
| 6883 |
<div><span>Scale-up path</span><h3>Verified diagnostic pilot</h3></div>
|
| 6884 |
-
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored
|
| 6885 |
</div>
|
| 6886 |
<div class="artifact-grid">
|
| 6887 |
<article class="artifact primary-artifact"><div><h3>Two-line model comparison</h3><p>Groups Line 1 task-head baselines and Line 2 selected-128 methods: metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Nano Future Window, and Cosmos3-Super Reasoner.</p></div><a href="data/omni_model_comparison.json">result comparison</a></article>
|
|
@@ -6907,7 +6907,7 @@
|
|
| 6907 |
<article class="artifact"><h3>Mirror parity</h3><p>Compares GitHub, HF Space, artifact dataset, baseline model repo, and weights/results mirror snapshots.</p><a href="data/mirror_parity.json">mirror parity</a></article>
|
| 6908 |
<article class="artifact"><h3>Public surface QA</h3><p>Records public-surface readiness, reader-map links, live status pointers, and cross-repo publication checks.</p><a href="data/public_surface_qa.json">surface QA</a></article>
|
| 6909 |
<article class="artifact"><h3>Live publication status</h3><p>Tracks live URLs and hash checks used after publishing to GitHub Pages and Hugging Face surfaces.</p><a href="data/live_publication_status.json">live status</a></article>
|
| 6910 |
-
<article class="artifact"><h3>Source alignment audit</h3><p>Separates official Xperience-10M
|
| 6911 |
<article class="artifact"><h3>Task surface validation</h3><p>Checks task-count, task-contract, and result-matrix consistency across generated public data files.</p><a href="data/task_surface_integrity.json">task surface</a></article>
|
| 6912 |
<article class="artifact"><h3>Quality gates</h3><p>Summarizes build, validation, mirror, and publication gates that should pass before readers rely on the release.</p><a href="data/quality_gates.json">quality gates</a></article>
|
| 6913 |
</div>
|
|
@@ -7753,7 +7753,7 @@ python scripts/validate_publication_package.py</code></pre>
|
|
| 7753 |
"normalized radar value": "A 0-1 plotting value used only to draw comparable radar polygons across metrics with different scales.",
|
| 7754 |
"task-method record": "One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.",
|
| 7755 |
"unified 20-task suite": "The current task surface: all 20 task contracts presented together and scored across methods where real artifacts exist.",
|
| 7756 |
-
"evidence line": "A
|
| 7757 |
"public sample episode": "The fully inspectable Line 1 unit used for raw-file browsing, task construction, and single-episode baselines.",
|
| 7758 |
"selected 128 episodes": "Line 2 uses derived windows/features and keeps links back to official gated episode ids and source paths.",
|
| 7759 |
"minimal baseline": "A simple non-neural task head used as a low-complexity comparison on the public sample episode.",
|
|
|
|
| 1132 |
font-size: 13px;
|
| 1133 |
line-height: 1.52;
|
| 1134 |
}
|
| 1135 |
+
.line-readout {
|
| 1136 |
display: grid;
|
| 1137 |
gap: 8px;
|
| 1138 |
margin: 14px 0 0;
|
|
|
|
| 1141 |
border-radius: var(--radius);
|
| 1142 |
background: rgba(2, 5, 2, 0.38);
|
| 1143 |
}
|
| 1144 |
+
.line-readout span {
|
| 1145 |
display: block;
|
| 1146 |
color: var(--green);
|
| 1147 |
font-family: var(--font-mono);
|
|
|
|
| 1150 |
letter-spacing: 0.08em;
|
| 1151 |
text-transform: uppercase;
|
| 1152 |
}
|
| 1153 |
+
.line-readout p {
|
| 1154 |
margin: 2px 0 0;
|
| 1155 |
color: #d7e2d0;
|
| 1156 |
font-size: 12.5px;
|
|
|
|
| 4960 |
<small>line 1 / public sample</small>
|
| 4961 |
<h3>1 sample episode: task lab</h3>
|
| 4962 |
<p>One public episode becomes aligned windows, task targets, Minimal heads, and Neural MLP heads.</p>
|
| 4963 |
+
<div class="line-readout">
|
| 4964 |
+
<div><span>best use</span><p>Inspect the sample files, task targets, and local baseline runs.</p></div>
|
| 4965 |
+
<div><span>read separately from</span><p>Selected-128 comparison rows and held-out model behavior.</p></div>
|
| 4966 |
</div>
|
| 4967 |
<div class="suite-line-facts">
|
| 4968 |
<span><strong>5,821</strong>frames</span>
|
|
|
|
| 4975 |
<small>line 2 / 128 selected episodes</small>
|
| 4976 |
<h3>128 selected episodes: comparison surface</h3>
|
| 4977 |
<p>Seven methods share the selected-episode surface and the same 20 task axes.</p>
|
| 4978 |
+
<div class="line-readout">
|
| 4979 |
+
<div><span>best use</span><p>Compare same-split baselines, Qwen3-Omni v6, and Cosmos3 rows.</p></div>
|
| 4980 |
+
<div><span>read separately from</span><p>Direct raw-target metrics for the 6 proxy-marked cells.</p></div>
|
| 4981 |
</div>
|
| 4982 |
<div class="suite-line-facts">
|
| 4983 |
<span><strong>128</strong>selected episodes</span>
|
|
|
|
| 5144 |
<th>Line</th>
|
| 5145 |
<th>Data unit</th>
|
| 5146 |
<th>Score statement</th>
|
| 5147 |
+
<th>Best use</th>
|
| 5148 |
+
<th>Read separately from</th>
|
| 5149 |
<th>Start here</th>
|
| 5150 |
</tr>
|
| 5151 |
</thead>
|
|
|
|
| 5154 |
<td>1 sample episode</td>
|
| 5155 |
<td>One public Xperience-10M sample episode; 5,821 frames; 1,161 aligned 20-frame windows; 8,546-dimensional feature contract.</td>
|
| 5156 |
<td>40/40 direct scores from Minimal and Neural MLP heads.</td>
|
| 5157 |
+
<td>Raw sample inspection, file organization, task definitions, local reproduction, and controlled Minimal-vs-Neural baseline behavior.</td>
|
| 5158 |
+
<td>The selected-128 comparison rows and broader held-out model behavior.</td>
|
| 5159 |
<td><a href="#raw-sample">Raw browser</a><br><a href="data/single_episode_task_model_radar.json">1-episode radar JSON</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="data/two_evidence_lines.json">line JSON</a></td>
|
| 5160 |
</tr>
|
| 5161 |
<tr>
|
| 5162 |
<td>128 selected episodes</td>
|
| 5163 |
<td>Selected held-out 96/16/16 split; 34,269 exported windows; public-safe metadata/raw-feature artifacts linked to official gated episode paths.</td>
|
| 5164 |
<td>140/140 selected-128 scores: 134 direct + 6 compact-proxy.</td>
|
| 5165 |
+
<td>Same-split comparison across metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super, Cosmos3-Nano, and scale-up decisions.</td>
|
| 5166 |
+
<td>Direct raw-target interpretation for the proxy-marked cells.</td>
|
| 5167 |
<td><a href="data/episode128_task_model_radar.json">128-episode radar JSON</a><br><a href="data/xperience10m_128_episode_feature_index.json">feature index JSON</a><br><a href="https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/viewer/selected_128_windows/selected_128">HF selected-128 windows</a><br><a href="data/two_evidence_line_result_summary.json">result summary JSON</a><br><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/TWO_EVIDENCE_LINES.md">line doc</a></td>
|
| 5168 |
</tr>
|
| 5169 |
</tbody>
|
|
|
|
| 5270 |
<article class="reader-step">
|
| 5271 |
<small>01 understand</small>
|
| 5272 |
<strong>Start with scope and status</strong>
|
| 5273 |
+
<p>Use this route if you need the project story, what is public, and how to read each result family.</p>
|
| 5274 |
<a href="#overview">Read overview</a>
|
| 5275 |
</article>
|
| 5276 |
<article class="reader-step">
|
|
|
|
| 5423 |
</article>
|
| 5424 |
<article class="brief-card">
|
| 5425 |
<strong>Evaluation discipline</strong>
|
| 5426 |
+
<p>Keeps chronological splits, predictions, confusion matrices, leakage notes, and single-episode limits visible before moving to broader model-quality reads.</p>
|
| 5427 |
</article>
|
| 5428 |
<article class="brief-card">
|
| 5429 |
<strong>Scale-up readiness</strong>
|
|
|
|
| 5613 |
<article class="roadmap-card" data-status="active_next_step">
|
| 5614 |
<span class="roadmap-status">active next step</span>
|
| 5615 |
<h3>Action/Subtask Error-Analysis Pass</h3>
|
| 5616 |
+
<p>Keep the 96/16/16 split, tighten JSON decoding or target formatting, and analyze action/subtask failures before presenting stronger model-quality numbers.</p>
|
| 5617 |
<div class="roadmap-meta">
|
| 5618 |
<strong>Entry</strong><p>The final diagnostic package is verified, meets strict JSON validity, and exposes weak action/subtask quality.</p>
|
| 5619 |
<strong>Evidence</strong><p>Updated quality-target report, error-analysis tables, held-out metrics, and public-safe package.</p>
|
|
|
|
| 5797 |
<article class="artifact"><h3>Leakage controls</h3><p>Scalers fit on train windows only; future labels, target-side signals, caption/object labels, and contact labels stay on the target side unless explicitly queried.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/scripts/build_evaluation_protocol.py">builder script</a></article>
|
| 5798 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across the walkthrough-backed task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 5799 |
<article class="artifact"><h3>Foundation track selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 is the world-model track with a camera-pose proxy forward-dynamics contract ready for trainer work, policy models wait for robot-compatible action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 5800 |
+
<article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. The selected multi-episode Qwen3-Omni final diagnostic result is verified and meets the JSON-validity target; Cosmos3-Nano has a verified future-window compatibility package; and Cosmos3-Super has a verified base-weight JSON-task evaluation plus a fine-tuned forward-dynamics LoRA branch. The next stage is action/subtask error analysis, stronger held-out metrics, and policy-target conversion.</p><a href="data/omni_model_comparison.json">result comparison</a></article>
|
| 5801 |
<article class="artifact"><h3>Selected-128 next stressor</h3><p>Before adding episodes, the suite should try `multiscale_20s10_40s20_80s40`, hierarchical action/subtask targets, label-normalized scoring, and compact raw-feature shards for unsupported tasks.</p><a href="data/task_suite_enhancement_128.json">task_suite_enhancement_128.json</a></article>
|
| 5802 |
<article class="artifact"><h3>Public-safe scale-up gate</h3><p>Future Omni, Cosmos, and policy tracks use the same episode split discipline, training metadata, held-out predictions, metrics, run report, and public-safe package gate.</p><a href="data/foundation_model_plan.json">scale-up status</a></article>
|
| 5803 |
</div>
|
|
|
|
| 6037 |
</div>
|
| 6038 |
<div class="artifact-grid">
|
| 6039 |
<article class="artifact primary-artifact"><div><h3>Official dataset</h3><p>Xperience-10M is a gated large-scale egocentric multimodal dataset for embodied AI, robotics, spatial intelligence, and world modeling.</p></div><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m">official HF dataset</a></article>
|
| 6040 |
+
<article class="artifact"><h3>Line 1 public sample</h3><p>The one-episode line builds the inspectable 20-task lab. Use Line 2 for selected-128 held-out comparison.</p><a href="https://huggingface.co/datasets/ropedia-ai/xperience-10m-sample">sample dataset</a></article>
|
| 6041 |
<article class="artifact"><h3>Sample streams</h3><p>The raw browser is the canonical place to inspect synchronized video, embedded audio, HDF5 annotation groups, depth, pose/SLAM, mocap, IMU, calibration, and language-derived signals.</p><a href="#raw-sample">open raw browser</a><a href="data/modality_atlas.json">stream metadata</a></article>
|
| 6042 |
<article class="artifact"><h3>Multi-episode pilot</h3><p>The selected 128-episode Qwen3-Omni LoRA v6 diagnostic run is verified with 4,032 held-out test predictions and 99.90% JSON validity. Action/subtask metrics are still weak, so this remains a baseline for error analysis.</p><a href="https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep">LoRA adapter</a><a href="data/qwen3_v5_v6_comparison.json">v5/v6 comparison</a></article>
|
| 6043 |
<article class="artifact"><h3>Raw sample browser</h3><p>The Data tab now exposes the official public sample files directly, including playable MP4 video streams and the audio track embedded in fisheye_cam0.mp4.</p><a href="#raw-sample">open raw browser</a><a href="data/raw_sample_files.json">raw manifest</a></article>
|
|
|
|
| 6205 |
</article>
|
| 6206 |
<article class="figure-brief-card">
|
| 6207 |
<h3>What the figure represents</h3>
|
| 6208 |
+
<p>It documents the selected 128-episode final diagnostic result and the action/subtask improvement path for stronger held-out metrics.</p>
|
| 6209 |
</article>
|
| 6210 |
</div>
|
| 6211 |
<img class="pipeline-image lora-pipeline-image" src="assets/qwen3_omni_lora_pipeline.png?v=qwen3-lora-v1" alt="Detailed Qwen3-Omni LoRA training pipeline from raw Xperience-10M episodes to adapter outputs, predictions, metrics, and reports">
|
|
|
|
| 6232 |
<article class="result-reading-step">
|
| 6233 |
<span>01</span>
|
| 6234 |
<strong>Choose the line</strong>
|
| 6235 |
+
<p>Use 1 episode for the task lab. Use 128 episodes for the selected comparison surface.</p>
|
| 6236 |
</article>
|
| 6237 |
<article class="result-reading-step">
|
| 6238 |
<span>02</span>
|
|
|
|
| 6255 |
<small>1 episode results</small>
|
| 6256 |
<h3>Task-lab evidence</h3>
|
| 6257 |
<p>Minimal and Neural MLP heads are both scored on all 20 public-sample task contracts. All 40 scores are direct task-target metrics.</p>
|
| 6258 |
+
<div class="line-readout">
|
| 6259 |
<div><span>best read as</span><p>A reproducible public task suite and baseline behavior check.</p></div>
|
| 6260 |
</div>
|
| 6261 |
<div class="suite-line-facts">
|
|
|
|
| 6269 |
<small>128 episode results</small>
|
| 6270 |
<h3>Scale-up evidence</h3>
|
| 6271 |
<p>Metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Super Reasoner, and Cosmos3-Nano Future Window use the aligned 128-episode surface. It has 134 direct scores plus 6 compact-proxy scores.</p>
|
| 6272 |
+
<div class="line-readout">
|
| 6273 |
<div><span>best read as</span><p>A same-split comparison table with explicit source and proxy status.</p></div>
|
| 6274 |
</div>
|
| 6275 |
<div class="suite-line-facts">
|
|
|
|
| 6400 |
<thead>
|
| 6401 |
<tr>
|
| 6402 |
<th><span class="term-with-help"><span>Method</span><span class="term-help" tabindex="0" aria-label="Method row: One named method family in the matrix." title="One named method family in the matrix.">i<span class="term-tooltip" role="tooltip">One named method family in the matrix, such as Minimal, 128ep Raw NN, Qwen3-Omni v6, or Cosmos3-Super.</span></span></span></th>
|
| 6403 |
+
<th><span class="term-with-help"><span>Line</span><span class="term-help" tabindex="0" aria-label="Evidence line: A reading lane for a group of results." title="A reading lane for a group of results.">i<span class="term-tooltip" role="tooltip">A reading lane for a group of results: Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison.</span></span></span></th>
|
| 6404 |
<th><span class="term-with-help"><span>Records</span><span class="term-help" tabindex="0" aria-label="Task-method record: One method evaluated on one task." title="One method evaluated on one task.">i<span class="term-tooltip" role="tooltip">One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.</span></span></span></th>
|
| 6405 |
<th><span class="term-with-help"><span>Direct</span><span class="term-help" tabindex="0" aria-label="Direct score: A metric computed against the task target directly." title="A metric computed against the task target directly.">i<span class="term-tooltip" role="tooltip">A metric computed against the task target directly. This is the preferred score type in the 20-task matrix.</span></span></span></th>
|
| 6406 |
<th><span class="term-with-help"><span>Proxy</span><span class="term-help" tabindex="0" aria-label="Compact-proxy score: A bounded proxy metric when a direct raw target is not publicly available." title="A bounded proxy metric when a direct raw target is not publicly available.">i<span class="term-tooltip" role="tooltip">A bounded proxy metric when a direct raw target is not publicly available. It stays explicit so readers do not over-read it.</span></span></span></th>
|
|
|
|
| 6731 |
<div class="glossary-summary" aria-label="Glossary categories">
|
| 6732 |
<article>
|
| 6733 |
<small>scope</small>
|
| 6734 |
+
<strong>Separate data, result lanes, and mirrors</strong>
|
| 6735 |
<p>Evidence lines, public-safe artifacts, and gated upstream data are different objects. The glossary keeps those boundaries visible.</p>
|
| 6736 |
</article>
|
| 6737 |
<article>
|
|
|
|
| 6757 |
</tr>
|
| 6758 |
</thead>
|
| 6759 |
<tbody>
|
| 6760 |
+
<tr><td>Evidence line</td><td>A reading lane for a group of results.</td><td>Line 1 is the public sample episode; Line 2 is selected-128 held-out comparison.</td><td>Qwen v1-v6 run versions.</td></tr>
|
| 6761 |
+
<tr><td>Public sample episode</td><td>The one fully inspectable official sample episode.</td><td>Raw-file browsing, task construction, single-episode baselines.</td><td>The selected-128 comparison rows.</td></tr>
|
| 6762 |
<tr><td>Selected 128 episodes</td><td>Public-safe derived features linked to official gated episode paths.</td><td>Same-split Line 2 baseline/model comparisons.</td><td>Redistributed raw MP4/HDF5/RRD files.</td></tr>
|
| 6763 |
<tr><td>20-frame window</td><td>A fixed short clip slice used as a model input unit.</td><td>Feature rows, labels, tasks, and many baseline heads.</td><td>A full episode.</td></tr>
|
| 6764 |
<tr><td>Task-method record</td><td>One method evaluated on one task.</td><td>The 9 x 20 public matrix, now 180 scored records.</td><td>A single prediction row.</td></tr>
|
|
|
|
| 6802 |
</article>
|
| 6803 |
<article class="resource-mode">
|
| 6804 |
<small>verify</small>
|
| 6805 |
+
<strong>Check result parity</strong>
|
| 6806 |
<p>Use validators, source alignment, mirror parity, and live URL/hash checks before trusting a number.</p>
|
| 6807 |
<a href="#artifact-panel-checks">Open checks</a>
|
| 6808 |
</article>
|
|
|
|
| 6863 |
<p>Use these files to navigate the whole project, open the published mirrors, or reproduce the public-sample pipeline.</p>
|
| 6864 |
</div>
|
| 6865 |
<div class="artifact-grid">
|
| 6866 |
+
<article class="artifact primary-artifact"><div><h3>Public reader map</h3><p>Single navigation view for GitHub, GitHub Pages, HF Space, artifact dataset, baseline model repo, Qwen3-Omni/Cosmos3 repos, and result-reading lanes.</p></div><a href="data/public_reader_map.json">reader map</a></article>
|
| 6867 |
<article class="artifact primary-artifact"><div><h3>Glossary</h3><p>Definitions for evidence lines, windows, direct/proxy scores, Qwen v1-v6, Cosmos3 branches, adapters, and public mirror terms.</p></div><a href="data/glossary.json">glossary JSON</a><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/GLOSSARY.md">Markdown</a></article>
|
| 6868 |
<article class="artifact primary-artifact"><div><h3>Artifact guide</h3><p>Human-readable map from project scope to data contract, task evidence, platform mirrors, and scale-up status.</p></div><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/ARTIFACT_GUIDE.md">artifact guide</a></article>
|
| 6869 |
<article class="artifact"><h3>Reproduction scripts</h3><p>Training, visualization, taxonomy, walkthrough, validator, and omni-readiness scripts.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/tree/main/scripts">scripts/</a></article>
|
|
|
|
| 6881 |
<section class="artifact-group tabbed-panel" id="artifact-panel-scale-up" role="tabpanel" aria-labelledby="artifact-tab-scale-up" hidden>
|
| 6882 |
<div class="artifact-group-head">
|
| 6883 |
<div><span>Scale-up path</span><h3>Verified diagnostic pilot</h3></div>
|
| 6884 |
+
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored held-out pilot. The next stronger metrics come from structured-output and error-analysis improvements.</p>
|
| 6885 |
</div>
|
| 6886 |
<div class="artifact-grid">
|
| 6887 |
<article class="artifact primary-artifact"><div><h3>Two-line model comparison</h3><p>Groups Line 1 task-head baselines and Line 2 selected-128 methods: metadata/raw baselines, Qwen3-Omni v6 LoRA, Cosmos3-Nano Future Window, and Cosmos3-Super Reasoner.</p></div><a href="data/omni_model_comparison.json">result comparison</a></article>
|
|
|
|
| 6907 |
<article class="artifact"><h3>Mirror parity</h3><p>Compares GitHub, HF Space, artifact dataset, baseline model repo, and weights/results mirror snapshots.</p><a href="data/mirror_parity.json">mirror parity</a></article>
|
| 6908 |
<article class="artifact"><h3>Public surface QA</h3><p>Records public-surface readiness, reader-map links, live status pointers, and cross-repo publication checks.</p><a href="data/public_surface_qa.json">surface QA</a></article>
|
| 6909 |
<article class="artifact"><h3>Live publication status</h3><p>Tracks live URLs and hash checks used after publishing to GitHub Pages and Hugging Face surfaces.</p><a href="data/live_publication_status.json">live status</a></article>
|
| 6910 |
+
<article class="artifact"><h3>Source alignment audit</h3><p>Separates official Xperience-10M source facts from local/public project inventory and derived artifacts.</p><a href="data/source_alignment_audit.json">source alignment</a></article>
|
| 6911 |
<article class="artifact"><h3>Task surface validation</h3><p>Checks task-count, task-contract, and result-matrix consistency across generated public data files.</p><a href="data/task_surface_integrity.json">task surface</a></article>
|
| 6912 |
<article class="artifact"><h3>Quality gates</h3><p>Summarizes build, validation, mirror, and publication gates that should pass before readers rely on the release.</p><a href="data/quality_gates.json">quality gates</a></article>
|
| 6913 |
</div>
|
|
|
|
| 7753 |
"normalized radar value": "A 0-1 plotting value used only to draw comparable radar polygons across metrics with different scales.",
|
| 7754 |
"task-method record": "One method evaluated on one task. 9 methods x 20 tasks gives 180 public result records.",
|
| 7755 |
"unified 20-task suite": "The current task surface: all 20 task contracts presented together and scored across methods where real artifacts exist.",
|
| 7756 |
+
"evidence line": "A reading lane for a group of results: Line 1 is one public sample episode; Line 2 is selected-128 held-out comparison.",
|
| 7757 |
"public sample episode": "The fully inspectable Line 1 unit used for raw-file browsing, task construction, and single-episode baselines.",
|
| 7758 |
"selected 128 episodes": "Line 2 uses derived windows/features and keeps links back to official gated episode ids and source paths.",
|
| 7759 |
"minimal baseline": "A simple non-neural task head used as a low-complexity comparison on the public sample episode.",
|