Publish Ropedia Xperience-10M derived artifacts
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .nojekyll +1 -0
- 404.html +28 -0
- ADDITIONAL_DEVELOPMENT_DIRECTIONS.md +1 -1
- PROJECT_README.md +138 -22
- README.md +7 -2
- REPRODUCIBILITY.md +3 -4
- apple-touch-icon.png +3 -0
- configs/omni_backbones/cosmos3_super_reasoner.json +94 -0
- configs/omni_backbones/cosmos_world_model.json +10 -10
- data/live_publication_status.json +365 -231
- data/mirror_parity.json +512 -78
- data/omni_model_comparison.json +323 -6
- data/project_status.json +4 -4
- data/publication_audit.json +9 -9
- data/scope_claims_audit.json +4 -4
- data/website_integrity.json +10 -10
- docs/data/live_publication_status.json +4 -4
- docs/data/mirror_parity.json +508 -74
- docs/data/omni_model_comparison.json +432 -13
- docs/data/project_packet.json +1 -1
- docs/data/project_status.json +19 -5
- docs/data/publication_audit.json +9 -9
- docs/data/scope_claims_audit.json +4 -4
- docs/data/website_integrity.json +12 -12
- docs/index.html +8 -8
- episode_task_suite.md +231 -0
- favicon.png +3 -0
- favicon.svg +8 -0
- index.html +8 -8
- research_roadmap.html +1 -1
- results/episode_task_suite/caption_grounding/metrics.json +3 -2
- results/episode_task_suite/contact_prediction/metrics.json +3 -2
- results/episode_task_suite/cross_modal_retrieval/metrics.json +3 -2
- results/episode_task_suite/hand_trajectory_forecast/metrics.json +3 -2
- results/episode_task_suite/misalignment_detection/metrics.json +3 -2
- results/episode_task_suite/modality_reconstruction/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/caption_grounding/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/contact_prediction/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/cross_modal_retrieval/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/hand_trajectory_forecast/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/misalignment_detection/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/modality_reconstruction/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/next_action/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/object_relevance/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/temporal_order/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/timeline_action/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/timeline_subtask/metrics.json +3 -2
- results/episode_task_suite/neural_mlp/transition_detection/metrics.json +3 -2
- results/episode_task_suite/next_action/metrics.json +3 -2
- results/episode_task_suite/object_relevance/metrics.json +3 -2
.nojekyll
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
404.html
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
+
<meta http-equiv="refresh" content="0; url=/ropedia-xperience-10m-task-suite/">
|
| 7 |
+
<title>Redirecting | Ropedia Xperience-10M Task Suite</title>
|
| 8 |
+
<link rel="canonical" href="https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/">
|
| 9 |
+
<style>
|
| 10 |
+
body {
|
| 11 |
+
margin: 0;
|
| 12 |
+
min-height: 100vh;
|
| 13 |
+
display: grid;
|
| 14 |
+
place-items: center;
|
| 15 |
+
background: #020502;
|
| 16 |
+
color: #f4f8ef;
|
| 17 |
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
| 18 |
+
}
|
| 19 |
+
a { color: #ccffa0; }
|
| 20 |
+
</style>
|
| 21 |
+
</head>
|
| 22 |
+
<body>
|
| 23 |
+
<main>
|
| 24 |
+
<h1>Redirecting</h1>
|
| 25 |
+
<p>Go to <a href="/ropedia-xperience-10m-task-suite/">Ropedia Xperience-10M Task Suite</a>.</p>
|
| 26 |
+
</main>
|
| 27 |
+
</body>
|
| 28 |
+
</html>
|
ADDITIONAL_DEVELOPMENT_DIRECTIONS.md
CHANGED
|
@@ -23,7 +23,7 @@ not completed benchmark results.
|
|
| 23 |
3. Add representation-learning and skill-graph objectives once enough episodes
|
| 24 |
are staged.
|
| 25 |
4. Add affordance, 3D/4D memory, and policy-retargeting branches after the
|
| 26 |
-
labels and action targets are
|
| 27 |
|
| 28 |
The current public sample is useful for prototyping the contracts and visual
|
| 29 |
explanations. Strong claims for these directions require multi-episode training,
|
|
|
|
| 23 |
3. Add representation-learning and skill-graph objectives once enough episodes
|
| 24 |
are staged.
|
| 25 |
4. Add affordance, 3D/4D memory, and policy-retargeting branches after the
|
| 26 |
+
labels and action targets are measurable.
|
| 27 |
|
| 28 |
The current public sample is useful for prototyping the contracts and visual
|
| 29 |
explanations. Strong claims for these directions require multi-episode training,
|
PROJECT_README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
[](LICENSE)
|
| 10 |
|
| 11 |
<p align="center">
|
| 12 |
-
<img src="assets/brand/xperience10m-logo-social-card.png" alt="Ropedia Xperience-10M Task Suite logo card" width="760">
|
| 13 |
</p>
|
| 14 |
|
| 15 |
A research-development project built on the public Xperience-10M sample episode
|
|
@@ -74,7 +74,7 @@ before the multi-episode omni-model stage becomes a real held-out evaluation.
|
|
| 74 |
| Task suite | 12 human-readable embodied-AI task contracts with input, process, output, metrics, predictions, and case-study walkthroughs |
|
| 75 |
| Baselines | Minimal linear/ridge/logistic heads plus compact PyTorch MLP task heads over the same chronological split |
|
| 76 |
| Research directions | Task mapping and extension probes for human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling |
|
| 77 |
-
| Scale-up path |
|
| 78 |
| Public surfaces | GitHub repo, GitHub Pages dashboard, GHCR static-site package, HF Space, HF artifact dataset, HF baseline-model repo, and HF collection |
|
| 79 |
|
| 80 |
For the fastest interpretation of the current metrics, start with
|
|
@@ -111,7 +111,7 @@ This project is best read as a staged embodied-AI research study:
|
|
| 111 |
| Task suite | Twelve human-readable tasks cover action, procedure, contact, object, language, retrieval, reconstruction, order, and synchronization questions. | [`RESEARCH_TAKEAWAYS.md`](RESEARCH_TAKEAWAYS.md), [`results/episode_task_suite/summary_report.json`](results/episode_task_suite/summary_report.json) |
|
| 112 |
| Baselines | Minimal heads and compact PyTorch MLP heads provide a first controlled comparison on the same chronological split. | [`results/episode_task_suite/neural_mlp/`](results/episode_task_suite/neural_mlp/) |
|
| 113 |
| Diagnostics | Audio contribution, modality ablations, timeline overlays, object labels, and alignment stress tests show which signals are useful and which tasks remain hard. | [`results/audio_ablation/AUDIO_ABLATION_SUMMARY.md`](results/audio_ablation/AUDIO_ABLATION_SUMMARY.md), [`docs/single_episode_explorer.html`](docs/single_episode_explorer.html) |
|
| 114 |
-
| Scale-up |
|
| 115 |
|
| 116 |
Detailed dataset notes, reproduction checks, and generated JSON reports are
|
| 117 |
included for readers who want to inspect the implementation, but they are
|
|
@@ -133,7 +133,7 @@ They give the current research state in one compact table:
|
|
| 133 |
| Dataset context | Official Xperience-10M links, sample-vs-gated-data boundary, modality coverage, and redistribution policy are documented |
|
| 134 |
| Evaluation protocol | Verified generated protocol for windowing, split policy, leakage controls, and per-task metrics |
|
| 135 |
| Website and Hub pages | Public dashboard, Hugging Face Space, artifact dataset, baseline model repo, and collection use the same project framing and links |
|
| 136 |
-
| Qwen3-Omni multi-episode pilot |
|
| 137 |
| Raw Xperience-10M data / full Qwen weights | Not redistributed |
|
| 138 |
|
| 139 |
## 90-Second Research Project Path
|
|
@@ -152,7 +152,7 @@ If you are reading the project cold, open these in order:
|
|
| 152 |
| 8 | What research directions does this support? | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`docs/data/research_directions.json`](docs/data/research_directions.json), [`docs/data/research_direction_extensions.json`](docs/data/research_direction_extensions.json) | The tasks are mapped to human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling. |
|
| 153 |
| 9 | Which foundation model comes next? | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json), [`XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md`](XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md) | Qwen3-Omni is the first held-out LoRA baseline; Cosmos 3 is the first world-model branch; policy models wait for explicit action targets; Xperience-native pretraining is the full-corpus future goal. |
|
| 154 |
| 10 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands and expected outputs are documented for the sample-episode task suite. |
|
| 155 |
-
| 11 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) |
|
| 156 |
|
| 157 |
A compact reader-path summary is available at
|
| 158 |
[`docs/data/project_packet.json`](docs/data/project_packet.json).
|
|
@@ -208,8 +208,9 @@ The current verified public-sample subset is:
|
|
| 208 |
Detailed dataset notes are available in
|
| 209 |
[`XPERIENCE10M_DATASET_CARD_ALIGNMENT.md`](XPERIENCE10M_DATASET_CARD_ALIGNMENT.md)
|
| 210 |
for readers who need the full upstream-card and access-term context. The
|
| 211 |
-
practical boundary is simple: current results come from the public
|
| 212 |
-
multi-episode
|
|
|
|
| 213 |
|
| 214 |
Start with the visual dashboard:
|
| 215 |
|
|
@@ -479,8 +480,9 @@ python scripts/train_all_modalities_model.py --workspace /path/to/workspace
|
|
| 479 |
## Xperience-10M Fine-Tuning Exploration
|
| 480 |
|
| 481 |
This repo includes a first Qwen3-Omni fine-tuning path over Xperience-10M. The
|
| 482 |
-
|
| 483 |
-
|
|
|
|
| 484 |
The useful distinction is:
|
| 485 |
|
| 486 |
- direct Qwen3-Omni inputs: RGB/fisheye video, embedded MP4 audio, and language
|
|
@@ -497,11 +499,12 @@ adds depth/pose/mocap/IMU features, LoRA adapters are trained on prepared
|
|
| 497 |
train/val episodes, and sealed held-out test evaluation produces predictions,
|
| 498 |
metrics, run reports, and upload-ready adapter artifacts.
|
| 499 |
|
| 500 |
-
The
|
| 501 |
-
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
|
|
|
| 505 |
|
| 506 |
### Sample Count Decision
|
| 507 |
|
|
@@ -539,9 +542,15 @@ Current status in this repo:
|
|
| 539 |
|
| 540 |
- public_sample_valid_episodes: 1 (degraded-valid: annotation + fisheye_cam0.mp4)
|
| 541 |
- gated_metadata_audit: 12,102 complete visible episodes across 802 complete sessions
|
| 542 |
-
- selected_episode_plan: 128
|
| 543 |
- selected_download_size: 277.71 GiB excluding `visualization.rrd`
|
| 544 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
- gated dataset: available for selected multi-episode data preparation
|
| 546 |
- source_discovery: `results/omni_finetune/source_discovery.json`
|
| 547 |
- data_status: `results/omni_finetune/DATA_ACCESS_STATUS.md`
|
|
@@ -590,8 +599,8 @@ Once all selected episodes are complete, use the fixed selected-episode split:
|
|
| 590 |
- 16 held-out test episodes.
|
| 591 |
|
| 592 |
The clean full-run launcher validates the selected split, exports all splits in
|
| 593 |
-
parallel, trains Qwen3-Omni LoRA on train
|
| 594 |
-
out test split:
|
| 595 |
|
| 596 |
```bash
|
| 597 |
RUN_ID=xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu \
|
|
@@ -599,9 +608,17 @@ DATA_ROOT=/path/to/xperience10m_128 \
|
|
| 599 |
SELECTION_JSON=results/omni_finetune/xperience10m_128_episode_selection.json \
|
| 600 |
MODEL_DIR=/path/to/Qwen__Qwen3-Omni-30B-A3B-Instruct \
|
| 601 |
NUM_PROCESSES=8 \
|
|
|
|
|
|
|
| 602 |
scripts/omni/run_128_fullsplit_parallel_export_8gpu.sh
|
| 603 |
```
|
| 604 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 605 |
Monitor the run with:
|
| 606 |
|
| 607 |
```bash
|
|
@@ -609,6 +626,10 @@ python scripts/omni/monitor_omni_progress.py \
|
|
| 609 |
--run-id xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu
|
| 610 |
```
|
| 611 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 612 |
Validate the run artifacts stage by stage:
|
| 613 |
|
| 614 |
```bash
|
|
@@ -622,6 +643,62 @@ python scripts/omni/validate_omni_finetune_run.py \
|
|
| 622 |
--min-json-validity 0.98
|
| 623 |
```
|
| 624 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 625 |
After dataset export, a model-neutral window index can be created for future
|
| 626 |
backbones:
|
| 627 |
|
|
@@ -634,14 +711,18 @@ This produces `window_index.jsonl` and `window_index_manifest.json` so Cosmos-
|
|
| 634 |
style world models and VLA/policy branches can reuse the same split-checked
|
| 635 |
windows without depending on Qwen chat-message records.
|
| 636 |
|
| 637 |
-
### Uploading
|
| 638 |
|
| 639 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 640 |
|
| 641 |
```bash
|
| 642 |
python3 scripts/omni/upload_qwen3_omni_lora_to_hf.py \
|
| 643 |
-
--repo-id cy0307/ropedia-qwen3-omni-lora-
|
| 644 |
-
--source-dir
|
| 645 |
--message "Upload Xperience-10M Qwen3-Omni LoRA pilot"
|
| 646 |
```
|
| 647 |
|
|
@@ -678,6 +759,41 @@ registry can be checked with:
|
|
| 678 |
python scripts/omni/backbone_registry.py --validate --json
|
| 679 |
```
|
| 680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 681 |
## Additional Development Directions
|
| 682 |
|
| 683 |
Beyond backbone selection and fine-tuning, Xperience-10M supports several
|
|
|
|
| 9 |
[](LICENSE)
|
| 10 |
|
| 11 |
<p align="center">
|
| 12 |
+
<img src="docs/assets/brand/xperience10m-logo-social-card.png" alt="Ropedia Xperience-10M Task Suite logo card" width="760">
|
| 13 |
</p>
|
| 14 |
|
| 15 |
A research-development project built on the public Xperience-10M sample episode
|
|
|
|
| 74 |
| Task suite | 12 human-readable embodied-AI task contracts with input, process, output, metrics, predictions, and case-study walkthroughs |
|
| 75 |
| Baselines | Minimal linear/ridge/logistic heads plus compact PyTorch MLP task heads over the same chronological split |
|
| 76 |
| Research directions | Task mapping and extension probes for human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling |
|
| 77 |
+
| Scale-up path | A first selected-episode Qwen3-Omni LoRA diagnostic pilot has completed on the 96/16/16 split; it proves the multi-episode export/train/eval/package loop, but the weak held-out metrics make it a baseline for error analysis rather than a strong model. Cosmos 3/world-model and VLA/policy branches reuse the same split and package contract after their targets are implemented. |
|
| 78 |
| Public surfaces | GitHub repo, GitHub Pages dashboard, GHCR static-site package, HF Space, HF artifact dataset, HF baseline-model repo, and HF collection |
|
| 79 |
|
| 80 |
For the fastest interpretation of the current metrics, start with
|
|
|
|
| 111 |
| Task suite | Twelve human-readable tasks cover action, procedure, contact, object, language, retrieval, reconstruction, order, and synchronization questions. | [`RESEARCH_TAKEAWAYS.md`](RESEARCH_TAKEAWAYS.md), [`results/episode_task_suite/summary_report.json`](results/episode_task_suite/summary_report.json) |
|
| 112 |
| Baselines | Minimal heads and compact PyTorch MLP heads provide a first controlled comparison on the same chronological split. | [`results/episode_task_suite/neural_mlp/`](results/episode_task_suite/neural_mlp/) |
|
| 113 |
| Diagnostics | Audio contribution, modality ablations, timeline overlays, object labels, and alignment stress tests show which signals are useful and which tasks remain hard. | [`results/audio_ablation/AUDIO_ABLATION_SUMMARY.md`](results/audio_ablation/AUDIO_ABLATION_SUMMARY.md), [`docs/single_episode_explorer.html`](docs/single_episode_explorer.html) |
|
| 114 |
+
| Scale-up | The selected 128-episode Qwen3-Omni LoRA diagnostic pilot has a verified validation-aware held-out package: 96/16/16 selected episodes, 3,808 exported windows, 512 validation windows, 448 held-out test windows, and public-safe metrics/predictions. JSON validity is 87.50%, below the 98% target, so the next pass focuses on structured-output reliability and task-quality error analysis. | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/omni_finetune_verified_result.json`](docs/data/omni_finetune_verified_result.json), [`results/omni_finetune/verified_public/`](results/omni_finetune/verified_public/) |
|
| 115 |
|
| 116 |
Detailed dataset notes, reproduction checks, and generated JSON reports are
|
| 117 |
included for readers who want to inspect the implementation, but they are
|
|
|
|
| 133 |
| Dataset context | Official Xperience-10M links, sample-vs-gated-data boundary, modality coverage, and redistribution policy are documented |
|
| 134 |
| Evaluation protocol | Verified generated protocol for windowing, split policy, leakage controls, and per-task metrics |
|
| 135 |
| Website and Hub pages | Public dashboard, Hugging Face Space, artifact dataset, baseline model repo, and collection use the same project framing and links |
|
| 136 |
+
| Qwen3-Omni multi-episode pilot | Verified diagnostic result package exists for the selected 96/16/16 episode split; current held-out metrics are weak and below the JSON-validity quality target |
|
| 137 |
| Raw Xperience-10M data / full Qwen weights | Not redistributed |
|
| 138 |
|
| 139 |
## 90-Second Research Project Path
|
|
|
|
| 152 |
| 8 | What research directions does this support? | [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md), [`docs/data/research_directions.json`](docs/data/research_directions.json), [`docs/data/research_direction_extensions.json`](docs/data/research_direction_extensions.json) | The tasks are mapped to human modeling, 3D/4D reconstruction, egocentric interaction, and world modeling. |
|
| 153 |
| 9 | Which foundation model comes next? | [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md), [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json), [`XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md`](XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md) | Qwen3-Omni is the first held-out LoRA baseline; Cosmos 3 is the first world-model branch; policy models wait for explicit action targets; Xperience-native pretraining is the full-corpus future goal. |
|
| 154 |
| 10 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands and expected outputs are documented for the sample-episode task suite. |
|
| 155 |
+
| 11 | What is still pending? | [`docs/data/omni_finetune_verified_result.json`](docs/data/omni_finetune_verified_result.json), [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | The first held-out diagnostic pilot is verified; strong model quality remains pending because JSON validity is 87.50% and action/subtask metrics remain weak. |
|
| 156 |
|
| 157 |
A compact reader-path summary is available at
|
| 158 |
[`docs/data/project_packet.json`](docs/data/project_packet.json).
|
|
|
|
| 208 |
Detailed dataset notes are available in
|
| 209 |
[`XPERIENCE10M_DATASET_CARD_ALIGNMENT.md`](XPERIENCE10M_DATASET_CARD_ALIGNMENT.md)
|
| 210 |
for readers who need the full upstream-card and access-term context. The
|
| 211 |
+
practical boundary is simple: current task-suite results come from the public
|
| 212 |
+
sample, and the first multi-episode Qwen3-Omni diagnostic pilot is verified but
|
| 213 |
+
not yet strong model quality.
|
| 214 |
|
| 215 |
Start with the visual dashboard:
|
| 216 |
|
|
|
|
| 480 |
## Xperience-10M Fine-Tuning Exploration
|
| 481 |
|
| 482 |
This repo includes a first Qwen3-Omni fine-tuning path over Xperience-10M. The
|
| 483 |
+
repository separates public-sample evidence from multi-episode fine-tuning
|
| 484 |
+
artifacts. The validation-aware selected-episode held-out package is now verified as a
|
| 485 |
+
diagnostic pilot, not a strong final model.
|
| 486 |
The useful distinction is:
|
| 487 |
|
| 488 |
- direct Qwen3-Omni inputs: RGB/fisheye video, embedded MP4 audio, and language
|
|
|
|
| 499 |
train/val episodes, and sealed held-out test evaluation produces predictions,
|
| 500 |
metrics, run reports, and upload-ready adapter artifacts.
|
| 501 |
|
| 502 |
+
The scale-up path requires valid prepared episodes, held-out episode splits,
|
| 503 |
+
training metadata, predictions, metrics, and a run report. A result is ready
|
| 504 |
+
for public README, website, or Hugging Face updates only after the validator
|
| 505 |
+
passes and `scripts/omni/package_verified_omni_result.py` creates a
|
| 506 |
+
public-safe derived-artifact package. The current verified package is listed in
|
| 507 |
+
[`docs/data/omni_finetune_verified_result.json`](docs/data/omni_finetune_verified_result.json).
|
| 508 |
|
| 509 |
### Sample Count Decision
|
| 510 |
|
|
|
|
| 542 |
|
| 543 |
- public_sample_valid_episodes: 1 (degraded-valid: annotation + fisheye_cam0.mp4)
|
| 544 |
- gated_metadata_audit: 12,102 complete visible episodes across 802 complete sessions
|
| 545 |
+
- selected_episode_plan: 128 source-balanced episodes, 96/16/16 train/val/test
|
| 546 |
- selected_download_size: 277.71 GiB excluding `visualization.rrd`
|
| 547 |
+
- verified_validation_aware_diagnostic_package: true
|
| 548 |
+
- selected_split: 96 train / 16 validation / 16 held-out test episodes
|
| 549 |
+
- exported_windows: 2,848 train / 512 validation / 448 test
|
| 550 |
+
- validation_samples_used: 512
|
| 551 |
+
- held_out_eval: 448 test windows from 14 exported test episodes
|
| 552 |
+
- train_loss / val_loss: 0.4130 / 0.0331
|
| 553 |
+
- current_quality_target: JSON validity 87.50%, below the 98% target
|
| 554 |
- gated dataset: available for selected multi-episode data preparation
|
| 555 |
- source_discovery: `results/omni_finetune/source_discovery.json`
|
| 556 |
- data_status: `results/omni_finetune/DATA_ACCESS_STATUS.md`
|
|
|
|
| 599 |
- 16 held-out test episodes.
|
| 600 |
|
| 601 |
The clean full-run launcher validates the selected split, exports all splits in
|
| 602 |
+
parallel, trains Qwen3-Omni LoRA on train episodes while optionally monitoring
|
| 603 |
+
validation loss, then evaluates on the held-out test split:
|
| 604 |
|
| 605 |
```bash
|
| 606 |
RUN_ID=xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu \
|
|
|
|
| 608 |
SELECTION_JSON=results/omni_finetune/xperience10m_128_episode_selection.json \
|
| 609 |
MODEL_DIR=/path/to/Qwen__Qwen3-Omni-30B-A3B-Instruct \
|
| 610 |
NUM_PROCESSES=8 \
|
| 611 |
+
TRAIN_VAL_SPLIT=val \
|
| 612 |
+
MAX_VAL_SAMPLES=512 \
|
| 613 |
scripts/omni/run_128_fullsplit_parallel_export_8gpu.sh
|
| 614 |
```
|
| 615 |
|
| 616 |
+
The current verified diagnostic package uses the same selected split and 8-GPU
|
| 617 |
+
training path, records validation loss over 512 validation windows, and keeps
|
| 618 |
+
the held-out test split sealed for final evaluation. The next pass should keep
|
| 619 |
+
this package contract while tightening JSON decoding, target formatting, and
|
| 620 |
+
action/subtask error analysis.
|
| 621 |
+
|
| 622 |
Monitor the run with:
|
| 623 |
|
| 624 |
```bash
|
|
|
|
| 626 |
--run-id xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu
|
| 627 |
```
|
| 628 |
|
| 629 |
+
The monitor reads training `progress.jsonl`, new evaluator partial-prediction
|
| 630 |
+
progress, and legacy generation logs, so long held-out evals can still expose
|
| 631 |
+
sample-level progress even before final metrics are written.
|
| 632 |
+
|
| 633 |
Validate the run artifacts stage by stage:
|
| 634 |
|
| 635 |
```bash
|
|
|
|
| 643 |
--min-json-validity 0.98
|
| 644 |
```
|
| 645 |
|
| 646 |
+
After the eval validator passes, create the public-safe result package:
|
| 647 |
+
|
| 648 |
+
```bash
|
| 649 |
+
python scripts/omni/package_verified_omni_result.py \
|
| 650 |
+
--dataset-run-id xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu \
|
| 651 |
+
--train-run-id <train_run_id> \
|
| 652 |
+
--eval-run-id <eval_run_id>
|
| 653 |
+
```
|
| 654 |
+
|
| 655 |
+
For long-running remote jobs, the packaging step can be watched automatically:
|
| 656 |
+
|
| 657 |
+
```bash
|
| 658 |
+
python scripts/omni/watch_verified_omni_package.py \
|
| 659 |
+
--dataset-run-id xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu \
|
| 660 |
+
--train-run-id <train_run_id> \
|
| 661 |
+
--eval-run-id <eval_run_id>
|
| 662 |
+
```
|
| 663 |
+
|
| 664 |
+
While waiting, the watcher can append `eval_progress_observed` events from
|
| 665 |
+
partial prediction files or legacy generation logs. This keeps the package
|
| 666 |
+
status file useful during long held-out evaluations.
|
| 667 |
+
|
| 668 |
+
The package copies only small derived artifacts such as metrics, predictions,
|
| 669 |
+
confusion matrices, run reports, manifests, validation summaries, and training
|
| 670 |
+
metadata. The exact required eval files and primary metrics come from the
|
| 671 |
+
selected backbone contract in `configs/omni_backbones`, so Qwen3-Omni,
|
| 672 |
+
Cosmos-style world models, and VLA/policy branches can share the same verified
|
| 673 |
+
publication gate once their model-specific evaluators exist. The package
|
| 674 |
+
excludes raw Xperience-10M files, base-model weights, adapter or checkpoint
|
| 675 |
+
weights, full checkpoints, and large archives.
|
| 676 |
+
|
| 677 |
+
For hardware setups that can run multiple eval workers, the Qwen evaluator also
|
| 678 |
+
supports deterministic sample shards:
|
| 679 |
+
|
| 680 |
+
```bash
|
| 681 |
+
python scripts/omni/eval_qwen3_omni_lora.py \
|
| 682 |
+
--dataset-jsonl results/omni_finetune/xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_dataset/dataset.jsonl \
|
| 683 |
+
--adapter-dir checkpoints/<train_run_id>/adapter_lora \
|
| 684 |
+
--run-id <eval_shard_0> \
|
| 685 |
+
--eval-split test \
|
| 686 |
+
--sample-offset 0 \
|
| 687 |
+
--sample-stride 4
|
| 688 |
+
|
| 689 |
+
python scripts/omni/merge_qwen3_omni_eval_shards.py \
|
| 690 |
+
--dataset-jsonl results/omni_finetune/xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_dataset/dataset.jsonl \
|
| 691 |
+
--output-dir results/omni_finetune/<merged_eval_run_id> \
|
| 692 |
+
--shard-dir results/omni_finetune/<eval_shard_0> \
|
| 693 |
+
--shard-dir results/omni_finetune/<eval_shard_1> \
|
| 694 |
+
--shard-dir results/omni_finetune/<eval_shard_2> \
|
| 695 |
+
--shard-dir results/omni_finetune/<eval_shard_3>
|
| 696 |
+
```
|
| 697 |
+
|
| 698 |
+
Only the merged eval directory should be validated and reported publicly,
|
| 699 |
+
because the merger checks coverage and recomputes the metrics from all
|
| 700 |
+
held-out predictions.
|
| 701 |
+
|
| 702 |
After dataset export, a model-neutral window index can be created for future
|
| 703 |
backbones:
|
| 704 |
|
|
|
|
| 711 |
style world models and VLA/policy branches can reuse the same split-checked
|
| 712 |
windows without depending on Qwen chat-message records.
|
| 713 |
|
| 714 |
+
### Uploading Qwen3-Omni LoRA artifacts
|
| 715 |
|
| 716 |
+
The public-safe verified package intentionally excludes raw data, base Qwen
|
| 717 |
+
weights, LoRA weights, and full checkpoints. Adapter upload is a separate step:
|
| 718 |
+
use it only when the intended adapter directory is present and the model card
|
| 719 |
+
clearly distinguishes older smoke weights from the selected-episode diagnostic
|
| 720 |
+
or validation-aware run.
|
| 721 |
|
| 722 |
```bash
|
| 723 |
python3 scripts/omni/upload_qwen3_omni_lora_to_hf.py \
|
| 724 |
+
--repo-id cy0307/ropedia-qwen3-omni-lora-smoke \
|
| 725 |
+
--source-dir /path/to/adapter_upload_package \
|
| 726 |
--message "Upload Xperience-10M Qwen3-Omni LoRA pilot"
|
| 727 |
```
|
| 728 |
|
|
|
|
| 759 |
python scripts/omni/backbone_registry.py --validate --json
|
| 760 |
```
|
| 761 |
|
| 762 |
+
Verify that every configured backbone can pass the public-safe packaging
|
| 763 |
+
contract on synthetic derived artifacts:
|
| 764 |
+
|
| 765 |
+
```bash
|
| 766 |
+
python scripts/omni/smoke_test_backbone_packaging.py
|
| 767 |
+
```
|
| 768 |
+
|
| 769 |
+
After a real held-out package is created, audit it before updating README,
|
| 770 |
+
website, or Hugging Face pages:
|
| 771 |
+
|
| 772 |
+
```bash
|
| 773 |
+
python scripts/omni/audit_verified_omni_package.py \
|
| 774 |
+
--package-dir results/omni_finetune/verified_public/<eval_run_id>
|
| 775 |
+
```
|
| 776 |
+
|
| 777 |
+
Create a new planned backbone branch from an existing contract template with:
|
| 778 |
+
|
| 779 |
+
```bash
|
| 780 |
+
python scripts/omni/scaffold_omni_backbone.py \
|
| 781 |
+
--template-backbone policy_vla_branch \
|
| 782 |
+
--id new_policy_branch \
|
| 783 |
+
--display-name "New Policy Branch" \
|
| 784 |
+
--model-family "Model family name" \
|
| 785 |
+
--dataset-contract xperience10m_observation_action_v1 \
|
| 786 |
+
--training-objective observation_to_action_policy \
|
| 787 |
+
--checkpoint-gate policy_checkpoint_action_space_and_normalizer \
|
| 788 |
+
--dry-run
|
| 789 |
+
```
|
| 790 |
+
|
| 791 |
+
Each backbone config declares the checkpoint gate, required train/eval files,
|
| 792 |
+
allowed public artifacts, and forbidden private or heavyweight artifacts. This
|
| 793 |
+
keeps Qwen3-Omni, Cosmos-style world models, and policy/VLA branches on the same
|
| 794 |
+
split, validation, and publication discipline even though their training targets
|
| 795 |
+
are different.
|
| 796 |
+
|
| 797 |
## Additional Development Directions
|
| 798 |
|
| 799 |
Beyond backbone selection and fine-tuning, Xperience-10M supports several
|
README.md
CHANGED
|
@@ -34,7 +34,7 @@ Cosmos3-Nano future-window compatibility package.
|
|
| 34 |
| Inspect single-episode task results | `results/episode_task_suite/summary_report.json` |
|
| 35 |
| Inspect 128-episode same-split baselines | `results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md` |
|
| 36 |
| Inspect final Qwen3-Omni held-out diagnostic result | `docs/data/omni_finetune_verified_result.json` |
|
| 37 |
-
| Compare
|
| 38 |
|
| 39 |
## Dataset Boundary
|
| 40 |
|
|
@@ -48,7 +48,10 @@ The implemented public-sample task suite uses one public Xperience-10M sample
|
|
| 48 |
episode. The selected 128-episode Qwen3-Omni final diagnostic result uses a
|
| 49 |
gated local dataset copy and publishes only public-safe metrics, predictions,
|
| 50 |
manifests, reports, and audits. The public LoRA adapter weights are published
|
| 51 |
-
separately at `cy0307/ropedia-qwen3-omni-lora-128ep`.
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
## Derived Artifacts
|
| 54 |
|
|
@@ -65,6 +68,8 @@ This bundle includes derived artifacts such as:
|
|
| 65 |
selected split family.
|
| 66 |
- 128-episode same-split simple/NN metadata baselines for the same 12 task ids,
|
| 67 |
with unsupported markers where raw 128 sensor feature blocks are still needed.
|
|
|
|
|
|
|
| 68 |
|
| 69 |
## Related Hub Repositories
|
| 70 |
|
|
|
|
| 34 |
| Inspect single-episode task results | `results/episode_task_suite/summary_report.json` |
|
| 35 |
| Inspect 128-episode same-split baselines | `results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md` |
|
| 36 |
| Inspect final Qwen3-Omni held-out diagnostic result | `docs/data/omni_finetune_verified_result.json` |
|
| 37 |
+
| Compare current versions and model groups | `docs/data/omni_model_comparison.json` |
|
| 38 |
|
| 39 |
## Dataset Boundary
|
| 40 |
|
|
|
|
| 48 |
episode. The selected 128-episode Qwen3-Omni final diagnostic result uses a
|
| 49 |
gated local dataset copy and publishes only public-safe metrics, predictions,
|
| 50 |
manifests, reports, and audits. The public LoRA adapter weights are published
|
| 51 |
+
separately at `cy0307/ropedia-qwen3-omni-lora-128ep`. Cosmos3-Nano is currently
|
| 52 |
+
published here as an artifacts-only future-window compatibility result; create a
|
| 53 |
+
separate Cosmos model repository only after real Cosmos adapter or fine-tuned
|
| 54 |
+
weights exist.
|
| 55 |
|
| 56 |
## Derived Artifacts
|
| 57 |
|
|
|
|
| 68 |
selected split family.
|
| 69 |
- 128-episode same-split simple/NN metadata baselines for the same 12 task ids,
|
| 70 |
with unsupported markers where raw 128 sensor feature blocks are still needed.
|
| 71 |
+
- A model-family grouped comparison that pairs 1-episode and 128-episode entries
|
| 72 |
+
for task heads, Qwen3-Omni LoRA, and Cosmos3-Nano without mixing target types.
|
| 73 |
|
| 74 |
## Related Hub Repositories
|
| 75 |
|
REPRODUCIBILITY.md
CHANGED
|
@@ -14,7 +14,7 @@ outside the current public data scope.
|
|
| 14 |
| Neural MLP heads | Yes, when `torch` is installed | Compact task heads only, not a foundation model. |
|
| 15 |
| Website figures and charts | Yes | Generated from committed metrics and sample thumbnails. |
|
| 16 |
| Public bundle contents | Yes | Covers public repo and prepared HF bundles. |
|
| 17 |
-
| Multi-episode Qwen3-Omni LoRA pilot |
|
| 18 |
|
| 19 |
## Environment
|
| 20 |
|
|
@@ -127,10 +127,9 @@ Evidence:
|
|
| 127 |
## Non-Reproducible From This Public Repo Alone
|
| 128 |
|
| 129 |
The following require gated data, large model weights, or private compute
|
| 130 |
-
state, so this repo does not
|
| 131 |
|
| 132 |
-
-
|
| 133 |
-
- held-out episode metrics for Qwen3-Omni,
|
| 134 |
- full Xperience-10M-scale pretraining,
|
| 135 |
- raw Xperience-10M video or annotation redistribution,
|
| 136 |
- full Qwen weights or large full checkpoints.
|
|
|
|
| 14 |
| Neural MLP heads | Yes, when `torch` is installed | Compact task heads only, not a foundation model. |
|
| 15 |
| Website figures and charts | Yes | Generated from committed metrics and sample thumbnails. |
|
| 16 |
| Public bundle contents | Yes | Covers public repo and prepared HF bundles. |
|
| 17 |
+
| Multi-episode Qwen3-Omni LoRA pilot | Yes, as a public-safe verified result package | The selected 96/16/16 episode split produced a validation-monitored diagnostic held-out result package with 3,808 exported windows, 512 validation windows, 448 test predictions, and weak model-quality metrics that motivate the next structured-output improvement pass. |
|
| 18 |
|
| 19 |
## Environment
|
| 20 |
|
|
|
|
| 127 |
## Non-Reproducible From This Public Repo Alone
|
| 128 |
|
| 129 |
The following require gated data, large model weights, or private compute
|
| 130 |
+
state, so this repo does not provide public reproduction for:
|
| 131 |
|
| 132 |
+
- rerunning the multi-episode Qwen3-Omni LoRA pilot from raw gated data,
|
|
|
|
| 133 |
- full Xperience-10M-scale pretraining,
|
| 134 |
- raw Xperience-10M video or annotation redistribution,
|
| 135 |
- full Qwen weights or large full checkpoints.
|
apple-touch-icon.png
ADDED
|
|
Git LFS Details
|
configs/omni_backbones/cosmos3_super_reasoner.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "cosmos3_super_reasoner",
|
| 3 |
+
"display_name": "Cosmos3-Super Reasoner",
|
| 4 |
+
"status": "implemented",
|
| 5 |
+
"model_family": "Cosmos3 / physical-world foundation models",
|
| 6 |
+
"default_model_id": "nv-community/Cosmos3-Super",
|
| 7 |
+
"local_model_env": "COSMOS3_SUPER_MODEL_DIR",
|
| 8 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 9 |
+
"training_objective": "zero_shot_structured_episode_understanding_json_qa_via_vllm_reasoner",
|
| 10 |
+
"split_policy": {
|
| 11 |
+
"unit": "episode",
|
| 12 |
+
"default_counts": {
|
| 13 |
+
"train": 96,
|
| 14 |
+
"val": 16,
|
| 15 |
+
"test": 16
|
| 16 |
+
},
|
| 17 |
+
"leakage_guard": "uses the same 96/16/16 selected episode split as the Qwen3-Omni LoRA branch; no Super weights are updated"
|
| 18 |
+
},
|
| 19 |
+
"modalities": {
|
| 20 |
+
"direct_inputs": [
|
| 21 |
+
"multi-camera rendered mosaic video",
|
| 22 |
+
"language prompt and label options"
|
| 23 |
+
],
|
| 24 |
+
"conditioning_inputs": [
|
| 25 |
+
"prompt-side task schema and episode/window metadata"
|
| 26 |
+
],
|
| 27 |
+
"targets": [
|
| 28 |
+
"structured action/subtask/contact/transition/object JSON"
|
| 29 |
+
],
|
| 30 |
+
"excluded_inputs": [
|
| 31 |
+
"visualization.rrd",
|
| 32 |
+
"raw annotation HDF5",
|
| 33 |
+
"audio in the current vLLM Reasoner path"
|
| 34 |
+
]
|
| 35 |
+
},
|
| 36 |
+
"entrypoints": {
|
| 37 |
+
"selection_manifest": "scripts/omni/build_selection_episode_manifest.py",
|
| 38 |
+
"export": "scripts/omni/parallel_export_qwen3_omni_action_dataset.py",
|
| 39 |
+
"neutral_index": "scripts/omni/export_model_neutral_window_index.py",
|
| 40 |
+
"train": "",
|
| 41 |
+
"eval": "scripts/omni/eval_cosmos3_super_reasoner.py",
|
| 42 |
+
"launcher": "scripts/omni/run_cosmos3_super_reasoner_eval.sh",
|
| 43 |
+
"validate": "scripts/omni/validate_omni_finetune_run.py"
|
| 44 |
+
},
|
| 45 |
+
"primary_metrics": [
|
| 46 |
+
"json_validity_rate",
|
| 47 |
+
"action_macro_f1",
|
| 48 |
+
"subtask_accuracy",
|
| 49 |
+
"transition_accuracy",
|
| 50 |
+
"next_action_accuracy",
|
| 51 |
+
"contact_accuracy",
|
| 52 |
+
"object_micro_f1",
|
| 53 |
+
"held_out_episode_count"
|
| 54 |
+
],
|
| 55 |
+
"artifact_contract": {
|
| 56 |
+
"checkpoint_gate": "base_weight_vllm_reasoner_setup_metadata",
|
| 57 |
+
"required_eval_files": [
|
| 58 |
+
"metrics.json",
|
| 59 |
+
"predictions.jsonl",
|
| 60 |
+
"predictions.csv",
|
| 61 |
+
"per_class_metrics.csv",
|
| 62 |
+
"confusion_matrix.csv",
|
| 63 |
+
"server_info.json",
|
| 64 |
+
"RUN_REPORT.md"
|
| 65 |
+
],
|
| 66 |
+
"required_training_files": [
|
| 67 |
+
"training_metadata.json",
|
| 68 |
+
"progress.jsonl"
|
| 69 |
+
],
|
| 70 |
+
"public_package_allowed": [
|
| 71 |
+
"metrics",
|
| 72 |
+
"predictions",
|
| 73 |
+
"confusion matrices",
|
| 74 |
+
"run reports",
|
| 75 |
+
"server/model setup metadata",
|
| 76 |
+
"episode and dataset manifests",
|
| 77 |
+
"validation summaries"
|
| 78 |
+
],
|
| 79 |
+
"public_package_forbidden": [
|
| 80 |
+
"raw MP4",
|
| 81 |
+
"annotation HDF5",
|
| 82 |
+
"Rerun RRD",
|
| 83 |
+
"base-model weights",
|
| 84 |
+
"fine-tuned weights",
|
| 85 |
+
"checkpoints",
|
| 86 |
+
"large archives"
|
| 87 |
+
]
|
| 88 |
+
},
|
| 89 |
+
"extension_requirements": [
|
| 90 |
+
"This branch evaluates staged Cosmos3-Super Reasoner base weights through vLLM on the 128-episode held-out JSON task; it does not fine-tune or release new Cosmos weights.",
|
| 91 |
+
"Create a separate Cosmos3-Super adapter/model repository only after a real fine-tuning run produces new adapter or checkpoint weights.",
|
| 92 |
+
"Keep it separate from the Cosmos3-Nano future-window compatibility branch, which answers a different world-model retrieval target."
|
| 93 |
+
]
|
| 94 |
+
}
|
configs/omni_backbones/cosmos_world_model.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"id": "cosmos_world_model",
|
| 3 |
-
"display_name": "
|
| 4 |
-
"status": "
|
| 5 |
"model_family": "Cosmos / physical-world foundation models",
|
| 6 |
-
"default_model_id":
|
| 7 |
"local_model_env": "COSMOS_MODEL_DIR",
|
| 8 |
"dataset_contract": "xperience10m_future_window_world_model_v0",
|
| 9 |
"training_objective": "future_window_and_action_conditioned_world_modeling",
|
|
@@ -41,10 +41,10 @@
|
|
| 41 |
"entrypoints": {
|
| 42 |
"selection_manifest": "scripts/omni/build_selection_episode_manifest.py",
|
| 43 |
"neutral_index": "scripts/omni/export_model_neutral_window_index.py",
|
| 44 |
-
"export":
|
| 45 |
-
"train":
|
| 46 |
-
"eval":
|
| 47 |
-
"launcher":
|
| 48 |
"validate": "scripts/omni/validate_omni_finetune_run.py"
|
| 49 |
},
|
| 50 |
"primary_metrics": [
|
|
@@ -92,9 +92,9 @@
|
|
| 92 |
]
|
| 93 |
},
|
| 94 |
"extension_requirements": [
|
| 95 |
-
"
|
| 96 |
-
"
|
| 97 |
-
"
|
| 98 |
"Record generated or retrieved qualitative examples separately from task-classification metrics."
|
| 99 |
]
|
| 100 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"id": "cosmos_world_model",
|
| 3 |
+
"display_name": "Cosmos3-Nano Future-Window World Model",
|
| 4 |
+
"status": "implemented",
|
| 5 |
"model_family": "Cosmos / physical-world foundation models",
|
| 6 |
+
"default_model_id": "nvidia/Cosmos3-Nano",
|
| 7 |
"local_model_env": "COSMOS_MODEL_DIR",
|
| 8 |
"dataset_contract": "xperience10m_future_window_world_model_v0",
|
| 9 |
"training_objective": "future_window_and_action_conditioned_world_modeling",
|
|
|
|
| 41 |
"entrypoints": {
|
| 42 |
"selection_manifest": "scripts/omni/build_selection_episode_manifest.py",
|
| 43 |
"neutral_index": "scripts/omni/export_model_neutral_window_index.py",
|
| 44 |
+
"export": "scripts/omni/export_cosmos3_future_window_dataset.py",
|
| 45 |
+
"train": "scripts/omni/eval_cosmos3_future_window_retrieval.py",
|
| 46 |
+
"eval": "scripts/omni/eval_cosmos3_future_window_retrieval.py",
|
| 47 |
+
"launcher": "scripts/omni/run_cosmos3_nano_future_window_compat.sh",
|
| 48 |
"validate": "scripts/omni/validate_omni_finetune_run.py"
|
| 49 |
},
|
| 50 |
"primary_metrics": [
|
|
|
|
| 92 |
]
|
| 93 |
},
|
| 94 |
"extension_requirements": [
|
| 95 |
+
"Current implementation starts with Cosmos3-Nano compatibility over same-split future sensor-feature retrieval; it does not fine-tune Cosmos diffusion weights yet.",
|
| 96 |
+
"Install a Cosmos3 Diffusers training stack before replacing the compatibility adapter with LoRA or diffusion post-training.",
|
| 97 |
+
"Keep target windows inside the same episode and never train on held-out test episodes.",
|
| 98 |
"Record generated or retrieved qualitative examples separately from task-classification metrics."
|
| 99 |
]
|
| 100 |
}
|
data/live_publication_status.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Live Publication Status",
|
| 3 |
"status": "pass",
|
| 4 |
-
"checked_at_utc": "2026-06-
|
| 5 |
-
"scope": "Live GitHub Pages, GitHub raw, Hugging Face Space, artifact dataset,
|
| 6 |
"hash_groups": [
|
| 7 |
{
|
| 8 |
"id": "task_suite_infographic",
|
|
@@ -11,40 +11,40 @@
|
|
| 11 |
"local": {
|
| 12 |
"path": "docs/assets/task_suite_infographic.png",
|
| 13 |
"exists": true,
|
| 14 |
-
"bytes":
|
| 15 |
-
"sha256": "
|
| 16 |
},
|
| 17 |
"mirrors": {
|
| 18 |
"github_pages": {
|
| 19 |
"ok": true,
|
| 20 |
"status_code": 200,
|
| 21 |
-
"bytes":
|
| 22 |
-
"sha256": "
|
| 23 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/task_suite_infographic.png",
|
| 24 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/task_suite_infographic.png"
|
| 25 |
},
|
| 26 |
"hf_space": {
|
| 27 |
"ok": true,
|
| 28 |
"status_code": 200,
|
| 29 |
-
"bytes":
|
| 30 |
-
"sha256": "
|
| 31 |
-
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a19f5db39fe6ce4ebbae226/
|
| 32 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/resolve/main/assets/task_suite_infographic.png"
|
| 33 |
},
|
| 34 |
"hf_artifacts": {
|
| 35 |
"ok": true,
|
| 36 |
"status_code": 200,
|
| 37 |
-
"bytes":
|
| 38 |
-
"sha256": "
|
| 39 |
-
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a19f5dd0a42a88aea7bd7aa/
|
| 40 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/assets/task_suite_infographic.png"
|
| 41 |
},
|
| 42 |
"hf_model": {
|
| 43 |
"ok": true,
|
| 44 |
"status_code": 200,
|
| 45 |
-
"bytes":
|
| 46 |
-
"sha256": "
|
| 47 |
-
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a19f5dd039cfb1a5d91d8a2/
|
| 48 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/assets/task_suite_infographic.png"
|
| 49 |
}
|
| 50 |
},
|
|
@@ -57,40 +57,40 @@
|
|
| 57 |
"local": {
|
| 58 |
"path": "docs/data/quality_gates.json",
|
| 59 |
"exists": true,
|
| 60 |
-
"bytes":
|
| 61 |
-
"sha256": "
|
| 62 |
},
|
| 63 |
"mirrors": {
|
| 64 |
"github_pages": {
|
| 65 |
"ok": true,
|
| 66 |
"status_code": 200,
|
| 67 |
-
"bytes":
|
| 68 |
-
"sha256": "
|
| 69 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json",
|
| 70 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json"
|
| 71 |
},
|
| 72 |
"hf_space": {
|
| 73 |
"ok": true,
|
| 74 |
"status_code": 200,
|
| 75 |
-
"bytes":
|
| 76 |
-
"sha256": "
|
| 77 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json",
|
| 78 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json"
|
| 79 |
},
|
| 80 |
"hf_artifacts": {
|
| 81 |
"ok": true,
|
| 82 |
"status_code": 200,
|
| 83 |
-
"bytes":
|
| 84 |
-
"sha256": "
|
| 85 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 86 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/quality_gates.json"
|
| 87 |
},
|
| 88 |
"hf_model": {
|
| 89 |
"ok": true,
|
| 90 |
"status_code": 200,
|
| 91 |
-
"bytes":
|
| 92 |
-
"sha256": "
|
| 93 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 94 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/quality_gates.json"
|
| 95 |
}
|
| 96 |
},
|
|
@@ -103,40 +103,40 @@
|
|
| 103 |
"local": {
|
| 104 |
"path": "docs/data/single_episode_explorer.json",
|
| 105 |
"exists": true,
|
| 106 |
-
"bytes":
|
| 107 |
-
"sha256": "
|
| 108 |
},
|
| 109 |
"mirrors": {
|
| 110 |
"github_pages": {
|
| 111 |
"ok": true,
|
| 112 |
"status_code": 200,
|
| 113 |
-
"bytes":
|
| 114 |
-
"sha256": "
|
| 115 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/single_episode_explorer.json",
|
| 116 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/single_episode_explorer.json"
|
| 117 |
},
|
| 118 |
"hf_space": {
|
| 119 |
"ok": true,
|
| 120 |
"status_code": 200,
|
| 121 |
-
"bytes":
|
| 122 |
-
"sha256": "
|
| 123 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/single_episode_explorer.json",
|
| 124 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/single_episode_explorer.json"
|
| 125 |
},
|
| 126 |
"hf_artifacts": {
|
| 127 |
"ok": true,
|
| 128 |
"status_code": 200,
|
| 129 |
-
"bytes":
|
| 130 |
-
"sha256": "
|
| 131 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 132 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/single_episode_explorer.json"
|
| 133 |
},
|
| 134 |
"hf_model": {
|
| 135 |
"ok": true,
|
| 136 |
"status_code": 200,
|
| 137 |
-
"bytes":
|
| 138 |
-
"sha256": "
|
| 139 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 140 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/single_episode_explorer.json"
|
| 141 |
}
|
| 142 |
},
|
|
@@ -149,40 +149,40 @@
|
|
| 149 |
"local": {
|
| 150 |
"path": "docs/single_episode_explorer.html",
|
| 151 |
"exists": true,
|
| 152 |
-
"bytes":
|
| 153 |
-
"sha256": "
|
| 154 |
},
|
| 155 |
"mirrors": {
|
| 156 |
"github_pages": {
|
| 157 |
"ok": true,
|
| 158 |
"status_code": 200,
|
| 159 |
-
"bytes":
|
| 160 |
-
"sha256": "
|
| 161 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/single_episode_explorer.html",
|
| 162 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/single_episode_explorer.html"
|
| 163 |
},
|
| 164 |
"hf_space": {
|
| 165 |
"ok": true,
|
| 166 |
"status_code": 200,
|
| 167 |
-
"bytes":
|
| 168 |
-
"sha256": "
|
| 169 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/single_episode_explorer.html",
|
| 170 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/single_episode_explorer.html"
|
| 171 |
},
|
| 172 |
"hf_artifacts": {
|
| 173 |
"ok": true,
|
| 174 |
"status_code": 200,
|
| 175 |
-
"bytes":
|
| 176 |
-
"sha256": "
|
| 177 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 178 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/single_episode_explorer.html"
|
| 179 |
},
|
| 180 |
"hf_model": {
|
| 181 |
"ok": true,
|
| 182 |
"status_code": 200,
|
| 183 |
-
"bytes":
|
| 184 |
-
"sha256": "
|
| 185 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 186 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/single_episode_explorer.html"
|
| 187 |
}
|
| 188 |
},
|
|
@@ -195,40 +195,40 @@
|
|
| 195 |
"local": {
|
| 196 |
"path": "docs/research_roadmap.html",
|
| 197 |
"exists": true,
|
| 198 |
-
"bytes":
|
| 199 |
-
"sha256": "
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"github_pages": {
|
| 203 |
"ok": true,
|
| 204 |
"status_code": 200,
|
| 205 |
-
"bytes":
|
| 206 |
-
"sha256": "
|
| 207 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html",
|
| 208 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html"
|
| 209 |
},
|
| 210 |
"hf_space": {
|
| 211 |
"ok": true,
|
| 212 |
"status_code": 200,
|
| 213 |
-
"bytes":
|
| 214 |
-
"sha256": "
|
| 215 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html",
|
| 216 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html"
|
| 217 |
},
|
| 218 |
"hf_artifacts": {
|
| 219 |
"ok": true,
|
| 220 |
"status_code": 200,
|
| 221 |
-
"bytes":
|
| 222 |
-
"sha256": "
|
| 223 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 224 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/research_roadmap.html"
|
| 225 |
},
|
| 226 |
"hf_model": {
|
| 227 |
"ok": true,
|
| 228 |
"status_code": 200,
|
| 229 |
-
"bytes":
|
| 230 |
-
"sha256": "
|
| 231 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 232 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/research_roadmap.html"
|
| 233 |
}
|
| 234 |
},
|
|
@@ -266,7 +266,7 @@
|
|
| 266 |
"status_code": 200,
|
| 267 |
"bytes": 4072,
|
| 268 |
"sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
|
| 269 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 270 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/provenance.json"
|
| 271 |
},
|
| 272 |
"hf_model": {
|
|
@@ -274,7 +274,7 @@
|
|
| 274 |
"status_code": 200,
|
| 275 |
"bytes": 4072,
|
| 276 |
"sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
|
| 277 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 278 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/provenance.json"
|
| 279 |
}
|
| 280 |
},
|
|
@@ -312,7 +312,7 @@
|
|
| 312 |
"status_code": 200,
|
| 313 |
"bytes": 995,
|
| 314 |
"sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
|
| 315 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 316 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
|
| 317 |
},
|
| 318 |
"hf_model": {
|
|
@@ -320,7 +320,7 @@
|
|
| 320 |
"status_code": 200,
|
| 321 |
"bytes": 995,
|
| 322 |
"sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
|
| 323 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 324 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
|
| 325 |
}
|
| 326 |
},
|
|
@@ -333,40 +333,40 @@
|
|
| 333 |
"local": {
|
| 334 |
"path": "docs/data/public_surface_qa.json",
|
| 335 |
"exists": true,
|
| 336 |
-
"bytes":
|
| 337 |
-
"sha256": "
|
| 338 |
},
|
| 339 |
"mirrors": {
|
| 340 |
"github_pages": {
|
| 341 |
"ok": true,
|
| 342 |
"status_code": 200,
|
| 343 |
-
"bytes":
|
| 344 |
-
"sha256": "
|
| 345 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json",
|
| 346 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
|
| 347 |
},
|
| 348 |
"hf_space": {
|
| 349 |
"ok": true,
|
| 350 |
"status_code": 200,
|
| 351 |
-
"bytes":
|
| 352 |
-
"sha256": "
|
| 353 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json",
|
| 354 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
|
| 355 |
},
|
| 356 |
"hf_artifacts": {
|
| 357 |
"ok": true,
|
| 358 |
"status_code": 200,
|
| 359 |
-
"bytes":
|
| 360 |
-
"sha256": "
|
| 361 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 362 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/public_surface_qa.json"
|
| 363 |
},
|
| 364 |
"hf_model": {
|
| 365 |
"ok": true,
|
| 366 |
"status_code": 200,
|
| 367 |
-
"bytes":
|
| 368 |
-
"sha256": "
|
| 369 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 370 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/public_surface_qa.json"
|
| 371 |
}
|
| 372 |
},
|
|
@@ -404,7 +404,7 @@
|
|
| 404 |
"status_code": 200,
|
| 405 |
"bytes": 4032,
|
| 406 |
"sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
|
| 407 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 408 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/rendered_site_check.json"
|
| 409 |
},
|
| 410 |
"hf_model": {
|
|
@@ -412,7 +412,7 @@
|
|
| 412 |
"status_code": 200,
|
| 413 |
"bytes": 4032,
|
| 414 |
"sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
|
| 415 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 416 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/rendered_site_check.json"
|
| 417 |
}
|
| 418 |
},
|
|
@@ -450,7 +450,7 @@
|
|
| 450 |
"status_code": 200,
|
| 451 |
"bytes": 7559,
|
| 452 |
"sha256": "417e65746724c87cbf1cd40f6451f1f6fe6098f60ba0b1c24d11e718fc86e257",
|
| 453 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 454 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/xperience10m_dataset_card_alignment.json"
|
| 455 |
},
|
| 456 |
"hf_model": {
|
|
@@ -458,7 +458,7 @@
|
|
| 458 |
"status_code": 200,
|
| 459 |
"bytes": 7559,
|
| 460 |
"sha256": "417e65746724c87cbf1cd40f6451f1f6fe6098f60ba0b1c24d11e718fc86e257",
|
| 461 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 462 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/xperience10m_dataset_card_alignment.json"
|
| 463 |
}
|
| 464 |
},
|
|
@@ -472,14 +472,14 @@
|
|
| 472 |
"path": "docs/data/source_alignment_audit.json",
|
| 473 |
"exists": true,
|
| 474 |
"bytes": 4432,
|
| 475 |
-
"sha256": "
|
| 476 |
},
|
| 477 |
"mirrors": {
|
| 478 |
"github_pages": {
|
| 479 |
"ok": true,
|
| 480 |
"status_code": 200,
|
| 481 |
"bytes": 4432,
|
| 482 |
-
"sha256": "
|
| 483 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json",
|
| 484 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json"
|
| 485 |
},
|
|
@@ -487,7 +487,7 @@
|
|
| 487 |
"ok": true,
|
| 488 |
"status_code": 200,
|
| 489 |
"bytes": 4432,
|
| 490 |
-
"sha256": "
|
| 491 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json",
|
| 492 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json"
|
| 493 |
},
|
|
@@ -495,16 +495,16 @@
|
|
| 495 |
"ok": true,
|
| 496 |
"status_code": 200,
|
| 497 |
"bytes": 4432,
|
| 498 |
-
"sha256": "
|
| 499 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 500 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/source_alignment_audit.json"
|
| 501 |
},
|
| 502 |
"hf_model": {
|
| 503 |
"ok": true,
|
| 504 |
"status_code": 200,
|
| 505 |
"bytes": 4432,
|
| 506 |
-
"sha256": "
|
| 507 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 508 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/source_alignment_audit.json"
|
| 509 |
}
|
| 510 |
},
|
|
@@ -517,45 +517,91 @@
|
|
| 517 |
"local": {
|
| 518 |
"path": "docs/data/project_status.json",
|
| 519 |
"exists": true,
|
| 520 |
-
"bytes":
|
| 521 |
-
"sha256": "
|
| 522 |
},
|
| 523 |
"mirrors": {
|
| 524 |
"github_pages": {
|
| 525 |
"ok": true,
|
| 526 |
"status_code": 200,
|
| 527 |
-
"bytes":
|
| 528 |
-
"sha256": "
|
| 529 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json",
|
| 530 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json"
|
| 531 |
},
|
| 532 |
"hf_space": {
|
| 533 |
"ok": true,
|
| 534 |
"status_code": 200,
|
| 535 |
-
"bytes":
|
| 536 |
-
"sha256": "
|
| 537 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json",
|
| 538 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json"
|
| 539 |
},
|
| 540 |
"hf_artifacts": {
|
| 541 |
"ok": true,
|
| 542 |
"status_code": 200,
|
| 543 |
-
"bytes":
|
| 544 |
-
"sha256": "
|
| 545 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 546 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/project_status.json"
|
| 547 |
},
|
| 548 |
"hf_model": {
|
| 549 |
"ok": true,
|
| 550 |
"status_code": 200,
|
| 551 |
-
"bytes":
|
| 552 |
-
"sha256": "
|
| 553 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 554 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/project_status.json"
|
| 555 |
}
|
| 556 |
},
|
| 557 |
"failures": []
|
| 558 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
{
|
| 560 |
"id": "evaluation_protocol_json",
|
| 561 |
"title": "Evaluation protocol JSON",
|
|
@@ -563,40 +609,40 @@
|
|
| 563 |
"local": {
|
| 564 |
"path": "docs/data/evaluation_protocol.json",
|
| 565 |
"exists": true,
|
| 566 |
-
"bytes":
|
| 567 |
-
"sha256": "
|
| 568 |
},
|
| 569 |
"mirrors": {
|
| 570 |
"github_pages": {
|
| 571 |
"ok": true,
|
| 572 |
"status_code": 200,
|
| 573 |
-
"bytes":
|
| 574 |
-
"sha256": "
|
| 575 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/evaluation_protocol.json",
|
| 576 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/evaluation_protocol.json"
|
| 577 |
},
|
| 578 |
"hf_space": {
|
| 579 |
"ok": true,
|
| 580 |
"status_code": 200,
|
| 581 |
-
"bytes":
|
| 582 |
-
"sha256": "
|
| 583 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/evaluation_protocol.json",
|
| 584 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/evaluation_protocol.json"
|
| 585 |
},
|
| 586 |
"hf_artifacts": {
|
| 587 |
"ok": true,
|
| 588 |
"status_code": 200,
|
| 589 |
-
"bytes":
|
| 590 |
-
"sha256": "
|
| 591 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 592 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/evaluation_protocol.json"
|
| 593 |
},
|
| 594 |
"hf_model": {
|
| 595 |
"ok": true,
|
| 596 |
"status_code": 200,
|
| 597 |
-
"bytes":
|
| 598 |
-
"sha256": "
|
| 599 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 600 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/evaluation_protocol.json"
|
| 601 |
}
|
| 602 |
},
|
|
@@ -609,40 +655,40 @@
|
|
| 609 |
"local": {
|
| 610 |
"path": "docs/data/research_takeaways.json",
|
| 611 |
"exists": true,
|
| 612 |
-
"bytes":
|
| 613 |
-
"sha256": "
|
| 614 |
},
|
| 615 |
"mirrors": {
|
| 616 |
"github_pages": {
|
| 617 |
"ok": true,
|
| 618 |
"status_code": 200,
|
| 619 |
-
"bytes":
|
| 620 |
-
"sha256": "
|
| 621 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json",
|
| 622 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json"
|
| 623 |
},
|
| 624 |
"hf_space": {
|
| 625 |
"ok": true,
|
| 626 |
"status_code": 200,
|
| 627 |
-
"bytes":
|
| 628 |
-
"sha256": "
|
| 629 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json",
|
| 630 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json"
|
| 631 |
},
|
| 632 |
"hf_artifacts": {
|
| 633 |
"ok": true,
|
| 634 |
"status_code": 200,
|
| 635 |
-
"bytes":
|
| 636 |
-
"sha256": "
|
| 637 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 638 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_takeaways.json"
|
| 639 |
},
|
| 640 |
"hf_model": {
|
| 641 |
"ok": true,
|
| 642 |
"status_code": 200,
|
| 643 |
-
"bytes":
|
| 644 |
-
"sha256": "
|
| 645 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 646 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_takeaways.json"
|
| 647 |
}
|
| 648 |
},
|
|
@@ -655,40 +701,40 @@
|
|
| 655 |
"local": {
|
| 656 |
"path": "docs/data/research_roadmap.json",
|
| 657 |
"exists": true,
|
| 658 |
-
"bytes":
|
| 659 |
-
"sha256": "
|
| 660 |
},
|
| 661 |
"mirrors": {
|
| 662 |
"github_pages": {
|
| 663 |
"ok": true,
|
| 664 |
"status_code": 200,
|
| 665 |
-
"bytes":
|
| 666 |
-
"sha256": "
|
| 667 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json",
|
| 668 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json"
|
| 669 |
},
|
| 670 |
"hf_space": {
|
| 671 |
"ok": true,
|
| 672 |
"status_code": 200,
|
| 673 |
-
"bytes":
|
| 674 |
-
"sha256": "
|
| 675 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json",
|
| 676 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json"
|
| 677 |
},
|
| 678 |
"hf_artifacts": {
|
| 679 |
"ok": true,
|
| 680 |
"status_code": 200,
|
| 681 |
-
"bytes":
|
| 682 |
-
"sha256": "
|
| 683 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 684 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap.json"
|
| 685 |
},
|
| 686 |
"hf_model": {
|
| 687 |
"ok": true,
|
| 688 |
"status_code": 200,
|
| 689 |
-
"bytes":
|
| 690 |
-
"sha256": "
|
| 691 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 692 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap.json"
|
| 693 |
}
|
| 694 |
},
|
|
@@ -701,40 +747,40 @@
|
|
| 701 |
"local": {
|
| 702 |
"path": "docs/data/research_roadmap_interactive.json",
|
| 703 |
"exists": true,
|
| 704 |
-
"bytes":
|
| 705 |
-
"sha256": "
|
| 706 |
},
|
| 707 |
"mirrors": {
|
| 708 |
"github_pages": {
|
| 709 |
"ok": true,
|
| 710 |
"status_code": 200,
|
| 711 |
-
"bytes":
|
| 712 |
-
"sha256": "
|
| 713 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json",
|
| 714 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json"
|
| 715 |
},
|
| 716 |
"hf_space": {
|
| 717 |
"ok": true,
|
| 718 |
"status_code": 200,
|
| 719 |
-
"bytes":
|
| 720 |
-
"sha256": "
|
| 721 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json",
|
| 722 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json"
|
| 723 |
},
|
| 724 |
"hf_artifacts": {
|
| 725 |
"ok": true,
|
| 726 |
"status_code": 200,
|
| 727 |
-
"bytes":
|
| 728 |
-
"sha256": "
|
| 729 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 730 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap_interactive.json"
|
| 731 |
},
|
| 732 |
"hf_model": {
|
| 733 |
"ok": true,
|
| 734 |
"status_code": 200,
|
| 735 |
-
"bytes":
|
| 736 |
-
"sha256": "
|
| 737 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 738 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap_interactive.json"
|
| 739 |
}
|
| 740 |
},
|
|
@@ -747,40 +793,40 @@
|
|
| 747 |
"local": {
|
| 748 |
"path": "docs/data/figure_index.json",
|
| 749 |
"exists": true,
|
| 750 |
-
"bytes":
|
| 751 |
-
"sha256": "
|
| 752 |
},
|
| 753 |
"mirrors": {
|
| 754 |
"github_pages": {
|
| 755 |
"ok": true,
|
| 756 |
"status_code": 200,
|
| 757 |
-
"bytes":
|
| 758 |
-
"sha256": "
|
| 759 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json",
|
| 760 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json"
|
| 761 |
},
|
| 762 |
"hf_space": {
|
| 763 |
"ok": true,
|
| 764 |
"status_code": 200,
|
| 765 |
-
"bytes":
|
| 766 |
-
"sha256": "
|
| 767 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json",
|
| 768 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json"
|
| 769 |
},
|
| 770 |
"hf_artifacts": {
|
| 771 |
"ok": true,
|
| 772 |
"status_code": 200,
|
| 773 |
-
"bytes":
|
| 774 |
-
"sha256": "
|
| 775 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 776 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/figure_index.json"
|
| 777 |
},
|
| 778 |
"hf_model": {
|
| 779 |
"ok": true,
|
| 780 |
"status_code": 200,
|
| 781 |
-
"bytes":
|
| 782 |
-
"sha256": "
|
| 783 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 784 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/figure_index.json"
|
| 785 |
}
|
| 786 |
},
|
|
@@ -818,7 +864,7 @@
|
|
| 818 |
"status_code": 200,
|
| 819 |
"bytes": 26963,
|
| 820 |
"sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a",
|
| 821 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 822 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_walkthroughs.json"
|
| 823 |
},
|
| 824 |
"hf_model": {
|
|
@@ -826,7 +872,7 @@
|
|
| 826 |
"status_code": 200,
|
| 827 |
"bytes": 26963,
|
| 828 |
"sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a",
|
| 829 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 830 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_walkthroughs.json"
|
| 831 |
}
|
| 832 |
},
|
|
@@ -840,14 +886,14 @@
|
|
| 840 |
"path": "docs/data/task_surface_integrity.json",
|
| 841 |
"exists": true,
|
| 842 |
"bytes": 45779,
|
| 843 |
-
"sha256": "
|
| 844 |
},
|
| 845 |
"mirrors": {
|
| 846 |
"github_pages": {
|
| 847 |
"ok": true,
|
| 848 |
"status_code": 200,
|
| 849 |
"bytes": 45779,
|
| 850 |
-
"sha256": "
|
| 851 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json",
|
| 852 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json"
|
| 853 |
},
|
|
@@ -855,7 +901,7 @@
|
|
| 855 |
"ok": true,
|
| 856 |
"status_code": 200,
|
| 857 |
"bytes": 45779,
|
| 858 |
-
"sha256": "
|
| 859 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json",
|
| 860 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json"
|
| 861 |
},
|
|
@@ -863,16 +909,16 @@
|
|
| 863 |
"ok": true,
|
| 864 |
"status_code": 200,
|
| 865 |
"bytes": 45779,
|
| 866 |
-
"sha256": "
|
| 867 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 868 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_surface_integrity.json"
|
| 869 |
},
|
| 870 |
"hf_model": {
|
| 871 |
"ok": true,
|
| 872 |
"status_code": 200,
|
| 873 |
"bytes": 45779,
|
| 874 |
-
"sha256": "
|
| 875 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 876 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_surface_integrity.json"
|
| 877 |
}
|
| 878 |
},
|
|
@@ -910,7 +956,7 @@
|
|
| 910 |
"status_code": 200,
|
| 911 |
"bytes": 3898,
|
| 912 |
"sha256": "883a4a3ec27b72bff0c1d53b72dd4ba872a4d1df0695fba5ebe3b11c036a4224",
|
| 913 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 914 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/brand_assets.json"
|
| 915 |
},
|
| 916 |
"hf_model": {
|
|
@@ -918,7 +964,7 @@
|
|
| 918 |
"status_code": 200,
|
| 919 |
"bytes": 3898,
|
| 920 |
"sha256": "883a4a3ec27b72bff0c1d53b72dd4ba872a4d1df0695fba5ebe3b11c036a4224",
|
| 921 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 922 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/brand_assets.json"
|
| 923 |
}
|
| 924 |
},
|
|
@@ -1015,6 +1061,94 @@
|
|
| 1015 |
}
|
| 1016 |
},
|
| 1017 |
"failures": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1018 |
}
|
| 1019 |
],
|
| 1020 |
"marker_checks": [
|
|
@@ -1026,11 +1160,11 @@
|
|
| 1026 |
"fetch": {
|
| 1027 |
"ok": true,
|
| 1028 |
"status_code": 200,
|
| 1029 |
-
"bytes":
|
| 1030 |
-
"sha256": "
|
| 1031 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/"
|
| 1032 |
},
|
| 1033 |
-
"required_marker_count":
|
| 1034 |
"missing_markers": [],
|
| 1035 |
"forbidden_markers_present": [],
|
| 1036 |
"failures": []
|
|
@@ -1043,28 +1177,28 @@
|
|
| 1043 |
"fetch": {
|
| 1044 |
"ok": true,
|
| 1045 |
"status_code": 200,
|
| 1046 |
-
"bytes":
|
| 1047 |
-
"sha256": "
|
| 1048 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/index.html"
|
| 1049 |
},
|
| 1050 |
-
"required_marker_count":
|
| 1051 |
"missing_markers": [],
|
| 1052 |
"forbidden_markers_present": [],
|
| 1053 |
"failures": []
|
| 1054 |
},
|
| 1055 |
{
|
| 1056 |
"id": "hf_artifacts_card_current",
|
| 1057 |
-
"title": "HF artifact card links
|
| 1058 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/raw/main/README.md",
|
| 1059 |
"status": "pass",
|
| 1060 |
"fetch": {
|
| 1061 |
"ok": true,
|
| 1062 |
"status_code": 200,
|
| 1063 |
-
"bytes":
|
| 1064 |
-
"sha256": "
|
| 1065 |
"final_url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/raw/main/README.md"
|
| 1066 |
},
|
| 1067 |
-
"required_marker_count":
|
| 1068 |
"missing_markers": [],
|
| 1069 |
"forbidden_markers_present": [],
|
| 1070 |
"failures": []
|
|
@@ -1077,8 +1211,8 @@
|
|
| 1077 |
"fetch": {
|
| 1078 |
"ok": true,
|
| 1079 |
"status_code": 200,
|
| 1080 |
-
"bytes":
|
| 1081 |
-
"sha256": "
|
| 1082 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/single_episode_explorer.html"
|
| 1083 |
},
|
| 1084 |
"required_marker_count": 9,
|
|
@@ -1094,8 +1228,8 @@
|
|
| 1094 |
"fetch": {
|
| 1095 |
"ok": true,
|
| 1096 |
"status_code": 200,
|
| 1097 |
-
"bytes":
|
| 1098 |
-
"sha256": "
|
| 1099 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/single_episode_explorer.html"
|
| 1100 |
},
|
| 1101 |
"required_marker_count": 9,
|
|
@@ -1105,17 +1239,17 @@
|
|
| 1105 |
},
|
| 1106 |
{
|
| 1107 |
"id": "hf_model_card_current",
|
| 1108 |
-
"title": "HF model card links
|
| 1109 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/raw/main/README.md",
|
| 1110 |
"status": "pass",
|
| 1111 |
"fetch": {
|
| 1112 |
"ok": true,
|
| 1113 |
"status_code": 200,
|
| 1114 |
-
"bytes":
|
| 1115 |
-
"sha256": "
|
| 1116 |
"final_url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/raw/main/README.md"
|
| 1117 |
},
|
| 1118 |
-
"required_marker_count":
|
| 1119 |
"missing_markers": [],
|
| 1120 |
"forbidden_markers_present": [],
|
| 1121 |
"failures": []
|
|
@@ -1128,8 +1262,8 @@
|
|
| 1128 |
"fetch": {
|
| 1129 |
"ok": true,
|
| 1130 |
"status_code": 200,
|
| 1131 |
-
"bytes":
|
| 1132 |
-
"sha256": "
|
| 1133 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/mirror_parity.json"
|
| 1134 |
},
|
| 1135 |
"required_marker_count": 1,
|
|
@@ -1145,8 +1279,8 @@
|
|
| 1145 |
"fetch": {
|
| 1146 |
"ok": true,
|
| 1147 |
"status_code": 200,
|
| 1148 |
-
"bytes":
|
| 1149 |
-
"sha256": "
|
| 1150 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/mirror_parity.json"
|
| 1151 |
},
|
| 1152 |
"required_marker_count": 1,
|
|
@@ -1162,9 +1296,9 @@
|
|
| 1162 |
"fetch": {
|
| 1163 |
"ok": true,
|
| 1164 |
"status_code": 200,
|
| 1165 |
-
"bytes":
|
| 1166 |
-
"sha256": "
|
| 1167 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 1168 |
},
|
| 1169 |
"required_marker_count": 1,
|
| 1170 |
"missing_markers": [],
|
|
@@ -1179,9 +1313,9 @@
|
|
| 1179 |
"fetch": {
|
| 1180 |
"ok": true,
|
| 1181 |
"status_code": 200,
|
| 1182 |
-
"bytes":
|
| 1183 |
-
"sha256": "
|
| 1184 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 1185 |
},
|
| 1186 |
"required_marker_count": 1,
|
| 1187 |
"missing_markers": [],
|
|
@@ -1196,8 +1330,8 @@
|
|
| 1196 |
"fetch": {
|
| 1197 |
"ok": true,
|
| 1198 |
"status_code": 200,
|
| 1199 |
-
"bytes":
|
| 1200 |
-
"sha256": "
|
| 1201 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/publication_audit.json"
|
| 1202 |
},
|
| 1203 |
"required_marker_count": 1,
|
|
@@ -1213,8 +1347,8 @@
|
|
| 1213 |
"fetch": {
|
| 1214 |
"ok": true,
|
| 1215 |
"status_code": 200,
|
| 1216 |
-
"bytes":
|
| 1217 |
-
"sha256": "
|
| 1218 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/publication_audit.json"
|
| 1219 |
},
|
| 1220 |
"required_marker_count": 1,
|
|
@@ -1230,9 +1364,9 @@
|
|
| 1230 |
"fetch": {
|
| 1231 |
"ok": true,
|
| 1232 |
"status_code": 200,
|
| 1233 |
-
"bytes":
|
| 1234 |
-
"sha256": "
|
| 1235 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 1236 |
},
|
| 1237 |
"required_marker_count": 1,
|
| 1238 |
"missing_markers": [],
|
|
@@ -1247,9 +1381,9 @@
|
|
| 1247 |
"fetch": {
|
| 1248 |
"ok": true,
|
| 1249 |
"status_code": 200,
|
| 1250 |
-
"bytes":
|
| 1251 |
-
"sha256": "
|
| 1252 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 1253 |
},
|
| 1254 |
"required_marker_count": 1,
|
| 1255 |
"missing_markers": [],
|
|
@@ -1264,8 +1398,8 @@
|
|
| 1264 |
"fetch": {
|
| 1265 |
"ok": true,
|
| 1266 |
"status_code": 200,
|
| 1267 |
-
"bytes":
|
| 1268 |
-
"sha256": "
|
| 1269 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/website_integrity.json"
|
| 1270 |
},
|
| 1271 |
"required_marker_count": 1,
|
|
@@ -1281,8 +1415,8 @@
|
|
| 1281 |
"fetch": {
|
| 1282 |
"ok": true,
|
| 1283 |
"status_code": 200,
|
| 1284 |
-
"bytes":
|
| 1285 |
-
"sha256": "
|
| 1286 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/website_integrity.json"
|
| 1287 |
},
|
| 1288 |
"required_marker_count": 1,
|
|
@@ -1298,9 +1432,9 @@
|
|
| 1298 |
"fetch": {
|
| 1299 |
"ok": true,
|
| 1300 |
"status_code": 200,
|
| 1301 |
-
"bytes":
|
| 1302 |
-
"sha256": "
|
| 1303 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 1304 |
},
|
| 1305 |
"required_marker_count": 1,
|
| 1306 |
"missing_markers": [],
|
|
@@ -1315,9 +1449,9 @@
|
|
| 1315 |
"fetch": {
|
| 1316 |
"ok": true,
|
| 1317 |
"status_code": 200,
|
| 1318 |
-
"bytes":
|
| 1319 |
-
"sha256": "
|
| 1320 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 1321 |
},
|
| 1322 |
"required_marker_count": 1,
|
| 1323 |
"missing_markers": [],
|
|
@@ -1332,8 +1466,8 @@
|
|
| 1332 |
"fetch": {
|
| 1333 |
"ok": true,
|
| 1334 |
"status_code": 200,
|
| 1335 |
-
"bytes":
|
| 1336 |
-
"sha256": "
|
| 1337 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
|
| 1338 |
},
|
| 1339 |
"required_marker_count": 1,
|
|
@@ -1349,8 +1483,8 @@
|
|
| 1349 |
"fetch": {
|
| 1350 |
"ok": true,
|
| 1351 |
"status_code": 200,
|
| 1352 |
-
"bytes":
|
| 1353 |
-
"sha256": "
|
| 1354 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
|
| 1355 |
},
|
| 1356 |
"required_marker_count": 1,
|
|
@@ -1366,9 +1500,9 @@
|
|
| 1366 |
"fetch": {
|
| 1367 |
"ok": true,
|
| 1368 |
"status_code": 200,
|
| 1369 |
-
"bytes":
|
| 1370 |
-
"sha256": "
|
| 1371 |
-
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/
|
| 1372 |
},
|
| 1373 |
"required_marker_count": 1,
|
| 1374 |
"missing_markers": [],
|
|
@@ -1383,9 +1517,9 @@
|
|
| 1383 |
"fetch": {
|
| 1384 |
"ok": true,
|
| 1385 |
"status_code": 200,
|
| 1386 |
-
"bytes":
|
| 1387 |
-
"sha256": "
|
| 1388 |
-
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/
|
| 1389 |
},
|
| 1390 |
"required_marker_count": 1,
|
| 1391 |
"missing_markers": [],
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Live Publication Status",
|
| 3 |
"status": "pass",
|
| 4 |
+
"checked_at_utc": "2026-06-07T00:06:36+00:00",
|
| 5 |
+
"scope": "Live GitHub Pages, GitHub raw, Hugging Face Space, artifact dataset, baseline model mirrors, and the Qwen3 LoRA adapter repo when the final upload package exists locally.",
|
| 6 |
"hash_groups": [
|
| 7 |
{
|
| 8 |
"id": "task_suite_infographic",
|
|
|
|
| 11 |
"local": {
|
| 12 |
"path": "docs/assets/task_suite_infographic.png",
|
| 13 |
"exists": true,
|
| 14 |
+
"bytes": 1588641,
|
| 15 |
+
"sha256": "1275e2adaef920ecde7c29dc62c8d79d4f13475a0c09bc3baa693f47cdec2e1f"
|
| 16 |
},
|
| 17 |
"mirrors": {
|
| 18 |
"github_pages": {
|
| 19 |
"ok": true,
|
| 20 |
"status_code": 200,
|
| 21 |
+
"bytes": 1588641,
|
| 22 |
+
"sha256": "1275e2adaef920ecde7c29dc62c8d79d4f13475a0c09bc3baa693f47cdec2e1f",
|
| 23 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/task_suite_infographic.png",
|
| 24 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/task_suite_infographic.png"
|
| 25 |
},
|
| 26 |
"hf_space": {
|
| 27 |
"ok": true,
|
| 28 |
"status_code": 200,
|
| 29 |
+
"bytes": 1588641,
|
| 30 |
+
"sha256": "1275e2adaef920ecde7c29dc62c8d79d4f13475a0c09bc3baa693f47cdec2e1f",
|
| 31 |
+
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a19f5db39fe6ce4ebbae226/ce8d198875c2c2d97c9fe3696daf8e27c72a6ce91b628aa6bc7f9a5ebc46d2c2",
|
| 32 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/resolve/main/assets/task_suite_infographic.png"
|
| 33 |
},
|
| 34 |
"hf_artifacts": {
|
| 35 |
"ok": true,
|
| 36 |
"status_code": 200,
|
| 37 |
+
"bytes": 1588641,
|
| 38 |
+
"sha256": "1275e2adaef920ecde7c29dc62c8d79d4f13475a0c09bc3baa693f47cdec2e1f",
|
| 39 |
+
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a19f5dd0a42a88aea7bd7aa/ce8d198875c2c2d97c9fe3696daf8e27c72a6ce91b628aa6bc7f9a5ebc46d2c2",
|
| 40 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/assets/task_suite_infographic.png"
|
| 41 |
},
|
| 42 |
"hf_model": {
|
| 43 |
"ok": true,
|
| 44 |
"status_code": 200,
|
| 45 |
+
"bytes": 1588641,
|
| 46 |
+
"sha256": "1275e2adaef920ecde7c29dc62c8d79d4f13475a0c09bc3baa693f47cdec2e1f",
|
| 47 |
+
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a19f5dd039cfb1a5d91d8a2/ce8d198875c2c2d97c9fe3696daf8e27c72a6ce91b628aa6bc7f9a5ebc46d2c2",
|
| 48 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/assets/task_suite_infographic.png"
|
| 49 |
}
|
| 50 |
},
|
|
|
|
| 57 |
"local": {
|
| 58 |
"path": "docs/data/quality_gates.json",
|
| 59 |
"exists": true,
|
| 60 |
+
"bytes": 8099,
|
| 61 |
+
"sha256": "c67b1a3cbd1a355ffdecec22d22486c181f081b03286f4180acff7f9659402e0"
|
| 62 |
},
|
| 63 |
"mirrors": {
|
| 64 |
"github_pages": {
|
| 65 |
"ok": true,
|
| 66 |
"status_code": 200,
|
| 67 |
+
"bytes": 8099,
|
| 68 |
+
"sha256": "c67b1a3cbd1a355ffdecec22d22486c181f081b03286f4180acff7f9659402e0",
|
| 69 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json",
|
| 70 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/quality_gates.json"
|
| 71 |
},
|
| 72 |
"hf_space": {
|
| 73 |
"ok": true,
|
| 74 |
"status_code": 200,
|
| 75 |
+
"bytes": 8099,
|
| 76 |
+
"sha256": "c67b1a3cbd1a355ffdecec22d22486c181f081b03286f4180acff7f9659402e0",
|
| 77 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json",
|
| 78 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/quality_gates.json"
|
| 79 |
},
|
| 80 |
"hf_artifacts": {
|
| 81 |
"ok": true,
|
| 82 |
"status_code": 200,
|
| 83 |
+
"bytes": 8099,
|
| 84 |
+
"sha256": "c67b1a3cbd1a355ffdecec22d22486c181f081b03286f4180acff7f9659402e0",
|
| 85 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fquality_gates.json",
|
| 86 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/quality_gates.json"
|
| 87 |
},
|
| 88 |
"hf_model": {
|
| 89 |
"ok": true,
|
| 90 |
"status_code": 200,
|
| 91 |
+
"bytes": 8099,
|
| 92 |
+
"sha256": "c67b1a3cbd1a355ffdecec22d22486c181f081b03286f4180acff7f9659402e0",
|
| 93 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fquality_gates.json",
|
| 94 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/quality_gates.json"
|
| 95 |
}
|
| 96 |
},
|
|
|
|
| 103 |
"local": {
|
| 104 |
"path": "docs/data/single_episode_explorer.json",
|
| 105 |
"exists": true,
|
| 106 |
+
"bytes": 4305527,
|
| 107 |
+
"sha256": "286230d8070150e09595797569a447308a5110241b69edf52e535e3d8a34f827"
|
| 108 |
},
|
| 109 |
"mirrors": {
|
| 110 |
"github_pages": {
|
| 111 |
"ok": true,
|
| 112 |
"status_code": 200,
|
| 113 |
+
"bytes": 4305527,
|
| 114 |
+
"sha256": "286230d8070150e09595797569a447308a5110241b69edf52e535e3d8a34f827",
|
| 115 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/single_episode_explorer.json",
|
| 116 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/single_episode_explorer.json"
|
| 117 |
},
|
| 118 |
"hf_space": {
|
| 119 |
"ok": true,
|
| 120 |
"status_code": 200,
|
| 121 |
+
"bytes": 4305527,
|
| 122 |
+
"sha256": "286230d8070150e09595797569a447308a5110241b69edf52e535e3d8a34f827",
|
| 123 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/single_episode_explorer.json",
|
| 124 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/single_episode_explorer.json"
|
| 125 |
},
|
| 126 |
"hf_artifacts": {
|
| 127 |
"ok": true,
|
| 128 |
"status_code": 200,
|
| 129 |
+
"bytes": 4305527,
|
| 130 |
+
"sha256": "286230d8070150e09595797569a447308a5110241b69edf52e535e3d8a34f827",
|
| 131 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fsingle_episode_explorer.json",
|
| 132 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/single_episode_explorer.json"
|
| 133 |
},
|
| 134 |
"hf_model": {
|
| 135 |
"ok": true,
|
| 136 |
"status_code": 200,
|
| 137 |
+
"bytes": 4305527,
|
| 138 |
+
"sha256": "286230d8070150e09595797569a447308a5110241b69edf52e535e3d8a34f827",
|
| 139 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fsingle_episode_explorer.json",
|
| 140 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/single_episode_explorer.json"
|
| 141 |
}
|
| 142 |
},
|
|
|
|
| 149 |
"local": {
|
| 150 |
"path": "docs/single_episode_explorer.html",
|
| 151 |
"exists": true,
|
| 152 |
+
"bytes": 2770710,
|
| 153 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a"
|
| 154 |
},
|
| 155 |
"mirrors": {
|
| 156 |
"github_pages": {
|
| 157 |
"ok": true,
|
| 158 |
"status_code": 200,
|
| 159 |
+
"bytes": 2770710,
|
| 160 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a",
|
| 161 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/single_episode_explorer.html",
|
| 162 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/single_episode_explorer.html"
|
| 163 |
},
|
| 164 |
"hf_space": {
|
| 165 |
"ok": true,
|
| 166 |
"status_code": 200,
|
| 167 |
+
"bytes": 2770710,
|
| 168 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a",
|
| 169 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/single_episode_explorer.html",
|
| 170 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/single_episode_explorer.html"
|
| 171 |
},
|
| 172 |
"hf_artifacts": {
|
| 173 |
"ok": true,
|
| 174 |
"status_code": 200,
|
| 175 |
+
"bytes": 2770710,
|
| 176 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a",
|
| 177 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fsingle_episode_explorer.html",
|
| 178 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/single_episode_explorer.html"
|
| 179 |
},
|
| 180 |
"hf_model": {
|
| 181 |
"ok": true,
|
| 182 |
"status_code": 200,
|
| 183 |
+
"bytes": 2770710,
|
| 184 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a",
|
| 185 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/single_episode_explorer.html",
|
| 186 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/single_episode_explorer.html"
|
| 187 |
}
|
| 188 |
},
|
|
|
|
| 195 |
"local": {
|
| 196 |
"path": "docs/research_roadmap.html",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 31706,
|
| 199 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"github_pages": {
|
| 203 |
"ok": true,
|
| 204 |
"status_code": 200,
|
| 205 |
+
"bytes": 31706,
|
| 206 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1",
|
| 207 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html",
|
| 208 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/research_roadmap.html"
|
| 209 |
},
|
| 210 |
"hf_space": {
|
| 211 |
"ok": true,
|
| 212 |
"status_code": 200,
|
| 213 |
+
"bytes": 31706,
|
| 214 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1",
|
| 215 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html",
|
| 216 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/research_roadmap.html"
|
| 217 |
},
|
| 218 |
"hf_artifacts": {
|
| 219 |
"ok": true,
|
| 220 |
"status_code": 200,
|
| 221 |
+
"bytes": 31706,
|
| 222 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1",
|
| 223 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fresearch_roadmap.html",
|
| 224 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/research_roadmap.html"
|
| 225 |
},
|
| 226 |
"hf_model": {
|
| 227 |
"ok": true,
|
| 228 |
"status_code": 200,
|
| 229 |
+
"bytes": 31706,
|
| 230 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1",
|
| 231 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/research_roadmap.html",
|
| 232 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/research_roadmap.html"
|
| 233 |
}
|
| 234 |
},
|
|
|
|
| 266 |
"status_code": 200,
|
| 267 |
"bytes": 4072,
|
| 268 |
"sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
|
| 269 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/results%2Fsingle_episode_diagnostics%2Fprovenance.json",
|
| 270 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/provenance.json"
|
| 271 |
},
|
| 272 |
"hf_model": {
|
|
|
|
| 274 |
"status_code": 200,
|
| 275 |
"bytes": 4072,
|
| 276 |
"sha256": "7189be7fc773943859dc75a6119c1fb654d8905ea381e8fc9f782d4b33f5e466",
|
| 277 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/results%2Fsingle_episode_diagnostics%2Fprovenance.json",
|
| 278 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/provenance.json"
|
| 279 |
}
|
| 280 |
},
|
|
|
|
| 312 |
"status_code": 200,
|
| 313 |
"bytes": 995,
|
| 314 |
"sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
|
| 315 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/results%2Fsingle_episode_diagnostics%2Fobject_labels%2Fobject_vocab.json",
|
| 316 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
|
| 317 |
},
|
| 318 |
"hf_model": {
|
|
|
|
| 320 |
"status_code": 200,
|
| 321 |
"bytes": 995,
|
| 322 |
"sha256": "813320bbe5d57c74803f5dfb080d440ef1804af41950e031d82ab80311eb04c7",
|
| 323 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/results%2Fsingle_episode_diagnostics%2Fobject_labels%2Fobject_vocab.json",
|
| 324 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/results/single_episode_diagnostics/object_labels/object_vocab.json"
|
| 325 |
}
|
| 326 |
},
|
|
|
|
| 333 |
"local": {
|
| 334 |
"path": "docs/data/public_surface_qa.json",
|
| 335 |
"exists": true,
|
| 336 |
+
"bytes": 5591,
|
| 337 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1"
|
| 338 |
},
|
| 339 |
"mirrors": {
|
| 340 |
"github_pages": {
|
| 341 |
"ok": true,
|
| 342 |
"status_code": 200,
|
| 343 |
+
"bytes": 5591,
|
| 344 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 345 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json",
|
| 346 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
|
| 347 |
},
|
| 348 |
"hf_space": {
|
| 349 |
"ok": true,
|
| 350 |
"status_code": 200,
|
| 351 |
+
"bytes": 5591,
|
| 352 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 353 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json",
|
| 354 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
|
| 355 |
},
|
| 356 |
"hf_artifacts": {
|
| 357 |
"ok": true,
|
| 358 |
"status_code": 200,
|
| 359 |
+
"bytes": 5591,
|
| 360 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 361 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fpublic_surface_qa.json",
|
| 362 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/public_surface_qa.json"
|
| 363 |
},
|
| 364 |
"hf_model": {
|
| 365 |
"ok": true,
|
| 366 |
"status_code": 200,
|
| 367 |
+
"bytes": 5591,
|
| 368 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 369 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fpublic_surface_qa.json",
|
| 370 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/public_surface_qa.json"
|
| 371 |
}
|
| 372 |
},
|
|
|
|
| 404 |
"status_code": 200,
|
| 405 |
"bytes": 4032,
|
| 406 |
"sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
|
| 407 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Frendered_site_check.json",
|
| 408 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/rendered_site_check.json"
|
| 409 |
},
|
| 410 |
"hf_model": {
|
|
|
|
| 412 |
"status_code": 200,
|
| 413 |
"bytes": 4032,
|
| 414 |
"sha256": "2390c3663e9a110b9ed2f9c581b88a95bbd811a72ffb3e8dc780dae420e0f919",
|
| 415 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Frendered_site_check.json",
|
| 416 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/rendered_site_check.json"
|
| 417 |
}
|
| 418 |
},
|
|
|
|
| 450 |
"status_code": 200,
|
| 451 |
"bytes": 7559,
|
| 452 |
"sha256": "417e65746724c87cbf1cd40f6451f1f6fe6098f60ba0b1c24d11e718fc86e257",
|
| 453 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fxperience10m_dataset_card_alignment.json",
|
| 454 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/xperience10m_dataset_card_alignment.json"
|
| 455 |
},
|
| 456 |
"hf_model": {
|
|
|
|
| 458 |
"status_code": 200,
|
| 459 |
"bytes": 7559,
|
| 460 |
"sha256": "417e65746724c87cbf1cd40f6451f1f6fe6098f60ba0b1c24d11e718fc86e257",
|
| 461 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fxperience10m_dataset_card_alignment.json",
|
| 462 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/xperience10m_dataset_card_alignment.json"
|
| 463 |
}
|
| 464 |
},
|
|
|
|
| 472 |
"path": "docs/data/source_alignment_audit.json",
|
| 473 |
"exists": true,
|
| 474 |
"bytes": 4432,
|
| 475 |
+
"sha256": "06c6e2d111c72df01ed127fd288e6675b63e35a21ae12a2523931a072bd0bc49"
|
| 476 |
},
|
| 477 |
"mirrors": {
|
| 478 |
"github_pages": {
|
| 479 |
"ok": true,
|
| 480 |
"status_code": 200,
|
| 481 |
"bytes": 4432,
|
| 482 |
+
"sha256": "06c6e2d111c72df01ed127fd288e6675b63e35a21ae12a2523931a072bd0bc49",
|
| 483 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json",
|
| 484 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/source_alignment_audit.json"
|
| 485 |
},
|
|
|
|
| 487 |
"ok": true,
|
| 488 |
"status_code": 200,
|
| 489 |
"bytes": 4432,
|
| 490 |
+
"sha256": "06c6e2d111c72df01ed127fd288e6675b63e35a21ae12a2523931a072bd0bc49",
|
| 491 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json",
|
| 492 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/source_alignment_audit.json"
|
| 493 |
},
|
|
|
|
| 495 |
"ok": true,
|
| 496 |
"status_code": 200,
|
| 497 |
"bytes": 4432,
|
| 498 |
+
"sha256": "06c6e2d111c72df01ed127fd288e6675b63e35a21ae12a2523931a072bd0bc49",
|
| 499 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fsource_alignment_audit.json",
|
| 500 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/source_alignment_audit.json"
|
| 501 |
},
|
| 502 |
"hf_model": {
|
| 503 |
"ok": true,
|
| 504 |
"status_code": 200,
|
| 505 |
"bytes": 4432,
|
| 506 |
+
"sha256": "06c6e2d111c72df01ed127fd288e6675b63e35a21ae12a2523931a072bd0bc49",
|
| 507 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fsource_alignment_audit.json",
|
| 508 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/source_alignment_audit.json"
|
| 509 |
}
|
| 510 |
},
|
|
|
|
| 517 |
"local": {
|
| 518 |
"path": "docs/data/project_status.json",
|
| 519 |
"exists": true,
|
| 520 |
+
"bytes": 15049,
|
| 521 |
+
"sha256": "23873ed59f3a38f46e45b15a5965afbb1365d49eb359bd5089a4ba6bda990d3c"
|
| 522 |
},
|
| 523 |
"mirrors": {
|
| 524 |
"github_pages": {
|
| 525 |
"ok": true,
|
| 526 |
"status_code": 200,
|
| 527 |
+
"bytes": 15049,
|
| 528 |
+
"sha256": "23873ed59f3a38f46e45b15a5965afbb1365d49eb359bd5089a4ba6bda990d3c",
|
| 529 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json",
|
| 530 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/project_status.json"
|
| 531 |
},
|
| 532 |
"hf_space": {
|
| 533 |
"ok": true,
|
| 534 |
"status_code": 200,
|
| 535 |
+
"bytes": 15049,
|
| 536 |
+
"sha256": "23873ed59f3a38f46e45b15a5965afbb1365d49eb359bd5089a4ba6bda990d3c",
|
| 537 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json",
|
| 538 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/project_status.json"
|
| 539 |
},
|
| 540 |
"hf_artifacts": {
|
| 541 |
"ok": true,
|
| 542 |
"status_code": 200,
|
| 543 |
+
"bytes": 15049,
|
| 544 |
+
"sha256": "23873ed59f3a38f46e45b15a5965afbb1365d49eb359bd5089a4ba6bda990d3c",
|
| 545 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fproject_status.json",
|
| 546 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/project_status.json"
|
| 547 |
},
|
| 548 |
"hf_model": {
|
| 549 |
"ok": true,
|
| 550 |
"status_code": 200,
|
| 551 |
+
"bytes": 15049,
|
| 552 |
+
"sha256": "23873ed59f3a38f46e45b15a5965afbb1365d49eb359bd5089a4ba6bda990d3c",
|
| 553 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fproject_status.json",
|
| 554 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/project_status.json"
|
| 555 |
}
|
| 556 |
},
|
| 557 |
"failures": []
|
| 558 |
},
|
| 559 |
+
{
|
| 560 |
+
"id": "omni_model_comparison_json",
|
| 561 |
+
"title": "Omni model comparison JSON",
|
| 562 |
+
"status": "pass",
|
| 563 |
+
"local": {
|
| 564 |
+
"path": "docs/data/omni_model_comparison.json",
|
| 565 |
+
"exists": true,
|
| 566 |
+
"bytes": 21433,
|
| 567 |
+
"sha256": "b539a489a8974ecec90dda312471be54f466b81bef9d1ebc99d08155f8c21c94"
|
| 568 |
+
},
|
| 569 |
+
"mirrors": {
|
| 570 |
+
"github_pages": {
|
| 571 |
+
"ok": true,
|
| 572 |
+
"status_code": 200,
|
| 573 |
+
"bytes": 21433,
|
| 574 |
+
"sha256": "b539a489a8974ecec90dda312471be54f466b81bef9d1ebc99d08155f8c21c94",
|
| 575 |
+
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/omni_model_comparison.json",
|
| 576 |
+
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/omni_model_comparison.json"
|
| 577 |
+
},
|
| 578 |
+
"hf_space": {
|
| 579 |
+
"ok": true,
|
| 580 |
+
"status_code": 200,
|
| 581 |
+
"bytes": 21433,
|
| 582 |
+
"sha256": "b539a489a8974ecec90dda312471be54f466b81bef9d1ebc99d08155f8c21c94",
|
| 583 |
+
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/omni_model_comparison.json",
|
| 584 |
+
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/omni_model_comparison.json"
|
| 585 |
+
},
|
| 586 |
+
"hf_artifacts": {
|
| 587 |
+
"ok": true,
|
| 588 |
+
"status_code": 200,
|
| 589 |
+
"bytes": 21433,
|
| 590 |
+
"sha256": "b539a489a8974ecec90dda312471be54f466b81bef9d1ebc99d08155f8c21c94",
|
| 591 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fomni_model_comparison.json",
|
| 592 |
+
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/omni_model_comparison.json"
|
| 593 |
+
},
|
| 594 |
+
"hf_model": {
|
| 595 |
+
"ok": true,
|
| 596 |
+
"status_code": 200,
|
| 597 |
+
"bytes": 21433,
|
| 598 |
+
"sha256": "b539a489a8974ecec90dda312471be54f466b81bef9d1ebc99d08155f8c21c94",
|
| 599 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fomni_model_comparison.json",
|
| 600 |
+
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/omni_model_comparison.json"
|
| 601 |
+
}
|
| 602 |
+
},
|
| 603 |
+
"failures": []
|
| 604 |
+
},
|
| 605 |
{
|
| 606 |
"id": "evaluation_protocol_json",
|
| 607 |
"title": "Evaluation protocol JSON",
|
|
|
|
| 609 |
"local": {
|
| 610 |
"path": "docs/data/evaluation_protocol.json",
|
| 611 |
"exists": true,
|
| 612 |
+
"bytes": 14511,
|
| 613 |
+
"sha256": "ea7caff963fcf048f803a852e5cdae8d3975ba4a36d805c5e42211b1bf2744ef"
|
| 614 |
},
|
| 615 |
"mirrors": {
|
| 616 |
"github_pages": {
|
| 617 |
"ok": true,
|
| 618 |
"status_code": 200,
|
| 619 |
+
"bytes": 14511,
|
| 620 |
+
"sha256": "ea7caff963fcf048f803a852e5cdae8d3975ba4a36d805c5e42211b1bf2744ef",
|
| 621 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/evaluation_protocol.json",
|
| 622 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/evaluation_protocol.json"
|
| 623 |
},
|
| 624 |
"hf_space": {
|
| 625 |
"ok": true,
|
| 626 |
"status_code": 200,
|
| 627 |
+
"bytes": 14511,
|
| 628 |
+
"sha256": "ea7caff963fcf048f803a852e5cdae8d3975ba4a36d805c5e42211b1bf2744ef",
|
| 629 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/evaluation_protocol.json",
|
| 630 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/evaluation_protocol.json"
|
| 631 |
},
|
| 632 |
"hf_artifacts": {
|
| 633 |
"ok": true,
|
| 634 |
"status_code": 200,
|
| 635 |
+
"bytes": 14511,
|
| 636 |
+
"sha256": "ea7caff963fcf048f803a852e5cdae8d3975ba4a36d805c5e42211b1bf2744ef",
|
| 637 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fevaluation_protocol.json",
|
| 638 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/evaluation_protocol.json"
|
| 639 |
},
|
| 640 |
"hf_model": {
|
| 641 |
"ok": true,
|
| 642 |
"status_code": 200,
|
| 643 |
+
"bytes": 14511,
|
| 644 |
+
"sha256": "ea7caff963fcf048f803a852e5cdae8d3975ba4a36d805c5e42211b1bf2744ef",
|
| 645 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fevaluation_protocol.json",
|
| 646 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/evaluation_protocol.json"
|
| 647 |
}
|
| 648 |
},
|
|
|
|
| 655 |
"local": {
|
| 656 |
"path": "docs/data/research_takeaways.json",
|
| 657 |
"exists": true,
|
| 658 |
+
"bytes": 7139,
|
| 659 |
+
"sha256": "eb87b65ef2f6ef910b4cda29c33f3c75014a5cce8ebf8299f71eb09c856a2481"
|
| 660 |
},
|
| 661 |
"mirrors": {
|
| 662 |
"github_pages": {
|
| 663 |
"ok": true,
|
| 664 |
"status_code": 200,
|
| 665 |
+
"bytes": 7139,
|
| 666 |
+
"sha256": "eb87b65ef2f6ef910b4cda29c33f3c75014a5cce8ebf8299f71eb09c856a2481",
|
| 667 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json",
|
| 668 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_takeaways.json"
|
| 669 |
},
|
| 670 |
"hf_space": {
|
| 671 |
"ok": true,
|
| 672 |
"status_code": 200,
|
| 673 |
+
"bytes": 7139,
|
| 674 |
+
"sha256": "eb87b65ef2f6ef910b4cda29c33f3c75014a5cce8ebf8299f71eb09c856a2481",
|
| 675 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json",
|
| 676 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_takeaways.json"
|
| 677 |
},
|
| 678 |
"hf_artifacts": {
|
| 679 |
"ok": true,
|
| 680 |
"status_code": 200,
|
| 681 |
+
"bytes": 7139,
|
| 682 |
+
"sha256": "eb87b65ef2f6ef910b4cda29c33f3c75014a5cce8ebf8299f71eb09c856a2481",
|
| 683 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fresearch_takeaways.json",
|
| 684 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_takeaways.json"
|
| 685 |
},
|
| 686 |
"hf_model": {
|
| 687 |
"ok": true,
|
| 688 |
"status_code": 200,
|
| 689 |
+
"bytes": 7139,
|
| 690 |
+
"sha256": "eb87b65ef2f6ef910b4cda29c33f3c75014a5cce8ebf8299f71eb09c856a2481",
|
| 691 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fresearch_takeaways.json",
|
| 692 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_takeaways.json"
|
| 693 |
}
|
| 694 |
},
|
|
|
|
| 701 |
"local": {
|
| 702 |
"path": "docs/data/research_roadmap.json",
|
| 703 |
"exists": true,
|
| 704 |
+
"bytes": 10133,
|
| 705 |
+
"sha256": "45fd3a1bde93654ccfe14f9271928a67b36eb3f166826bfbdbb9c1092ad33bcf"
|
| 706 |
},
|
| 707 |
"mirrors": {
|
| 708 |
"github_pages": {
|
| 709 |
"ok": true,
|
| 710 |
"status_code": 200,
|
| 711 |
+
"bytes": 10133,
|
| 712 |
+
"sha256": "45fd3a1bde93654ccfe14f9271928a67b36eb3f166826bfbdbb9c1092ad33bcf",
|
| 713 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json",
|
| 714 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap.json"
|
| 715 |
},
|
| 716 |
"hf_space": {
|
| 717 |
"ok": true,
|
| 718 |
"status_code": 200,
|
| 719 |
+
"bytes": 10133,
|
| 720 |
+
"sha256": "45fd3a1bde93654ccfe14f9271928a67b36eb3f166826bfbdbb9c1092ad33bcf",
|
| 721 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json",
|
| 722 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap.json"
|
| 723 |
},
|
| 724 |
"hf_artifacts": {
|
| 725 |
"ok": true,
|
| 726 |
"status_code": 200,
|
| 727 |
+
"bytes": 10133,
|
| 728 |
+
"sha256": "45fd3a1bde93654ccfe14f9271928a67b36eb3f166826bfbdbb9c1092ad33bcf",
|
| 729 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fresearch_roadmap.json",
|
| 730 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap.json"
|
| 731 |
},
|
| 732 |
"hf_model": {
|
| 733 |
"ok": true,
|
| 734 |
"status_code": 200,
|
| 735 |
+
"bytes": 10133,
|
| 736 |
+
"sha256": "45fd3a1bde93654ccfe14f9271928a67b36eb3f166826bfbdbb9c1092ad33bcf",
|
| 737 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fresearch_roadmap.json",
|
| 738 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap.json"
|
| 739 |
}
|
| 740 |
},
|
|
|
|
| 747 |
"local": {
|
| 748 |
"path": "docs/data/research_roadmap_interactive.json",
|
| 749 |
"exists": true,
|
| 750 |
+
"bytes": 143560,
|
| 751 |
+
"sha256": "9198752056a40eb5a7457ded21576862d9954be1f0f4a9e996e935d328ef4062"
|
| 752 |
},
|
| 753 |
"mirrors": {
|
| 754 |
"github_pages": {
|
| 755 |
"ok": true,
|
| 756 |
"status_code": 200,
|
| 757 |
+
"bytes": 143560,
|
| 758 |
+
"sha256": "9198752056a40eb5a7457ded21576862d9954be1f0f4a9e996e935d328ef4062",
|
| 759 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json",
|
| 760 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/research_roadmap_interactive.json"
|
| 761 |
},
|
| 762 |
"hf_space": {
|
| 763 |
"ok": true,
|
| 764 |
"status_code": 200,
|
| 765 |
+
"bytes": 143560,
|
| 766 |
+
"sha256": "9198752056a40eb5a7457ded21576862d9954be1f0f4a9e996e935d328ef4062",
|
| 767 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json",
|
| 768 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/research_roadmap_interactive.json"
|
| 769 |
},
|
| 770 |
"hf_artifacts": {
|
| 771 |
"ok": true,
|
| 772 |
"status_code": 200,
|
| 773 |
+
"bytes": 143560,
|
| 774 |
+
"sha256": "9198752056a40eb5a7457ded21576862d9954be1f0f4a9e996e935d328ef4062",
|
| 775 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fresearch_roadmap_interactive.json",
|
| 776 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/research_roadmap_interactive.json"
|
| 777 |
},
|
| 778 |
"hf_model": {
|
| 779 |
"ok": true,
|
| 780 |
"status_code": 200,
|
| 781 |
+
"bytes": 143560,
|
| 782 |
+
"sha256": "9198752056a40eb5a7457ded21576862d9954be1f0f4a9e996e935d328ef4062",
|
| 783 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fresearch_roadmap_interactive.json",
|
| 784 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/research_roadmap_interactive.json"
|
| 785 |
}
|
| 786 |
},
|
|
|
|
| 793 |
"local": {
|
| 794 |
"path": "docs/data/figure_index.json",
|
| 795 |
"exists": true,
|
| 796 |
+
"bytes": 14117,
|
| 797 |
+
"sha256": "3cb04da5c2807a3f7a5e196c5bf7d40dbe2a5d8143cefcb37323e1096889afa4"
|
| 798 |
},
|
| 799 |
"mirrors": {
|
| 800 |
"github_pages": {
|
| 801 |
"ok": true,
|
| 802 |
"status_code": 200,
|
| 803 |
+
"bytes": 14117,
|
| 804 |
+
"sha256": "3cb04da5c2807a3f7a5e196c5bf7d40dbe2a5d8143cefcb37323e1096889afa4",
|
| 805 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json",
|
| 806 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/figure_index.json"
|
| 807 |
},
|
| 808 |
"hf_space": {
|
| 809 |
"ok": true,
|
| 810 |
"status_code": 200,
|
| 811 |
+
"bytes": 14117,
|
| 812 |
+
"sha256": "3cb04da5c2807a3f7a5e196c5bf7d40dbe2a5d8143cefcb37323e1096889afa4",
|
| 813 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json",
|
| 814 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/figure_index.json"
|
| 815 |
},
|
| 816 |
"hf_artifacts": {
|
| 817 |
"ok": true,
|
| 818 |
"status_code": 200,
|
| 819 |
+
"bytes": 14117,
|
| 820 |
+
"sha256": "3cb04da5c2807a3f7a5e196c5bf7d40dbe2a5d8143cefcb37323e1096889afa4",
|
| 821 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Ffigure_index.json",
|
| 822 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/figure_index.json"
|
| 823 |
},
|
| 824 |
"hf_model": {
|
| 825 |
"ok": true,
|
| 826 |
"status_code": 200,
|
| 827 |
+
"bytes": 14117,
|
| 828 |
+
"sha256": "3cb04da5c2807a3f7a5e196c5bf7d40dbe2a5d8143cefcb37323e1096889afa4",
|
| 829 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Ffigure_index.json",
|
| 830 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/figure_index.json"
|
| 831 |
}
|
| 832 |
},
|
|
|
|
| 864 |
"status_code": 200,
|
| 865 |
"bytes": 26963,
|
| 866 |
"sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a",
|
| 867 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Ftask_walkthroughs.json",
|
| 868 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_walkthroughs.json"
|
| 869 |
},
|
| 870 |
"hf_model": {
|
|
|
|
| 872 |
"status_code": 200,
|
| 873 |
"bytes": 26963,
|
| 874 |
"sha256": "b93df37e7da1fcd5d3df7c2643b4659e2fef986dba52cb37a164874919ccc53a",
|
| 875 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Ftask_walkthroughs.json",
|
| 876 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_walkthroughs.json"
|
| 877 |
}
|
| 878 |
},
|
|
|
|
| 886 |
"path": "docs/data/task_surface_integrity.json",
|
| 887 |
"exists": true,
|
| 888 |
"bytes": 45779,
|
| 889 |
+
"sha256": "b2f4fdb1384e610a8961d706db33b1ef1b25e9378d283c34d1a66e4ab0a95bab"
|
| 890 |
},
|
| 891 |
"mirrors": {
|
| 892 |
"github_pages": {
|
| 893 |
"ok": true,
|
| 894 |
"status_code": 200,
|
| 895 |
"bytes": 45779,
|
| 896 |
+
"sha256": "b2f4fdb1384e610a8961d706db33b1ef1b25e9378d283c34d1a66e4ab0a95bab",
|
| 897 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json",
|
| 898 |
"url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/task_surface_integrity.json"
|
| 899 |
},
|
|
|
|
| 901 |
"ok": true,
|
| 902 |
"status_code": 200,
|
| 903 |
"bytes": 45779,
|
| 904 |
+
"sha256": "b2f4fdb1384e610a8961d706db33b1ef1b25e9378d283c34d1a66e4ab0a95bab",
|
| 905 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json",
|
| 906 |
"url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/task_surface_integrity.json"
|
| 907 |
},
|
|
|
|
| 909 |
"ok": true,
|
| 910 |
"status_code": 200,
|
| 911 |
"bytes": 45779,
|
| 912 |
+
"sha256": "b2f4fdb1384e610a8961d706db33b1ef1b25e9378d283c34d1a66e4ab0a95bab",
|
| 913 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Ftask_surface_integrity.json",
|
| 914 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/task_surface_integrity.json"
|
| 915 |
},
|
| 916 |
"hf_model": {
|
| 917 |
"ok": true,
|
| 918 |
"status_code": 200,
|
| 919 |
"bytes": 45779,
|
| 920 |
+
"sha256": "b2f4fdb1384e610a8961d706db33b1ef1b25e9378d283c34d1a66e4ab0a95bab",
|
| 921 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Ftask_surface_integrity.json",
|
| 922 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/task_surface_integrity.json"
|
| 923 |
}
|
| 924 |
},
|
|
|
|
| 956 |
"status_code": 200,
|
| 957 |
"bytes": 3898,
|
| 958 |
"sha256": "883a4a3ec27b72bff0c1d53b72dd4ba872a4d1df0695fba5ebe3b11c036a4224",
|
| 959 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fbrand_assets.json",
|
| 960 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/resolve/main/docs/data/brand_assets.json"
|
| 961 |
},
|
| 962 |
"hf_model": {
|
|
|
|
| 964 |
"status_code": 200,
|
| 965 |
"bytes": 3898,
|
| 966 |
"sha256": "883a4a3ec27b72bff0c1d53b72dd4ba872a4d1df0695fba5ebe3b11c036a4224",
|
| 967 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fbrand_assets.json",
|
| 968 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/resolve/main/metrics/brand_assets.json"
|
| 969 |
}
|
| 970 |
},
|
|
|
|
| 1061 |
}
|
| 1062 |
},
|
| 1063 |
"failures": []
|
| 1064 |
+
},
|
| 1065 |
+
{
|
| 1066 |
+
"id": "qwen3_lora_README_md",
|
| 1067 |
+
"title": "Qwen3-Omni LoRA repo file: README.md",
|
| 1068 |
+
"status": "pass",
|
| 1069 |
+
"local": {
|
| 1070 |
+
"path": "../hf_publish/qwen3_lora_128ep/README.md",
|
| 1071 |
+
"exists": true,
|
| 1072 |
+
"bytes": 2704,
|
| 1073 |
+
"sha256": "714f6c314333720197f7abab0639729226fc1222c5f06a00b17f0c4aa505333c"
|
| 1074 |
+
},
|
| 1075 |
+
"mirrors": {
|
| 1076 |
+
"hf_qwen3_lora_model": {
|
| 1077 |
+
"ok": true,
|
| 1078 |
+
"status_code": 200,
|
| 1079 |
+
"bytes": 2704,
|
| 1080 |
+
"sha256": "714f6c314333720197f7abab0639729226fc1222c5f06a00b17f0c4aa505333c",
|
| 1081 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-qwen3-omni-lora-128ep/a51235c8cd29f3f9b096b036d27afe78ab88f0ad/README.md",
|
| 1082 |
+
"url": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep/resolve/main/README.md"
|
| 1083 |
+
}
|
| 1084 |
+
},
|
| 1085 |
+
"failures": []
|
| 1086 |
+
},
|
| 1087 |
+
{
|
| 1088 |
+
"id": "qwen3_lora_upload_manifest_json",
|
| 1089 |
+
"title": "Qwen3-Omni LoRA repo file: upload_manifest.json",
|
| 1090 |
+
"status": "pass",
|
| 1091 |
+
"local": {
|
| 1092 |
+
"path": "../hf_publish/qwen3_lora_128ep/upload_manifest.json",
|
| 1093 |
+
"exists": true,
|
| 1094 |
+
"bytes": 2519,
|
| 1095 |
+
"sha256": "21c44c3eeef45fad4d5ed8c3651973cdb9c0859cd6d76c8d7984c51ba6950841"
|
| 1096 |
+
},
|
| 1097 |
+
"mirrors": {
|
| 1098 |
+
"hf_qwen3_lora_model": {
|
| 1099 |
+
"ok": true,
|
| 1100 |
+
"status_code": 200,
|
| 1101 |
+
"bytes": 2519,
|
| 1102 |
+
"sha256": "21c44c3eeef45fad4d5ed8c3651973cdb9c0859cd6d76c8d7984c51ba6950841",
|
| 1103 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-qwen3-omni-lora-128ep/a51235c8cd29f3f9b096b036d27afe78ab88f0ad/upload_manifest.json",
|
| 1104 |
+
"url": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep/resolve/main/upload_manifest.json"
|
| 1105 |
+
}
|
| 1106 |
+
},
|
| 1107 |
+
"failures": []
|
| 1108 |
+
},
|
| 1109 |
+
{
|
| 1110 |
+
"id": "qwen3_lora_adapter_config_json",
|
| 1111 |
+
"title": "Qwen3-Omni LoRA repo file: adapter_config.json",
|
| 1112 |
+
"status": "pass",
|
| 1113 |
+
"local": {
|
| 1114 |
+
"path": "../hf_publish/qwen3_lora_128ep/adapter_config.json",
|
| 1115 |
+
"exists": true,
|
| 1116 |
+
"bytes": 1179,
|
| 1117 |
+
"sha256": "fc02f0a129fc8b6c0afcf7a5f29fbeba9eabc9d0990d00c9c5ece9377e248353"
|
| 1118 |
+
},
|
| 1119 |
+
"mirrors": {
|
| 1120 |
+
"hf_qwen3_lora_model": {
|
| 1121 |
+
"ok": true,
|
| 1122 |
+
"status_code": 200,
|
| 1123 |
+
"bytes": 1179,
|
| 1124 |
+
"sha256": "fc02f0a129fc8b6c0afcf7a5f29fbeba9eabc9d0990d00c9c5ece9377e248353",
|
| 1125 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-qwen3-omni-lora-128ep/a51235c8cd29f3f9b096b036d27afe78ab88f0ad/adapter_config.json",
|
| 1126 |
+
"url": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep/resolve/main/adapter_config.json"
|
| 1127 |
+
}
|
| 1128 |
+
},
|
| 1129 |
+
"failures": []
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"id": "qwen3_lora_adapter_model_safetensors",
|
| 1133 |
+
"title": "Qwen3-Omni LoRA repo file: adapter_model.safetensors",
|
| 1134 |
+
"status": "pass",
|
| 1135 |
+
"local": {
|
| 1136 |
+
"path": "../hf_publish/qwen3_lora_128ep/adapter_model.safetensors",
|
| 1137 |
+
"exists": true,
|
| 1138 |
+
"bytes": 69284456,
|
| 1139 |
+
"sha256": "97d049e1fe7e50a93e0e3179cbc175f30e75f98ec2e19a8f412347a47705eea5"
|
| 1140 |
+
},
|
| 1141 |
+
"mirrors": {
|
| 1142 |
+
"hf_qwen3_lora_model": {
|
| 1143 |
+
"ok": true,
|
| 1144 |
+
"status_code": 200,
|
| 1145 |
+
"bytes": 69284456,
|
| 1146 |
+
"sha256": "97d049e1fe7e50a93e0e3179cbc175f30e75f98ec2e19a8f412347a47705eea5",
|
| 1147 |
+
"final_url": "https://cas-bridge.xethub.hf.co/xet-bridge-us/6a24aa8f77b6bd853fd1c263/4b61a44160d713b264046d77f357992ff72e734f9a9bc365ad2074efa28e7354",
|
| 1148 |
+
"url": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep/resolve/main/adapter_model.safetensors"
|
| 1149 |
+
}
|
| 1150 |
+
},
|
| 1151 |
+
"failures": []
|
| 1152 |
}
|
| 1153 |
],
|
| 1154 |
"marker_checks": [
|
|
|
|
| 1160 |
"fetch": {
|
| 1161 |
"ok": true,
|
| 1162 |
"status_code": 200,
|
| 1163 |
+
"bytes": 180706,
|
| 1164 |
+
"sha256": "10b70c1265b432f6dacc62b97a30bc3a6503d82f152cc09b40a4cb2dc68da656",
|
| 1165 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/"
|
| 1166 |
},
|
| 1167 |
+
"required_marker_count": 17,
|
| 1168 |
"missing_markers": [],
|
| 1169 |
"forbidden_markers_present": [],
|
| 1170 |
"failures": []
|
|
|
|
| 1177 |
"fetch": {
|
| 1178 |
"ok": true,
|
| 1179 |
"status_code": 200,
|
| 1180 |
+
"bytes": 180706,
|
| 1181 |
+
"sha256": "10b70c1265b432f6dacc62b97a30bc3a6503d82f152cc09b40a4cb2dc68da656",
|
| 1182 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/index.html"
|
| 1183 |
},
|
| 1184 |
+
"required_marker_count": 17,
|
| 1185 |
"missing_markers": [],
|
| 1186 |
"forbidden_markers_present": [],
|
| 1187 |
"failures": []
|
| 1188 |
},
|
| 1189 |
{
|
| 1190 |
"id": "hf_artifacts_card_current",
|
| 1191 |
+
"title": "HF artifact card links current result packages",
|
| 1192 |
"url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/raw/main/README.md",
|
| 1193 |
"status": "pass",
|
| 1194 |
"fetch": {
|
| 1195 |
"ok": true,
|
| 1196 |
"status_code": 200,
|
| 1197 |
+
"bytes": 3570,
|
| 1198 |
+
"sha256": "e48ce3ed2f72d4177d3961810e07d874d15475223df41b2180d28dd65035511d",
|
| 1199 |
"final_url": "https://huggingface.co/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/raw/main/README.md"
|
| 1200 |
},
|
| 1201 |
+
"required_marker_count": 5,
|
| 1202 |
"missing_markers": [],
|
| 1203 |
"forbidden_markers_present": [],
|
| 1204 |
"failures": []
|
|
|
|
| 1211 |
"fetch": {
|
| 1212 |
"ok": true,
|
| 1213 |
"status_code": 200,
|
| 1214 |
+
"bytes": 2770710,
|
| 1215 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a",
|
| 1216 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/single_episode_explorer.html"
|
| 1217 |
},
|
| 1218 |
"required_marker_count": 9,
|
|
|
|
| 1228 |
"fetch": {
|
| 1229 |
"ok": true,
|
| 1230 |
"status_code": 200,
|
| 1231 |
+
"bytes": 2770710,
|
| 1232 |
+
"sha256": "fea187795e701d5cf1b3d0cfd0ddb7d2c407a85309238a15006d4f928029213a",
|
| 1233 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/single_episode_explorer.html"
|
| 1234 |
},
|
| 1235 |
"required_marker_count": 9,
|
|
|
|
| 1239 |
},
|
| 1240 |
{
|
| 1241 |
"id": "hf_model_card_current",
|
| 1242 |
+
"title": "HF model card links current result packages",
|
| 1243 |
"url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/raw/main/README.md",
|
| 1244 |
"status": "pass",
|
| 1245 |
"fetch": {
|
| 1246 |
"ok": true,
|
| 1247 |
"status_code": 200,
|
| 1248 |
+
"bytes": 69045,
|
| 1249 |
+
"sha256": "4ca4e853740529274ac3d5266b3305705582c72c97238b2e00285fdce588fcec",
|
| 1250 |
"final_url": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines/raw/main/README.md"
|
| 1251 |
},
|
| 1252 |
+
"required_marker_count": 5,
|
| 1253 |
"missing_markers": [],
|
| 1254 |
"forbidden_markers_present": [],
|
| 1255 |
"failures": []
|
|
|
|
| 1262 |
"fetch": {
|
| 1263 |
"ok": true,
|
| 1264 |
"status_code": 200,
|
| 1265 |
+
"bytes": 235815,
|
| 1266 |
+
"sha256": "ad344ebab6ed40ae116f768e7752c0d5bfde0c85babc1ae15ef5ab5569bec21a",
|
| 1267 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/mirror_parity.json"
|
| 1268 |
},
|
| 1269 |
"required_marker_count": 1,
|
|
|
|
| 1279 |
"fetch": {
|
| 1280 |
"ok": true,
|
| 1281 |
"status_code": 200,
|
| 1282 |
+
"bytes": 235815,
|
| 1283 |
+
"sha256": "ad344ebab6ed40ae116f768e7752c0d5bfde0c85babc1ae15ef5ab5569bec21a",
|
| 1284 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/mirror_parity.json"
|
| 1285 |
},
|
| 1286 |
"required_marker_count": 1,
|
|
|
|
| 1296 |
"fetch": {
|
| 1297 |
"ok": true,
|
| 1298 |
"status_code": 200,
|
| 1299 |
+
"bytes": 235815,
|
| 1300 |
+
"sha256": "ad344ebab6ed40ae116f768e7752c0d5bfde0c85babc1ae15ef5ab5569bec21a",
|
| 1301 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fmirror_parity.json"
|
| 1302 |
},
|
| 1303 |
"required_marker_count": 1,
|
| 1304 |
"missing_markers": [],
|
|
|
|
| 1313 |
"fetch": {
|
| 1314 |
"ok": true,
|
| 1315 |
"status_code": 200,
|
| 1316 |
+
"bytes": 235815,
|
| 1317 |
+
"sha256": "ad344ebab6ed40ae116f768e7752c0d5bfde0c85babc1ae15ef5ab5569bec21a",
|
| 1318 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fmirror_parity.json"
|
| 1319 |
},
|
| 1320 |
"required_marker_count": 1,
|
| 1321 |
"missing_markers": [],
|
|
|
|
| 1330 |
"fetch": {
|
| 1331 |
"ok": true,
|
| 1332 |
"status_code": 200,
|
| 1333 |
+
"bytes": 7212,
|
| 1334 |
+
"sha256": "8a5d145c5cbd223b780fed5471cc92c03441f0151a389c17cb15b7ab1c89efa5",
|
| 1335 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/publication_audit.json"
|
| 1336 |
},
|
| 1337 |
"required_marker_count": 1,
|
|
|
|
| 1347 |
"fetch": {
|
| 1348 |
"ok": true,
|
| 1349 |
"status_code": 200,
|
| 1350 |
+
"bytes": 7212,
|
| 1351 |
+
"sha256": "8a5d145c5cbd223b780fed5471cc92c03441f0151a389c17cb15b7ab1c89efa5",
|
| 1352 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/publication_audit.json"
|
| 1353 |
},
|
| 1354 |
"required_marker_count": 1,
|
|
|
|
| 1364 |
"fetch": {
|
| 1365 |
"ok": true,
|
| 1366 |
"status_code": 200,
|
| 1367 |
+
"bytes": 7212,
|
| 1368 |
+
"sha256": "8a5d145c5cbd223b780fed5471cc92c03441f0151a389c17cb15b7ab1c89efa5",
|
| 1369 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fpublication_audit.json"
|
| 1370 |
},
|
| 1371 |
"required_marker_count": 1,
|
| 1372 |
"missing_markers": [],
|
|
|
|
| 1381 |
"fetch": {
|
| 1382 |
"ok": true,
|
| 1383 |
"status_code": 200,
|
| 1384 |
+
"bytes": 7212,
|
| 1385 |
+
"sha256": "8a5d145c5cbd223b780fed5471cc92c03441f0151a389c17cb15b7ab1c89efa5",
|
| 1386 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fpublication_audit.json"
|
| 1387 |
},
|
| 1388 |
"required_marker_count": 1,
|
| 1389 |
"missing_markers": [],
|
|
|
|
| 1398 |
"fetch": {
|
| 1399 |
"ok": true,
|
| 1400 |
"status_code": 200,
|
| 1401 |
+
"bytes": 15375,
|
| 1402 |
+
"sha256": "b0fff9cc81e29f37fd9a46db1ef21dddf5bebd1bfe6e3ef06331095255b61f23",
|
| 1403 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/website_integrity.json"
|
| 1404 |
},
|
| 1405 |
"required_marker_count": 1,
|
|
|
|
| 1415 |
"fetch": {
|
| 1416 |
"ok": true,
|
| 1417 |
"status_code": 200,
|
| 1418 |
+
"bytes": 15375,
|
| 1419 |
+
"sha256": "da61c87b13d87d556b9f1ee6b690f082606edeadfd55da3948886e76331e34a1",
|
| 1420 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/website_integrity.json"
|
| 1421 |
},
|
| 1422 |
"required_marker_count": 1,
|
|
|
|
| 1432 |
"fetch": {
|
| 1433 |
"ok": true,
|
| 1434 |
"status_code": 200,
|
| 1435 |
+
"bytes": 15375,
|
| 1436 |
+
"sha256": "da61c87b13d87d556b9f1ee6b690f082606edeadfd55da3948886e76331e34a1",
|
| 1437 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fwebsite_integrity.json"
|
| 1438 |
},
|
| 1439 |
"required_marker_count": 1,
|
| 1440 |
"missing_markers": [],
|
|
|
|
| 1449 |
"fetch": {
|
| 1450 |
"ok": true,
|
| 1451 |
"status_code": 200,
|
| 1452 |
+
"bytes": 15375,
|
| 1453 |
+
"sha256": "da61c87b13d87d556b9f1ee6b690f082606edeadfd55da3948886e76331e34a1",
|
| 1454 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fwebsite_integrity.json"
|
| 1455 |
},
|
| 1456 |
"required_marker_count": 1,
|
| 1457 |
"missing_markers": [],
|
|
|
|
| 1466 |
"fetch": {
|
| 1467 |
"ok": true,
|
| 1468 |
"status_code": 200,
|
| 1469 |
+
"bytes": 5591,
|
| 1470 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 1471 |
"final_url": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/data/public_surface_qa.json"
|
| 1472 |
},
|
| 1473 |
"required_marker_count": 1,
|
|
|
|
| 1483 |
"fetch": {
|
| 1484 |
"ok": true,
|
| 1485 |
"status_code": 200,
|
| 1486 |
+
"bytes": 5591,
|
| 1487 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 1488 |
"final_url": "https://huggingface.co/spaces/cy0307/ropedia-xperience-10m-task-suite/raw/main/data/public_surface_qa.json"
|
| 1489 |
},
|
| 1490 |
"required_marker_count": 1,
|
|
|
|
| 1500 |
"fetch": {
|
| 1501 |
"ok": true,
|
| 1502 |
"status_code": 200,
|
| 1503 |
+
"bytes": 5591,
|
| 1504 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 1505 |
+
"final_url": "https://huggingface.co/api/resolve-cache/datasets/cy0307/ropedia-xperience-10m-task-suite-artifacts/63734ca3a88101f5c943c5923ab7033170f2a5b8/docs%2Fdata%2Fpublic_surface_qa.json"
|
| 1506 |
},
|
| 1507 |
"required_marker_count": 1,
|
| 1508 |
"missing_markers": [],
|
|
|
|
| 1517 |
"fetch": {
|
| 1518 |
"ok": true,
|
| 1519 |
"status_code": 200,
|
| 1520 |
+
"bytes": 5591,
|
| 1521 |
+
"sha256": "28f4c5fece8bfe7d46e6e8c3f5c7ca712ffe5a4ed4f5ca9e39655ada8f3e65f1",
|
| 1522 |
+
"final_url": "https://huggingface.co/api/resolve-cache/models/cy0307/ropedia-xperience-10m-task-baselines/9acc89e3d3966c14b0cddf070adb790e8e8c38d1/metrics%2Fpublic_surface_qa.json"
|
| 1523 |
},
|
| 1524 |
"required_marker_count": 1,
|
| 1525 |
"missing_markers": [],
|
data/mirror_parity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
-
"group_count":
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
@@ -288,27 +288,27 @@
|
|
| 288 |
"local": {
|
| 289 |
"path": "repo:docs/data/live_publication_status.json",
|
| 290 |
"exists": true,
|
| 291 |
-
"bytes":
|
| 292 |
-
"sha256": "
|
| 293 |
},
|
| 294 |
"mirrors": {
|
| 295 |
"hf_space": {
|
| 296 |
"path": "hf_space:data/live_publication_status.json",
|
| 297 |
"exists": true,
|
| 298 |
-
"bytes":
|
| 299 |
-
"sha256": "
|
| 300 |
},
|
| 301 |
"hf_artifacts": {
|
| 302 |
"path": "hf_artifacts:docs/data/live_publication_status.json",
|
| 303 |
"exists": true,
|
| 304 |
-
"bytes":
|
| 305 |
-
"sha256": "
|
| 306 |
},
|
| 307 |
"hf_model": {
|
| 308 |
"path": "hf_model:metrics/live_publication_status.json",
|
| 309 |
"exists": true,
|
| 310 |
-
"bytes":
|
| 311 |
-
"sha256": "
|
| 312 |
}
|
| 313 |
},
|
| 314 |
"failures": []
|
|
@@ -381,27 +381,27 @@
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/omni_model_comparison.json",
|
| 383 |
"exists": true,
|
| 384 |
-
"bytes":
|
| 385 |
-
"sha256": "
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/omni_model_comparison.json",
|
| 390 |
"exists": true,
|
| 391 |
-
"bytes":
|
| 392 |
-
"sha256": "
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/omni_model_comparison.json",
|
| 396 |
"exists": true,
|
| 397 |
-
"bytes":
|
| 398 |
-
"sha256": "
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/omni_model_comparison.json",
|
| 402 |
"exists": true,
|
| 403 |
-
"bytes":
|
| 404 |
-
"sha256": "
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
@@ -474,27 +474,27 @@
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_packet.json",
|
| 476 |
"exists": true,
|
| 477 |
-
"bytes":
|
| 478 |
-
"sha256": "
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_packet.json",
|
| 483 |
"exists": true,
|
| 484 |
-
"bytes":
|
| 485 |
-
"sha256": "
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 489 |
"exists": true,
|
| 490 |
-
"bytes":
|
| 491 |
-
"sha256": "
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_packet.json",
|
| 495 |
"exists": true,
|
| 496 |
-
"bytes":
|
| 497 |
-
"sha256": "
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
@@ -505,27 +505,27 @@
|
|
| 505 |
"local": {
|
| 506 |
"path": "repo:docs/data/project_status.json",
|
| 507 |
"exists": true,
|
| 508 |
-
"bytes":
|
| 509 |
-
"sha256": "
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/project_status.json",
|
| 514 |
"exists": true,
|
| 515 |
-
"bytes":
|
| 516 |
-
"sha256": "
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 520 |
"exists": true,
|
| 521 |
-
"bytes":
|
| 522 |
-
"sha256": "
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/project_status.json",
|
| 526 |
"exists": true,
|
| 527 |
-
"bytes":
|
| 528 |
-
"sha256": "
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
@@ -537,26 +537,26 @@
|
|
| 537 |
"path": "repo:docs/data/publication_audit.json",
|
| 538 |
"exists": true,
|
| 539 |
"bytes": 7212,
|
| 540 |
-
"sha256": "
|
| 541 |
},
|
| 542 |
"mirrors": {
|
| 543 |
"hf_space": {
|
| 544 |
"path": "hf_space:data/publication_audit.json",
|
| 545 |
"exists": true,
|
| 546 |
"bytes": 7212,
|
| 547 |
-
"sha256": "
|
| 548 |
},
|
| 549 |
"hf_artifacts": {
|
| 550 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 551 |
"exists": true,
|
| 552 |
"bytes": 7212,
|
| 553 |
-
"sha256": "
|
| 554 |
},
|
| 555 |
"hf_model": {
|
| 556 |
"path": "hf_model:metrics/publication_audit.json",
|
| 557 |
"exists": true,
|
| 558 |
"bytes": 7212,
|
| 559 |
-
"sha256": "
|
| 560 |
}
|
| 561 |
},
|
| 562 |
"failures": []
|
|
@@ -847,26 +847,26 @@
|
|
| 847 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 848 |
"exists": true,
|
| 849 |
"bytes": 21234,
|
| 850 |
-
"sha256": "
|
| 851 |
},
|
| 852 |
"mirrors": {
|
| 853 |
"hf_space": {
|
| 854 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 855 |
"exists": true,
|
| 856 |
"bytes": 21234,
|
| 857 |
-
"sha256": "
|
| 858 |
},
|
| 859 |
"hf_artifacts": {
|
| 860 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 861 |
"exists": true,
|
| 862 |
"bytes": 21234,
|
| 863 |
-
"sha256": "
|
| 864 |
},
|
| 865 |
"hf_model": {
|
| 866 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 867 |
"exists": true,
|
| 868 |
"bytes": 21234,
|
| 869 |
-
"sha256": "
|
| 870 |
}
|
| 871 |
},
|
| 872 |
"failures": []
|
|
@@ -1033,26 +1033,26 @@
|
|
| 1033 |
"path": "repo:docs/data/website_integrity.json",
|
| 1034 |
"exists": true,
|
| 1035 |
"bytes": 15375,
|
| 1036 |
-
"sha256": "
|
| 1037 |
},
|
| 1038 |
"mirrors": {
|
| 1039 |
"hf_space": {
|
| 1040 |
"path": "hf_space:data/website_integrity.json",
|
| 1041 |
"exists": true,
|
| 1042 |
"bytes": 15375,
|
| 1043 |
-
"sha256": "
|
| 1044 |
},
|
| 1045 |
"hf_artifacts": {
|
| 1046 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1047 |
"exists": true,
|
| 1048 |
"bytes": 15375,
|
| 1049 |
-
"sha256": "
|
| 1050 |
},
|
| 1051 |
"hf_model": {
|
| 1052 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1053 |
"exists": true,
|
| 1054 |
"bytes": 15375,
|
| 1055 |
-
"sha256": "
|
| 1056 |
}
|
| 1057 |
},
|
| 1058 |
"failures": []
|
|
@@ -1785,21 +1785,21 @@
|
|
| 1785 |
"local": {
|
| 1786 |
"path": "repo:scripts/omni/build_omni_model_comparison.py",
|
| 1787 |
"exists": true,
|
| 1788 |
-
"bytes":
|
| 1789 |
-
"sha256": "
|
| 1790 |
},
|
| 1791 |
"mirrors": {
|
| 1792 |
"hf_artifacts": {
|
| 1793 |
"path": "hf_artifacts:scripts/omni/build_omni_model_comparison.py",
|
| 1794 |
"exists": true,
|
| 1795 |
-
"bytes":
|
| 1796 |
-
"sha256": "
|
| 1797 |
},
|
| 1798 |
"hf_model": {
|
| 1799 |
"path": "hf_model:scripts/omni/build_omni_model_comparison.py",
|
| 1800 |
"exists": true,
|
| 1801 |
-
"bytes":
|
| 1802 |
-
"sha256": "
|
| 1803 |
}
|
| 1804 |
},
|
| 1805 |
"failures": []
|
|
@@ -1810,21 +1810,21 @@
|
|
| 1810 |
"local": {
|
| 1811 |
"path": "repo:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1812 |
"exists": true,
|
| 1813 |
-
"bytes":
|
| 1814 |
-
"sha256": "
|
| 1815 |
},
|
| 1816 |
"mirrors": {
|
| 1817 |
"hf_artifacts": {
|
| 1818 |
"path": "hf_artifacts:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1819 |
"exists": true,
|
| 1820 |
-
"bytes":
|
| 1821 |
-
"sha256": "
|
| 1822 |
},
|
| 1823 |
"hf_model": {
|
| 1824 |
"path": "hf_model:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1825 |
"exists": true,
|
| 1826 |
-
"bytes":
|
| 1827 |
-
"sha256": "
|
| 1828 |
}
|
| 1829 |
},
|
| 1830 |
"failures": []
|
|
@@ -2160,21 +2160,21 @@
|
|
| 2160 |
"local": {
|
| 2161 |
"path": "repo:scripts/verify_live_publication.py",
|
| 2162 |
"exists": true,
|
| 2163 |
-
"bytes":
|
| 2164 |
-
"sha256": "
|
| 2165 |
},
|
| 2166 |
"mirrors": {
|
| 2167 |
"hf_artifacts": {
|
| 2168 |
"path": "hf_artifacts:scripts/verify_live_publication.py",
|
| 2169 |
"exists": true,
|
| 2170 |
-
"bytes":
|
| 2171 |
-
"sha256": "
|
| 2172 |
},
|
| 2173 |
"hf_model": {
|
| 2174 |
"path": "hf_model:scripts/verify_live_publication.py",
|
| 2175 |
"exists": true,
|
| 2176 |
-
"bytes":
|
| 2177 |
-
"sha256": "
|
| 2178 |
}
|
| 2179 |
},
|
| 2180 |
"failures": []
|
|
@@ -2410,21 +2410,21 @@
|
|
| 2410 |
"local": {
|
| 2411 |
"path": "repo:docs/index.html",
|
| 2412 |
"exists": true,
|
| 2413 |
-
"bytes":
|
| 2414 |
-
"sha256": "
|
| 2415 |
},
|
| 2416 |
"mirrors": {
|
| 2417 |
"hf_space": {
|
| 2418 |
"path": "hf_space:index.html",
|
| 2419 |
"exists": true,
|
| 2420 |
-
"bytes":
|
| 2421 |
-
"sha256": "
|
| 2422 |
},
|
| 2423 |
"hf_artifacts_docs": {
|
| 2424 |
"path": "hf_artifacts:docs/index.html",
|
| 2425 |
"exists": true,
|
| 2426 |
-
"bytes":
|
| 2427 |
-
"sha256": "
|
| 2428 |
}
|
| 2429 |
},
|
| 2430 |
"failures": []
|
|
@@ -2696,27 +2696,27 @@
|
|
| 2696 |
"local": {
|
| 2697 |
"path": "repo:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2698 |
"exists": true,
|
| 2699 |
-
"bytes":
|
| 2700 |
-
"sha256": "
|
| 2701 |
},
|
| 2702 |
"mirrors": {
|
| 2703 |
"hf_space": {
|
| 2704 |
"path": "hf_space:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2705 |
"exists": true,
|
| 2706 |
-
"bytes":
|
| 2707 |
-
"sha256": "
|
| 2708 |
},
|
| 2709 |
"hf_artifacts": {
|
| 2710 |
"path": "hf_artifacts:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2711 |
"exists": true,
|
| 2712 |
-
"bytes":
|
| 2713 |
-
"sha256": "
|
| 2714 |
},
|
| 2715 |
"hf_model": {
|
| 2716 |
"path": "hf_model:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2717 |
"exists": true,
|
| 2718 |
-
"bytes":
|
| 2719 |
-
"sha256": "
|
| 2720 |
}
|
| 2721 |
},
|
| 2722 |
"failures": []
|
|
@@ -3248,6 +3248,440 @@
|
|
| 3248 |
},
|
| 3249 |
"failures": []
|
| 3250 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3251 |
{
|
| 3252 |
"name": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/PUBLIC_RESULT_SUMMARY.md",
|
| 3253 |
"status": "pass",
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T09:16:34+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 197,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 288 |
"local": {
|
| 289 |
"path": "repo:docs/data/live_publication_status.json",
|
| 290 |
"exists": true,
|
| 291 |
+
"bytes": 74880,
|
| 292 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 293 |
},
|
| 294 |
"mirrors": {
|
| 295 |
"hf_space": {
|
| 296 |
"path": "hf_space:data/live_publication_status.json",
|
| 297 |
"exists": true,
|
| 298 |
+
"bytes": 74880,
|
| 299 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 300 |
},
|
| 301 |
"hf_artifacts": {
|
| 302 |
"path": "hf_artifacts:docs/data/live_publication_status.json",
|
| 303 |
"exists": true,
|
| 304 |
+
"bytes": 74880,
|
| 305 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 306 |
},
|
| 307 |
"hf_model": {
|
| 308 |
"path": "hf_model:metrics/live_publication_status.json",
|
| 309 |
"exists": true,
|
| 310 |
+
"bytes": 74880,
|
| 311 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 312 |
}
|
| 313 |
},
|
| 314 |
"failures": []
|
|
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/omni_model_comparison.json",
|
| 383 |
"exists": true,
|
| 384 |
+
"bytes": 42015,
|
| 385 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/omni_model_comparison.json",
|
| 390 |
"exists": true,
|
| 391 |
+
"bytes": 42015,
|
| 392 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/omni_model_comparison.json",
|
| 396 |
"exists": true,
|
| 397 |
+
"bytes": 42015,
|
| 398 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/omni_model_comparison.json",
|
| 402 |
"exists": true,
|
| 403 |
+
"bytes": 42015,
|
| 404 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_packet.json",
|
| 476 |
"exists": true,
|
| 477 |
+
"bytes": 8005,
|
| 478 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_packet.json",
|
| 483 |
"exists": true,
|
| 484 |
+
"bytes": 8005,
|
| 485 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 489 |
"exists": true,
|
| 490 |
+
"bytes": 8005,
|
| 491 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_packet.json",
|
| 495 |
"exists": true,
|
| 496 |
+
"bytes": 8005,
|
| 497 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
|
|
| 505 |
"local": {
|
| 506 |
"path": "repo:docs/data/project_status.json",
|
| 507 |
"exists": true,
|
| 508 |
+
"bytes": 16400,
|
| 509 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/project_status.json",
|
| 514 |
"exists": true,
|
| 515 |
+
"bytes": 16400,
|
| 516 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 520 |
"exists": true,
|
| 521 |
+
"bytes": 16400,
|
| 522 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/project_status.json",
|
| 526 |
"exists": true,
|
| 527 |
+
"bytes": 16400,
|
| 528 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
|
|
| 537 |
"path": "repo:docs/data/publication_audit.json",
|
| 538 |
"exists": true,
|
| 539 |
"bytes": 7212,
|
| 540 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 541 |
},
|
| 542 |
"mirrors": {
|
| 543 |
"hf_space": {
|
| 544 |
"path": "hf_space:data/publication_audit.json",
|
| 545 |
"exists": true,
|
| 546 |
"bytes": 7212,
|
| 547 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 548 |
},
|
| 549 |
"hf_artifacts": {
|
| 550 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 551 |
"exists": true,
|
| 552 |
"bytes": 7212,
|
| 553 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 554 |
},
|
| 555 |
"hf_model": {
|
| 556 |
"path": "hf_model:metrics/publication_audit.json",
|
| 557 |
"exists": true,
|
| 558 |
"bytes": 7212,
|
| 559 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 560 |
}
|
| 561 |
},
|
| 562 |
"failures": []
|
|
|
|
| 847 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 848 |
"exists": true,
|
| 849 |
"bytes": 21234,
|
| 850 |
+
"sha256": "49329072596d48d5717fbb1bf90b65e7c62e43186af672430536655540f32842"
|
| 851 |
},
|
| 852 |
"mirrors": {
|
| 853 |
"hf_space": {
|
| 854 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 855 |
"exists": true,
|
| 856 |
"bytes": 21234,
|
| 857 |
+
"sha256": "49329072596d48d5717fbb1bf90b65e7c62e43186af672430536655540f32842"
|
| 858 |
},
|
| 859 |
"hf_artifacts": {
|
| 860 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 861 |
"exists": true,
|
| 862 |
"bytes": 21234,
|
| 863 |
+
"sha256": "49329072596d48d5717fbb1bf90b65e7c62e43186af672430536655540f32842"
|
| 864 |
},
|
| 865 |
"hf_model": {
|
| 866 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 867 |
"exists": true,
|
| 868 |
"bytes": 21234,
|
| 869 |
+
"sha256": "49329072596d48d5717fbb1bf90b65e7c62e43186af672430536655540f32842"
|
| 870 |
}
|
| 871 |
},
|
| 872 |
"failures": []
|
|
|
|
| 1033 |
"path": "repo:docs/data/website_integrity.json",
|
| 1034 |
"exists": true,
|
| 1035 |
"bytes": 15375,
|
| 1036 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1037 |
},
|
| 1038 |
"mirrors": {
|
| 1039 |
"hf_space": {
|
| 1040 |
"path": "hf_space:data/website_integrity.json",
|
| 1041 |
"exists": true,
|
| 1042 |
"bytes": 15375,
|
| 1043 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1044 |
},
|
| 1045 |
"hf_artifacts": {
|
| 1046 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1047 |
"exists": true,
|
| 1048 |
"bytes": 15375,
|
| 1049 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1050 |
},
|
| 1051 |
"hf_model": {
|
| 1052 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1053 |
"exists": true,
|
| 1054 |
"bytes": 15375,
|
| 1055 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1056 |
}
|
| 1057 |
},
|
| 1058 |
"failures": []
|
|
|
|
| 1785 |
"local": {
|
| 1786 |
"path": "repo:scripts/omni/build_omni_model_comparison.py",
|
| 1787 |
"exists": true,
|
| 1788 |
+
"bytes": 27997,
|
| 1789 |
+
"sha256": "6f59fa792f26a4834cf168af92f50bb5a1f5e4de7449360dae87afc51cf5e0de"
|
| 1790 |
},
|
| 1791 |
"mirrors": {
|
| 1792 |
"hf_artifacts": {
|
| 1793 |
"path": "hf_artifacts:scripts/omni/build_omni_model_comparison.py",
|
| 1794 |
"exists": true,
|
| 1795 |
+
"bytes": 27997,
|
| 1796 |
+
"sha256": "6f59fa792f26a4834cf168af92f50bb5a1f5e4de7449360dae87afc51cf5e0de"
|
| 1797 |
},
|
| 1798 |
"hf_model": {
|
| 1799 |
"path": "hf_model:scripts/omni/build_omni_model_comparison.py",
|
| 1800 |
"exists": true,
|
| 1801 |
+
"bytes": 27997,
|
| 1802 |
+
"sha256": "6f59fa792f26a4834cf168af92f50bb5a1f5e4de7449360dae87afc51cf5e0de"
|
| 1803 |
}
|
| 1804 |
},
|
| 1805 |
"failures": []
|
|
|
|
| 1810 |
"local": {
|
| 1811 |
"path": "repo:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1812 |
"exists": true,
|
| 1813 |
+
"bytes": 10710,
|
| 1814 |
+
"sha256": "c5f33f7030e6861ccab465b71d4c1b4209b8fbbcebdca882aa5c7e8d70e76b37"
|
| 1815 |
},
|
| 1816 |
"mirrors": {
|
| 1817 |
"hf_artifacts": {
|
| 1818 |
"path": "hf_artifacts:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1819 |
"exists": true,
|
| 1820 |
+
"bytes": 10710,
|
| 1821 |
+
"sha256": "c5f33f7030e6861ccab465b71d4c1b4209b8fbbcebdca882aa5c7e8d70e76b37"
|
| 1822 |
},
|
| 1823 |
"hf_model": {
|
| 1824 |
"path": "hf_model:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1825 |
"exists": true,
|
| 1826 |
+
"bytes": 10710,
|
| 1827 |
+
"sha256": "c5f33f7030e6861ccab465b71d4c1b4209b8fbbcebdca882aa5c7e8d70e76b37"
|
| 1828 |
}
|
| 1829 |
},
|
| 1830 |
"failures": []
|
|
|
|
| 2160 |
"local": {
|
| 2161 |
"path": "repo:scripts/verify_live_publication.py",
|
| 2162 |
"exists": true,
|
| 2163 |
+
"bytes": 36177,
|
| 2164 |
+
"sha256": "ee6da5525c61b20ede12f0a0602a4941ce5652baedfa03b361d353c16b1a301d"
|
| 2165 |
},
|
| 2166 |
"mirrors": {
|
| 2167 |
"hf_artifacts": {
|
| 2168 |
"path": "hf_artifacts:scripts/verify_live_publication.py",
|
| 2169 |
"exists": true,
|
| 2170 |
+
"bytes": 36177,
|
| 2171 |
+
"sha256": "ee6da5525c61b20ede12f0a0602a4941ce5652baedfa03b361d353c16b1a301d"
|
| 2172 |
},
|
| 2173 |
"hf_model": {
|
| 2174 |
"path": "hf_model:scripts/verify_live_publication.py",
|
| 2175 |
"exists": true,
|
| 2176 |
+
"bytes": 36177,
|
| 2177 |
+
"sha256": "ee6da5525c61b20ede12f0a0602a4941ce5652baedfa03b361d353c16b1a301d"
|
| 2178 |
}
|
| 2179 |
},
|
| 2180 |
"failures": []
|
|
|
|
| 2410 |
"local": {
|
| 2411 |
"path": "repo:docs/index.html",
|
| 2412 |
"exists": true,
|
| 2413 |
+
"bytes": 180715,
|
| 2414 |
+
"sha256": "c1a311421a1567227e36c53a0ec0a4e993b44bff2c7ff3e43790d5fca959f7d5"
|
| 2415 |
},
|
| 2416 |
"mirrors": {
|
| 2417 |
"hf_space": {
|
| 2418 |
"path": "hf_space:index.html",
|
| 2419 |
"exists": true,
|
| 2420 |
+
"bytes": 180715,
|
| 2421 |
+
"sha256": "c1a311421a1567227e36c53a0ec0a4e993b44bff2c7ff3e43790d5fca959f7d5"
|
| 2422 |
},
|
| 2423 |
"hf_artifacts_docs": {
|
| 2424 |
"path": "hf_artifacts:docs/index.html",
|
| 2425 |
"exists": true,
|
| 2426 |
+
"bytes": 180715,
|
| 2427 |
+
"sha256": "c1a311421a1567227e36c53a0ec0a4e993b44bff2c7ff3e43790d5fca959f7d5"
|
| 2428 |
}
|
| 2429 |
},
|
| 2430 |
"failures": []
|
|
|
|
| 2696 |
"local": {
|
| 2697 |
"path": "repo:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2698 |
"exists": true,
|
| 2699 |
+
"bytes": 8275,
|
| 2700 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2701 |
},
|
| 2702 |
"mirrors": {
|
| 2703 |
"hf_space": {
|
| 2704 |
"path": "hf_space:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2705 |
"exists": true,
|
| 2706 |
+
"bytes": 8275,
|
| 2707 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2708 |
},
|
| 2709 |
"hf_artifacts": {
|
| 2710 |
"path": "hf_artifacts:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2711 |
"exists": true,
|
| 2712 |
+
"bytes": 8275,
|
| 2713 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2714 |
},
|
| 2715 |
"hf_model": {
|
| 2716 |
"path": "hf_model:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2717 |
"exists": true,
|
| 2718 |
+
"bytes": 8275,
|
| 2719 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2720 |
}
|
| 2721 |
},
|
| 2722 |
"failures": []
|
|
|
|
| 3248 |
},
|
| 3249 |
"failures": []
|
| 3250 |
},
|
| 3251 |
+
{
|
| 3252 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3253 |
+
"status": "pass",
|
| 3254 |
+
"local": {
|
| 3255 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3256 |
+
"exists": true,
|
| 3257 |
+
"bytes": 979,
|
| 3258 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3259 |
+
},
|
| 3260 |
+
"mirrors": {
|
| 3261 |
+
"hf_space": {
|
| 3262 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3263 |
+
"exists": true,
|
| 3264 |
+
"bytes": 979,
|
| 3265 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3266 |
+
},
|
| 3267 |
+
"hf_artifacts": {
|
| 3268 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3269 |
+
"exists": true,
|
| 3270 |
+
"bytes": 979,
|
| 3271 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3272 |
+
},
|
| 3273 |
+
"hf_model": {
|
| 3274 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3275 |
+
"exists": true,
|
| 3276 |
+
"bytes": 979,
|
| 3277 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3278 |
+
}
|
| 3279 |
+
},
|
| 3280 |
+
"failures": []
|
| 3281 |
+
},
|
| 3282 |
+
{
|
| 3283 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3284 |
+
"status": "pass",
|
| 3285 |
+
"local": {
|
| 3286 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3287 |
+
"exists": true,
|
| 3288 |
+
"bytes": 252195,
|
| 3289 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3290 |
+
},
|
| 3291 |
+
"mirrors": {
|
| 3292 |
+
"hf_space": {
|
| 3293 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3294 |
+
"exists": true,
|
| 3295 |
+
"bytes": 252195,
|
| 3296 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3297 |
+
},
|
| 3298 |
+
"hf_artifacts": {
|
| 3299 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3300 |
+
"exists": true,
|
| 3301 |
+
"bytes": 252195,
|
| 3302 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3303 |
+
},
|
| 3304 |
+
"hf_model": {
|
| 3305 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3306 |
+
"exists": true,
|
| 3307 |
+
"bytes": 252195,
|
| 3308 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3309 |
+
}
|
| 3310 |
+
},
|
| 3311 |
+
"failures": []
|
| 3312 |
+
},
|
| 3313 |
+
{
|
| 3314 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3315 |
+
"status": "pass",
|
| 3316 |
+
"local": {
|
| 3317 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3318 |
+
"exists": true,
|
| 3319 |
+
"bytes": 753255,
|
| 3320 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3321 |
+
},
|
| 3322 |
+
"mirrors": {
|
| 3323 |
+
"hf_space": {
|
| 3324 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3325 |
+
"exists": true,
|
| 3326 |
+
"bytes": 753255,
|
| 3327 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3328 |
+
},
|
| 3329 |
+
"hf_artifacts": {
|
| 3330 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3331 |
+
"exists": true,
|
| 3332 |
+
"bytes": 753255,
|
| 3333 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3334 |
+
},
|
| 3335 |
+
"hf_model": {
|
| 3336 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3337 |
+
"exists": true,
|
| 3338 |
+
"bytes": 753255,
|
| 3339 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3340 |
+
}
|
| 3341 |
+
},
|
| 3342 |
+
"failures": []
|
| 3343 |
+
},
|
| 3344 |
+
{
|
| 3345 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3346 |
+
"status": "pass",
|
| 3347 |
+
"local": {
|
| 3348 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3349 |
+
"exists": true,
|
| 3350 |
+
"bytes": 549,
|
| 3351 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3352 |
+
},
|
| 3353 |
+
"mirrors": {
|
| 3354 |
+
"hf_space": {
|
| 3355 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3356 |
+
"exists": true,
|
| 3357 |
+
"bytes": 549,
|
| 3358 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3359 |
+
},
|
| 3360 |
+
"hf_artifacts": {
|
| 3361 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3362 |
+
"exists": true,
|
| 3363 |
+
"bytes": 549,
|
| 3364 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3365 |
+
},
|
| 3366 |
+
"hf_model": {
|
| 3367 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3368 |
+
"exists": true,
|
| 3369 |
+
"bytes": 549,
|
| 3370 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3371 |
+
}
|
| 3372 |
+
},
|
| 3373 |
+
"failures": []
|
| 3374 |
+
},
|
| 3375 |
+
{
|
| 3376 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3377 |
+
"status": "pass",
|
| 3378 |
+
"local": {
|
| 3379 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3380 |
+
"exists": true,
|
| 3381 |
+
"bytes": 2945533,
|
| 3382 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3383 |
+
},
|
| 3384 |
+
"mirrors": {
|
| 3385 |
+
"hf_space": {
|
| 3386 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3387 |
+
"exists": true,
|
| 3388 |
+
"bytes": 2945533,
|
| 3389 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3390 |
+
},
|
| 3391 |
+
"hf_artifacts": {
|
| 3392 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3393 |
+
"exists": true,
|
| 3394 |
+
"bytes": 2945533,
|
| 3395 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3396 |
+
},
|
| 3397 |
+
"hf_model": {
|
| 3398 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3399 |
+
"exists": true,
|
| 3400 |
+
"bytes": 2945533,
|
| 3401 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3402 |
+
}
|
| 3403 |
+
},
|
| 3404 |
+
"failures": []
|
| 3405 |
+
},
|
| 3406 |
+
{
|
| 3407 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3408 |
+
"status": "pass",
|
| 3409 |
+
"local": {
|
| 3410 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3411 |
+
"exists": true,
|
| 3412 |
+
"bytes": 48156,
|
| 3413 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3414 |
+
},
|
| 3415 |
+
"mirrors": {
|
| 3416 |
+
"hf_space": {
|
| 3417 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3418 |
+
"exists": true,
|
| 3419 |
+
"bytes": 48156,
|
| 3420 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3421 |
+
},
|
| 3422 |
+
"hf_artifacts": {
|
| 3423 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3424 |
+
"exists": true,
|
| 3425 |
+
"bytes": 48156,
|
| 3426 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3427 |
+
},
|
| 3428 |
+
"hf_model": {
|
| 3429 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3430 |
+
"exists": true,
|
| 3431 |
+
"bytes": 48156,
|
| 3432 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3433 |
+
}
|
| 3434 |
+
},
|
| 3435 |
+
"failures": []
|
| 3436 |
+
},
|
| 3437 |
+
{
|
| 3438 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3439 |
+
"status": "pass",
|
| 3440 |
+
"local": {
|
| 3441 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3442 |
+
"exists": true,
|
| 3443 |
+
"bytes": 47362,
|
| 3444 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3445 |
+
},
|
| 3446 |
+
"mirrors": {
|
| 3447 |
+
"hf_space": {
|
| 3448 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3449 |
+
"exists": true,
|
| 3450 |
+
"bytes": 47362,
|
| 3451 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3452 |
+
},
|
| 3453 |
+
"hf_artifacts": {
|
| 3454 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3455 |
+
"exists": true,
|
| 3456 |
+
"bytes": 47362,
|
| 3457 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3458 |
+
},
|
| 3459 |
+
"hf_model": {
|
| 3460 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3461 |
+
"exists": true,
|
| 3462 |
+
"bytes": 47362,
|
| 3463 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3464 |
+
}
|
| 3465 |
+
},
|
| 3466 |
+
"failures": []
|
| 3467 |
+
},
|
| 3468 |
+
{
|
| 3469 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3470 |
+
"status": "pass",
|
| 3471 |
+
"local": {
|
| 3472 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3473 |
+
"exists": true,
|
| 3474 |
+
"bytes": 370598,
|
| 3475 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3476 |
+
},
|
| 3477 |
+
"mirrors": {
|
| 3478 |
+
"hf_space": {
|
| 3479 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3480 |
+
"exists": true,
|
| 3481 |
+
"bytes": 370598,
|
| 3482 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3483 |
+
},
|
| 3484 |
+
"hf_artifacts": {
|
| 3485 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3486 |
+
"exists": true,
|
| 3487 |
+
"bytes": 370598,
|
| 3488 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3489 |
+
},
|
| 3490 |
+
"hf_model": {
|
| 3491 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3492 |
+
"exists": true,
|
| 3493 |
+
"bytes": 370598,
|
| 3494 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3495 |
+
}
|
| 3496 |
+
},
|
| 3497 |
+
"failures": []
|
| 3498 |
+
},
|
| 3499 |
+
{
|
| 3500 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3501 |
+
"status": "pass",
|
| 3502 |
+
"local": {
|
| 3503 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3504 |
+
"exists": true,
|
| 3505 |
+
"bytes": 691175,
|
| 3506 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3507 |
+
},
|
| 3508 |
+
"mirrors": {
|
| 3509 |
+
"hf_space": {
|
| 3510 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3511 |
+
"exists": true,
|
| 3512 |
+
"bytes": 691175,
|
| 3513 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3514 |
+
},
|
| 3515 |
+
"hf_artifacts": {
|
| 3516 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3517 |
+
"exists": true,
|
| 3518 |
+
"bytes": 691175,
|
| 3519 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3520 |
+
},
|
| 3521 |
+
"hf_model": {
|
| 3522 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3523 |
+
"exists": true,
|
| 3524 |
+
"bytes": 691175,
|
| 3525 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3526 |
+
}
|
| 3527 |
+
},
|
| 3528 |
+
"failures": []
|
| 3529 |
+
},
|
| 3530 |
+
{
|
| 3531 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3532 |
+
"status": "pass",
|
| 3533 |
+
"local": {
|
| 3534 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3535 |
+
"exists": true,
|
| 3536 |
+
"bytes": 771,
|
| 3537 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3538 |
+
},
|
| 3539 |
+
"mirrors": {
|
| 3540 |
+
"hf_space": {
|
| 3541 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3542 |
+
"exists": true,
|
| 3543 |
+
"bytes": 771,
|
| 3544 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3545 |
+
},
|
| 3546 |
+
"hf_artifacts": {
|
| 3547 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3548 |
+
"exists": true,
|
| 3549 |
+
"bytes": 771,
|
| 3550 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3551 |
+
},
|
| 3552 |
+
"hf_model": {
|
| 3553 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3554 |
+
"exists": true,
|
| 3555 |
+
"bytes": 771,
|
| 3556 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3557 |
+
}
|
| 3558 |
+
},
|
| 3559 |
+
"failures": []
|
| 3560 |
+
},
|
| 3561 |
+
{
|
| 3562 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3563 |
+
"status": "pass",
|
| 3564 |
+
"local": {
|
| 3565 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3566 |
+
"exists": true,
|
| 3567 |
+
"bytes": 566,
|
| 3568 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3569 |
+
},
|
| 3570 |
+
"mirrors": {
|
| 3571 |
+
"hf_space": {
|
| 3572 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3573 |
+
"exists": true,
|
| 3574 |
+
"bytes": 566,
|
| 3575 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3576 |
+
},
|
| 3577 |
+
"hf_artifacts": {
|
| 3578 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3579 |
+
"exists": true,
|
| 3580 |
+
"bytes": 566,
|
| 3581 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3582 |
+
},
|
| 3583 |
+
"hf_model": {
|
| 3584 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3585 |
+
"exists": true,
|
| 3586 |
+
"bytes": 566,
|
| 3587 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3588 |
+
}
|
| 3589 |
+
},
|
| 3590 |
+
"failures": []
|
| 3591 |
+
},
|
| 3592 |
+
{
|
| 3593 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3594 |
+
"status": "pass",
|
| 3595 |
+
"local": {
|
| 3596 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3597 |
+
"exists": true,
|
| 3598 |
+
"bytes": 1529,
|
| 3599 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3600 |
+
},
|
| 3601 |
+
"mirrors": {
|
| 3602 |
+
"hf_space": {
|
| 3603 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3604 |
+
"exists": true,
|
| 3605 |
+
"bytes": 1529,
|
| 3606 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3607 |
+
},
|
| 3608 |
+
"hf_artifacts": {
|
| 3609 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3610 |
+
"exists": true,
|
| 3611 |
+
"bytes": 1529,
|
| 3612 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3613 |
+
},
|
| 3614 |
+
"hf_model": {
|
| 3615 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3616 |
+
"exists": true,
|
| 3617 |
+
"bytes": 1529,
|
| 3618 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3619 |
+
}
|
| 3620 |
+
},
|
| 3621 |
+
"failures": []
|
| 3622 |
+
},
|
| 3623 |
+
{
|
| 3624 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3625 |
+
"status": "pass",
|
| 3626 |
+
"local": {
|
| 3627 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3628 |
+
"exists": true,
|
| 3629 |
+
"bytes": 3146,
|
| 3630 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3631 |
+
},
|
| 3632 |
+
"mirrors": {
|
| 3633 |
+
"hf_space": {
|
| 3634 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3635 |
+
"exists": true,
|
| 3636 |
+
"bytes": 3146,
|
| 3637 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3638 |
+
},
|
| 3639 |
+
"hf_artifacts": {
|
| 3640 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3641 |
+
"exists": true,
|
| 3642 |
+
"bytes": 3146,
|
| 3643 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3644 |
+
},
|
| 3645 |
+
"hf_model": {
|
| 3646 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3647 |
+
"exists": true,
|
| 3648 |
+
"bytes": 3146,
|
| 3649 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3650 |
+
}
|
| 3651 |
+
},
|
| 3652 |
+
"failures": []
|
| 3653 |
+
},
|
| 3654 |
+
{
|
| 3655 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3656 |
+
"status": "pass",
|
| 3657 |
+
"local": {
|
| 3658 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3659 |
+
"exists": true,
|
| 3660 |
+
"bytes": 5693,
|
| 3661 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3662 |
+
},
|
| 3663 |
+
"mirrors": {
|
| 3664 |
+
"hf_space": {
|
| 3665 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3666 |
+
"exists": true,
|
| 3667 |
+
"bytes": 5693,
|
| 3668 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3669 |
+
},
|
| 3670 |
+
"hf_artifacts": {
|
| 3671 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3672 |
+
"exists": true,
|
| 3673 |
+
"bytes": 5693,
|
| 3674 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3675 |
+
},
|
| 3676 |
+
"hf_model": {
|
| 3677 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3678 |
+
"exists": true,
|
| 3679 |
+
"bytes": 5693,
|
| 3680 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3681 |
+
}
|
| 3682 |
+
},
|
| 3683 |
+
"failures": []
|
| 3684 |
+
},
|
| 3685 |
{
|
| 3686 |
"name": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/PUBLIC_RESULT_SUMMARY.md",
|
| 3687 |
"status": "pass",
|
data/omni_model_comparison.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"title": "Ropedia Xperience-10M Current Result Versions",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"status": "pass",
|
| 5 |
"version_count": 3,
|
|
|
|
| 6 |
"comparison_rule": "Compare only rows with the same scope and target. Single-episode raw-feature metrics, 128-episode metadata baselines, Qwen3 structured JSON metrics, and Cosmos3 future-window metrics answer different questions.",
|
| 7 |
"version_reading_notes": [
|
| 8 |
"Version 1 is the public-sample 12-task harness with minimal and neural heads.",
|
|
@@ -362,7 +363,9 @@
|
|
| 362 |
"val_loss": null,
|
| 363 |
"note": "closed-form mean-delta adapter; no Cosmos diffusion weights fine-tuned in this compatibility run"
|
| 364 |
}
|
| 365 |
-
]
|
|
|
|
|
|
|
| 366 |
},
|
| 367 |
{
|
| 368 |
"id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
|
@@ -406,7 +409,9 @@
|
|
| 406 |
"val_loss": 0.0330660454928875,
|
| 407 |
"global_step": 356
|
| 408 |
}
|
| 409 |
-
]
|
|
|
|
|
|
|
| 410 |
},
|
| 411 |
{
|
| 412 |
"id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
|
@@ -450,7 +455,9 @@
|
|
| 450 |
"val_loss": null,
|
| 451 |
"global_step": 356
|
| 452 |
}
|
| 453 |
-
]
|
|
|
|
|
|
|
| 454 |
},
|
| 455 |
{
|
| 456 |
"id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
|
@@ -500,12 +507,322 @@
|
|
| 500 |
"val_loss": 0.027823254466056824,
|
| 501 |
"global_step": 712
|
| 502 |
}
|
| 503 |
-
]
|
|
|
|
|
|
|
| 504 |
}
|
| 505 |
],
|
| 506 |
"interpretation": "This layer contains the held-out foundation-model packages. Qwen3-Omni packages evaluate structured JSON task prediction; Cosmos3-Nano currently evaluates a future-window world-model compatibility adapter, not a full diffusion-weight fine-tune."
|
| 507 |
}
|
| 508 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 509 |
"pending": [
|
| 510 |
"Use the final Qwen3 full-eval package as the current Qwen result; older Qwen package rows remain historical diagnostics for comparison.",
|
| 511 |
"Promote Cosmos3 from compatibility adapter to full Cosmos3 fine-tuning only after a separate environment with matching Diffusers/Cosmos dependencies is prepared."
|
|
|
|
| 1 |
{
|
| 2 |
+
"title": "Ropedia Xperience-10M Current Result Versions and Model Groups",
|
| 3 |
+
"generated_at_utc": "2026-06-07T07:49:32+00:00",
|
| 4 |
"status": "pass",
|
| 5 |
"version_count": 3,
|
| 6 |
+
"model_group_count": 3,
|
| 7 |
"comparison_rule": "Compare only rows with the same scope and target. Single-episode raw-feature metrics, 128-episode metadata baselines, Qwen3 structured JSON metrics, and Cosmos3 future-window metrics answer different questions.",
|
| 8 |
"version_reading_notes": [
|
| 9 |
"Version 1 is the public-sample 12-task harness with minimal and neural heads.",
|
|
|
|
| 363 |
"val_loss": null,
|
| 364 |
"note": "closed-form mean-delta adapter; no Cosmos diffusion weights fine-tuned in this compatibility run"
|
| 365 |
}
|
| 366 |
+
],
|
| 367 |
+
"is_current": true,
|
| 368 |
+
"weights_repository": "planned separate Cosmos3 model repo after a real Cosmos diffusion/LoRA fine-tune exists; current result remains artifacts-only"
|
| 369 |
},
|
| 370 |
{
|
| 371 |
"id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
|
|
|
| 409 |
"val_loss": 0.0330660454928875,
|
| 410 |
"global_step": 356
|
| 411 |
}
|
| 412 |
+
],
|
| 413 |
+
"is_current": false,
|
| 414 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 415 |
},
|
| 416 |
{
|
| 417 |
"id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
|
|
|
| 455 |
"val_loss": null,
|
| 456 |
"global_step": 356
|
| 457 |
}
|
| 458 |
+
],
|
| 459 |
+
"is_current": false,
|
| 460 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 461 |
},
|
| 462 |
{
|
| 463 |
"id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
|
|
|
| 507 |
"val_loss": 0.027823254466056824,
|
| 508 |
"global_step": 712
|
| 509 |
}
|
| 510 |
+
],
|
| 511 |
+
"is_current": true,
|
| 512 |
+
"weights_repository": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep"
|
| 513 |
}
|
| 514 |
],
|
| 515 |
"interpretation": "This layer contains the held-out foundation-model packages. Qwen3-Omni packages evaluate structured JSON task prediction; Cosmos3-Nano currently evaluates a future-window world-model compatibility adapter, not a full diffusion-weight fine-tune."
|
| 516 |
}
|
| 517 |
],
|
| 518 |
+
"model_groups": [
|
| 519 |
+
{
|
| 520 |
+
"id": "task_head_baselines",
|
| 521 |
+
"model_family": "Minimal and Neural Task Heads",
|
| 522 |
+
"model_type": "lightweight supervised/self-supervised task heads",
|
| 523 |
+
"weight_repository": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines",
|
| 524 |
+
"one_episode_runs": [
|
| 525 |
+
{
|
| 526 |
+
"id": "task_heads_single_episode_public_sample",
|
| 527 |
+
"title": "Single-Episode Public-Sample Task Suite",
|
| 528 |
+
"scope": "one public Xperience-10M sample episode",
|
| 529 |
+
"status": "verified",
|
| 530 |
+
"source": "results/episode_task_suite/summary_report.json",
|
| 531 |
+
"split": "chronological 70/30 within one episode",
|
| 532 |
+
"counts": {
|
| 533 |
+
"episodes": 1,
|
| 534 |
+
"windows": 1161,
|
| 535 |
+
"frames": 5821,
|
| 536 |
+
"feature_dim": 8546,
|
| 537 |
+
"task_count": 12,
|
| 538 |
+
"neural_task_count": 12
|
| 539 |
+
},
|
| 540 |
+
"weights": "baseline model files in the baseline model repo; no foundation-model weights",
|
| 541 |
+
"interpretation": "Raw multimodal feature task harness on the public sample."
|
| 542 |
+
}
|
| 543 |
+
],
|
| 544 |
+
"multi_episode_128_runs": [
|
| 545 |
+
{
|
| 546 |
+
"id": "task_heads_128_episode_metadata_baselines",
|
| 547 |
+
"title": "128-Episode Aligned Simple/NN Baselines",
|
| 548 |
+
"scope": "selected 128-episode 96/16/16 split",
|
| 549 |
+
"status": "pass",
|
| 550 |
+
"source": "results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md",
|
| 551 |
+
"split": "train/val/test by selected episode/session",
|
| 552 |
+
"counts": {
|
| 553 |
+
"rows": 3808,
|
| 554 |
+
"split_counts": {
|
| 555 |
+
"train": 2848,
|
| 556 |
+
"val": 512,
|
| 557 |
+
"test": 448
|
| 558 |
+
},
|
| 559 |
+
"episode_counts": {
|
| 560 |
+
"test": 16,
|
| 561 |
+
"train": 96,
|
| 562 |
+
"val": 16
|
| 563 |
+
},
|
| 564 |
+
"task_count": 12,
|
| 565 |
+
"simple_supported_task_count": 8,
|
| 566 |
+
"neural_supported_task_count": 6
|
| 567 |
+
},
|
| 568 |
+
"weights": "metadata/text baseline artifacts; raw 128 sensor-feature model weights not yet complete",
|
| 569 |
+
"interpretation": "Same selected 96/16/16 split and task ids as the model branches, but metadata/text features only."
|
| 570 |
+
}
|
| 571 |
+
],
|
| 572 |
+
"comparison_note": "This is the cleanest 1-episode versus 128-episode grouping for the same simple/NN task-head family, but the feature surface changes from raw public-sample features to public-safe 128-episode metadata/text features."
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"id": "qwen3_omni_lora",
|
| 576 |
+
"model_family": "Qwen3-Omni LoRA",
|
| 577 |
+
"model_type": "PEFT LoRA adapter over Qwen/Qwen3-Omni-30B-A3B-Instruct",
|
| 578 |
+
"weight_repository": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep",
|
| 579 |
+
"one_episode_runs": [
|
| 580 |
+
{
|
| 581 |
+
"id": "qwen3_omni_sensor_adapter_smoke_1ep",
|
| 582 |
+
"title": "Qwen3-Omni Sensor-Adapter Smoke",
|
| 583 |
+
"scope": "one public Xperience-10M sample episode",
|
| 584 |
+
"status": "verified_smoke",
|
| 585 |
+
"source": "results/omni_exploration/qwen3_adapter_smoke/metrics.json",
|
| 586 |
+
"split": "single_episode_chronological",
|
| 587 |
+
"counts": {
|
| 588 |
+
"episodes": 1,
|
| 589 |
+
"windows": 59,
|
| 590 |
+
"train_windows": 41,
|
| 591 |
+
"test_windows": 18,
|
| 592 |
+
"feature_dim": 4262,
|
| 593 |
+
"adapter_tokens": 11
|
| 594 |
+
},
|
| 595 |
+
"primary_metrics": {
|
| 596 |
+
"accuracy": 0.0,
|
| 597 |
+
"macro_f1": 0.0,
|
| 598 |
+
"train_final_loss": 1.4479121318677577
|
| 599 |
+
},
|
| 600 |
+
"base_model_target": "Qwen/Qwen3-Omni-30B-A3B-Thinking",
|
| 601 |
+
"qwen3_loaded": false,
|
| 602 |
+
"weights": "no Qwen3 base weights or LoRA adapter weights; adapter-token readiness smoke only",
|
| 603 |
+
"interpretation": "This validates the sensor-adapter token path on one real episode before loading or LoRA-tuning Qwen3-Omni. It is not comparable to the 128-episode held-out LoRA result."
|
| 604 |
+
}
|
| 605 |
+
],
|
| 606 |
+
"multi_episode_128_runs": [
|
| 607 |
+
{
|
| 608 |
+
"id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
| 609 |
+
"title": "Qwen3-Omni LoRA",
|
| 610 |
+
"status": "verified",
|
| 611 |
+
"backbone": "qwen3_omni_lora",
|
| 612 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 613 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 614 |
+
"source": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/verified_result_summary.json",
|
| 615 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605",
|
| 616 |
+
"train_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_lora",
|
| 617 |
+
"eval_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
| 618 |
+
"counts": {
|
| 619 |
+
"dataset_samples": 3808,
|
| 620 |
+
"dataset_episodes": 119,
|
| 621 |
+
"split_counts": {
|
| 622 |
+
"train": 2848,
|
| 623 |
+
"val": 512,
|
| 624 |
+
"test": 448
|
| 625 |
+
},
|
| 626 |
+
"train_samples": 2848,
|
| 627 |
+
"val_samples": 512,
|
| 628 |
+
"eval_samples": 448,
|
| 629 |
+
"held_out_episode_count": 14,
|
| 630 |
+
"num_processes": 8
|
| 631 |
+
},
|
| 632 |
+
"primary_metrics": {
|
| 633 |
+
"json_validity_rate": 0.875,
|
| 634 |
+
"action_macro_f1": 0.0026621494447581404,
|
| 635 |
+
"subtask_accuracy": 0.006696428571428571,
|
| 636 |
+
"transition_accuracy": 0.8504464285714286,
|
| 637 |
+
"next_action_accuracy": 0.024553571428571428,
|
| 638 |
+
"contact_accuracy": 0.6450892857142857,
|
| 639 |
+
"object_micro_f1": 0.22299431459254582,
|
| 640 |
+
"held_out_episode_count": 14
|
| 641 |
+
},
|
| 642 |
+
"history": [
|
| 643 |
+
{
|
| 644 |
+
"epoch": 1,
|
| 645 |
+
"train_loss": 0.41304643672440994,
|
| 646 |
+
"val_loss": 0.0330660454928875,
|
| 647 |
+
"global_step": 356
|
| 648 |
+
}
|
| 649 |
+
],
|
| 650 |
+
"is_current": false,
|
| 651 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
| 655 |
+
"title": "Qwen3-Omni LoRA",
|
| 656 |
+
"status": "verified",
|
| 657 |
+
"backbone": "qwen3_omni_lora",
|
| 658 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 659 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 660 |
+
"source": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full/verified_result_summary.json",
|
| 661 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu",
|
| 662 |
+
"train_run_id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6",
|
| 663 |
+
"eval_run_id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
| 664 |
+
"counts": {
|
| 665 |
+
"dataset_samples": 3808,
|
| 666 |
+
"dataset_episodes": 119,
|
| 667 |
+
"split_counts": {
|
| 668 |
+
"train": 2848,
|
| 669 |
+
"val": 512,
|
| 670 |
+
"test": 448
|
| 671 |
+
},
|
| 672 |
+
"train_samples": 2848,
|
| 673 |
+
"val_samples": 0,
|
| 674 |
+
"eval_samples": 448,
|
| 675 |
+
"held_out_episode_count": 14,
|
| 676 |
+
"num_processes": 8
|
| 677 |
+
},
|
| 678 |
+
"primary_metrics": {
|
| 679 |
+
"json_validity_rate": 0.8526785714285714,
|
| 680 |
+
"action_macro_f1": 0.00213753459655099,
|
| 681 |
+
"subtask_accuracy": 0.004464285714285714,
|
| 682 |
+
"transition_accuracy": 0.828125,
|
| 683 |
+
"next_action_accuracy": 0.022321428571428572,
|
| 684 |
+
"contact_accuracy": 0.6517857142857143,
|
| 685 |
+
"object_micro_f1": 0.23062730627306272,
|
| 686 |
+
"held_out_episode_count": 14
|
| 687 |
+
},
|
| 688 |
+
"history": [
|
| 689 |
+
{
|
| 690 |
+
"epoch": 1,
|
| 691 |
+
"train_loss": 0.4121775626560694,
|
| 692 |
+
"val_loss": null,
|
| 693 |
+
"global_step": 356
|
| 694 |
+
}
|
| 695 |
+
],
|
| 696 |
+
"is_current": false,
|
| 697 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
| 701 |
+
"title": "Qwen3-Omni LoRA",
|
| 702 |
+
"status": "verified",
|
| 703 |
+
"backbone": "qwen3_omni_lora",
|
| 704 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 705 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 706 |
+
"source": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full/verified_result_summary.json",
|
| 707 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605",
|
| 708 |
+
"train_run_id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora",
|
| 709 |
+
"eval_run_id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
| 710 |
+
"counts": {
|
| 711 |
+
"dataset_samples": 3808,
|
| 712 |
+
"dataset_episodes": 119,
|
| 713 |
+
"split_counts": {
|
| 714 |
+
"train": 2848,
|
| 715 |
+
"val": 512,
|
| 716 |
+
"test": 448
|
| 717 |
+
},
|
| 718 |
+
"train_samples": 2848,
|
| 719 |
+
"val_samples": 512,
|
| 720 |
+
"eval_samples": 448,
|
| 721 |
+
"held_out_episode_count": 14,
|
| 722 |
+
"num_processes": 8
|
| 723 |
+
},
|
| 724 |
+
"primary_metrics": {
|
| 725 |
+
"json_validity_rate": 0.9977678571428571,
|
| 726 |
+
"action_macro_f1": 0.0024331644885523347,
|
| 727 |
+
"subtask_accuracy": 0.002232142857142857,
|
| 728 |
+
"transition_accuracy": 0.9709821428571429,
|
| 729 |
+
"next_action_accuracy": 0.029017857142857144,
|
| 730 |
+
"contact_accuracy": 0.71875,
|
| 731 |
+
"object_micro_f1": 0.30160427807486634,
|
| 732 |
+
"held_out_episode_count": 14
|
| 733 |
+
},
|
| 734 |
+
"history": [
|
| 735 |
+
{
|
| 736 |
+
"epoch": 1,
|
| 737 |
+
"train_loss": 0.41282760031950355,
|
| 738 |
+
"val_loss": 0.03288277983665466,
|
| 739 |
+
"global_step": 356
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"epoch": 2,
|
| 743 |
+
"train_loss": 0.027745448225544075,
|
| 744 |
+
"val_loss": 0.027823254466056824,
|
| 745 |
+
"global_step": 712
|
| 746 |
+
}
|
| 747 |
+
],
|
| 748 |
+
"is_current": true,
|
| 749 |
+
"weights_repository": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep"
|
| 750 |
+
}
|
| 751 |
+
],
|
| 752 |
+
"comparison_note": "The one-episode Qwen entry is only a sensor-adapter smoke test with Qwen3 weights unloaded. The 128-episode entries are real held-out LoRA diagnostics; the current final adapter belongs in the separate Qwen model repo."
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"id": "cosmos3_nano_world_model",
|
| 756 |
+
"model_family": "Cosmos3-Nano Future-Window World Model",
|
| 757 |
+
"model_type": "world-model/future-window branch",
|
| 758 |
+
"weight_repository": "planned: cy0307/ropedia-cosmos3-nano-future-window-lora-128ep after real adapter weights exist",
|
| 759 |
+
"one_episode_runs": [
|
| 760 |
+
{
|
| 761 |
+
"id": "cosmos3_nano_one_episode",
|
| 762 |
+
"title": "Cosmos3-Nano One-Episode Fine-Tune",
|
| 763 |
+
"scope": "one public Xperience-10M sample episode",
|
| 764 |
+
"status": "not_run",
|
| 765 |
+
"source": null,
|
| 766 |
+
"weights": "none",
|
| 767 |
+
"interpretation": "No Cosmos3 one-episode adapter or diffusion-weight fine-tune is currently published. Use the public-sample task suite only as model-agnostic evidence."
|
| 768 |
+
}
|
| 769 |
+
],
|
| 770 |
+
"multi_episode_128_runs": [
|
| 771 |
+
{
|
| 772 |
+
"id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter_eval_test_full",
|
| 773 |
+
"title": "Cosmos3-Nano Future-Window World Model",
|
| 774 |
+
"status": "verified",
|
| 775 |
+
"backbone": "cosmos_world_model",
|
| 776 |
+
"dataset_contract": "xperience10m_future_window_world_model_v0",
|
| 777 |
+
"training_objective": "future_window_and_action_conditioned_world_modeling",
|
| 778 |
+
"source": "results/omni_finetune/verified_public/xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter_eval_test_full/verified_result_summary.json",
|
| 779 |
+
"dataset_run_id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat",
|
| 780 |
+
"train_run_id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter",
|
| 781 |
+
"eval_run_id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter_eval_test_full",
|
| 782 |
+
"counts": {
|
| 783 |
+
"dataset_samples": 3213,
|
| 784 |
+
"dataset_episodes": 119,
|
| 785 |
+
"split_counts": {
|
| 786 |
+
"train": 2403,
|
| 787 |
+
"test": 378,
|
| 788 |
+
"val": 432
|
| 789 |
+
},
|
| 790 |
+
"train_samples": 2403,
|
| 791 |
+
"val_samples": 432,
|
| 792 |
+
"eval_samples": 378,
|
| 793 |
+
"held_out_episode_count": 14,
|
| 794 |
+
"num_processes": 1
|
| 795 |
+
},
|
| 796 |
+
"primary_metrics": {
|
| 797 |
+
"future_retrieval_mrr": 0.022138720585222767,
|
| 798 |
+
"future_retrieval_recall_at_5": 0.015873015873015872,
|
| 799 |
+
"temporal_consistency": 0.09523809523809523,
|
| 800 |
+
"feature_reconstruction_error": 3479.218317102503,
|
| 801 |
+
"transition_accuracy": 0.9682539682539683,
|
| 802 |
+
"contact_accuracy": 0.7433862433862434,
|
| 803 |
+
"held_out_episode_count": 14
|
| 804 |
+
},
|
| 805 |
+
"history": [
|
| 806 |
+
{
|
| 807 |
+
"epoch": 0,
|
| 808 |
+
"train_loss": null,
|
| 809 |
+
"val_loss": null,
|
| 810 |
+
"note": "closed-form mean-delta adapter; no Cosmos diffusion weights fine-tuned in this compatibility run"
|
| 811 |
+
}
|
| 812 |
+
],
|
| 813 |
+
"is_current": true,
|
| 814 |
+
"weights_repository": "planned separate Cosmos3 model repo after a real Cosmos diffusion/LoRA fine-tune exists; current result remains artifacts-only"
|
| 815 |
+
}
|
| 816 |
+
],
|
| 817 |
+
"comparison_note": "The current 128-episode Cosmos result is a public-safe future-window compatibility adapter. It is not yet a full Cosmos diffusion/LoRA weight release."
|
| 818 |
+
}
|
| 819 |
+
],
|
| 820 |
+
"model_group_reading_notes": [
|
| 821 |
+
"Use model_groups when comparing one-episode and 128-episode artifacts within the same model family.",
|
| 822 |
+
"Task-head baselines have both a one-episode public-sample run and a 128-episode same-split metadata/text run.",
|
| 823 |
+
"Qwen3-Omni has a one-episode sensor-adapter smoke test and separate 128-episode LoRA diagnostic packages; only the final 128-episode adapter belongs in the Qwen LoRA model repo.",
|
| 824 |
+
"Cosmos3-Nano currently has only a 128-episode future-window compatibility package; create a separate Cosmos model repo only after real Cosmos adapter/fine-tuned weights exist."
|
| 825 |
+
],
|
| 826 |
"pending": [
|
| 827 |
"Use the final Qwen3 full-eval package as the current Qwen result; older Qwen package rows remain historical diagnostics for comparison.",
|
| 828 |
"Promote Cosmos3 from compatibility adapter to full Cosmos3 fine-tuning only after a separate environment with matching Diffusers/Cosmos dependencies is prepared."
|
data/project_status.json
CHANGED
|
@@ -204,7 +204,7 @@
|
|
| 204 |
"results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 205 |
"scripts/omni/build_omni_model_comparison.py"
|
| 206 |
],
|
| 207 |
-
"readout": "The public comparison
|
| 208 |
},
|
| 209 |
{
|
| 210 |
"area": "Qwen3-Omni fine-tuning",
|
|
@@ -254,15 +254,15 @@
|
|
| 254 |
"Inspect SOURCE_ALIGNMENT_AUDIT.md before judging source-card consistency across public surfaces.",
|
| 255 |
"Inspect XPERIENCE10M_DATASET_CARD_ALIGNMENT.md before judging dataset wording.",
|
| 256 |
"Inspect results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md before comparing simple/NN baselines to the selected 128-episode setup.",
|
| 257 |
-
"Inspect docs/data/omni_model_comparison.json before comparing the current three result versions.",
|
| 258 |
"Inspect docs/data/omni_finetune_verified_result.json before judging the Qwen3-Omni diagnostic pilot."
|
| 259 |
],
|
| 260 |
"current_reading_notes": [
|
| 261 |
"The final Qwen3-Omni diagnostic result is verified and meets the strict-JSON target, but action/subtask held-out quality is still weak.",
|
| 262 |
-
"Use docs/data/omni_model_comparison.json to compare the single-episode
|
| 263 |
"Use docs/data/omni_finetune_verified_result.json and the latest verified_public final Qwen package for current held-out results.",
|
| 264 |
"The 128-episode aligned simple/NN baselines use metadata/text features from the derived Qwen JSONL export; they align the split and task ids but do not replace raw-modality baselines for trajectory, retrieval, reconstruction, or misalignment tasks.",
|
| 265 |
-
"The Cosmos3-Nano future-window branch is verified as a compatibility adapter result; full Cosmos diffusion-weight fine-tuning
|
| 266 |
"The current reconstruction task reconstructs feature vectors, not pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
|
| 267 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 268 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
|
|
|
| 204 |
"results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 205 |
"scripts/omni/build_omni_model_comparison.py"
|
| 206 |
],
|
| 207 |
+
"readout": "The public comparison now has two views: the three result layers and a model-family grouping. The model grouping pairs 1-episode and 128-episode entries for task-head baselines, separates Qwen3-Omni sensor-adapter smoke from 128-episode LoRA diagnostics, and marks Cosmos3-Nano as 128-episode compatibility-only until real Cosmos weights exist."
|
| 208 |
},
|
| 209 |
{
|
| 210 |
"area": "Qwen3-Omni fine-tuning",
|
|
|
|
| 254 |
"Inspect SOURCE_ALIGNMENT_AUDIT.md before judging source-card consistency across public surfaces.",
|
| 255 |
"Inspect XPERIENCE10M_DATASET_CARD_ALIGNMENT.md before judging dataset wording.",
|
| 256 |
"Inspect results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md before comparing simple/NN baselines to the selected 128-episode setup.",
|
| 257 |
+
"Inspect docs/data/omni_model_comparison.json before comparing the current three result versions or the model-family 1-episode versus 128-episode groupings.",
|
| 258 |
"Inspect docs/data/omni_finetune_verified_result.json before judging the Qwen3-Omni diagnostic pilot."
|
| 259 |
],
|
| 260 |
"current_reading_notes": [
|
| 261 |
"The final Qwen3-Omni diagnostic result is verified and meets the strict-JSON target, but action/subtask held-out quality is still weak.",
|
| 262 |
+
"Use docs/data/omni_model_comparison.json to compare both views: the single-episode/128-baseline/model-branch result layers and the model-family grouping for task heads, Qwen3-Omni LoRA, and Cosmos3-Nano.",
|
| 263 |
"Use docs/data/omni_finetune_verified_result.json and the latest verified_public final Qwen package for current held-out results.",
|
| 264 |
"The 128-episode aligned simple/NN baselines use metadata/text features from the derived Qwen JSONL export; they align the split and task ids but do not replace raw-modality baselines for trajectory, retrieval, reconstruction, or misalignment tasks.",
|
| 265 |
+
"The Cosmos3-Nano future-window branch is verified as a compatibility adapter result; one-episode Cosmos fine-tuning and full Cosmos diffusion-weight fine-tuning remain pending, so no Cosmos weight repo should be published yet.",
|
| 266 |
"The current reconstruction task reconstructs feature vectors, not pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
|
| 267 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 268 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
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",
|
|
@@ -182,8 +182,8 @@
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
-
"file_count":
|
| 186 |
-
"text_file_count":
|
| 187 |
"largest_file": {
|
| 188 |
"path": "tmp/omni_128_dataset_fetch/dataset.jsonl",
|
| 189 |
"bytes": 582271586
|
|
@@ -193,8 +193,8 @@
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
-
"file_count":
|
| 197 |
-
"text_file_count":
|
| 198 |
"largest_file": {
|
| 199 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 200 |
"bytes": 55702978
|
|
@@ -204,8 +204,8 @@
|
|
| 204 |
"hf_artifact_bundle": {
|
| 205 |
"root": "hf_publish/artifacts",
|
| 206 |
"exists": true,
|
| 207 |
-
"file_count":
|
| 208 |
-
"text_file_count":
|
| 209 |
"largest_file": {
|
| 210 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 211 |
"bytes": 55702978
|
|
@@ -215,8 +215,8 @@
|
|
| 215 |
"hf_model_bundle": {
|
| 216 |
"root": "hf_publish/model",
|
| 217 |
"exists": true,
|
| 218 |
-
"file_count":
|
| 219 |
-
"text_file_count":
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T09:16:36+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
+
"file_count": 618,
|
| 186 |
+
"text_file_count": 523,
|
| 187 |
"largest_file": {
|
| 188 |
"path": "tmp/omni_128_dataset_fetch/dataset.jsonl",
|
| 189 |
"bytes": 582271586
|
|
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
+
"file_count": 519,
|
| 197 |
+
"text_file_count": 425,
|
| 198 |
"largest_file": {
|
| 199 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 200 |
"bytes": 55702978
|
|
|
|
| 204 |
"hf_artifact_bundle": {
|
| 205 |
"root": "hf_publish/artifacts",
|
| 206 |
"exists": true,
|
| 207 |
+
"file_count": 695,
|
| 208 |
+
"text_file_count": 577,
|
| 209 |
"largest_file": {
|
| 210 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 211 |
"bytes": 55702978
|
|
|
|
| 215 |
"hf_model_bundle": {
|
| 216 |
"root": "hf_publish/model",
|
| 217 |
"exists": true,
|
| 218 |
+
"file_count": 883,
|
| 219 |
+
"text_file_count": 730,
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
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,
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"eval_num_samples": 448,
|
| 10 |
"eval_json_validity_rate": 0.9977678571428571,
|
| 11 |
"quality_target_met": true,
|
| 12 |
-
"historical_identifier_count":
|
| 13 |
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
|
@@ -84,7 +84,7 @@
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
-
"detail": "historical identifiers found in result provenance files=
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
@@ -424,6 +424,6 @@
|
|
| 424 |
"example": "{\"id\": \"xperience-10m-sample:qa:53\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1060, \"end_frame\": 1079, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 425 |
}
|
| 426 |
],
|
| 427 |
-
"historical_identifier_total_count":
|
| 428 |
"failures": []
|
| 429 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T00:00:35+00:00",
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
|
|
|
| 9 |
"eval_num_samples": 448,
|
| 10 |
"eval_json_validity_rate": 0.9977678571428571,
|
| 11 |
"quality_target_met": true,
|
| 12 |
+
"historical_identifier_count": 189,
|
| 13 |
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
|
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
+
"detail": "historical identifiers found in result provenance files=189",
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
|
|
| 424 |
"example": "{\"id\": \"xperience-10m-sample:qa:53\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1060, \"end_frame\": 1079, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 425 |
}
|
| 426 |
],
|
| 427 |
+
"historical_identifier_total_count": 189,
|
| 428 |
"failures": []
|
| 429 |
}
|
data/website_integrity.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
"external_reference_count": 106,
|
| 10 |
"json_files": 35,
|
| 11 |
"image_assets_referenced": 22,
|
|
@@ -75,7 +75,7 @@
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
-
"evidence_index":
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
@@ -154,7 +154,7 @@
|
|
| 154 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 155 |
"overview_index": 67412,
|
| 156 |
"protocol_index": 87159,
|
| 157 |
-
"evidence_index":
|
| 158 |
},
|
| 159 |
{
|
| 160 |
"name": "evaluation_protocol_links_json",
|
|
@@ -228,7 +228,7 @@
|
|
| 228 |
{
|
| 229 |
"path": "index.html",
|
| 230 |
"id_count": 77,
|
| 231 |
-
"reference_count":
|
| 232 |
"image_count": 24
|
| 233 |
},
|
| 234 |
{
|
|
@@ -287,12 +287,12 @@
|
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"path": "data/live_publication_status.json",
|
| 290 |
-
"bytes":
|
| 291 |
"top_level_type": "dict"
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"path": "data/mirror_parity.json",
|
| 295 |
-
"bytes":
|
| 296 |
"top_level_type": "dict"
|
| 297 |
},
|
| 298 |
{
|
|
@@ -307,7 +307,7 @@
|
|
| 307 |
},
|
| 308 |
{
|
| 309 |
"path": "data/omni_model_comparison.json",
|
| 310 |
-
"bytes":
|
| 311 |
"top_level_type": "dict"
|
| 312 |
},
|
| 313 |
{
|
|
@@ -327,7 +327,7 @@
|
|
| 327 |
},
|
| 328 |
{
|
| 329 |
"path": "data/project_status.json",
|
| 330 |
-
"bytes":
|
| 331 |
"top_level_type": "dict"
|
| 332 |
},
|
| 333 |
{
|
|
@@ -412,7 +412,7 @@
|
|
| 412 |
},
|
| 413 |
{
|
| 414 |
"path": "data/website_integrity.json",
|
| 415 |
-
"bytes":
|
| 416 |
"top_level_type": "dict"
|
| 417 |
},
|
| 418 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T07:57:46+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 137,
|
| 9 |
"external_reference_count": 106,
|
| 10 |
"json_files": 35,
|
| 11 |
"image_assets_referenced": 22,
|
|
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
+
"evidence_index": 90413
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
|
|
| 154 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 155 |
"overview_index": 67412,
|
| 156 |
"protocol_index": 87159,
|
| 157 |
+
"evidence_index": 90413
|
| 158 |
},
|
| 159 |
{
|
| 160 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 228 |
{
|
| 229 |
"path": "index.html",
|
| 230 |
"id_count": 77,
|
| 231 |
+
"reference_count": 114,
|
| 232 |
"image_count": 24
|
| 233 |
},
|
| 234 |
{
|
|
|
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"path": "data/live_publication_status.json",
|
| 290 |
+
"bytes": 75168,
|
| 291 |
"top_level_type": "dict"
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"path": "data/mirror_parity.json",
|
| 295 |
+
"bytes": 235818,
|
| 296 |
"top_level_type": "dict"
|
| 297 |
},
|
| 298 |
{
|
|
|
|
| 307 |
},
|
| 308 |
{
|
| 309 |
"path": "data/omni_model_comparison.json",
|
| 310 |
+
"bytes": 36593,
|
| 311 |
"top_level_type": "dict"
|
| 312 |
},
|
| 313 |
{
|
|
|
|
| 327 |
},
|
| 328 |
{
|
| 329 |
"path": "data/project_status.json",
|
| 330 |
+
"bytes": 15290,
|
| 331 |
"top_level_type": "dict"
|
| 332 |
},
|
| 333 |
{
|
|
|
|
| 412 |
},
|
| 413 |
{
|
| 414 |
"path": "data/website_integrity.json",
|
| 415 |
+
"bytes": 15375,
|
| 416 |
"top_level_type": "dict"
|
| 417 |
},
|
| 418 |
{
|
docs/data/live_publication_status.json
CHANGED
|
@@ -1067,7 +1067,7 @@
|
|
| 1067 |
"title": "Qwen3-Omni LoRA repo file: README.md",
|
| 1068 |
"status": "pass",
|
| 1069 |
"local": {
|
| 1070 |
-
"path": "/
|
| 1071 |
"exists": true,
|
| 1072 |
"bytes": 2704,
|
| 1073 |
"sha256": "714f6c314333720197f7abab0639729226fc1222c5f06a00b17f0c4aa505333c"
|
|
@@ -1089,7 +1089,7 @@
|
|
| 1089 |
"title": "Qwen3-Omni LoRA repo file: upload_manifest.json",
|
| 1090 |
"status": "pass",
|
| 1091 |
"local": {
|
| 1092 |
-
"path": "/
|
| 1093 |
"exists": true,
|
| 1094 |
"bytes": 2519,
|
| 1095 |
"sha256": "21c44c3eeef45fad4d5ed8c3651973cdb9c0859cd6d76c8d7984c51ba6950841"
|
|
@@ -1111,7 +1111,7 @@
|
|
| 1111 |
"title": "Qwen3-Omni LoRA repo file: adapter_config.json",
|
| 1112 |
"status": "pass",
|
| 1113 |
"local": {
|
| 1114 |
-
"path": "/
|
| 1115 |
"exists": true,
|
| 1116 |
"bytes": 1179,
|
| 1117 |
"sha256": "fc02f0a129fc8b6c0afcf7a5f29fbeba9eabc9d0990d00c9c5ece9377e248353"
|
|
@@ -1133,7 +1133,7 @@
|
|
| 1133 |
"title": "Qwen3-Omni LoRA repo file: adapter_model.safetensors",
|
| 1134 |
"status": "pass",
|
| 1135 |
"local": {
|
| 1136 |
-
"path": "/
|
| 1137 |
"exists": true,
|
| 1138 |
"bytes": 69284456,
|
| 1139 |
"sha256": "97d049e1fe7e50a93e0e3179cbc175f30e75f98ec2e19a8f412347a47705eea5"
|
|
|
|
| 1067 |
"title": "Qwen3-Omni LoRA repo file: README.md",
|
| 1068 |
"status": "pass",
|
| 1069 |
"local": {
|
| 1070 |
+
"path": "../hf_publish/qwen3_lora_128ep/README.md",
|
| 1071 |
"exists": true,
|
| 1072 |
"bytes": 2704,
|
| 1073 |
"sha256": "714f6c314333720197f7abab0639729226fc1222c5f06a00b17f0c4aa505333c"
|
|
|
|
| 1089 |
"title": "Qwen3-Omni LoRA repo file: upload_manifest.json",
|
| 1090 |
"status": "pass",
|
| 1091 |
"local": {
|
| 1092 |
+
"path": "../hf_publish/qwen3_lora_128ep/upload_manifest.json",
|
| 1093 |
"exists": true,
|
| 1094 |
"bytes": 2519,
|
| 1095 |
"sha256": "21c44c3eeef45fad4d5ed8c3651973cdb9c0859cd6d76c8d7984c51ba6950841"
|
|
|
|
| 1111 |
"title": "Qwen3-Omni LoRA repo file: adapter_config.json",
|
| 1112 |
"status": "pass",
|
| 1113 |
"local": {
|
| 1114 |
+
"path": "../hf_publish/qwen3_lora_128ep/adapter_config.json",
|
| 1115 |
"exists": true,
|
| 1116 |
"bytes": 1179,
|
| 1117 |
"sha256": "fc02f0a129fc8b6c0afcf7a5f29fbeba9eabc9d0990d00c9c5ece9377e248353"
|
|
|
|
| 1133 |
"title": "Qwen3-Omni LoRA repo file: adapter_model.safetensors",
|
| 1134 |
"status": "pass",
|
| 1135 |
"local": {
|
| 1136 |
+
"path": "../hf_publish/qwen3_lora_128ep/adapter_model.safetensors",
|
| 1137 |
"exists": true,
|
| 1138 |
"bytes": 69284456,
|
| 1139 |
"sha256": "97d049e1fe7e50a93e0e3179cbc175f30e75f98ec2e19a8f412347a47705eea5"
|
docs/data/mirror_parity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
-
"group_count":
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
@@ -288,27 +288,27 @@
|
|
| 288 |
"local": {
|
| 289 |
"path": "repo:docs/data/live_publication_status.json",
|
| 290 |
"exists": true,
|
| 291 |
-
"bytes":
|
| 292 |
-
"sha256": "
|
| 293 |
},
|
| 294 |
"mirrors": {
|
| 295 |
"hf_space": {
|
| 296 |
"path": "hf_space:data/live_publication_status.json",
|
| 297 |
"exists": true,
|
| 298 |
-
"bytes":
|
| 299 |
-
"sha256": "
|
| 300 |
},
|
| 301 |
"hf_artifacts": {
|
| 302 |
"path": "hf_artifacts:docs/data/live_publication_status.json",
|
| 303 |
"exists": true,
|
| 304 |
-
"bytes":
|
| 305 |
-
"sha256": "
|
| 306 |
},
|
| 307 |
"hf_model": {
|
| 308 |
"path": "hf_model:metrics/live_publication_status.json",
|
| 309 |
"exists": true,
|
| 310 |
-
"bytes":
|
| 311 |
-
"sha256": "
|
| 312 |
}
|
| 313 |
},
|
| 314 |
"failures": []
|
|
@@ -381,27 +381,27 @@
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/omni_model_comparison.json",
|
| 383 |
"exists": true,
|
| 384 |
-
"bytes":
|
| 385 |
-
"sha256": "
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/omni_model_comparison.json",
|
| 390 |
"exists": true,
|
| 391 |
-
"bytes":
|
| 392 |
-
"sha256": "
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/omni_model_comparison.json",
|
| 396 |
"exists": true,
|
| 397 |
-
"bytes":
|
| 398 |
-
"sha256": "
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/omni_model_comparison.json",
|
| 402 |
"exists": true,
|
| 403 |
-
"bytes":
|
| 404 |
-
"sha256": "
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
@@ -474,27 +474,27 @@
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_packet.json",
|
| 476 |
"exists": true,
|
| 477 |
-
"bytes":
|
| 478 |
-
"sha256": "
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_packet.json",
|
| 483 |
"exists": true,
|
| 484 |
-
"bytes":
|
| 485 |
-
"sha256": "
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 489 |
"exists": true,
|
| 490 |
-
"bytes":
|
| 491 |
-
"sha256": "
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_packet.json",
|
| 495 |
"exists": true,
|
| 496 |
-
"bytes":
|
| 497 |
-
"sha256": "
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
@@ -505,27 +505,27 @@
|
|
| 505 |
"local": {
|
| 506 |
"path": "repo:docs/data/project_status.json",
|
| 507 |
"exists": true,
|
| 508 |
-
"bytes":
|
| 509 |
-
"sha256": "
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/project_status.json",
|
| 514 |
"exists": true,
|
| 515 |
-
"bytes":
|
| 516 |
-
"sha256": "
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 520 |
"exists": true,
|
| 521 |
-
"bytes":
|
| 522 |
-
"sha256": "
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/project_status.json",
|
| 526 |
"exists": true,
|
| 527 |
-
"bytes":
|
| 528 |
-
"sha256": "
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
@@ -537,26 +537,26 @@
|
|
| 537 |
"path": "repo:docs/data/publication_audit.json",
|
| 538 |
"exists": true,
|
| 539 |
"bytes": 7212,
|
| 540 |
-
"sha256": "
|
| 541 |
},
|
| 542 |
"mirrors": {
|
| 543 |
"hf_space": {
|
| 544 |
"path": "hf_space:data/publication_audit.json",
|
| 545 |
"exists": true,
|
| 546 |
"bytes": 7212,
|
| 547 |
-
"sha256": "
|
| 548 |
},
|
| 549 |
"hf_artifacts": {
|
| 550 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 551 |
"exists": true,
|
| 552 |
"bytes": 7212,
|
| 553 |
-
"sha256": "
|
| 554 |
},
|
| 555 |
"hf_model": {
|
| 556 |
"path": "hf_model:metrics/publication_audit.json",
|
| 557 |
"exists": true,
|
| 558 |
"bytes": 7212,
|
| 559 |
-
"sha256": "
|
| 560 |
}
|
| 561 |
},
|
| 562 |
"failures": []
|
|
@@ -1033,26 +1033,26 @@
|
|
| 1033 |
"path": "repo:docs/data/website_integrity.json",
|
| 1034 |
"exists": true,
|
| 1035 |
"bytes": 15375,
|
| 1036 |
-
"sha256": "
|
| 1037 |
},
|
| 1038 |
"mirrors": {
|
| 1039 |
"hf_space": {
|
| 1040 |
"path": "hf_space:data/website_integrity.json",
|
| 1041 |
"exists": true,
|
| 1042 |
"bytes": 15375,
|
| 1043 |
-
"sha256": "
|
| 1044 |
},
|
| 1045 |
"hf_artifacts": {
|
| 1046 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1047 |
"exists": true,
|
| 1048 |
"bytes": 15375,
|
| 1049 |
-
"sha256": "
|
| 1050 |
},
|
| 1051 |
"hf_model": {
|
| 1052 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1053 |
"exists": true,
|
| 1054 |
"bytes": 15375,
|
| 1055 |
-
"sha256": "
|
| 1056 |
}
|
| 1057 |
},
|
| 1058 |
"failures": []
|
|
@@ -1785,21 +1785,21 @@
|
|
| 1785 |
"local": {
|
| 1786 |
"path": "repo:scripts/omni/build_omni_model_comparison.py",
|
| 1787 |
"exists": true,
|
| 1788 |
-
"bytes":
|
| 1789 |
-
"sha256": "
|
| 1790 |
},
|
| 1791 |
"mirrors": {
|
| 1792 |
"hf_artifacts": {
|
| 1793 |
"path": "hf_artifacts:scripts/omni/build_omni_model_comparison.py",
|
| 1794 |
"exists": true,
|
| 1795 |
-
"bytes":
|
| 1796 |
-
"sha256": "
|
| 1797 |
},
|
| 1798 |
"hf_model": {
|
| 1799 |
"path": "hf_model:scripts/omni/build_omni_model_comparison.py",
|
| 1800 |
"exists": true,
|
| 1801 |
-
"bytes":
|
| 1802 |
-
"sha256": "
|
| 1803 |
}
|
| 1804 |
},
|
| 1805 |
"failures": []
|
|
@@ -1810,21 +1810,21 @@
|
|
| 1810 |
"local": {
|
| 1811 |
"path": "repo:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1812 |
"exists": true,
|
| 1813 |
-
"bytes":
|
| 1814 |
-
"sha256": "
|
| 1815 |
},
|
| 1816 |
"mirrors": {
|
| 1817 |
"hf_artifacts": {
|
| 1818 |
"path": "hf_artifacts:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1819 |
"exists": true,
|
| 1820 |
-
"bytes":
|
| 1821 |
-
"sha256": "
|
| 1822 |
},
|
| 1823 |
"hf_model": {
|
| 1824 |
"path": "hf_model:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1825 |
"exists": true,
|
| 1826 |
-
"bytes":
|
| 1827 |
-
"sha256": "
|
| 1828 |
}
|
| 1829 |
},
|
| 1830 |
"failures": []
|
|
@@ -2160,21 +2160,21 @@
|
|
| 2160 |
"local": {
|
| 2161 |
"path": "repo:scripts/verify_live_publication.py",
|
| 2162 |
"exists": true,
|
| 2163 |
-
"bytes":
|
| 2164 |
-
"sha256": "
|
| 2165 |
},
|
| 2166 |
"mirrors": {
|
| 2167 |
"hf_artifacts": {
|
| 2168 |
"path": "hf_artifacts:scripts/verify_live_publication.py",
|
| 2169 |
"exists": true,
|
| 2170 |
-
"bytes":
|
| 2171 |
-
"sha256": "
|
| 2172 |
},
|
| 2173 |
"hf_model": {
|
| 2174 |
"path": "hf_model:scripts/verify_live_publication.py",
|
| 2175 |
"exists": true,
|
| 2176 |
-
"bytes":
|
| 2177 |
-
"sha256": "
|
| 2178 |
}
|
| 2179 |
},
|
| 2180 |
"failures": []
|
|
@@ -2410,21 +2410,21 @@
|
|
| 2410 |
"local": {
|
| 2411 |
"path": "repo:docs/index.html",
|
| 2412 |
"exists": true,
|
| 2413 |
-
"bytes":
|
| 2414 |
-
"sha256": "
|
| 2415 |
},
|
| 2416 |
"mirrors": {
|
| 2417 |
"hf_space": {
|
| 2418 |
"path": "hf_space:index.html",
|
| 2419 |
"exists": true,
|
| 2420 |
-
"bytes":
|
| 2421 |
-
"sha256": "
|
| 2422 |
},
|
| 2423 |
"hf_artifacts_docs": {
|
| 2424 |
"path": "hf_artifacts:docs/index.html",
|
| 2425 |
"exists": true,
|
| 2426 |
-
"bytes":
|
| 2427 |
-
"sha256": "
|
| 2428 |
}
|
| 2429 |
},
|
| 2430 |
"failures": []
|
|
@@ -2696,27 +2696,27 @@
|
|
| 2696 |
"local": {
|
| 2697 |
"path": "repo:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2698 |
"exists": true,
|
| 2699 |
-
"bytes":
|
| 2700 |
-
"sha256": "
|
| 2701 |
},
|
| 2702 |
"mirrors": {
|
| 2703 |
"hf_space": {
|
| 2704 |
"path": "hf_space:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2705 |
"exists": true,
|
| 2706 |
-
"bytes":
|
| 2707 |
-
"sha256": "
|
| 2708 |
},
|
| 2709 |
"hf_artifacts": {
|
| 2710 |
"path": "hf_artifacts:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2711 |
"exists": true,
|
| 2712 |
-
"bytes":
|
| 2713 |
-
"sha256": "
|
| 2714 |
},
|
| 2715 |
"hf_model": {
|
| 2716 |
"path": "hf_model:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2717 |
"exists": true,
|
| 2718 |
-
"bytes":
|
| 2719 |
-
"sha256": "
|
| 2720 |
}
|
| 2721 |
},
|
| 2722 |
"failures": []
|
|
@@ -3248,6 +3248,440 @@
|
|
| 3248 |
},
|
| 3249 |
"failures": []
|
| 3250 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3251 |
{
|
| 3252 |
"name": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/PUBLIC_RESULT_SUMMARY.md",
|
| 3253 |
"status": "pass",
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T09:16:34+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 197,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 288 |
"local": {
|
| 289 |
"path": "repo:docs/data/live_publication_status.json",
|
| 290 |
"exists": true,
|
| 291 |
+
"bytes": 74880,
|
| 292 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 293 |
},
|
| 294 |
"mirrors": {
|
| 295 |
"hf_space": {
|
| 296 |
"path": "hf_space:data/live_publication_status.json",
|
| 297 |
"exists": true,
|
| 298 |
+
"bytes": 74880,
|
| 299 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 300 |
},
|
| 301 |
"hf_artifacts": {
|
| 302 |
"path": "hf_artifacts:docs/data/live_publication_status.json",
|
| 303 |
"exists": true,
|
| 304 |
+
"bytes": 74880,
|
| 305 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 306 |
},
|
| 307 |
"hf_model": {
|
| 308 |
"path": "hf_model:metrics/live_publication_status.json",
|
| 309 |
"exists": true,
|
| 310 |
+
"bytes": 74880,
|
| 311 |
+
"sha256": "92e1db87a7cb928a587e23179ca82894c86cbc7537d82ade2065741db5b85a09"
|
| 312 |
}
|
| 313 |
},
|
| 314 |
"failures": []
|
|
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/omni_model_comparison.json",
|
| 383 |
"exists": true,
|
| 384 |
+
"bytes": 42015,
|
| 385 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/omni_model_comparison.json",
|
| 390 |
"exists": true,
|
| 391 |
+
"bytes": 42015,
|
| 392 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/omni_model_comparison.json",
|
| 396 |
"exists": true,
|
| 397 |
+
"bytes": 42015,
|
| 398 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/omni_model_comparison.json",
|
| 402 |
"exists": true,
|
| 403 |
+
"bytes": 42015,
|
| 404 |
+
"sha256": "f74673dcc879ba73f7bc3210d8716ae5ad5d7de70ee76d59f56bb24443669c12"
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_packet.json",
|
| 476 |
"exists": true,
|
| 477 |
+
"bytes": 8005,
|
| 478 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_packet.json",
|
| 483 |
"exists": true,
|
| 484 |
+
"bytes": 8005,
|
| 485 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 489 |
"exists": true,
|
| 490 |
+
"bytes": 8005,
|
| 491 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_packet.json",
|
| 495 |
"exists": true,
|
| 496 |
+
"bytes": 8005,
|
| 497 |
+
"sha256": "2258fecb80850c745e60cb28733869c49a5182879d9d0461b666a5575e3c1610"
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
|
|
| 505 |
"local": {
|
| 506 |
"path": "repo:docs/data/project_status.json",
|
| 507 |
"exists": true,
|
| 508 |
+
"bytes": 16400,
|
| 509 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/project_status.json",
|
| 514 |
"exists": true,
|
| 515 |
+
"bytes": 16400,
|
| 516 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 520 |
"exists": true,
|
| 521 |
+
"bytes": 16400,
|
| 522 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/project_status.json",
|
| 526 |
"exists": true,
|
| 527 |
+
"bytes": 16400,
|
| 528 |
+
"sha256": "0ef6b75a18793906e3f0c45e3b37f4023c6a3af9fcf7367bfa43924f161b6eff"
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
|
|
| 537 |
"path": "repo:docs/data/publication_audit.json",
|
| 538 |
"exists": true,
|
| 539 |
"bytes": 7212,
|
| 540 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 541 |
},
|
| 542 |
"mirrors": {
|
| 543 |
"hf_space": {
|
| 544 |
"path": "hf_space:data/publication_audit.json",
|
| 545 |
"exists": true,
|
| 546 |
"bytes": 7212,
|
| 547 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 548 |
},
|
| 549 |
"hf_artifacts": {
|
| 550 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 551 |
"exists": true,
|
| 552 |
"bytes": 7212,
|
| 553 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 554 |
},
|
| 555 |
"hf_model": {
|
| 556 |
"path": "hf_model:metrics/publication_audit.json",
|
| 557 |
"exists": true,
|
| 558 |
"bytes": 7212,
|
| 559 |
+
"sha256": "09b96a07c36be7fb5a2686fadf1748341c0102aaaa03d4f4c6105ffb2eeec677"
|
| 560 |
}
|
| 561 |
},
|
| 562 |
"failures": []
|
|
|
|
| 1033 |
"path": "repo:docs/data/website_integrity.json",
|
| 1034 |
"exists": true,
|
| 1035 |
"bytes": 15375,
|
| 1036 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1037 |
},
|
| 1038 |
"mirrors": {
|
| 1039 |
"hf_space": {
|
| 1040 |
"path": "hf_space:data/website_integrity.json",
|
| 1041 |
"exists": true,
|
| 1042 |
"bytes": 15375,
|
| 1043 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1044 |
},
|
| 1045 |
"hf_artifacts": {
|
| 1046 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1047 |
"exists": true,
|
| 1048 |
"bytes": 15375,
|
| 1049 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1050 |
},
|
| 1051 |
"hf_model": {
|
| 1052 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1053 |
"exists": true,
|
| 1054 |
"bytes": 15375,
|
| 1055 |
+
"sha256": "9c0d40d0c8d445b22944232dc9194c98cf26c0f2fbc4e8a4c33d6bca49ed234f"
|
| 1056 |
}
|
| 1057 |
},
|
| 1058 |
"failures": []
|
|
|
|
| 1785 |
"local": {
|
| 1786 |
"path": "repo:scripts/omni/build_omni_model_comparison.py",
|
| 1787 |
"exists": true,
|
| 1788 |
+
"bytes": 27997,
|
| 1789 |
+
"sha256": "6f59fa792f26a4834cf168af92f50bb5a1f5e4de7449360dae87afc51cf5e0de"
|
| 1790 |
},
|
| 1791 |
"mirrors": {
|
| 1792 |
"hf_artifacts": {
|
| 1793 |
"path": "hf_artifacts:scripts/omni/build_omni_model_comparison.py",
|
| 1794 |
"exists": true,
|
| 1795 |
+
"bytes": 27997,
|
| 1796 |
+
"sha256": "6f59fa792f26a4834cf168af92f50bb5a1f5e4de7449360dae87afc51cf5e0de"
|
| 1797 |
},
|
| 1798 |
"hf_model": {
|
| 1799 |
"path": "hf_model:scripts/omni/build_omni_model_comparison.py",
|
| 1800 |
"exists": true,
|
| 1801 |
+
"bytes": 27997,
|
| 1802 |
+
"sha256": "6f59fa792f26a4834cf168af92f50bb5a1f5e4de7449360dae87afc51cf5e0de"
|
| 1803 |
}
|
| 1804 |
},
|
| 1805 |
"failures": []
|
|
|
|
| 1810 |
"local": {
|
| 1811 |
"path": "repo:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1812 |
"exists": true,
|
| 1813 |
+
"bytes": 10710,
|
| 1814 |
+
"sha256": "c5f33f7030e6861ccab465b71d4c1b4209b8fbbcebdca882aa5c7e8d70e76b37"
|
| 1815 |
},
|
| 1816 |
"mirrors": {
|
| 1817 |
"hf_artifacts": {
|
| 1818 |
"path": "hf_artifacts:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1819 |
"exists": true,
|
| 1820 |
+
"bytes": 10710,
|
| 1821 |
+
"sha256": "c5f33f7030e6861ccab465b71d4c1b4209b8fbbcebdca882aa5c7e8d70e76b37"
|
| 1822 |
},
|
| 1823 |
"hf_model": {
|
| 1824 |
"path": "hf_model:scripts/omni/prepare_qwen3_lora_hf_package.py",
|
| 1825 |
"exists": true,
|
| 1826 |
+
"bytes": 10710,
|
| 1827 |
+
"sha256": "c5f33f7030e6861ccab465b71d4c1b4209b8fbbcebdca882aa5c7e8d70e76b37"
|
| 1828 |
}
|
| 1829 |
},
|
| 1830 |
"failures": []
|
|
|
|
| 2160 |
"local": {
|
| 2161 |
"path": "repo:scripts/verify_live_publication.py",
|
| 2162 |
"exists": true,
|
| 2163 |
+
"bytes": 36177,
|
| 2164 |
+
"sha256": "ee6da5525c61b20ede12f0a0602a4941ce5652baedfa03b361d353c16b1a301d"
|
| 2165 |
},
|
| 2166 |
"mirrors": {
|
| 2167 |
"hf_artifacts": {
|
| 2168 |
"path": "hf_artifacts:scripts/verify_live_publication.py",
|
| 2169 |
"exists": true,
|
| 2170 |
+
"bytes": 36177,
|
| 2171 |
+
"sha256": "ee6da5525c61b20ede12f0a0602a4941ce5652baedfa03b361d353c16b1a301d"
|
| 2172 |
},
|
| 2173 |
"hf_model": {
|
| 2174 |
"path": "hf_model:scripts/verify_live_publication.py",
|
| 2175 |
"exists": true,
|
| 2176 |
+
"bytes": 36177,
|
| 2177 |
+
"sha256": "ee6da5525c61b20ede12f0a0602a4941ce5652baedfa03b361d353c16b1a301d"
|
| 2178 |
}
|
| 2179 |
},
|
| 2180 |
"failures": []
|
|
|
|
| 2410 |
"local": {
|
| 2411 |
"path": "repo:docs/index.html",
|
| 2412 |
"exists": true,
|
| 2413 |
+
"bytes": 180715,
|
| 2414 |
+
"sha256": "c1a311421a1567227e36c53a0ec0a4e993b44bff2c7ff3e43790d5fca959f7d5"
|
| 2415 |
},
|
| 2416 |
"mirrors": {
|
| 2417 |
"hf_space": {
|
| 2418 |
"path": "hf_space:index.html",
|
| 2419 |
"exists": true,
|
| 2420 |
+
"bytes": 180715,
|
| 2421 |
+
"sha256": "c1a311421a1567227e36c53a0ec0a4e993b44bff2c7ff3e43790d5fca959f7d5"
|
| 2422 |
},
|
| 2423 |
"hf_artifacts_docs": {
|
| 2424 |
"path": "hf_artifacts:docs/index.html",
|
| 2425 |
"exists": true,
|
| 2426 |
+
"bytes": 180715,
|
| 2427 |
+
"sha256": "c1a311421a1567227e36c53a0ec0a4e993b44bff2c7ff3e43790d5fca959f7d5"
|
| 2428 |
}
|
| 2429 |
},
|
| 2430 |
"failures": []
|
|
|
|
| 2696 |
"local": {
|
| 2697 |
"path": "repo:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2698 |
"exists": true,
|
| 2699 |
+
"bytes": 8275,
|
| 2700 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2701 |
},
|
| 2702 |
"mirrors": {
|
| 2703 |
"hf_space": {
|
| 2704 |
"path": "hf_space:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2705 |
"exists": true,
|
| 2706 |
+
"bytes": 8275,
|
| 2707 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2708 |
},
|
| 2709 |
"hf_artifacts": {
|
| 2710 |
"path": "hf_artifacts:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2711 |
"exists": true,
|
| 2712 |
+
"bytes": 8275,
|
| 2713 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2714 |
},
|
| 2715 |
"hf_model": {
|
| 2716 |
"path": "hf_model:results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 2717 |
"exists": true,
|
| 2718 |
+
"bytes": 8275,
|
| 2719 |
+
"sha256": "b30089afb6e54a32b64b79d48fdd995c79123da6dda11b6dca8eeb675bd25edb"
|
| 2720 |
}
|
| 2721 |
},
|
| 2722 |
"failures": []
|
|
|
|
| 3248 |
},
|
| 3249 |
"failures": []
|
| 3250 |
},
|
| 3251 |
+
{
|
| 3252 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3253 |
+
"status": "pass",
|
| 3254 |
+
"local": {
|
| 3255 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3256 |
+
"exists": true,
|
| 3257 |
+
"bytes": 979,
|
| 3258 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3259 |
+
},
|
| 3260 |
+
"mirrors": {
|
| 3261 |
+
"hf_space": {
|
| 3262 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3263 |
+
"exists": true,
|
| 3264 |
+
"bytes": 979,
|
| 3265 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3266 |
+
},
|
| 3267 |
+
"hf_artifacts": {
|
| 3268 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3269 |
+
"exists": true,
|
| 3270 |
+
"bytes": 979,
|
| 3271 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3272 |
+
},
|
| 3273 |
+
"hf_model": {
|
| 3274 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/PUBLIC_RESULT_SUMMARY.md",
|
| 3275 |
+
"exists": true,
|
| 3276 |
+
"bytes": 979,
|
| 3277 |
+
"sha256": "1c17ac8b08e522abaf606a32982086295c577c81f94a3495ea2b9b6a50f83d74"
|
| 3278 |
+
}
|
| 3279 |
+
},
|
| 3280 |
+
"failures": []
|
| 3281 |
+
},
|
| 3282 |
+
{
|
| 3283 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3284 |
+
"status": "pass",
|
| 3285 |
+
"local": {
|
| 3286 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3287 |
+
"exists": true,
|
| 3288 |
+
"bytes": 252195,
|
| 3289 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3290 |
+
},
|
| 3291 |
+
"mirrors": {
|
| 3292 |
+
"hf_space": {
|
| 3293 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3294 |
+
"exists": true,
|
| 3295 |
+
"bytes": 252195,
|
| 3296 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3297 |
+
},
|
| 3298 |
+
"hf_artifacts": {
|
| 3299 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3300 |
+
"exists": true,
|
| 3301 |
+
"bytes": 252195,
|
| 3302 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3303 |
+
},
|
| 3304 |
+
"hf_model": {
|
| 3305 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/dataset_manifest.json",
|
| 3306 |
+
"exists": true,
|
| 3307 |
+
"bytes": 252195,
|
| 3308 |
+
"sha256": "01d836079c7c9dd652a73cdde7bf50f9ca7b51b347a35c0a2e5239ea240e21d8"
|
| 3309 |
+
}
|
| 3310 |
+
},
|
| 3311 |
+
"failures": []
|
| 3312 |
+
},
|
| 3313 |
+
{
|
| 3314 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3315 |
+
"status": "pass",
|
| 3316 |
+
"local": {
|
| 3317 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3318 |
+
"exists": true,
|
| 3319 |
+
"bytes": 753255,
|
| 3320 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3321 |
+
},
|
| 3322 |
+
"mirrors": {
|
| 3323 |
+
"hf_space": {
|
| 3324 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3325 |
+
"exists": true,
|
| 3326 |
+
"bytes": 753255,
|
| 3327 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3328 |
+
},
|
| 3329 |
+
"hf_artifacts": {
|
| 3330 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3331 |
+
"exists": true,
|
| 3332 |
+
"bytes": 753255,
|
| 3333 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3334 |
+
},
|
| 3335 |
+
"hf_model": {
|
| 3336 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/dataset/episode_manifest.json",
|
| 3337 |
+
"exists": true,
|
| 3338 |
+
"bytes": 753255,
|
| 3339 |
+
"sha256": "d47f7acf526e2328c7203f6d317c9b188abf03f69c3108fc47e5e7d9a543f638"
|
| 3340 |
+
}
|
| 3341 |
+
},
|
| 3342 |
+
"failures": []
|
| 3343 |
+
},
|
| 3344 |
+
{
|
| 3345 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3346 |
+
"status": "pass",
|
| 3347 |
+
"local": {
|
| 3348 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3349 |
+
"exists": true,
|
| 3350 |
+
"bytes": 549,
|
| 3351 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3352 |
+
},
|
| 3353 |
+
"mirrors": {
|
| 3354 |
+
"hf_space": {
|
| 3355 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3356 |
+
"exists": true,
|
| 3357 |
+
"bytes": 549,
|
| 3358 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3359 |
+
},
|
| 3360 |
+
"hf_artifacts": {
|
| 3361 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3362 |
+
"exists": true,
|
| 3363 |
+
"bytes": 549,
|
| 3364 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3365 |
+
},
|
| 3366 |
+
"hf_model": {
|
| 3367 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/RUN_REPORT.md",
|
| 3368 |
+
"exists": true,
|
| 3369 |
+
"bytes": 549,
|
| 3370 |
+
"sha256": "9a3edf661c75956335137f98fa4cd40071bcc0a66e7553bb614375f2e2e2ac22"
|
| 3371 |
+
}
|
| 3372 |
+
},
|
| 3373 |
+
"failures": []
|
| 3374 |
+
},
|
| 3375 |
+
{
|
| 3376 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3377 |
+
"status": "pass",
|
| 3378 |
+
"local": {
|
| 3379 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3380 |
+
"exists": true,
|
| 3381 |
+
"bytes": 2945533,
|
| 3382 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3383 |
+
},
|
| 3384 |
+
"mirrors": {
|
| 3385 |
+
"hf_space": {
|
| 3386 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3387 |
+
"exists": true,
|
| 3388 |
+
"bytes": 2945533,
|
| 3389 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3390 |
+
},
|
| 3391 |
+
"hf_artifacts": {
|
| 3392 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3393 |
+
"exists": true,
|
| 3394 |
+
"bytes": 2945533,
|
| 3395 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3396 |
+
},
|
| 3397 |
+
"hf_model": {
|
| 3398 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/confusion_matrix.csv",
|
| 3399 |
+
"exists": true,
|
| 3400 |
+
"bytes": 2945533,
|
| 3401 |
+
"sha256": "93d2bb3a87cb50fbaa56ec1bc1c83ae1559fadc946f083c917ef0b239e416791"
|
| 3402 |
+
}
|
| 3403 |
+
},
|
| 3404 |
+
"failures": []
|
| 3405 |
+
},
|
| 3406 |
+
{
|
| 3407 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3408 |
+
"status": "pass",
|
| 3409 |
+
"local": {
|
| 3410 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3411 |
+
"exists": true,
|
| 3412 |
+
"bytes": 48156,
|
| 3413 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3414 |
+
},
|
| 3415 |
+
"mirrors": {
|
| 3416 |
+
"hf_space": {
|
| 3417 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3418 |
+
"exists": true,
|
| 3419 |
+
"bytes": 48156,
|
| 3420 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3421 |
+
},
|
| 3422 |
+
"hf_artifacts": {
|
| 3423 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3424 |
+
"exists": true,
|
| 3425 |
+
"bytes": 48156,
|
| 3426 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3427 |
+
},
|
| 3428 |
+
"hf_model": {
|
| 3429 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/metrics.json",
|
| 3430 |
+
"exists": true,
|
| 3431 |
+
"bytes": 48156,
|
| 3432 |
+
"sha256": "138b9de0ba2cda7b273c47a59656f5abc85c435a64108d9932bc3611143e5d8e"
|
| 3433 |
+
}
|
| 3434 |
+
},
|
| 3435 |
+
"failures": []
|
| 3436 |
+
},
|
| 3437 |
+
{
|
| 3438 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3439 |
+
"status": "pass",
|
| 3440 |
+
"local": {
|
| 3441 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3442 |
+
"exists": true,
|
| 3443 |
+
"bytes": 47362,
|
| 3444 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3445 |
+
},
|
| 3446 |
+
"mirrors": {
|
| 3447 |
+
"hf_space": {
|
| 3448 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3449 |
+
"exists": true,
|
| 3450 |
+
"bytes": 47362,
|
| 3451 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3452 |
+
},
|
| 3453 |
+
"hf_artifacts": {
|
| 3454 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3455 |
+
"exists": true,
|
| 3456 |
+
"bytes": 47362,
|
| 3457 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3458 |
+
},
|
| 3459 |
+
"hf_model": {
|
| 3460 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/per_class_metrics.csv",
|
| 3461 |
+
"exists": true,
|
| 3462 |
+
"bytes": 47362,
|
| 3463 |
+
"sha256": "5e0818f6944cbc201f0d68ca8f7b716d12190d386f41905002de9e7af52c1297"
|
| 3464 |
+
}
|
| 3465 |
+
},
|
| 3466 |
+
"failures": []
|
| 3467 |
+
},
|
| 3468 |
+
{
|
| 3469 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3470 |
+
"status": "pass",
|
| 3471 |
+
"local": {
|
| 3472 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3473 |
+
"exists": true,
|
| 3474 |
+
"bytes": 370598,
|
| 3475 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3476 |
+
},
|
| 3477 |
+
"mirrors": {
|
| 3478 |
+
"hf_space": {
|
| 3479 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3480 |
+
"exists": true,
|
| 3481 |
+
"bytes": 370598,
|
| 3482 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3483 |
+
},
|
| 3484 |
+
"hf_artifacts": {
|
| 3485 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3486 |
+
"exists": true,
|
| 3487 |
+
"bytes": 370598,
|
| 3488 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3489 |
+
},
|
| 3490 |
+
"hf_model": {
|
| 3491 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.csv",
|
| 3492 |
+
"exists": true,
|
| 3493 |
+
"bytes": 370598,
|
| 3494 |
+
"sha256": "0355d0bfca98e120cbd90e9cee006ca9171892a96272efffffb34d391f485765"
|
| 3495 |
+
}
|
| 3496 |
+
},
|
| 3497 |
+
"failures": []
|
| 3498 |
+
},
|
| 3499 |
+
{
|
| 3500 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3501 |
+
"status": "pass",
|
| 3502 |
+
"local": {
|
| 3503 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3504 |
+
"exists": true,
|
| 3505 |
+
"bytes": 691175,
|
| 3506 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3507 |
+
},
|
| 3508 |
+
"mirrors": {
|
| 3509 |
+
"hf_space": {
|
| 3510 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3511 |
+
"exists": true,
|
| 3512 |
+
"bytes": 691175,
|
| 3513 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3514 |
+
},
|
| 3515 |
+
"hf_artifacts": {
|
| 3516 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3517 |
+
"exists": true,
|
| 3518 |
+
"bytes": 691175,
|
| 3519 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3520 |
+
},
|
| 3521 |
+
"hf_model": {
|
| 3522 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/predictions.jsonl",
|
| 3523 |
+
"exists": true,
|
| 3524 |
+
"bytes": 691175,
|
| 3525 |
+
"sha256": "0304de8b96f4bf8cb6b63e65f4e3ebb5219af33d8ba8169fd9b4a530f4446913"
|
| 3526 |
+
}
|
| 3527 |
+
},
|
| 3528 |
+
"failures": []
|
| 3529 |
+
},
|
| 3530 |
+
{
|
| 3531 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3532 |
+
"status": "pass",
|
| 3533 |
+
"local": {
|
| 3534 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3535 |
+
"exists": true,
|
| 3536 |
+
"bytes": 771,
|
| 3537 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3538 |
+
},
|
| 3539 |
+
"mirrors": {
|
| 3540 |
+
"hf_space": {
|
| 3541 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3542 |
+
"exists": true,
|
| 3543 |
+
"bytes": 771,
|
| 3544 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3545 |
+
},
|
| 3546 |
+
"hf_artifacts": {
|
| 3547 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3548 |
+
"exists": true,
|
| 3549 |
+
"bytes": 771,
|
| 3550 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3551 |
+
},
|
| 3552 |
+
"hf_model": {
|
| 3553 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/eval/server_info.json",
|
| 3554 |
+
"exists": true,
|
| 3555 |
+
"bytes": 771,
|
| 3556 |
+
"sha256": "fc17cae4b18e207b311c4589a2d425850ad260b49d423ae7d6515c33916688d0"
|
| 3557 |
+
}
|
| 3558 |
+
},
|
| 3559 |
+
"failures": []
|
| 3560 |
+
},
|
| 3561 |
+
{
|
| 3562 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3563 |
+
"status": "pass",
|
| 3564 |
+
"local": {
|
| 3565 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3566 |
+
"exists": true,
|
| 3567 |
+
"bytes": 566,
|
| 3568 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3569 |
+
},
|
| 3570 |
+
"mirrors": {
|
| 3571 |
+
"hf_space": {
|
| 3572 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3573 |
+
"exists": true,
|
| 3574 |
+
"bytes": 566,
|
| 3575 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3576 |
+
},
|
| 3577 |
+
"hf_artifacts": {
|
| 3578 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3579 |
+
"exists": true,
|
| 3580 |
+
"bytes": 566,
|
| 3581 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3582 |
+
},
|
| 3583 |
+
"hf_model": {
|
| 3584 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/progress.jsonl",
|
| 3585 |
+
"exists": true,
|
| 3586 |
+
"bytes": 566,
|
| 3587 |
+
"sha256": "383eba70eb72485989f4f946b2524175dd49c32d328e9add99cc743a439e6ef6"
|
| 3588 |
+
}
|
| 3589 |
+
},
|
| 3590 |
+
"failures": []
|
| 3591 |
+
},
|
| 3592 |
+
{
|
| 3593 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3594 |
+
"status": "pass",
|
| 3595 |
+
"local": {
|
| 3596 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3597 |
+
"exists": true,
|
| 3598 |
+
"bytes": 1529,
|
| 3599 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3600 |
+
},
|
| 3601 |
+
"mirrors": {
|
| 3602 |
+
"hf_space": {
|
| 3603 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3604 |
+
"exists": true,
|
| 3605 |
+
"bytes": 1529,
|
| 3606 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3607 |
+
},
|
| 3608 |
+
"hf_artifacts": {
|
| 3609 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3610 |
+
"exists": true,
|
| 3611 |
+
"bytes": 1529,
|
| 3612 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3613 |
+
},
|
| 3614 |
+
"hf_model": {
|
| 3615 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/training/training_metadata.json",
|
| 3616 |
+
"exists": true,
|
| 3617 |
+
"bytes": 1529,
|
| 3618 |
+
"sha256": "148e2c88b7eecbd979fa7a245a8ecc5acd8287530f5afe82526fc6e7867486f2"
|
| 3619 |
+
}
|
| 3620 |
+
},
|
| 3621 |
+
"failures": []
|
| 3622 |
+
},
|
| 3623 |
+
{
|
| 3624 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3625 |
+
"status": "pass",
|
| 3626 |
+
"local": {
|
| 3627 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3628 |
+
"exists": true,
|
| 3629 |
+
"bytes": 3146,
|
| 3630 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3631 |
+
},
|
| 3632 |
+
"mirrors": {
|
| 3633 |
+
"hf_space": {
|
| 3634 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3635 |
+
"exists": true,
|
| 3636 |
+
"bytes": 3146,
|
| 3637 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3638 |
+
},
|
| 3639 |
+
"hf_artifacts": {
|
| 3640 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3641 |
+
"exists": true,
|
| 3642 |
+
"bytes": 3146,
|
| 3643 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3644 |
+
},
|
| 3645 |
+
"hf_model": {
|
| 3646 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/validation/eval.json",
|
| 3647 |
+
"exists": true,
|
| 3648 |
+
"bytes": 3146,
|
| 3649 |
+
"sha256": "8ab674b7b59a633f89e3283a8cd0ae0a384e89bb0d143b6f3e93c86437f10bda"
|
| 3650 |
+
}
|
| 3651 |
+
},
|
| 3652 |
+
"failures": []
|
| 3653 |
+
},
|
| 3654 |
+
{
|
| 3655 |
+
"name": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3656 |
+
"status": "pass",
|
| 3657 |
+
"local": {
|
| 3658 |
+
"path": "repo:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3659 |
+
"exists": true,
|
| 3660 |
+
"bytes": 5693,
|
| 3661 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3662 |
+
},
|
| 3663 |
+
"mirrors": {
|
| 3664 |
+
"hf_space": {
|
| 3665 |
+
"path": "hf_space:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3666 |
+
"exists": true,
|
| 3667 |
+
"bytes": 5693,
|
| 3668 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3669 |
+
},
|
| 3670 |
+
"hf_artifacts": {
|
| 3671 |
+
"path": "hf_artifacts:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3672 |
+
"exists": true,
|
| 3673 |
+
"bytes": 5693,
|
| 3674 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3675 |
+
},
|
| 3676 |
+
"hf_model": {
|
| 3677 |
+
"path": "hf_model:results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 3678 |
+
"exists": true,
|
| 3679 |
+
"bytes": 5693,
|
| 3680 |
+
"sha256": "6e263015a73dbcd8d9dd2fa036348d1a20c3e4aecfd1f6bf43d1b9f923320b91"
|
| 3681 |
+
}
|
| 3682 |
+
},
|
| 3683 |
+
"failures": []
|
| 3684 |
+
},
|
| 3685 |
{
|
| 3686 |
"name": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/PUBLIC_RESULT_SUMMARY.md",
|
| 3687 |
"status": "pass",
|
docs/data/omni_model_comparison.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
{
|
| 2 |
-
"title": "Ropedia Xperience-10M Current Result Versions",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"status": "pass",
|
| 5 |
"version_count": 3,
|
| 6 |
-
"
|
|
|
|
| 7 |
"version_reading_notes": [
|
| 8 |
"Version 1 is the public-sample 12-task harness with minimal and neural heads.",
|
| 9 |
"Version 2 is the selected 128-episode same-split simple/NN baseline alignment.",
|
| 10 |
-
"Version 3 is the verified model-branch layer: the current final Qwen3-Omni LoRA package is the JSON-task diagnostic result,
|
| 11 |
],
|
| 12 |
"versions": [
|
| 13 |
{
|
|
@@ -312,13 +313,16 @@
|
|
| 312 |
"source": "results/omni_finetune/verified_public/",
|
| 313 |
"split": "episode/session held-out split; exact task target depends on backbone contract",
|
| 314 |
"counts": {
|
| 315 |
-
"verified_branch_count":
|
| 316 |
"qwen3_verified_package_count": 3,
|
| 317 |
-
"cosmos3_verified_package_count":
|
|
|
|
|
|
|
| 318 |
},
|
| 319 |
"models": [
|
| 320 |
"Qwen3-Omni LoRA",
|
| 321 |
-
"Cosmos3-Nano future-window compatibility branch"
|
|
|
|
| 322 |
],
|
| 323 |
"branches": [
|
| 324 |
{
|
|
@@ -362,8 +366,286 @@
|
|
| 362 |
"val_loss": null,
|
| 363 |
"note": "closed-form mean-delta adapter; no Cosmos diffusion weights fine-tuned in this compatibility run"
|
| 364 |
}
|
| 365 |
-
]
|
|
|
|
|
|
|
| 366 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 367 |
{
|
| 368 |
"id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
| 369 |
"title": "Qwen3-Omni LoRA",
|
|
@@ -406,7 +688,9 @@
|
|
| 406 |
"val_loss": 0.0330660454928875,
|
| 407 |
"global_step": 356
|
| 408 |
}
|
| 409 |
-
]
|
|
|
|
|
|
|
| 410 |
},
|
| 411 |
{
|
| 412 |
"id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
|
@@ -450,7 +734,9 @@
|
|
| 450 |
"val_loss": null,
|
| 451 |
"global_step": 356
|
| 452 |
}
|
| 453 |
-
]
|
|
|
|
|
|
|
| 454 |
},
|
| 455 |
{
|
| 456 |
"id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
|
@@ -500,14 +786,147 @@
|
|
| 500 |
"val_loss": 0.027823254466056824,
|
| 501 |
"global_step": 712
|
| 502 |
}
|
| 503 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 504 |
}
|
| 505 |
],
|
| 506 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 507 |
}
|
| 508 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 509 |
"pending": [
|
| 510 |
"Use the final Qwen3 full-eval package as the current Qwen result; older Qwen package rows remain historical diagnostics for comparison.",
|
| 511 |
-
"Promote Cosmos3 from compatibility
|
| 512 |
]
|
| 513 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"title": "Ropedia Xperience-10M Current Result Versions and Model Groups",
|
| 3 |
+
"generated_at_utc": "2026-06-07T09:05:41+00:00",
|
| 4 |
"status": "pass",
|
| 5 |
"version_count": 3,
|
| 6 |
+
"model_group_count": 4,
|
| 7 |
+
"comparison_rule": "Compare only rows with the same scope and target. Single-episode raw-feature metrics, 128-episode metadata baselines, Qwen3 structured JSON metrics, and the two Cosmos3 targets answer different questions: Nano future-window retrieval versus Super structured JSON Reasoner evaluation.",
|
| 8 |
"version_reading_notes": [
|
| 9 |
"Version 1 is the public-sample 12-task harness with minimal and neural heads.",
|
| 10 |
"Version 2 is the selected 128-episode same-split simple/NN baseline alignment.",
|
| 11 |
+
"Version 3 is the verified model-branch layer: the current final Qwen3-Omni LoRA package is the JSON-task diagnostic result, Cosmos3-Nano is a future-window compatibility result, and Cosmos3-Super Reasoner is a base-weight JSON-task evaluation rather than a new fine-tuned weight release."
|
| 12 |
],
|
| 13 |
"versions": [
|
| 14 |
{
|
|
|
|
| 313 |
"source": "results/omni_finetune/verified_public/",
|
| 314 |
"split": "episode/session held-out split; exact task target depends on backbone contract",
|
| 315 |
"counts": {
|
| 316 |
+
"verified_branch_count": 5,
|
| 317 |
"qwen3_verified_package_count": 3,
|
| 318 |
+
"cosmos3_verified_package_count": 2,
|
| 319 |
+
"cosmos3_nano_verified_package_count": 1,
|
| 320 |
+
"cosmos3_super_verified_package_count": 1
|
| 321 |
},
|
| 322 |
"models": [
|
| 323 |
"Qwen3-Omni LoRA",
|
| 324 |
+
"Cosmos3-Nano future-window compatibility branch",
|
| 325 |
+
"Cosmos3-Super Reasoner base-weight evaluation"
|
| 326 |
],
|
| 327 |
"branches": [
|
| 328 |
{
|
|
|
|
| 366 |
"val_loss": null,
|
| 367 |
"note": "closed-form mean-delta adapter; no Cosmos diffusion weights fine-tuned in this compatibility run"
|
| 368 |
}
|
| 369 |
+
],
|
| 370 |
+
"is_current": true,
|
| 371 |
+
"weights_repository": "planned separate Cosmos3 model repo after a real Cosmos diffusion/LoRA fine-tune exists; current result remains artifacts-only"
|
| 372 |
},
|
| 373 |
+
{
|
| 374 |
+
"id": "xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607",
|
| 375 |
+
"title": "Cosmos3-Super Reasoner",
|
| 376 |
+
"status": "verified",
|
| 377 |
+
"backbone": "cosmos3_super_reasoner",
|
| 378 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 379 |
+
"training_objective": "zero_shot_structured_episode_understanding_json_qa_via_vllm_reasoner",
|
| 380 |
+
"source": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 381 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605",
|
| 382 |
+
"train_run_id": "xperience10m_cosmos3_super_reasoner_base_vllm_8gpu_20260607",
|
| 383 |
+
"eval_run_id": "xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607",
|
| 384 |
+
"counts": {
|
| 385 |
+
"dataset_samples": 3808,
|
| 386 |
+
"dataset_episodes": 119,
|
| 387 |
+
"split_counts": {
|
| 388 |
+
"train": 2848,
|
| 389 |
+
"val": 512,
|
| 390 |
+
"test": 448
|
| 391 |
+
},
|
| 392 |
+
"train_samples": 2848,
|
| 393 |
+
"val_samples": 512,
|
| 394 |
+
"eval_samples": 448,
|
| 395 |
+
"held_out_episode_count": 14,
|
| 396 |
+
"num_processes": 8
|
| 397 |
+
},
|
| 398 |
+
"primary_metrics": {
|
| 399 |
+
"json_validity_rate": 0.5111607142857143,
|
| 400 |
+
"action_macro_f1": 0.0008284021201089245,
|
| 401 |
+
"subtask_accuracy": 0.0,
|
| 402 |
+
"transition_accuracy": 0.36830357142857145,
|
| 403 |
+
"next_action_accuracy": 0.013392857142857142,
|
| 404 |
+
"contact_accuracy": 0.32142857142857145,
|
| 405 |
+
"object_micro_f1": 0.13704276146316333,
|
| 406 |
+
"held_out_episode_count": 14
|
| 407 |
+
},
|
| 408 |
+
"history": [],
|
| 409 |
+
"is_current": true,
|
| 410 |
+
"weights_repository": "none for this run: staged base nv-community/Cosmos3-Super weights were evaluated through vLLM; create a separate repo only after new adapter or fine-tuned weights exist"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
| 414 |
+
"title": "Qwen3-Omni LoRA",
|
| 415 |
+
"status": "verified",
|
| 416 |
+
"backbone": "qwen3_omni_lora",
|
| 417 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 418 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 419 |
+
"source": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/verified_result_summary.json",
|
| 420 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605",
|
| 421 |
+
"train_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_lora",
|
| 422 |
+
"eval_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
| 423 |
+
"counts": {
|
| 424 |
+
"dataset_samples": 3808,
|
| 425 |
+
"dataset_episodes": 119,
|
| 426 |
+
"split_counts": {
|
| 427 |
+
"train": 2848,
|
| 428 |
+
"val": 512,
|
| 429 |
+
"test": 448
|
| 430 |
+
},
|
| 431 |
+
"train_samples": 2848,
|
| 432 |
+
"val_samples": 512,
|
| 433 |
+
"eval_samples": 448,
|
| 434 |
+
"held_out_episode_count": 14,
|
| 435 |
+
"num_processes": 8
|
| 436 |
+
},
|
| 437 |
+
"primary_metrics": {
|
| 438 |
+
"json_validity_rate": 0.875,
|
| 439 |
+
"action_macro_f1": 0.0026621494447581404,
|
| 440 |
+
"subtask_accuracy": 0.006696428571428571,
|
| 441 |
+
"transition_accuracy": 0.8504464285714286,
|
| 442 |
+
"next_action_accuracy": 0.024553571428571428,
|
| 443 |
+
"contact_accuracy": 0.6450892857142857,
|
| 444 |
+
"object_micro_f1": 0.22299431459254582,
|
| 445 |
+
"held_out_episode_count": 14
|
| 446 |
+
},
|
| 447 |
+
"history": [
|
| 448 |
+
{
|
| 449 |
+
"epoch": 1,
|
| 450 |
+
"train_loss": 0.41304643672440994,
|
| 451 |
+
"val_loss": 0.0330660454928875,
|
| 452 |
+
"global_step": 356
|
| 453 |
+
}
|
| 454 |
+
],
|
| 455 |
+
"is_current": false,
|
| 456 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
| 460 |
+
"title": "Qwen3-Omni LoRA",
|
| 461 |
+
"status": "verified",
|
| 462 |
+
"backbone": "qwen3_omni_lora",
|
| 463 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 464 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 465 |
+
"source": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full/verified_result_summary.json",
|
| 466 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu",
|
| 467 |
+
"train_run_id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6",
|
| 468 |
+
"eval_run_id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
| 469 |
+
"counts": {
|
| 470 |
+
"dataset_samples": 3808,
|
| 471 |
+
"dataset_episodes": 119,
|
| 472 |
+
"split_counts": {
|
| 473 |
+
"train": 2848,
|
| 474 |
+
"val": 512,
|
| 475 |
+
"test": 448
|
| 476 |
+
},
|
| 477 |
+
"train_samples": 2848,
|
| 478 |
+
"val_samples": 0,
|
| 479 |
+
"eval_samples": 448,
|
| 480 |
+
"held_out_episode_count": 14,
|
| 481 |
+
"num_processes": 8
|
| 482 |
+
},
|
| 483 |
+
"primary_metrics": {
|
| 484 |
+
"json_validity_rate": 0.8526785714285714,
|
| 485 |
+
"action_macro_f1": 0.00213753459655099,
|
| 486 |
+
"subtask_accuracy": 0.004464285714285714,
|
| 487 |
+
"transition_accuracy": 0.828125,
|
| 488 |
+
"next_action_accuracy": 0.022321428571428572,
|
| 489 |
+
"contact_accuracy": 0.6517857142857143,
|
| 490 |
+
"object_micro_f1": 0.23062730627306272,
|
| 491 |
+
"held_out_episode_count": 14
|
| 492 |
+
},
|
| 493 |
+
"history": [
|
| 494 |
+
{
|
| 495 |
+
"epoch": 1,
|
| 496 |
+
"train_loss": 0.4121775626560694,
|
| 497 |
+
"val_loss": null,
|
| 498 |
+
"global_step": 356
|
| 499 |
+
}
|
| 500 |
+
],
|
| 501 |
+
"is_current": false,
|
| 502 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
| 506 |
+
"title": "Qwen3-Omni LoRA",
|
| 507 |
+
"status": "verified",
|
| 508 |
+
"backbone": "qwen3_omni_lora",
|
| 509 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 510 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 511 |
+
"source": "results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full/verified_result_summary.json",
|
| 512 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605",
|
| 513 |
+
"train_run_id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora",
|
| 514 |
+
"eval_run_id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
| 515 |
+
"counts": {
|
| 516 |
+
"dataset_samples": 3808,
|
| 517 |
+
"dataset_episodes": 119,
|
| 518 |
+
"split_counts": {
|
| 519 |
+
"train": 2848,
|
| 520 |
+
"val": 512,
|
| 521 |
+
"test": 448
|
| 522 |
+
},
|
| 523 |
+
"train_samples": 2848,
|
| 524 |
+
"val_samples": 512,
|
| 525 |
+
"eval_samples": 448,
|
| 526 |
+
"held_out_episode_count": 14,
|
| 527 |
+
"num_processes": 8
|
| 528 |
+
},
|
| 529 |
+
"primary_metrics": {
|
| 530 |
+
"json_validity_rate": 0.9977678571428571,
|
| 531 |
+
"action_macro_f1": 0.0024331644885523347,
|
| 532 |
+
"subtask_accuracy": 0.002232142857142857,
|
| 533 |
+
"transition_accuracy": 0.9709821428571429,
|
| 534 |
+
"next_action_accuracy": 0.029017857142857144,
|
| 535 |
+
"contact_accuracy": 0.71875,
|
| 536 |
+
"object_micro_f1": 0.30160427807486634,
|
| 537 |
+
"held_out_episode_count": 14
|
| 538 |
+
},
|
| 539 |
+
"history": [
|
| 540 |
+
{
|
| 541 |
+
"epoch": 1,
|
| 542 |
+
"train_loss": 0.41282760031950355,
|
| 543 |
+
"val_loss": 0.03288277983665466,
|
| 544 |
+
"global_step": 356
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"epoch": 2,
|
| 548 |
+
"train_loss": 0.027745448225544075,
|
| 549 |
+
"val_loss": 0.027823254466056824,
|
| 550 |
+
"global_step": 712
|
| 551 |
+
}
|
| 552 |
+
],
|
| 553 |
+
"is_current": true,
|
| 554 |
+
"weights_repository": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep"
|
| 555 |
+
}
|
| 556 |
+
],
|
| 557 |
+
"interpretation": "This layer contains the held-out foundation-model packages. Qwen3-Omni packages evaluate structured JSON task prediction; Cosmos3-Nano evaluates a future-window world-model compatibility adapter; Cosmos3-Super Reasoner evaluates staged base weights through vLLM on the JSON task. Neither Cosmos branch is a new fine-tuned weight release yet."
|
| 558 |
+
}
|
| 559 |
+
],
|
| 560 |
+
"model_groups": [
|
| 561 |
+
{
|
| 562 |
+
"id": "task_head_baselines",
|
| 563 |
+
"model_family": "Minimal and Neural Task Heads",
|
| 564 |
+
"model_type": "lightweight supervised/self-supervised task heads",
|
| 565 |
+
"weight_repository": "https://huggingface.co/cy0307/ropedia-xperience-10m-task-baselines",
|
| 566 |
+
"one_episode_runs": [
|
| 567 |
+
{
|
| 568 |
+
"id": "task_heads_single_episode_public_sample",
|
| 569 |
+
"title": "Single-Episode Public-Sample Task Suite",
|
| 570 |
+
"scope": "one public Xperience-10M sample episode",
|
| 571 |
+
"status": "verified",
|
| 572 |
+
"source": "results/episode_task_suite/summary_report.json",
|
| 573 |
+
"split": "chronological 70/30 within one episode",
|
| 574 |
+
"counts": {
|
| 575 |
+
"episodes": 1,
|
| 576 |
+
"windows": 1161,
|
| 577 |
+
"frames": 5821,
|
| 578 |
+
"feature_dim": 8546,
|
| 579 |
+
"task_count": 12,
|
| 580 |
+
"neural_task_count": 12
|
| 581 |
+
},
|
| 582 |
+
"weights": "baseline model files in the baseline model repo; no foundation-model weights",
|
| 583 |
+
"interpretation": "Raw multimodal feature task harness on the public sample."
|
| 584 |
+
}
|
| 585 |
+
],
|
| 586 |
+
"multi_episode_128_runs": [
|
| 587 |
+
{
|
| 588 |
+
"id": "task_heads_128_episode_metadata_baselines",
|
| 589 |
+
"title": "128-Episode Aligned Simple/NN Baselines",
|
| 590 |
+
"scope": "selected 128-episode 96/16/16 split",
|
| 591 |
+
"status": "pass",
|
| 592 |
+
"source": "results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md",
|
| 593 |
+
"split": "train/val/test by selected episode/session",
|
| 594 |
+
"counts": {
|
| 595 |
+
"rows": 3808,
|
| 596 |
+
"split_counts": {
|
| 597 |
+
"train": 2848,
|
| 598 |
+
"val": 512,
|
| 599 |
+
"test": 448
|
| 600 |
+
},
|
| 601 |
+
"episode_counts": {
|
| 602 |
+
"test": 16,
|
| 603 |
+
"train": 96,
|
| 604 |
+
"val": 16
|
| 605 |
+
},
|
| 606 |
+
"task_count": 12,
|
| 607 |
+
"simple_supported_task_count": 8,
|
| 608 |
+
"neural_supported_task_count": 6
|
| 609 |
+
},
|
| 610 |
+
"weights": "metadata/text baseline artifacts; raw 128 sensor-feature model weights not yet complete",
|
| 611 |
+
"interpretation": "Same selected 96/16/16 split and task ids as the model branches, but metadata/text features only."
|
| 612 |
+
}
|
| 613 |
+
],
|
| 614 |
+
"comparison_note": "This is the cleanest 1-episode versus 128-episode grouping for the same simple/NN task-head family, but the feature surface changes from raw public-sample features to public-safe 128-episode metadata/text features."
|
| 615 |
+
},
|
| 616 |
+
{
|
| 617 |
+
"id": "qwen3_omni_lora",
|
| 618 |
+
"model_family": "Qwen3-Omni LoRA",
|
| 619 |
+
"model_type": "PEFT LoRA adapter over Qwen/Qwen3-Omni-30B-A3B-Instruct",
|
| 620 |
+
"weight_repository": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep",
|
| 621 |
+
"one_episode_runs": [
|
| 622 |
+
{
|
| 623 |
+
"id": "qwen3_omni_sensor_adapter_smoke_1ep",
|
| 624 |
+
"title": "Qwen3-Omni Sensor-Adapter Smoke",
|
| 625 |
+
"scope": "one public Xperience-10M sample episode",
|
| 626 |
+
"status": "verified_smoke",
|
| 627 |
+
"source": "results/omni_exploration/qwen3_adapter_smoke/metrics.json",
|
| 628 |
+
"split": "single_episode_chronological",
|
| 629 |
+
"counts": {
|
| 630 |
+
"episodes": 1,
|
| 631 |
+
"windows": 59,
|
| 632 |
+
"train_windows": 41,
|
| 633 |
+
"test_windows": 18,
|
| 634 |
+
"feature_dim": 4262,
|
| 635 |
+
"adapter_tokens": 11
|
| 636 |
+
},
|
| 637 |
+
"primary_metrics": {
|
| 638 |
+
"accuracy": 0.0,
|
| 639 |
+
"macro_f1": 0.0,
|
| 640 |
+
"train_final_loss": 1.4479121318677577
|
| 641 |
+
},
|
| 642 |
+
"base_model_target": "Qwen/Qwen3-Omni-30B-A3B-Thinking",
|
| 643 |
+
"qwen3_loaded": false,
|
| 644 |
+
"weights": "no Qwen3 base weights or LoRA adapter weights; adapter-token readiness smoke only",
|
| 645 |
+
"interpretation": "This validates the sensor-adapter token path on one real episode before loading or LoRA-tuning Qwen3-Omni. It is not comparable to the 128-episode held-out LoRA result."
|
| 646 |
+
}
|
| 647 |
+
],
|
| 648 |
+
"multi_episode_128_runs": [
|
| 649 |
{
|
| 650 |
"id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval",
|
| 651 |
"title": "Qwen3-Omni LoRA",
|
|
|
|
| 688 |
"val_loss": 0.0330660454928875,
|
| 689 |
"global_step": 356
|
| 690 |
}
|
| 691 |
+
],
|
| 692 |
+
"is_current": false,
|
| 693 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 694 |
},
|
| 695 |
{
|
| 696 |
"id": "xperience10m_qwen3_omni_128ep_fullsplit_fast8gpu_lora_fsdp_full_train_noval_tail_logits_fullstatesave_v6_eval_test_full",
|
|
|
|
| 734 |
"val_loss": null,
|
| 735 |
"global_step": 356
|
| 736 |
}
|
| 737 |
+
],
|
| 738 |
+
"is_current": false,
|
| 739 |
+
"weights_repository": "historical diagnostic package; keep separate from the final 128-episode adapter repo"
|
| 740 |
},
|
| 741 |
{
|
| 742 |
"id": "xperience10m_qwen3_omni_128ep_structured_json_v2_reuse_full8gpu_lora_eval_test_full",
|
|
|
|
| 786 |
"val_loss": 0.027823254466056824,
|
| 787 |
"global_step": 712
|
| 788 |
}
|
| 789 |
+
],
|
| 790 |
+
"is_current": true,
|
| 791 |
+
"weights_repository": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep"
|
| 792 |
+
}
|
| 793 |
+
],
|
| 794 |
+
"comparison_note": "The one-episode Qwen entry is only a sensor-adapter smoke test with Qwen3 weights unloaded. The 128-episode entries are real held-out LoRA diagnostics; the current final adapter belongs in the separate Qwen model repo."
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"id": "cosmos3_nano_world_model",
|
| 798 |
+
"model_family": "Cosmos3-Nano Future-Window World Model",
|
| 799 |
+
"model_type": "world-model/future-window branch",
|
| 800 |
+
"weight_repository": "planned: cy0307/ropedia-cosmos3-nano-future-window-lora-128ep after real adapter weights exist",
|
| 801 |
+
"one_episode_runs": [
|
| 802 |
+
{
|
| 803 |
+
"id": "cosmos3_nano_one_episode",
|
| 804 |
+
"title": "Cosmos3-Nano One-Episode Fine-Tune",
|
| 805 |
+
"scope": "one public Xperience-10M sample episode",
|
| 806 |
+
"status": "not_run",
|
| 807 |
+
"source": null,
|
| 808 |
+
"weights": "none",
|
| 809 |
+
"interpretation": "No Cosmos3 one-episode adapter or diffusion-weight fine-tune is currently published. Use the public-sample task suite only as model-agnostic evidence."
|
| 810 |
+
}
|
| 811 |
+
],
|
| 812 |
+
"multi_episode_128_runs": [
|
| 813 |
+
{
|
| 814 |
+
"id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter_eval_test_full",
|
| 815 |
+
"title": "Cosmos3-Nano Future-Window World Model",
|
| 816 |
+
"status": "verified",
|
| 817 |
+
"backbone": "cosmos_world_model",
|
| 818 |
+
"dataset_contract": "xperience10m_future_window_world_model_v0",
|
| 819 |
+
"training_objective": "future_window_and_action_conditioned_world_modeling",
|
| 820 |
+
"source": "results/omni_finetune/verified_public/xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter_eval_test_full/verified_result_summary.json",
|
| 821 |
+
"dataset_run_id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat",
|
| 822 |
+
"train_run_id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter",
|
| 823 |
+
"eval_run_id": "xperience10m_cosmos3_nano_128ep_future_window_h5_compat_adapter_eval_test_full",
|
| 824 |
+
"counts": {
|
| 825 |
+
"dataset_samples": 3213,
|
| 826 |
+
"dataset_episodes": 119,
|
| 827 |
+
"split_counts": {
|
| 828 |
+
"train": 2403,
|
| 829 |
+
"test": 378,
|
| 830 |
+
"val": 432
|
| 831 |
+
},
|
| 832 |
+
"train_samples": 2403,
|
| 833 |
+
"val_samples": 432,
|
| 834 |
+
"eval_samples": 378,
|
| 835 |
+
"held_out_episode_count": 14,
|
| 836 |
+
"num_processes": 1
|
| 837 |
+
},
|
| 838 |
+
"primary_metrics": {
|
| 839 |
+
"future_retrieval_mrr": 0.022138720585222767,
|
| 840 |
+
"future_retrieval_recall_at_5": 0.015873015873015872,
|
| 841 |
+
"temporal_consistency": 0.09523809523809523,
|
| 842 |
+
"feature_reconstruction_error": 3479.218317102503,
|
| 843 |
+
"transition_accuracy": 0.9682539682539683,
|
| 844 |
+
"contact_accuracy": 0.7433862433862434,
|
| 845 |
+
"held_out_episode_count": 14
|
| 846 |
+
},
|
| 847 |
+
"history": [
|
| 848 |
+
{
|
| 849 |
+
"epoch": 0,
|
| 850 |
+
"train_loss": null,
|
| 851 |
+
"val_loss": null,
|
| 852 |
+
"note": "closed-form mean-delta adapter; no Cosmos diffusion weights fine-tuned in this compatibility run"
|
| 853 |
+
}
|
| 854 |
+
],
|
| 855 |
+
"is_current": true,
|
| 856 |
+
"weights_repository": "planned separate Cosmos3 model repo after a real Cosmos diffusion/LoRA fine-tune exists; current result remains artifacts-only"
|
| 857 |
+
}
|
| 858 |
+
],
|
| 859 |
+
"comparison_note": "The current 128-episode Cosmos result is a public-safe future-window compatibility adapter. It is not yet a full Cosmos diffusion/LoRA weight release."
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"id": "cosmos3_super_reasoner",
|
| 863 |
+
"model_family": "Cosmos3-Super Reasoner",
|
| 864 |
+
"model_type": "base-weight vLLM Reasoner evaluation over nv-community/Cosmos3-Super",
|
| 865 |
+
"weight_repository": "none for this run; staged base weights only, no new fine-tuned weights",
|
| 866 |
+
"one_episode_runs": [
|
| 867 |
+
{
|
| 868 |
+
"id": "cosmos3_super_one_episode",
|
| 869 |
+
"title": "Cosmos3-Super One-Episode Fine-Tune",
|
| 870 |
+
"scope": "one public Xperience-10M sample episode",
|
| 871 |
+
"status": "not_run",
|
| 872 |
+
"source": null,
|
| 873 |
+
"weights": "none",
|
| 874 |
+
"interpretation": "No one-episode Cosmos3-Super adapter or fine-tuned weight run is published. The available Super result is the 128-episode held-out base-weight evaluation."
|
| 875 |
}
|
| 876 |
],
|
| 877 |
+
"multi_episode_128_runs": [
|
| 878 |
+
{
|
| 879 |
+
"id": "xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607",
|
| 880 |
+
"title": "Cosmos3-Super Reasoner",
|
| 881 |
+
"status": "verified",
|
| 882 |
+
"backbone": "cosmos3_super_reasoner",
|
| 883 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 884 |
+
"training_objective": "zero_shot_structured_episode_understanding_json_qa_via_vllm_reasoner",
|
| 885 |
+
"source": "results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json",
|
| 886 |
+
"dataset_run_id": "xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605",
|
| 887 |
+
"train_run_id": "xperience10m_cosmos3_super_reasoner_base_vllm_8gpu_20260607",
|
| 888 |
+
"eval_run_id": "xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607",
|
| 889 |
+
"counts": {
|
| 890 |
+
"dataset_samples": 3808,
|
| 891 |
+
"dataset_episodes": 119,
|
| 892 |
+
"split_counts": {
|
| 893 |
+
"train": 2848,
|
| 894 |
+
"val": 512,
|
| 895 |
+
"test": 448
|
| 896 |
+
},
|
| 897 |
+
"train_samples": 2848,
|
| 898 |
+
"val_samples": 512,
|
| 899 |
+
"eval_samples": 448,
|
| 900 |
+
"held_out_episode_count": 14,
|
| 901 |
+
"num_processes": 8
|
| 902 |
+
},
|
| 903 |
+
"primary_metrics": {
|
| 904 |
+
"json_validity_rate": 0.5111607142857143,
|
| 905 |
+
"action_macro_f1": 0.0008284021201089245,
|
| 906 |
+
"subtask_accuracy": 0.0,
|
| 907 |
+
"transition_accuracy": 0.36830357142857145,
|
| 908 |
+
"next_action_accuracy": 0.013392857142857142,
|
| 909 |
+
"contact_accuracy": 0.32142857142857145,
|
| 910 |
+
"object_micro_f1": 0.13704276146316333,
|
| 911 |
+
"held_out_episode_count": 14
|
| 912 |
+
},
|
| 913 |
+
"history": [],
|
| 914 |
+
"is_current": true,
|
| 915 |
+
"weights_repository": "none for this run: staged base nv-community/Cosmos3-Super weights were evaluated through vLLM; create a separate repo only after new adapter or fine-tuned weights exist"
|
| 916 |
+
}
|
| 917 |
+
],
|
| 918 |
+
"comparison_note": "Cosmos3-Super is now represented by a verified 448-window held-out Reasoner evaluation on the same JSON task as Qwen3. It uses staged base weights through vLLM, so it is a model-branch diagnostic, not a weight release."
|
| 919 |
}
|
| 920 |
],
|
| 921 |
+
"model_group_reading_notes": [
|
| 922 |
+
"Use model_groups when comparing one-episode and 128-episode artifacts within the same model family.",
|
| 923 |
+
"Task-head baselines have both a one-episode public-sample run and a 128-episode same-split metadata/text run.",
|
| 924 |
+
"Qwen3-Omni has a one-episode sensor-adapter smoke test and separate 128-episode LoRA diagnostic packages; only the final 128-episode adapter belongs in the Qwen LoRA model repo.",
|
| 925 |
+
"Cosmos3-Nano has a 128-episode future-window compatibility package.",
|
| 926 |
+
"Cosmos3-Super has a 128-episode base-weight Reasoner evaluation on the JSON task; create a separate Cosmos model repo only after real Cosmos adapter/fine-tuned weights exist."
|
| 927 |
+
],
|
| 928 |
"pending": [
|
| 929 |
"Use the final Qwen3 full-eval package as the current Qwen result; older Qwen package rows remain historical diagnostics for comparison.",
|
| 930 |
+
"Promote Cosmos3 from Nano compatibility and Super base-weight evaluation to true fine-tuning only after a dedicated Cosmos adapter/diffusion training path produces new weights."
|
| 931 |
]
|
| 932 |
}
|
docs/data/project_packet.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"docs/data/scope_claims_audit.json",
|
| 42 |
"docs/data/website_integrity.json"
|
| 43 |
],
|
| 44 |
-
"readout": "The project status table and roadmap give the compact current-state summary. Single-episode task engineering, metrics, visualizations, public website integrity, mirror parity, same-split 128-episode baselines, the final selected-episode Qwen3-Omni diagnostic result,
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"step": 2,
|
|
|
|
| 41 |
"docs/data/scope_claims_audit.json",
|
| 42 |
"docs/data/website_integrity.json"
|
| 43 |
],
|
| 44 |
+
"readout": "The project status table and roadmap give the compact current-state summary. Single-episode task engineering, metrics, visualizations, public website integrity, mirror parity, same-split 128-episode baselines, the final selected-episode Qwen3-Omni diagnostic result, the Cosmos3-Nano compatibility package, and the Cosmos3-Super base-weight Reasoner evaluation are implemented; stronger action/subtask and real Cosmos fine-tuned model quality remain follow-ups."
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"step": 2,
|
docs/data/project_status.json
CHANGED
|
@@ -31,6 +31,9 @@
|
|
| 31 |
"qwen3_omni_lora_adapter_repo": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep",
|
| 32 |
"cosmos3_nano_future_window_compatibility_verified": true,
|
| 33 |
"cosmos3_nano_future_window_test_predictions": 378,
|
|
|
|
|
|
|
|
|
|
| 34 |
"omni_model_comparison_available": true,
|
| 35 |
"multi_episode_128_aligned_baselines": true,
|
| 36 |
"multi_episode_128_baseline_window_counts": {
|
|
@@ -116,7 +119,7 @@
|
|
| 116 |
"FOUNDATION_MODEL_PLAN.md",
|
| 117 |
"docs/data/foundation_model_plan.json"
|
| 118 |
],
|
| 119 |
-
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is now represented by a verified Cosmos3-Nano future-window compatibility package
|
| 120 |
},
|
| 121 |
{
|
| 122 |
"area": "Omni model extension contract",
|
|
@@ -204,7 +207,7 @@
|
|
| 204 |
"results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 205 |
"scripts/omni/build_omni_model_comparison.py"
|
| 206 |
],
|
| 207 |
-
"readout": "The public comparison
|
| 208 |
},
|
| 209 |
{
|
| 210 |
"area": "Qwen3-Omni fine-tuning",
|
|
@@ -230,6 +233,17 @@
|
|
| 230 |
],
|
| 231 |
"readout": "The Cosmos3-Nano branch now has a public-safe verified future-window compatibility package with 3,213 future-window samples, 378 held-out test predictions, future retrieval MRR 0.0221, temporal consistency 0.0952, transition accuracy 0.9683, and contact accuracy 0.7434. It is a compatibility adapter result, not a full Cosmos diffusion-weight fine-tune."
|
| 232 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
{
|
| 234 |
"area": "Raw Xperience-10M redistribution",
|
| 235 |
"status": "not_included",
|
|
@@ -254,15 +268,15 @@
|
|
| 254 |
"Inspect SOURCE_ALIGNMENT_AUDIT.md before judging source-card consistency across public surfaces.",
|
| 255 |
"Inspect XPERIENCE10M_DATASET_CARD_ALIGNMENT.md before judging dataset wording.",
|
| 256 |
"Inspect results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md before comparing simple/NN baselines to the selected 128-episode setup.",
|
| 257 |
-
"Inspect docs/data/omni_model_comparison.json before comparing the current three result versions.",
|
| 258 |
"Inspect docs/data/omni_finetune_verified_result.json before judging the Qwen3-Omni diagnostic pilot."
|
| 259 |
],
|
| 260 |
"current_reading_notes": [
|
| 261 |
"The final Qwen3-Omni diagnostic result is verified and meets the strict-JSON target, but action/subtask held-out quality is still weak.",
|
| 262 |
-
"Use docs/data/omni_model_comparison.json to compare the single-episode
|
| 263 |
"Use docs/data/omni_finetune_verified_result.json and the latest verified_public final Qwen package for current held-out results.",
|
| 264 |
"The 128-episode aligned simple/NN baselines use metadata/text features from the derived Qwen JSONL export; they align the split and task ids but do not replace raw-modality baselines for trajectory, retrieval, reconstruction, or misalignment tasks.",
|
| 265 |
-
"The Cosmos3-Nano future-window branch is verified as a compatibility adapter result; full Cosmos diffusion-weight fine-tuning
|
| 266 |
"The current reconstruction task reconstructs feature vectors, not pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
|
| 267 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 268 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
|
|
|
| 31 |
"qwen3_omni_lora_adapter_repo": "https://huggingface.co/cy0307/ropedia-qwen3-omni-lora-128ep",
|
| 32 |
"cosmos3_nano_future_window_compatibility_verified": true,
|
| 33 |
"cosmos3_nano_future_window_test_predictions": 378,
|
| 34 |
+
"cosmos3_super_reasoner_verified": true,
|
| 35 |
+
"cosmos3_super_reasoner_test_predictions": 448,
|
| 36 |
+
"cosmos3_super_reasoner_json_validity_rate": 0.5111607142857143,
|
| 37 |
"omni_model_comparison_available": true,
|
| 38 |
"multi_episode_128_aligned_baselines": true,
|
| 39 |
"multi_episode_128_baseline_window_counts": {
|
|
|
|
| 119 |
"FOUNDATION_MODEL_PLAN.md",
|
| 120 |
"docs/data/foundation_model_plan.json"
|
| 121 |
],
|
| 122 |
+
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is now represented by a verified Cosmos3-Nano future-window compatibility package plus a verified Cosmos3-Super base-weight Reasoner evaluation; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"area": "Omni model extension contract",
|
|
|
|
| 207 |
"results/omni_finetune/OMNI_MODEL_COMPARISON.md",
|
| 208 |
"scripts/omni/build_omni_model_comparison.py"
|
| 209 |
],
|
| 210 |
+
"readout": "The public comparison now has two views: the three result layers and a model-family grouping. The model grouping pairs 1-episode and 128-episode entries for task-head baselines, separates Qwen3-Omni sensor-adapter smoke from 128-episode LoRA diagnostics, and separates Cosmos3-Nano future-window compatibility from Cosmos3-Super base-weight Reasoner evaluation."
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"area": "Qwen3-Omni fine-tuning",
|
|
|
|
| 233 |
],
|
| 234 |
"readout": "The Cosmos3-Nano branch now has a public-safe verified future-window compatibility package with 3,213 future-window samples, 378 held-out test predictions, future retrieval MRR 0.0221, temporal consistency 0.0952, transition accuracy 0.9683, and contact accuracy 0.7434. It is a compatibility adapter result, not a full Cosmos diffusion-weight fine-tune."
|
| 235 |
},
|
| 236 |
+
{
|
| 237 |
+
"area": "Cosmos3-Super Reasoner branch",
|
| 238 |
+
"status": "verified_base_weight_result",
|
| 239 |
+
"evidence": [
|
| 240 |
+
"configs/omni_backbones/cosmos3_super_reasoner.json",
|
| 241 |
+
"scripts/omni/eval_cosmos3_super_reasoner.py",
|
| 242 |
+
"scripts/omni/run_cosmos3_super_reasoner_eval.sh",
|
| 243 |
+
"results/omni_finetune/verified_public/xperience10m_cosmos3_super_reasoner_128ep_test_full_20260607/verified_result_summary.json"
|
| 244 |
+
],
|
| 245 |
+
"readout": "Cosmos3-Super Reasoner now has a public-safe verified 448-window held-out evaluation on the same structured JSON task as Qwen3. It uses staged nv-community/Cosmos3-Super base weights through an 8-GPU vLLM server, not fine-tuned weights: JSON validity 0.5112, action macro-F1 0.0008, transition accuracy 0.3683, contact accuracy 0.3214, and object micro-F1 0.1370."
|
| 246 |
+
},
|
| 247 |
{
|
| 248 |
"area": "Raw Xperience-10M redistribution",
|
| 249 |
"status": "not_included",
|
|
|
|
| 268 |
"Inspect SOURCE_ALIGNMENT_AUDIT.md before judging source-card consistency across public surfaces.",
|
| 269 |
"Inspect XPERIENCE10M_DATASET_CARD_ALIGNMENT.md before judging dataset wording.",
|
| 270 |
"Inspect results/omni_finetune/multi_episode_128_task_baselines/BASELINE_ALIGNMENT_REPORT.md before comparing simple/NN baselines to the selected 128-episode setup.",
|
| 271 |
+
"Inspect docs/data/omni_model_comparison.json before comparing the current three result versions or the model-family 1-episode versus 128-episode groupings.",
|
| 272 |
"Inspect docs/data/omni_finetune_verified_result.json before judging the Qwen3-Omni diagnostic pilot."
|
| 273 |
],
|
| 274 |
"current_reading_notes": [
|
| 275 |
"The final Qwen3-Omni diagnostic result is verified and meets the strict-JSON target, but action/subtask held-out quality is still weak.",
|
| 276 |
+
"Use docs/data/omni_model_comparison.json to compare both views: the single-episode/128-baseline/model-branch result layers and the model-family grouping for task heads, Qwen3-Omni LoRA, Cosmos3-Nano, and Cosmos3-Super.",
|
| 277 |
"Use docs/data/omni_finetune_verified_result.json and the latest verified_public final Qwen package for current held-out results.",
|
| 278 |
"The 128-episode aligned simple/NN baselines use metadata/text features from the derived Qwen JSONL export; they align the split and task ids but do not replace raw-modality baselines for trajectory, retrieval, reconstruction, or misalignment tasks.",
|
| 279 |
+
"The Cosmos3-Nano future-window branch is verified as a compatibility adapter result, and Cosmos3-Super Reasoner is verified as a base-weight evaluation; one-episode Cosmos fine-tuning and full Cosmos adapter/diffusion-weight fine-tuning remain pending, so no Cosmos weight repo should be published yet.",
|
| 280 |
"The current reconstruction task reconstructs feature vectors, not pixel-depth, mesh, NeRF, or Gaussian reconstruction.",
|
| 281 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 282 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
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",
|
|
@@ -182,8 +182,8 @@
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
-
"file_count":
|
| 186 |
-
"text_file_count":
|
| 187 |
"largest_file": {
|
| 188 |
"path": "tmp/omni_128_dataset_fetch/dataset.jsonl",
|
| 189 |
"bytes": 582271586
|
|
@@ -193,8 +193,8 @@
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
-
"file_count":
|
| 197 |
-
"text_file_count":
|
| 198 |
"largest_file": {
|
| 199 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 200 |
"bytes": 55702978
|
|
@@ -204,8 +204,8 @@
|
|
| 204 |
"hf_artifact_bundle": {
|
| 205 |
"root": "hf_publish/artifacts",
|
| 206 |
"exists": true,
|
| 207 |
-
"file_count":
|
| 208 |
-
"text_file_count":
|
| 209 |
"largest_file": {
|
| 210 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 211 |
"bytes": 55702978
|
|
@@ -215,8 +215,8 @@
|
|
| 215 |
"hf_model_bundle": {
|
| 216 |
"root": "hf_publish/model",
|
| 217 |
"exists": true,
|
| 218 |
-
"file_count":
|
| 219 |
-
"text_file_count":
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T09:16:36+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
+
"file_count": 618,
|
| 186 |
+
"text_file_count": 523,
|
| 187 |
"largest_file": {
|
| 188 |
"path": "tmp/omni_128_dataset_fetch/dataset.jsonl",
|
| 189 |
"bytes": 582271586
|
|
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
+
"file_count": 519,
|
| 197 |
+
"text_file_count": 425,
|
| 198 |
"largest_file": {
|
| 199 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 200 |
"bytes": 55702978
|
|
|
|
| 204 |
"hf_artifact_bundle": {
|
| 205 |
"root": "hf_publish/artifacts",
|
| 206 |
"exists": true,
|
| 207 |
+
"file_count": 695,
|
| 208 |
+
"text_file_count": 577,
|
| 209 |
"largest_file": {
|
| 210 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 211 |
"bytes": 55702978
|
|
|
|
| 215 |
"hf_model_bundle": {
|
| 216 |
"root": "hf_publish/model",
|
| 217 |
"exists": true,
|
| 218 |
+
"file_count": 883,
|
| 219 |
+
"text_file_count": 730,
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
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,
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"eval_num_samples": 448,
|
| 10 |
"eval_json_validity_rate": 0.9977678571428571,
|
| 11 |
"quality_target_met": true,
|
| 12 |
-
"historical_identifier_count":
|
| 13 |
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
|
@@ -84,7 +84,7 @@
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
-
"detail": "historical identifiers found in result provenance files=
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
@@ -424,6 +424,6 @@
|
|
| 424 |
"example": "{\"id\": \"xperience-10m-sample:qa:53\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1060, \"end_frame\": 1079, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 425 |
}
|
| 426 |
],
|
| 427 |
-
"historical_identifier_total_count":
|
| 428 |
"failures": []
|
| 429 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T00:00:35+00:00",
|
| 4 |
"summary": {
|
| 5 |
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
"dataset_manifest_num_episodes": 119,
|
|
|
|
| 9 |
"eval_num_samples": 448,
|
| 10 |
"eval_json_validity_rate": 0.9977678571428571,
|
| 11 |
"quality_target_met": true,
|
| 12 |
+
"historical_identifier_count": 189,
|
| 13 |
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
|
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
+
"detail": "historical identifiers found in result provenance files=189",
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
|
|
| 424 |
"example": "{\"id\": \"xperience-10m-sample:qa:53\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1060, \"end_frame\": 1079, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 425 |
}
|
| 426 |
],
|
| 427 |
+
"historical_identifier_total_count": 189,
|
| 428 |
"failures": []
|
| 429 |
}
|
docs/data/website_integrity.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
"external_reference_count": 106,
|
| 10 |
"json_files": 35,
|
| 11 |
"image_assets_referenced": 22,
|
|
@@ -75,7 +75,7 @@
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
-
"evidence_index":
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
@@ -154,7 +154,7 @@
|
|
| 154 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 155 |
"overview_index": 67412,
|
| 156 |
"protocol_index": 87159,
|
| 157 |
-
"evidence_index":
|
| 158 |
},
|
| 159 |
{
|
| 160 |
"name": "evaluation_protocol_links_json",
|
|
@@ -228,7 +228,7 @@
|
|
| 228 |
{
|
| 229 |
"path": "index.html",
|
| 230 |
"id_count": 77,
|
| 231 |
-
"reference_count":
|
| 232 |
"image_count": 24
|
| 233 |
},
|
| 234 |
{
|
|
@@ -287,12 +287,12 @@
|
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"path": "data/live_publication_status.json",
|
| 290 |
-
"bytes":
|
| 291 |
"top_level_type": "dict"
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"path": "data/mirror_parity.json",
|
| 295 |
-
"bytes":
|
| 296 |
"top_level_type": "dict"
|
| 297 |
},
|
| 298 |
{
|
|
@@ -307,7 +307,7 @@
|
|
| 307 |
},
|
| 308 |
{
|
| 309 |
"path": "data/omni_model_comparison.json",
|
| 310 |
-
"bytes":
|
| 311 |
"top_level_type": "dict"
|
| 312 |
},
|
| 313 |
{
|
|
@@ -322,12 +322,12 @@
|
|
| 322 |
},
|
| 323 |
{
|
| 324 |
"path": "data/project_packet.json",
|
| 325 |
-
"bytes":
|
| 326 |
"top_level_type": "dict"
|
| 327 |
},
|
| 328 |
{
|
| 329 |
"path": "data/project_status.json",
|
| 330 |
-
"bytes":
|
| 331 |
"top_level_type": "dict"
|
| 332 |
},
|
| 333 |
{
|
|
@@ -337,7 +337,7 @@
|
|
| 337 |
},
|
| 338 |
{
|
| 339 |
"path": "data/publication_audit.json",
|
| 340 |
-
"bytes":
|
| 341 |
"top_level_type": "dict"
|
| 342 |
},
|
| 343 |
{
|
|
@@ -412,7 +412,7 @@
|
|
| 412 |
},
|
| 413 |
{
|
| 414 |
"path": "data/website_integrity.json",
|
| 415 |
-
"bytes":
|
| 416 |
"top_level_type": "dict"
|
| 417 |
},
|
| 418 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-07T09:09:07+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 137,
|
| 9 |
"external_reference_count": 106,
|
| 10 |
"json_files": 35,
|
| 11 |
"image_assets_referenced": 22,
|
|
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
+
"evidence_index": 90476
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
|
|
| 154 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 155 |
"overview_index": 67412,
|
| 156 |
"protocol_index": 87159,
|
| 157 |
+
"evidence_index": 90476
|
| 158 |
},
|
| 159 |
{
|
| 160 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 228 |
{
|
| 229 |
"path": "index.html",
|
| 230 |
"id_count": 77,
|
| 231 |
+
"reference_count": 114,
|
| 232 |
"image_count": 24
|
| 233 |
},
|
| 234 |
{
|
|
|
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"path": "data/live_publication_status.json",
|
| 290 |
+
"bytes": 75168,
|
| 291 |
"top_level_type": "dict"
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"path": "data/mirror_parity.json",
|
| 295 |
+
"bytes": 291137,
|
| 296 |
"top_level_type": "dict"
|
| 297 |
},
|
| 298 |
{
|
|
|
|
| 307 |
},
|
| 308 |
{
|
| 309 |
"path": "data/omni_model_comparison.json",
|
| 310 |
+
"bytes": 42015,
|
| 311 |
"top_level_type": "dict"
|
| 312 |
},
|
| 313 |
{
|
|
|
|
| 322 |
},
|
| 323 |
{
|
| 324 |
"path": "data/project_packet.json",
|
| 325 |
+
"bytes": 8005,
|
| 326 |
"top_level_type": "dict"
|
| 327 |
},
|
| 328 |
{
|
| 329 |
"path": "data/project_status.json",
|
| 330 |
+
"bytes": 16400,
|
| 331 |
"top_level_type": "dict"
|
| 332 |
},
|
| 333 |
{
|
|
|
|
| 337 |
},
|
| 338 |
{
|
| 339 |
"path": "data/publication_audit.json",
|
| 340 |
+
"bytes": 9859,
|
| 341 |
"top_level_type": "dict"
|
| 342 |
},
|
| 343 |
{
|
|
|
|
| 412 |
},
|
| 413 |
{
|
| 414 |
"path": "data/website_integrity.json",
|
| 415 |
+
"bytes": 15375,
|
| 416 |
"top_level_type": "dict"
|
| 417 |
},
|
| 418 |
{
|
docs/index.html
CHANGED
|
@@ -2489,7 +2489,7 @@
|
|
| 2489 |
<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>
|
| 2490 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 2491 |
<article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, policy models wait for explicit action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 2492 |
-
<article class="artifact"><h3>Next evaluation stage</h3><p>This public-sample run covers single-episode task development. The selected multi-episode Qwen3-Omni
|
| 2493 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future Omni, Cosmos, and policy branches 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>
|
| 2494 |
</div>
|
| 2495 |
</div>
|
|
@@ -2552,7 +2552,7 @@
|
|
| 2552 |
<article class="evidence-card">
|
| 2553 |
<span class="status-pill">verified diagnostic</span>
|
| 2554 |
<h3>Qwen3-Omni and Cosmos3 branches</h3>
|
| 2555 |
-
<p>The selected 96/16/16 episode split produced verified Qwen3-Omni packages with 448 held-out test predictions. Cosmos3-Nano
|
| 2556 |
<div class="evidence-links">
|
| 2557 |
<a href="data/omni_model_comparison.json">result comparison</a>
|
| 2558 |
<a href="data/omni_finetune_verified_result.json">pilot result</a>
|
|
@@ -3156,11 +3156,11 @@
|
|
| 3156 |
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored diagnostic held-out pilot. Stronger model-quality metrics require structured-output and error-analysis improvements.</p>
|
| 3157 |
</div>
|
| 3158 |
<div class="artifact-grid">
|
| 3159 |
-
<article class="artifact primary-artifact"><div><h3>
|
| 3160 |
<article class="artifact"><h3>Foundation-model plan</h3><p>Backbone selection matrix covering Qwen3-Omni, Cosmos 3, GR00T, OpenVLA/openpi, Gemini Robotics, Octo, SmolVLA-style policy candidates, and the future Xperience-native pretraining goal.</p><a href="data/foundation_model_plan.json">foundation model plan</a></article>
|
| 3161 |
<article class="artifact"><h3>Multi-episode data access</h3><p>Public data-access path, selected 128-episode pilot plan, and preparation requirements.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">data access</a></article>
|
| 3162 |
-
<article class="artifact"><h3>Qwen3-Omni
|
| 3163 |
-
<article class="artifact"><h3>Cosmos3
|
| 3164 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future runs need validation tracking, held-out predictions, quality-target reporting, and the same public-safe package gate.</p><a href="data/foundation_model_plan.json">training requirements</a></article>
|
| 3165 |
<article class="artifact"><h3>Xperience-native pretraining</h3><p>Future plan for a domain-specific embodied foundation model trained from scratch over full-corpus video, audio, geometry, motion, inertial, and language streams.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3166 |
</div>
|
|
@@ -3197,8 +3197,8 @@
|
|
| 3197 |
<div class="artifact-grid">
|
| 3198 |
<article class="artifact"><h3>Selection</h3><p>128 complete episodes selected from 128 unique top-level sessions, balanced across episode-size bands and split 96/16/16 for train/val/test.</p></article>
|
| 3199 |
<article class="artifact"><h3>Transfer</h3><p>Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.</p></article>
|
| 3200 |
-
<article class="artifact"><h3>Current LoRA artifact</h3><p>The current LoRA artifact is the selected 128-episode diagnostic
|
| 3201 |
-
<article class="artifact"><h3>Backbone branches</h3><p>Qwen3-Omni
|
| 3202 |
<article class="artifact"><h3>Native foundation model</h3><p>The long-term goal is a full-corpus Xperience Embodied Foundation Model trained on synchronized perception, geometry, motion, inertial, audio, and language streams after smaller scaling stages validate the approach.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3203 |
</div>
|
| 3204 |
</div>
|
|
@@ -3215,7 +3215,7 @@
|
|
| 3215 |
<article class="artifact"><h3>Reproducibility matrix</h3><p>Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.</p><a href="data/reproducibility_matrix.json">reproducibility matrix</a></article>
|
| 3216 |
<article class="artifact"><h3>Exact-match reproduction record</h3><p>The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/notes/reproducibility_audit.md">reproduction audit</a></article>
|
| 3217 |
<article class="artifact"><h3>Project dashboard</h3><p>The website organizes the dataset sample, tasks, methods, results, directions, and scale-up path in one tabbed reader flow.</p><a href="#artifacts">project materials</a></article>
|
| 3218 |
-
<article class="artifact"><h3>Multi-episode pilot status</h3><p>The
|
| 3219 |
</div>
|
| 3220 |
<p class="repro-note">Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then rebuild the supporting project reports.</p>
|
| 3221 |
<pre class="code-panel"><button type="button" data-copy="setup">Copy</button><code id="setup">git clone https://github.com/Ropedia/HOMIE-toolkit.git
|
|
|
|
| 2489 |
<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>
|
| 2490 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 2491 |
<article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, policy models wait for explicit action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 2492 |
+
<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 Reasoner JSON-task evaluation. The next stage is action/subtask error analysis, true Cosmos fine-tuning, and policy-target conversion.</p><a href="data/omni_model_comparison.json">result comparison</a></article>
|
| 2493 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future Omni, Cosmos, and policy branches 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>
|
| 2494 |
</div>
|
| 2495 |
</div>
|
|
|
|
| 2552 |
<article class="evidence-card">
|
| 2553 |
<span class="status-pill">verified diagnostic</span>
|
| 2554 |
<h3>Qwen3-Omni and Cosmos3 branches</h3>
|
| 2555 |
+
<p>The selected 96/16/16 episode split produced verified Qwen3-Omni packages with 448 held-out test predictions. Cosmos3-Nano has 378 held-out future-window predictions, and Cosmos3-Super Reasoner has 448 held-out base-weight JSON-task predictions.</p>
|
| 2556 |
<div class="evidence-links">
|
| 2557 |
<a href="data/omni_model_comparison.json">result comparison</a>
|
| 2558 |
<a href="data/omni_finetune_verified_result.json">pilot result</a>
|
|
|
|
| 3156 |
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored diagnostic held-out pilot. Stronger model-quality metrics require structured-output and error-analysis improvements.</p>
|
| 3157 |
</div>
|
| 3158 |
<div class="artifact-grid">
|
| 3159 |
+
<article class="artifact primary-artifact"><div><h3>Model-family comparison</h3><p>Compares the three result layers and also groups 1-episode and 128-episode entries by model family: task heads, Qwen3-Omni LoRA, Cosmos3-Nano, and Cosmos3-Super.</p></div><a href="data/omni_model_comparison.json">result comparison</a></article>
|
| 3160 |
<article class="artifact"><h3>Foundation-model plan</h3><p>Backbone selection matrix covering Qwen3-Omni, Cosmos 3, GR00T, OpenVLA/openpi, Gemini Robotics, Octo, SmolVLA-style policy candidates, and the future Xperience-native pretraining goal.</p><a href="data/foundation_model_plan.json">foundation model plan</a></article>
|
| 3161 |
<article class="artifact"><h3>Multi-episode data access</h3><p>Public data-access path, selected 128-episode pilot plan, and preparation requirements.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">data access</a></article>
|
| 3162 |
+
<article class="artifact"><h3>Qwen3-Omni LoRA group</h3><p>Separates the 1-episode sensor-adapter smoke test from the current 128-episode LoRA adapter package and older diagnostics.</p><a href="data/omni_model_comparison.json">Qwen group</a></article>
|
| 3163 |
+
<article class="artifact"><h3>Cosmos3 groups</h3><p>Shows the verified Nano future-window compatibility package and the Super base-weight Reasoner JSON-task evaluation; neither is a new fine-tuned Cosmos weight release.</p><a href="data/omni_model_comparison.json">Cosmos groups</a></article>
|
| 3164 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future runs need validation tracking, held-out predictions, quality-target reporting, and the same public-safe package gate.</p><a href="data/foundation_model_plan.json">training requirements</a></article>
|
| 3165 |
<article class="artifact"><h3>Xperience-native pretraining</h3><p>Future plan for a domain-specific embodied foundation model trained from scratch over full-corpus video, audio, geometry, motion, inertial, and language streams.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3166 |
</div>
|
|
|
|
| 3197 |
<div class="artifact-grid">
|
| 3198 |
<article class="artifact"><h3>Selection</h3><p>128 complete episodes selected from 128 unique top-level sessions, balanced across episode-size bands and split 96/16/16 for train/val/test.</p></article>
|
| 3199 |
<article class="artifact"><h3>Transfer</h3><p>Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.</p></article>
|
| 3200 |
+
<article class="artifact"><h3>Current LoRA artifact</h3><p>The current Qwen3-Omni LoRA artifact is the selected 128-episode diagnostic adapter. The 1-episode Qwen entry is only a sensor-adapter smoke test.</p><a href="data/omni_model_comparison.json">model groups</a></article>
|
| 3201 |
+
<article class="artifact"><h3>Backbone branches</h3><p>Qwen3-Omni uses a separate LoRA model repo; Cosmos3-Nano and Cosmos3-Super remain artifacts-only diagnostics until real Cosmos adapter or fine-tuned weights exist.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 3202 |
<article class="artifact"><h3>Native foundation model</h3><p>The long-term goal is a full-corpus Xperience Embodied Foundation Model trained on synchronized perception, geometry, motion, inertial, audio, and language streams after smaller scaling stages validate the approach.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3203 |
</div>
|
| 3204 |
</div>
|
|
|
|
| 3215 |
<article class="artifact"><h3>Reproducibility matrix</h3><p>Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.</p><a href="data/reproducibility_matrix.json">reproducibility matrix</a></article>
|
| 3216 |
<article class="artifact"><h3>Exact-match reproduction record</h3><p>The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/notes/reproducibility_audit.md">reproduction audit</a></article>
|
| 3217 |
<article class="artifact"><h3>Project dashboard</h3><p>The website organizes the dataset sample, tasks, methods, results, directions, and scale-up path in one tabbed reader flow.</p><a href="#artifacts">project materials</a></article>
|
| 3218 |
+
<article class="artifact"><h3>Multi-episode pilot status</h3><p>The comparison JSON now supports both the three-version reading and model-family grouping, so 1-episode and 128-episode entries can be compared within the same model family.</p><a href="data/omni_model_comparison.json">comparison</a></article>
|
| 3219 |
</div>
|
| 3220 |
<p class="repro-note">Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then rebuild the supporting project reports.</p>
|
| 3221 |
<pre class="code-panel"><button type="button" data-copy="setup">Copy</button><code id="setup">git clone https://github.com/Ropedia/HOMIE-toolkit.git
|
episode_task_suite.md
ADDED
|
@@ -0,0 +1,231 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Episode Task Suite
|
| 2 |
+
|
| 3 |
+
Script:
|
| 4 |
+
|
| 5 |
+
```text
|
| 6 |
+
scripts/episode_task_suite.py
|
| 7 |
+
```
|
| 8 |
+
|
| 9 |
+
This script turns the single public Xperience-10M sample episode into many end-to-end tasks. It is designed for learning, debugging, and task design. It is **not** a generalization benchmark because the data is still one episode.
|
| 10 |
+
|
| 11 |
+
Run:
|
| 12 |
+
|
| 13 |
+
```bash
|
| 14 |
+
cd /path/to/Ropedia
|
| 15 |
+
source .venv/bin/activate
|
| 16 |
+
python scripts/episode_task_suite.py
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
Output:
|
| 20 |
+
|
| 21 |
+
```text
|
| 22 |
+
outputs/episode_task_suite/
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
Shared setup:
|
| 26 |
+
|
| 27 |
+
```text
|
| 28 |
+
sample episode: 5821 frames
|
| 29 |
+
windows: 1161
|
| 30 |
+
window size: 20 frames
|
| 31 |
+
stride: 5 frames
|
| 32 |
+
feature dim: 8546
|
| 33 |
+
split: chronological, first 70% train and last 30% test
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## Implemented Tasks
|
| 37 |
+
|
| 38 |
+
| Task | Input | Output | Main artifact |
|
| 39 |
+
| --- | --- | --- | --- |
|
| 40 |
+
| Action Recognition | all modality window | current action label | `timeline_action/metrics.json` |
|
| 41 |
+
| Procedure Step Recognition | all modality window | current subtask label | `timeline_subtask/metrics.json` |
|
| 42 |
+
| Action Boundary Detection | all modality window | steady vs action boundary | `transition_detection/metrics.json` |
|
| 43 |
+
| Next-Action Prediction | current all modality window | action 20 frames later | `next_action/metrics.json` |
|
| 44 |
+
| Hand Trajectory Forecasting | current all modality window | future 10-frame left/right hand joints | `hand_trajectory_forecast/predictions.npz` |
|
| 45 |
+
| Contact State Prediction | non-contact modalities | any body contact in window | `contact_prediction/metrics.json` |
|
| 46 |
+
| Object Relevance Prediction | non-caption modalities | relevant object set | `object_relevance/predictions.csv` |
|
| 47 |
+
| Language Grounding | caption objects/interaction query + sensor candidates | matching time window | `caption_grounding/metrics.json` |
|
| 48 |
+
| Cross-Modal Retrieval | motion/IMU/camera/audio query | matching depth/video window | `cross_modal_retrieval/metrics.json` |
|
| 49 |
+
| Cross-Modal Reconstruction | motion/IMU/camera/audio | depth/video feature vector | `modality_reconstruction/predictions.npz` |
|
| 50 |
+
| Temporal Order Verification | two adjacent windows | whether order is correct | `temporal_order/metrics.json` |
|
| 51 |
+
| Multimodal Synchronization Detection | motion+visual/audio pair | aligned vs shifted | `misalignment_detection/metrics.json` |
|
| 52 |
+
|
| 53 |
+
## Minimal Model Architectures
|
| 54 |
+
|
| 55 |
+
All tasks share the same window builder unless a task explicitly removes a
|
| 56 |
+
feature block to avoid label leakage.
|
| 57 |
+
|
| 58 |
+
```text
|
| 59 |
+
raw sample episode
|
| 60 |
+
-> 20-frame sliding windows, stride 5
|
| 61 |
+
-> all-modality feature vector X_all, 8,546 dimensions
|
| 62 |
+
-> chronological split, first 70% train and last 30% test
|
| 63 |
+
-> train-only z-score scaler
|
| 64 |
+
-> task-specific minimal head
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
+
The task suite intentionally uses simple heads:
|
| 68 |
+
|
| 69 |
+
| Family | Formula | Tasks |
|
| 70 |
+
| --- | --- | --- |
|
| 71 |
+
| Linear softmax | `softmax(z(X)W + b)`, cross-entropy, L2 | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Contact State Prediction; Temporal Order Verification; Multimodal Synchronization Detection |
|
| 72 |
+
| Ridge regression/projection | dual ridge regression with L2=10 on z-scored X/Y | Hand Trajectory Forecasting; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction |
|
| 73 |
+
| Multi-label logistic | `sigmoid(z(X)W + b)`, weighted object heads | Object Relevance Prediction |
|
| 74 |
+
|
| 75 |
+
Task-specific architecture details:
|
| 76 |
+
|
| 77 |
+
| Task | Input tensor/vector | Minimal head | Output target |
|
| 78 |
+
| --- | --- | --- | --- |
|
| 79 |
+
| Action Recognition | `X_all`, 8,546d | class-weighted linear softmax | current action label |
|
| 80 |
+
| Procedure Step Recognition | `X_all`, 8,546d | class-weighted linear softmax | current subtask label |
|
| 81 |
+
| Action Boundary Detection | `X_all`, 8,546d | class-weighted linear softmax | steady vs transition near action boundary |
|
| 82 |
+
| Next-Action Prediction | `X_all(t)`, 8,546d | class-weighted linear softmax | action at `t+20` frames |
|
| 83 |
+
| Hand Trajectory Forecasting | `X_all(t)`, 8,546d | ridge regression | future 10 frames of left/right hand joints, 1,260d |
|
| 84 |
+
| Contact State Prediction | all features except `body_contacts` and caption text, 7,503d | linear softmax on observed labels | any body contact in window |
|
| 85 |
+
| Object Relevance Prediction | all features except caption text, 7,650d | multi-label logistic regression | 34-object multi-hot vector |
|
| 86 |
+
| Language Grounding | sensor features, 7,650d, projected into 896d text space | ridge projection plus cosine ranking | matching time window for a text query |
|
| 87 |
+
| Cross-Modal Retrieval | motion/IMU/camera/audio, 2,415d, projected into 5,096d visual space | ridge projection plus cosine ranking | matching depth/video window |
|
| 88 |
+
| Cross-Modal Reconstruction | motion/IMU/camera/audio, 2,415d | ridge regression | depth/video feature vector, 5,096d |
|
| 89 |
+
| Temporal Order Verification | `[x_t, x_t+1, x_t+1-x_t]`, 25,638d | binary linear softmax | correct vs reversed order |
|
| 90 |
+
| Multimodal Synchronization Detection | motion plus visual/audio pair, 7,511d | binary linear softmax | aligned vs shifted by 8 windows |
|
| 91 |
+
|
| 92 |
+
Diagram:
|
| 93 |
+
|
| 94 |
+
```text
|
| 95 |
+
docs/assets/task_architectures.png
|
| 96 |
+
```
|
| 97 |
+
|
| 98 |
+
## Neural Baseline
|
| 99 |
+
|
| 100 |
+
The suite can also run a lightweight PyTorch MLP baseline for every selected
|
| 101 |
+
task while preserving the NumPy baseline artifacts:
|
| 102 |
+
|
| 103 |
+
```bash
|
| 104 |
+
python scripts/episode_task_suite.py \
|
| 105 |
+
--output-dir results/episode_task_suite \
|
| 106 |
+
--include-neural
|
| 107 |
+
```
|
| 108 |
+
|
| 109 |
+
This requires `torch`; use `requirements-omni.txt` when the base environment
|
| 110 |
+
does not already include PyTorch.
|
| 111 |
+
|
| 112 |
+
The neural path reuses the same windows, features, chronological split, leakage
|
| 113 |
+
filters, and metrics as the minimal heads. It writes parallel artifacts under:
|
| 114 |
+
|
| 115 |
+
```text
|
| 116 |
+
results/episode_task_suite/neural_mlp/<task>/
|
| 117 |
+
```
|
| 118 |
+
|
| 119 |
+
Each neural task directory contains `metrics.json`, `history.json`, a
|
| 120 |
+
`model.pt` checkpoint, and the same prediction artifact shape used by the
|
| 121 |
+
corresponding minimal task (`predictions.csv` or `predictions.npz`). The suite
|
| 122 |
+
rollup adds a `neural_tasks` section to `summary_report.json`; visualization
|
| 123 |
+
generation adds neural-only and minimal-vs-neural score charts when those
|
| 124 |
+
metrics are present.
|
| 125 |
+
|
| 126 |
+
Useful knobs:
|
| 127 |
+
|
| 128 |
+
```bash
|
| 129 |
+
python scripts/episode_task_suite.py \
|
| 130 |
+
--include-neural \
|
| 131 |
+
--neural-epochs 80 \
|
| 132 |
+
--neural-hidden-dim 128 \
|
| 133 |
+
--neural-batch-size 128 \
|
| 134 |
+
--neural-device auto
|
| 135 |
+
```
|
| 136 |
+
|
| 137 |
+
This neural baseline is intentionally small. It tests whether a nonlinear head
|
| 138 |
+
over the current handcrafted feature vector improves per-task behavior before
|
| 139 |
+
moving to heavier sequence or vision-language models.
|
| 140 |
+
|
| 141 |
+
## Qwen/Omni Neural Track
|
| 142 |
+
|
| 143 |
+
The Qwen3-Omni scripts remain a separate neural/VLM track under
|
| 144 |
+
`scripts/omni/`. They are better suited for action/subtask adapter checks, sensor-adapter
|
| 145 |
+
experiments, and LoRA fine-tuning than for the full 12-task matrix. A useful
|
| 146 |
+
comparison order is:
|
| 147 |
+
|
| 148 |
+
- current NumPy task suite
|
| 149 |
+
- lightweight `neural_mlp` task suite
|
| 150 |
+
- adapter-only setup checks from `scripts/omni/qwen3_omni_adapter_smoke.py`
|
| 151 |
+
- Qwen3-Omni zero-shot or LoRA runs where GPU/model access is available
|
| 152 |
+
|
| 153 |
+
## Current Results
|
| 154 |
+
|
| 155 |
+
```text
|
| 156 |
+
Action Recognition:
|
| 157 |
+
accuracy: 0.0292
|
| 158 |
+
macro_f1: 0.0500
|
| 159 |
+
note: future test region contains unseen action classes
|
| 160 |
+
|
| 161 |
+
Procedure Step Recognition:
|
| 162 |
+
accuracy: 0.0581
|
| 163 |
+
macro_f1: 0.0506
|
| 164 |
+
note: future test region contains unseen subtask classes
|
| 165 |
+
|
| 166 |
+
Action Boundary Detection:
|
| 167 |
+
accuracy: 0.9080
|
| 168 |
+
macro_f1: 0.6118
|
| 169 |
+
boundary_f1: 0.1250
|
| 170 |
+
|
| 171 |
+
Next-Action Prediction:
|
| 172 |
+
accuracy: 0.0345
|
| 173 |
+
macro_f1: 0.0593
|
| 174 |
+
note: same unseen-future-class problem as Action Recognition
|
| 175 |
+
|
| 176 |
+
Hand Trajectory Forecasting:
|
| 177 |
+
MPJPE: 0.8647
|
| 178 |
+
final-frame MPJPE: 1.0331
|
| 179 |
+
|
| 180 |
+
Contact State Prediction:
|
| 181 |
+
accuracy: 1.0000
|
| 182 |
+
note: degenerate on this sample because the binary contact label has only one class
|
| 183 |
+
|
| 184 |
+
Object Relevance Prediction:
|
| 185 |
+
micro_f1: 0.1803
|
| 186 |
+
macro_f1: 0.0633
|
| 187 |
+
|
| 188 |
+
Language Grounding:
|
| 189 |
+
top1: 0.0029
|
| 190 |
+
top5: 0.0115
|
| 191 |
+
MRR: 0.0160
|
| 192 |
+
|
| 193 |
+
Cross-Modal Retrieval:
|
| 194 |
+
top1: 0.1638
|
| 195 |
+
top5: 0.3678
|
| 196 |
+
top10: 0.4713
|
| 197 |
+
MRR: 0.2693
|
| 198 |
+
|
| 199 |
+
Cross-Modal Reconstruction:
|
| 200 |
+
R2: -0.0153
|
| 201 |
+
|
| 202 |
+
Temporal Order Verification:
|
| 203 |
+
accuracy: 0.4540
|
| 204 |
+
f1: 0.5400
|
| 205 |
+
|
| 206 |
+
Multimodal Synchronization Detection:
|
| 207 |
+
accuracy: 0.5159
|
| 208 |
+
f1: 0.5052
|
| 209 |
+
```
|
| 210 |
+
|
| 211 |
+
## How To Read These Results
|
| 212 |
+
|
| 213 |
+
Low scores are useful here. They show which tasks are not learnable from this one chronological sample with this minimal model.
|
| 214 |
+
|
| 215 |
+
The strongest signal is Cross-Modal Retrieval: motion/IMU/camera/audio features can retrieve the matching depth/video window better than random. That means the modalities are synchronized and contain shared temporal structure.
|
| 216 |
+
|
| 217 |
+
The weakest supervised timeline tasks are weak mainly because of the split. The last 30% of a single ordered episode contains actions/subtasks not present in the first 70%, so a classifier trained on the first part cannot predict labels it never saw.
|
| 218 |
+
|
| 219 |
+
For serious research, keep the same task code but change the dataset unit:
|
| 220 |
+
|
| 221 |
+
```text
|
| 222 |
+
many episodes -> train episodes -> test unseen episodes
|
| 223 |
+
```
|
| 224 |
+
|
| 225 |
+
For single-episode learning, these tasks are best used as:
|
| 226 |
+
|
| 227 |
+
- data pipeline tests
|
| 228 |
+
- modality ablations
|
| 229 |
+
- label-alignment checks
|
| 230 |
+
- self-supervised retrieval experiments
|
| 231 |
+
- debugging templates before scaling to many episodes
|
favicon.png
ADDED
|
|
Git LFS Details
|
favicon.svg
ADDED
|
|
index.html
CHANGED
|
@@ -2489,7 +2489,7 @@
|
|
| 2489 |
<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>
|
| 2490 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 2491 |
<article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, policy models wait for explicit action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 2492 |
-
<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
|
| 2493 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future Omni, Cosmos, and policy branches 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>
|
| 2494 |
</div>
|
| 2495 |
</div>
|
|
@@ -2552,7 +2552,7 @@
|
|
| 2552 |
<article class="evidence-card">
|
| 2553 |
<span class="status-pill">verified diagnostic</span>
|
| 2554 |
<h3>Qwen3-Omni and Cosmos3 branches</h3>
|
| 2555 |
-
<p>The selected 96/16/16 episode split produced verified Qwen3-Omni packages with 448 held-out test predictions. Cosmos3-Nano
|
| 2556 |
<div class="evidence-links">
|
| 2557 |
<a href="data/omni_model_comparison.json">result comparison</a>
|
| 2558 |
<a href="data/omni_finetune_verified_result.json">pilot result</a>
|
|
@@ -3156,11 +3156,11 @@
|
|
| 3156 |
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored diagnostic held-out pilot. Stronger model-quality metrics require structured-output and error-analysis improvements.</p>
|
| 3157 |
</div>
|
| 3158 |
<div class="artifact-grid">
|
| 3159 |
-
<article class="artifact primary-artifact"><div><h3>
|
| 3160 |
<article class="artifact"><h3>Foundation-model plan</h3><p>Backbone selection matrix covering Qwen3-Omni, Cosmos 3, GR00T, OpenVLA/openpi, Gemini Robotics, Octo, SmolVLA-style policy candidates, and the future Xperience-native pretraining goal.</p><a href="data/foundation_model_plan.json">foundation model plan</a></article>
|
| 3161 |
<article class="artifact"><h3>Multi-episode data access</h3><p>Public data-access path, selected 128-episode pilot plan, and preparation requirements.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">data access</a></article>
|
| 3162 |
-
<article class="artifact"><h3>Qwen3-Omni
|
| 3163 |
-
<article class="artifact"><h3>Cosmos3
|
| 3164 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future runs need validation tracking, held-out predictions, quality-target reporting, and the same public-safe package gate.</p><a href="data/foundation_model_plan.json">training requirements</a></article>
|
| 3165 |
<article class="artifact"><h3>Xperience-native pretraining</h3><p>Future plan for a domain-specific embodied foundation model trained from scratch over full-corpus video, audio, geometry, motion, inertial, and language streams.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3166 |
</div>
|
|
@@ -3197,8 +3197,8 @@
|
|
| 3197 |
<div class="artifact-grid">
|
| 3198 |
<article class="artifact"><h3>Selection</h3><p>128 complete episodes selected from 128 unique top-level sessions, balanced across episode-size bands and split 96/16/16 for train/val/test.</p></article>
|
| 3199 |
<article class="artifact"><h3>Transfer</h3><p>Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.</p></article>
|
| 3200 |
-
<article class="artifact"><h3>Current LoRA artifact</h3><p>The current LoRA artifact is the selected 128-episode diagnostic
|
| 3201 |
-
<article class="artifact"><h3>Backbone branches</h3><p>Qwen3-Omni
|
| 3202 |
<article class="artifact"><h3>Native foundation model</h3><p>The long-term goal is a full-corpus Xperience Embodied Foundation Model trained on synchronized perception, geometry, motion, inertial, audio, and language streams after smaller scaling stages validate the approach.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3203 |
</div>
|
| 3204 |
</div>
|
|
@@ -3215,7 +3215,7 @@
|
|
| 3215 |
<article class="artifact"><h3>Reproducibility matrix</h3><p>Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.</p><a href="data/reproducibility_matrix.json">reproducibility matrix</a></article>
|
| 3216 |
<article class="artifact"><h3>Exact-match reproduction record</h3><p>The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/notes/reproducibility_audit.md">reproduction audit</a></article>
|
| 3217 |
<article class="artifact"><h3>Project dashboard</h3><p>The website organizes the dataset sample, tasks, methods, results, directions, and scale-up path in one tabbed reader flow.</p><a href="#artifacts">project materials</a></article>
|
| 3218 |
-
<article class="artifact"><h3>Multi-episode pilot status</h3><p>The
|
| 3219 |
</div>
|
| 3220 |
<p class="repro-note">Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then rebuild the supporting project reports.</p>
|
| 3221 |
<pre class="code-panel"><button type="button" data-copy="setup">Copy</button><code id="setup">git clone https://github.com/Ropedia/HOMIE-toolkit.git
|
|
|
|
| 2489 |
<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>
|
| 2490 |
<article class="artifact"><h3>Audio ablation</h3><p>Audio and no-audio variants are evaluated across all 12 task contracts under the same chronological split.</p><a href="data/audio_ablation_summary.json">audio summary</a></article>
|
| 2491 |
<article class="artifact"><h3>Foundation branch selection</h3><p>Qwen3-Omni is the first trainable baseline, Cosmos 3 becomes the world-model branch, policy models wait for explicit action targets, and Xperience-native pretraining remains a later full-corpus goal.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 2492 |
+
<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 Reasoner JSON-task evaluation. The next stage is action/subtask error analysis, true Cosmos fine-tuning, and policy-target conversion.</p><a href="data/omni_model_comparison.json">result comparison</a></article>
|
| 2493 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future Omni, Cosmos, and policy branches 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>
|
| 2494 |
</div>
|
| 2495 |
</div>
|
|
|
|
| 2552 |
<article class="evidence-card">
|
| 2553 |
<span class="status-pill">verified diagnostic</span>
|
| 2554 |
<h3>Qwen3-Omni and Cosmos3 branches</h3>
|
| 2555 |
+
<p>The selected 96/16/16 episode split produced verified Qwen3-Omni packages with 448 held-out test predictions. Cosmos3-Nano has 378 held-out future-window predictions, and Cosmos3-Super Reasoner has 448 held-out base-weight JSON-task predictions.</p>
|
| 2556 |
<div class="evidence-links">
|
| 2557 |
<a href="data/omni_model_comparison.json">result comparison</a>
|
| 2558 |
<a href="data/omni_finetune_verified_result.json">pilot result</a>
|
|
|
|
| 3156 |
<p>The multi-episode Qwen3-Omni path is documented, scripted, and verified as a validation-monitored diagnostic held-out pilot. Stronger model-quality metrics require structured-output and error-analysis improvements.</p>
|
| 3157 |
</div>
|
| 3158 |
<div class="artifact-grid">
|
| 3159 |
+
<article class="artifact primary-artifact"><div><h3>Model-family comparison</h3><p>Compares the three result layers and also groups 1-episode and 128-episode entries by model family: task heads, Qwen3-Omni LoRA, Cosmos3-Nano, and Cosmos3-Super.</p></div><a href="data/omni_model_comparison.json">result comparison</a></article>
|
| 3160 |
<article class="artifact"><h3>Foundation-model plan</h3><p>Backbone selection matrix covering Qwen3-Omni, Cosmos 3, GR00T, OpenVLA/openpi, Gemini Robotics, Octo, SmolVLA-style policy candidates, and the future Xperience-native pretraining goal.</p><a href="data/foundation_model_plan.json">foundation model plan</a></article>
|
| 3161 |
<article class="artifact"><h3>Multi-episode data access</h3><p>Public data-access path, selected 128-episode pilot plan, and preparation requirements.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md">data access</a></article>
|
| 3162 |
+
<article class="artifact"><h3>Qwen3-Omni LoRA group</h3><p>Separates the 1-episode sensor-adapter smoke test from the current 128-episode LoRA adapter package and older diagnostics.</p><a href="data/omni_model_comparison.json">Qwen group</a></article>
|
| 3163 |
+
<article class="artifact"><h3>Cosmos3 groups</h3><p>Shows the verified Nano future-window compatibility package and the Super base-weight Reasoner JSON-task evaluation; neither is a new fine-tuned Cosmos weight release.</p><a href="data/omni_model_comparison.json">Cosmos groups</a></article>
|
| 3164 |
<article class="artifact"><h3>Scale-up requirement</h3><p>Future runs need validation tracking, held-out predictions, quality-target reporting, and the same public-safe package gate.</p><a href="data/foundation_model_plan.json">training requirements</a></article>
|
| 3165 |
<article class="artifact"><h3>Xperience-native pretraining</h3><p>Future plan for a domain-specific embodied foundation model trained from scratch over full-corpus video, audio, geometry, motion, inertial, and language streams.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3166 |
</div>
|
|
|
|
| 3197 |
<div class="artifact-grid">
|
| 3198 |
<article class="artifact"><h3>Selection</h3><p>128 complete episodes selected from 128 unique top-level sessions, balanced across episode-size bands and split 96/16/16 for train/val/test.</p></article>
|
| 3199 |
<article class="artifact"><h3>Transfer</h3><p>Download raw episodes only from official gated sources, exclude visualization.rrd, validate files, then stage them for training.</p></article>
|
| 3200 |
+
<article class="artifact"><h3>Current LoRA artifact</h3><p>The current Qwen3-Omni LoRA artifact is the selected 128-episode diagnostic adapter. The 1-episode Qwen entry is only a sensor-adapter smoke test.</p><a href="data/omni_model_comparison.json">model groups</a></article>
|
| 3201 |
+
<article class="artifact"><h3>Backbone branches</h3><p>Qwen3-Omni uses a separate LoRA model repo; Cosmos3-Nano and Cosmos3-Super remain artifacts-only diagnostics until real Cosmos adapter or fine-tuned weights exist.</p><a href="data/foundation_model_plan.json">backbone plan</a></article>
|
| 3202 |
<article class="artifact"><h3>Native foundation model</h3><p>The long-term goal is a full-corpus Xperience Embodied Foundation Model trained on synchronized perception, geometry, motion, inertial, audio, and language streams after smaller scaling stages validate the approach.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md">pretraining plan</a></article>
|
| 3203 |
</div>
|
| 3204 |
</div>
|
|
|
|
| 3215 |
<article class="artifact"><h3>Reproducibility matrix</h3><p>Machine-readable command matrix covering sample download, baselines, 12 tasks, figures, and validation.</p><a href="data/reproducibility_matrix.json">reproducibility matrix</a></article>
|
| 3216 |
<article class="artifact"><h3>Exact-match reproduction record</h3><p>The last metric rebuild reproduced the public-sample outputs from a fresh cache and matched the committed metrics.</p><a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/notes/reproducibility_audit.md">reproduction audit</a></article>
|
| 3217 |
<article class="artifact"><h3>Project dashboard</h3><p>The website organizes the dataset sample, tasks, methods, results, directions, and scale-up path in one tabbed reader flow.</p><a href="#artifacts">project materials</a></article>
|
| 3218 |
+
<article class="artifact"><h3>Multi-episode pilot status</h3><p>The comparison JSON now supports both the three-version reading and model-family grouping, so 1-episode and 128-episode entries can be compared within the same model family.</p><a href="data/omni_model_comparison.json">comparison</a></article>
|
| 3219 |
</div>
|
| 3220 |
<p class="repro-note">Minimal path: install the toolkit dependencies, download the official sample, run the 12-task suite with neural heads, regenerate visualizations, then rebuild the supporting project reports.</p>
|
| 3221 |
<pre class="code-panel"><button type="button" data-copy="setup">Copy</button><code id="setup">git clone https://github.com/Ropedia/HOMIE-toolkit.git
|
research_roadmap.html
CHANGED
|
@@ -626,7 +626,7 @@
|
|
| 626 |
</div>
|
| 627 |
<div class="route-step">
|
| 628 |
<strong>02</strong>
|
| 629 |
-
<div><b>Data
|
| 630 |
<em id="routeData">32 target</em>
|
| 631 |
</div>
|
| 632 |
<div class="route-step">
|
|
|
|
| 626 |
</div>
|
| 627 |
<div class="route-step">
|
| 628 |
<strong>02</strong>
|
| 629 |
+
<div><b>Data preparation</b><span>episode-level split and missing-view manifest</span></div>
|
| 630 |
<em id="routeData">32 target</em>
|
| 631 |
</div>
|
| 632 |
<div class="route-step">
|
results/episode_task_suite/caption_grounding/metrics.json
CHANGED
|
@@ -11,5 +11,6 @@
|
|
| 11 |
"output": "matching time window",
|
| 12 |
"split": "chronological",
|
| 13 |
"num_train_windows": 813,
|
| 14 |
-
"num_test_windows": 348
|
| 15 |
-
|
|
|
|
|
|
| 11 |
"output": "matching time window",
|
| 12 |
"split": "chronological",
|
| 13 |
"num_train_windows": 813,
|
| 14 |
+
"num_test_windows": 348,
|
| 15 |
+
"task_display_name": "Language Grounding"
|
| 16 |
+
}
|
results/episode_task_suite/contact_prediction/metrics.json
CHANGED
|
@@ -15,5 +15,6 @@
|
|
| 15 |
"majority_baseline_accuracy": 1.0,
|
| 16 |
"train_final_accuracy": 1.0,
|
| 17 |
"train_final_loss": 0.0006056802230887115,
|
| 18 |
-
"unseen_test_classes": []
|
| 19 |
-
|
|
|
|
|
|
| 15 |
"majority_baseline_accuracy": 1.0,
|
| 16 |
"train_final_accuracy": 1.0,
|
| 17 |
"train_final_loss": 0.0006056802230887115,
|
| 18 |
+
"unseen_test_classes": [],
|
| 19 |
+
"task_display_name": "Contact State Prediction"
|
| 20 |
+
}
|
results/episode_task_suite/cross_modal_retrieval/metrics.json
CHANGED
|
@@ -11,5 +11,6 @@
|
|
| 11 |
"output": "matching depth/video window",
|
| 12 |
"split": "chronological",
|
| 13 |
"num_train_windows": 813,
|
| 14 |
-
"num_test_windows": 348
|
| 15 |
-
|
|
|
|
|
|
| 11 |
"output": "matching depth/video window",
|
| 12 |
"split": "chronological",
|
| 13 |
"num_train_windows": 813,
|
| 14 |
+
"num_test_windows": 348,
|
| 15 |
+
"task_display_name": "Cross-Modal Retrieval"
|
| 16 |
+
}
|
results/episode_task_suite/hand_trajectory_forecast/metrics.json
CHANGED
|
@@ -11,5 +11,6 @@
|
|
| 11 |
"forecast_frames": 10,
|
| 12 |
"mpjpe": 0.8646570444107056,
|
| 13 |
"final_frame_mpjpe": 1.0330793857574463,
|
| 14 |
-
"target_dim": 1260
|
| 15 |
-
|
|
|
|
|
|
| 11 |
"forecast_frames": 10,
|
| 12 |
"mpjpe": 0.8646570444107056,
|
| 13 |
"final_frame_mpjpe": 1.0330793857574463,
|
| 14 |
+
"target_dim": 1260,
|
| 15 |
+
"task_display_name": "Hand Trajectory Forecasting"
|
| 16 |
+
}
|
results/episode_task_suite/misalignment_detection/metrics.json
CHANGED
|
@@ -15,5 +15,6 @@
|
|
| 15 |
"num_samples": 2306,
|
| 16 |
"num_train_samples": 1614,
|
| 17 |
"num_test_samples": 692,
|
| 18 |
-
"train_final_accuracy": 0.49380421313506817
|
| 19 |
-
|
|
|
|
|
|
| 15 |
"num_samples": 2306,
|
| 16 |
"num_train_samples": 1614,
|
| 17 |
"num_test_samples": 692,
|
| 18 |
+
"train_final_accuracy": 0.49380421313506817,
|
| 19 |
+
"task_display_name": "Multimodal Synchronization Detection"
|
| 20 |
+
}
|
results/episode_task_suite/modality_reconstruction/metrics.json
CHANGED
|
@@ -8,5 +8,6 @@
|
|
| 8 |
"split": "chronological",
|
| 9 |
"num_train_windows": 813,
|
| 10 |
"num_test_windows": 348,
|
| 11 |
-
"target_dim": 5096
|
| 12 |
-
|
|
|
|
|
|
| 8 |
"split": "chronological",
|
| 9 |
"num_train_windows": 813,
|
| 10 |
"num_test_windows": 348,
|
| 11 |
+
"target_dim": 5096,
|
| 12 |
+
"task_display_name": "Cross-Modal Reconstruction"
|
| 13 |
+
}
|
results/episode_task_suite/neural_mlp/caption_grounding/metrics.json
CHANGED
|
@@ -22,5 +22,6 @@
|
|
| 22 |
"neural_weight_decay": 0.0001,
|
| 23 |
"neural_dropout": 0.1,
|
| 24 |
"neural_device": "cpu",
|
| 25 |
-
"train_final_loss": 0.06317874967483723
|
| 26 |
-
|
|
|
|
|
|
| 22 |
"neural_weight_decay": 0.0001,
|
| 23 |
"neural_dropout": 0.1,
|
| 24 |
"neural_device": "cpu",
|
| 25 |
+
"train_final_loss": 0.06317874967483723,
|
| 26 |
+
"task_display_name": "Language Grounding"
|
| 27 |
+
}
|
results/episode_task_suite/neural_mlp/contact_prediction/metrics.json
CHANGED
|
@@ -24,5 +24,6 @@
|
|
| 24 |
"neural_dropout": 0.1,
|
| 25 |
"neural_device": "cpu",
|
| 26 |
"train_final_loss": 0.0,
|
| 27 |
-
"train_final_accuracy": 1.0
|
| 28 |
-
|
|
|
|
|
|
| 24 |
"neural_dropout": 0.1,
|
| 25 |
"neural_device": "cpu",
|
| 26 |
"train_final_loss": 0.0,
|
| 27 |
+
"train_final_accuracy": 1.0,
|
| 28 |
+
"task_display_name": "Contact State Prediction"
|
| 29 |
+
}
|
results/episode_task_suite/neural_mlp/cross_modal_retrieval/metrics.json
CHANGED
|
@@ -22,5 +22,6 @@
|
|
| 22 |
"neural_weight_decay": 0.0001,
|
| 23 |
"neural_dropout": 0.1,
|
| 24 |
"neural_device": "cpu",
|
| 25 |
-
"train_final_loss": 0.21891545446596464
|
| 26 |
-
|
|
|
|
|
|
| 22 |
"neural_weight_decay": 0.0001,
|
| 23 |
"neural_dropout": 0.1,
|
| 24 |
"neural_device": "cpu",
|
| 25 |
+
"train_final_loss": 0.21891545446596464,
|
| 26 |
+
"task_display_name": "Cross-Modal Retrieval"
|
| 27 |
+
}
|
results/episode_task_suite/neural_mlp/hand_trajectory_forecast/metrics.json
CHANGED
|
@@ -21,5 +21,6 @@
|
|
| 21 |
"neural_weight_decay": 0.0001,
|
| 22 |
"neural_dropout": 0.1,
|
| 23 |
"neural_device": "cpu",
|
| 24 |
-
"train_final_loss": 0.055699273420247435
|
| 25 |
-
|
|
|
|
|
|
| 21 |
"neural_weight_decay": 0.0001,
|
| 22 |
"neural_dropout": 0.1,
|
| 23 |
"neural_device": "cpu",
|
| 24 |
+
"train_final_loss": 0.055699273420247435,
|
| 25 |
+
"task_display_name": "Hand Trajectory Forecasting"
|
| 26 |
+
}
|
results/episode_task_suite/neural_mlp/misalignment_detection/metrics.json
CHANGED
|
@@ -26,5 +26,6 @@
|
|
| 26 |
"neural_dropout": 0.1,
|
| 27 |
"neural_device": "cpu",
|
| 28 |
"train_final_loss": 0.010604870708167664,
|
| 29 |
-
"train_final_accuracy": 0.9956629491945477
|
| 30 |
-
|
|
|
|
|
|
| 26 |
"neural_dropout": 0.1,
|
| 27 |
"neural_device": "cpu",
|
| 28 |
"train_final_loss": 0.010604870708167664,
|
| 29 |
+
"train_final_accuracy": 0.9956629491945477,
|
| 30 |
+
"task_display_name": "Multimodal Synchronization Detection"
|
| 31 |
+
}
|
results/episode_task_suite/neural_mlp/modality_reconstruction/metrics.json
CHANGED
|
@@ -18,5 +18,6 @@
|
|
| 18 |
"neural_weight_decay": 0.0001,
|
| 19 |
"neural_dropout": 0.1,
|
| 20 |
"neural_device": "cpu",
|
| 21 |
-
"train_final_loss": 0.21891545446596464
|
| 22 |
-
|
|
|
|
|
|
| 18 |
"neural_weight_decay": 0.0001,
|
| 19 |
"neural_dropout": 0.1,
|
| 20 |
"neural_device": "cpu",
|
| 21 |
+
"train_final_loss": 0.21891545446596464,
|
| 22 |
+
"task_display_name": "Cross-Modal Reconstruction"
|
| 23 |
+
}
|
results/episode_task_suite/neural_mlp/next_action/metrics.json
CHANGED
|
@@ -29,5 +29,6 @@
|
|
| 29 |
"neural_dropout": 0.1,
|
| 30 |
"neural_device": "cpu",
|
| 31 |
"train_final_loss": 0.000416612956025105,
|
| 32 |
-
"train_final_accuracy": 1.0
|
| 33 |
-
|
|
|
|
|
|
| 29 |
"neural_dropout": 0.1,
|
| 30 |
"neural_device": "cpu",
|
| 31 |
"train_final_loss": 0.000416612956025105,
|
| 32 |
+
"train_final_accuracy": 1.0,
|
| 33 |
+
"task_display_name": "Next-Action Prediction"
|
| 34 |
+
}
|
results/episode_task_suite/neural_mlp/object_relevance/metrics.json
CHANGED
|
@@ -21,5 +21,6 @@
|
|
| 21 |
"neural_weight_decay": 0.0001,
|
| 22 |
"neural_dropout": 0.1,
|
| 23 |
"neural_device": "cpu",
|
| 24 |
-
"train_final_loss": 0.003651880362182214
|
| 25 |
-
|
|
|
|
|
|
| 21 |
"neural_weight_decay": 0.0001,
|
| 22 |
"neural_dropout": 0.1,
|
| 23 |
"neural_device": "cpu",
|
| 24 |
+
"train_final_loss": 0.003651880362182214,
|
| 25 |
+
"task_display_name": "Object Relevance Prediction"
|
| 26 |
+
}
|
results/episode_task_suite/neural_mlp/temporal_order/metrics.json
CHANGED
|
@@ -26,5 +26,6 @@
|
|
| 26 |
"neural_dropout": 0.1,
|
| 27 |
"neural_device": "cpu",
|
| 28 |
"train_final_loss": 0.0005108328477586757,
|
| 29 |
-
"train_final_accuracy": 1.0
|
| 30 |
-
|
|
|
|
|
|
| 26 |
"neural_dropout": 0.1,
|
| 27 |
"neural_device": "cpu",
|
| 28 |
"train_final_loss": 0.0005108328477586757,
|
| 29 |
+
"train_final_accuracy": 1.0,
|
| 30 |
+
"task_display_name": "Temporal Order Verification"
|
| 31 |
+
}
|
results/episode_task_suite/neural_mlp/timeline_action/metrics.json
CHANGED
|
@@ -29,5 +29,6 @@
|
|
| 29 |
"neural_dropout": 0.1,
|
| 30 |
"neural_device": "cpu",
|
| 31 |
"train_final_loss": 0.04246756529782,
|
| 32 |
-
"train_final_accuracy": 0.9875156054931336
|
| 33 |
-
|
|
|
|
|
|
| 29 |
"neural_dropout": 0.1,
|
| 30 |
"neural_device": "cpu",
|
| 31 |
"train_final_loss": 0.04246756529782,
|
| 32 |
+
"train_final_accuracy": 0.9875156054931336,
|
| 33 |
+
"task_display_name": "Action Recognition"
|
| 34 |
+
}
|
results/episode_task_suite/neural_mlp/timeline_subtask/metrics.json
CHANGED
|
@@ -29,5 +29,6 @@
|
|
| 29 |
"neural_dropout": 0.1,
|
| 30 |
"neural_device": "cpu",
|
| 31 |
"train_final_loss": 5.4104819144748596e-05,
|
| 32 |
-
"train_final_accuracy": 1.0
|
| 33 |
-
|
|
|
|
|
|
| 29 |
"neural_dropout": 0.1,
|
| 30 |
"neural_device": "cpu",
|
| 31 |
"train_final_loss": 5.4104819144748596e-05,
|
| 32 |
+
"train_final_accuracy": 1.0,
|
| 33 |
+
"task_display_name": "Procedure Step Recognition"
|
| 34 |
+
}
|
results/episode_task_suite/neural_mlp/transition_detection/metrics.json
CHANGED
|
@@ -31,5 +31,6 @@
|
|
| 31 |
"matched_boundaries": 3,
|
| 32 |
"true_boundaries": 4,
|
| 33 |
"predicted_boundaries": 42,
|
| 34 |
-
"mean_abs_timing_error_frames": 2.6666666666666665
|
| 35 |
-
|
|
|
|
|
|
| 31 |
"matched_boundaries": 3,
|
| 32 |
"true_boundaries": 4,
|
| 33 |
"predicted_boundaries": 42,
|
| 34 |
+
"mean_abs_timing_error_frames": 2.6666666666666665,
|
| 35 |
+
"task_display_name": "Action Boundary Detection"
|
| 36 |
+
}
|
results/episode_task_suite/next_action/metrics.json
CHANGED
|
@@ -20,5 +20,6 @@
|
|
| 20 |
"Pour coffee",
|
| 21 |
"Pour milk into coffee",
|
| 22 |
"Wait/Prepare for pouring"
|
| 23 |
-
]
|
| 24 |
-
|
|
|
|
|
|
| 20 |
"Pour coffee",
|
| 21 |
"Pour milk into coffee",
|
| 22 |
"Wait/Prepare for pouring"
|
| 23 |
+
],
|
| 24 |
+
"task_display_name": "Next-Action Prediction"
|
| 25 |
+
}
|
results/episode_task_suite/object_relevance/metrics.json
CHANGED
|
@@ -10,5 +10,6 @@
|
|
| 10 |
"num_windows": 1161,
|
| 11 |
"num_train_windows": 813,
|
| 12 |
"num_test_windows": 348,
|
| 13 |
-
"num_objects": 34
|
| 14 |
-
|
|
|
|
|
|
| 10 |
"num_windows": 1161,
|
| 11 |
"num_train_windows": 813,
|
| 12 |
"num_test_windows": 348,
|
| 13 |
+
"num_objects": 34,
|
| 14 |
+
"task_display_name": "Object Relevance Prediction"
|
| 15 |
+
}
|