Expose omni backbone extension contract
Browse files- ARTIFACT_GUIDE.md +16 -2
- OMNI_MODEL_EXTENSION_CONTRACT.md +246 -0
- PROJECT_STATUS.md +13 -6
- configs/omni_backbones/cosmos_world_model.json +100 -0
- configs/omni_backbones/policy_vla_branch.json +97 -0
- configs/omni_backbones/qwen3_omni_lora.json +93 -0
- data/artifact_index.json +123 -56
- data/mirror_parity.json +265 -234
- data/project_status.json +13 -0
- data/publication_audit.json +9 -9
- data/scope_claims_audit.json +114 -121
- data/task_surface_integrity.json +169 -169
- data/website_integrity.json +36 -30
- docs/data/artifact_index.json +123 -56
- docs/data/mirror_parity.json +265 -234
- docs/data/project_status.json +13 -0
- docs/data/publication_audit.json +9 -9
- docs/data/scope_claims_audit.json +114 -121
- docs/data/task_surface_integrity.json +169 -169
- docs/data/website_integrity.json +36 -30
- metrics/artifact_index.json +123 -56
- metrics/mirror_parity.json +265 -234
- metrics/project_status.json +13 -0
- metrics/publication_audit.json +9 -9
- metrics/scope_claims_audit.json +114 -121
- metrics/task_surface_integrity.json +169 -169
- metrics/website_integrity.json +36 -30
- scripts/build_artifact_index.py +49 -1
ARTIFACT_GUIDE.md
CHANGED
|
@@ -10,9 +10,10 @@ Xperience-native pretraining goal.
|
|
| 10 |
|
| 11 |
| Artifact | Why to open it first |
|
| 12 |
| --- | --- |
|
| 13 |
-
| [`PROJECT_STATUS.md`](PROJECT_STATUS.md) | Gives the fastest current-state table: implemented,
|
| 14 |
| [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md) | Shows the roadmap from public-sample task development to multi-episode data preparation, Qwen3-Omni LoRA, robustness runs, model branches, and the future native-pretraining goal. |
|
| 15 |
| [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Explains which foundation backbones fit which Xperience-10M objective: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion. |
|
|
|
|
| 16 |
| [`ADDITIONAL_DEVELOPMENT_DIRECTIONS.md`](ADDITIONAL_DEVELOPMENT_DIRECTIONS.md) | Records concrete non-backbone development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer. |
|
| 17 |
| [`XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md`](XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md) | Describes the future full-corpus Xperience Embodied Foundation Model goal, including modules, objectives, staged scale-up, hardware ranges, and evaluation. |
|
| 18 |
| [`EVALUATION_PROTOCOL.md`](EVALUATION_PROTOCOL.md) | Defines the task unit, chronological split, metrics, leakage controls, and current limitations. |
|
|
@@ -105,10 +106,23 @@ research project.
|
|
| 105 |
|
| 106 |
| Artifact | Current status |
|
| 107 |
| --- | --- |
|
| 108 |
-
| [`results/omni_finetune/DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | Summarizes the
|
| 109 |
| [`results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | Documents the public multi-episode access path, selected 128-episode pilot plan, and data requirements. |
|
|
|
|
|
|
|
| 110 |
| [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | Discovery gate for valid multi-episode Xperience-10M sources. |
|
| 111 |
| [`scripts/omni/train_qwen3_omni_lora.py`](scripts/omni/train_qwen3_omni_lora.py) | Training entrypoint for the Qwen3-Omni LoRA pilot after the data gate passes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
| [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Adds the post-data-gate backbone selection plan: Qwen3-Omni first, Cosmos 3 for world modeling, and OpenVLA/openpi/GR00T for policy/action branches. |
|
| 113 |
| [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json) | Machine-readable model-family registry with source links, entry conditions, and evaluation additions. |
|
| 114 |
| [`ADDITIONAL_DEVELOPMENT_DIRECTIONS.md`](ADDITIONAL_DEVELOPMENT_DIRECTIONS.md) | Concise reader-facing plan for non-backbone tracks that can be built from Xperience-10M data. |
|
|
|
|
| 10 |
|
| 11 |
| Artifact | Why to open it first |
|
| 12 |
| --- | --- |
|
| 13 |
+
| [`PROJECT_STATUS.md`](PROJECT_STATUS.md) | Gives the fastest current-state table: implemented, being improved, and outside current scope. |
|
| 14 |
| [`RESEARCH_ROADMAP.md`](RESEARCH_ROADMAP.md) | Shows the roadmap from public-sample task development to multi-episode data preparation, Qwen3-Omni LoRA, robustness runs, model branches, and the future native-pretraining goal. |
|
| 15 |
| [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Explains which foundation backbones fit which Xperience-10M objective: Qwen3-Omni first, Cosmos 3 for world modeling, and VLA/policy models after action-target conversion. |
|
| 16 |
+
| [`OMNI_MODEL_EXTENSION_CONTRACT.md`](OMNI_MODEL_EXTENSION_CONTRACT.md) | Defines the shared manifest, split, evaluation, packaging, and public-safety contract that future Qwen, Cosmos-style, and VLA/policy branches must satisfy. |
|
| 17 |
| [`ADDITIONAL_DEVELOPMENT_DIRECTIONS.md`](ADDITIONAL_DEVELOPMENT_DIRECTIONS.md) | Records concrete non-backbone development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer. |
|
| 18 |
| [`XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md`](XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md) | Describes the future full-corpus Xperience Embodied Foundation Model goal, including modules, objectives, staged scale-up, hardware ranges, and evaluation. |
|
| 19 |
| [`EVALUATION_PROTOCOL.md`](EVALUATION_PROTOCOL.md) | Defines the task unit, chronological split, metrics, leakage controls, and current limitations. |
|
|
|
|
| 106 |
|
| 107 |
| Artifact | Current status |
|
| 108 |
| --- | --- |
|
| 109 |
+
| [`results/omni_finetune/DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md) | Summarizes the data-readiness checks required before a held-out Qwen3-Omni pilot can report metrics. |
|
| 110 |
| [`results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | Documents the public multi-episode access path, selected 128-episode pilot plan, and data requirements. |
|
| 111 |
+
| [`docs/data/omni_finetune_verified_result.json`](docs/data/omni_finetune_verified_result.json) | Compact verified summary for the first selected-episode Qwen3-Omni diagnostic pilot, including split counts, held-out metrics, and the quality-target caveat. |
|
| 112 |
+
| [`results/omni_finetune/verified_public/`](results/omni_finetune/verified_public/) | Public-safe verified held-out result packages. These include metrics, predictions, reports, manifests, training metadata, validation summaries, and audit files, but not raw data or weights. |
|
| 113 |
| [`scripts/omni/discover_xperience10m_sources.py`](scripts/omni/discover_xperience10m_sources.py) | Discovery gate for valid multi-episode Xperience-10M sources. |
|
| 114 |
| [`scripts/omni/train_qwen3_omni_lora.py`](scripts/omni/train_qwen3_omni_lora.py) | Training entrypoint for the Qwen3-Omni LoRA pilot after the data gate passes. |
|
| 115 |
+
| [`scripts/omni/run_128_fullsplit_parallel_export_8gpu.sh`](scripts/omni/run_128_fullsplit_parallel_export_8gpu.sh) | Full 96/16/16 launcher with parallel export, 8-process LoRA training, validation-sample monitoring, held-out test evaluation, and quality-target reporting. |
|
| 116 |
+
| [`scripts/omni/merge_qwen3_omni_eval_shards.py`](scripts/omni/merge_qwen3_omni_eval_shards.py) | Recomputes held-out metrics from deterministic Qwen eval shards and checks missing or duplicate prediction ids. |
|
| 117 |
+
| [`scripts/omni/package_verified_omni_result.py`](scripts/omni/package_verified_omni_result.py) | Creates a contract-driven public-safe package from validated held-out fine-tuning outputs without raw data, base weights, adapter/checkpoint weights, full checkpoints, or large archives. |
|
| 118 |
+
| [`scripts/omni/audit_verified_omni_package.py`](scripts/omni/audit_verified_omni_package.py) | Audits a verified package before README, website, or Hugging Face updates by checking validation status, required files, primary metrics, held-out evidence, and forbidden file types. |
|
| 119 |
+
| [`scripts/omni/watch_verified_omni_package.py`](scripts/omni/watch_verified_omni_package.py) | Waits for a passing held-out eval validation and then runs the verified public-safe packager automatically. |
|
| 120 |
+
| [`OMNI_MODEL_EXTENSION_CONTRACT.md`](OMNI_MODEL_EXTENSION_CONTRACT.md) | Human-readable contract for adding new model families while preserving the same episode split, held-out evaluation, packaging gate, and public-safety boundary. |
|
| 121 |
+
| [`configs/omni_backbones/`](configs/omni_backbones/) | Backbone registry for implemented Qwen3-Omni LoRA plus planned Cosmos-style world-model and VLA/policy branches. |
|
| 122 |
+
| [`scripts/omni/backbone_registry.py`](scripts/omni/backbone_registry.py) | Validates each backbone contract, required metrics, required files, split policy, and forbidden public package categories. |
|
| 123 |
+
| [`scripts/omni/export_model_neutral_window_index.py`](scripts/omni/export_model_neutral_window_index.py) | Converts Qwen JSONL records into a model-neutral window index that future Cosmos-style and policy/VLA exporters can consume. |
|
| 124 |
+
| [`scripts/omni/smoke_test_backbone_packaging.py`](scripts/omni/smoke_test_backbone_packaging.py) | Runs synthetic package-contract checks for every configured backbone, including Qwen3-Omni, Cosmos-style world modeling, and VLA/policy branches. |
|
| 125 |
+
| [`scripts/omni/scaffold_omni_backbone.py`](scripts/omni/scaffold_omni_backbone.py) | Creates a validated planned-backbone config from an existing contract template so new model branches inherit split, artifact, and publication rules. |
|
| 126 |
| [`FOUNDATION_MODEL_PLAN.md`](FOUNDATION_MODEL_PLAN.md) | Adds the post-data-gate backbone selection plan: Qwen3-Omni first, Cosmos 3 for world modeling, and OpenVLA/openpi/GR00T for policy/action branches. |
|
| 127 |
| [`docs/data/foundation_model_plan.json`](docs/data/foundation_model_plan.json) | Machine-readable model-family registry with source links, entry conditions, and evaluation additions. |
|
| 128 |
| [`ADDITIONAL_DEVELOPMENT_DIRECTIONS.md`](ADDITIONAL_DEVELOPMENT_DIRECTIONS.md) | Concise reader-facing plan for non-backbone tracks that can be built from Xperience-10M data. |
|
OMNI_MODEL_EXTENSION_CONTRACT.md
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Omni Model Extension Contract
|
| 2 |
+
|
| 3 |
+
This project uses one shared Xperience-10M data spine and separate backbone
|
| 4 |
+
adapters. Qwen3-Omni is the first implemented fine-tuning path; future
|
| 5 |
+
Cosmos-style world models and VLA/policy models should plug into the same
|
| 6 |
+
manifest, split, artifact, and evaluation discipline.
|
| 7 |
+
|
| 8 |
+
## Shared Pipeline
|
| 9 |
+
|
| 10 |
+
Every trainable branch should keep these stages:
|
| 11 |
+
|
| 12 |
+
1. **Episode selection:** choose complete Xperience-10M episodes before export.
|
| 13 |
+
2. **Episode split:** split by episode/session, not by adjacent windows.
|
| 14 |
+
3. **Manifest guard:** record every episode id, path, split, size, and missing
|
| 15 |
+
modality before training.
|
| 16 |
+
4. **Backbone export:** convert raw windows into the model-specific sample
|
| 17 |
+
format.
|
| 18 |
+
5. **Training:** save model config, adapter config, progress JSONL, and
|
| 19 |
+
checkpoint path.
|
| 20 |
+
6. **Held-out evaluation:** evaluate on test episodes only after training.
|
| 21 |
+
7. **Run report:** write metrics, predictions, confusion matrices or
|
| 22 |
+
task-specific scoring files, and skipped-episode reasons.
|
| 23 |
+
8. **Long-run observability:** stream `progress.jsonl` and
|
| 24 |
+
`predictions.partial.jsonl` during evaluation so multi-hour held-out runs can
|
| 25 |
+
be monitored and resumed without changing the final metric definitions.
|
| 26 |
+
|
| 27 |
+
The current 128-episode pilot uses a fixed `96/16/16` train/val/test split by
|
| 28 |
+
episode.
|
| 29 |
+
|
| 30 |
+
## Backbone Registry
|
| 31 |
+
|
| 32 |
+
Backbone contracts live in:
|
| 33 |
+
|
| 34 |
+
```text
|
| 35 |
+
configs/omni_backbones/
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
Inspect them with:
|
| 39 |
+
|
| 40 |
+
```bash
|
| 41 |
+
python scripts/omni/backbone_registry.py --validate --json
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
Create a new planned backbone config from an existing contract template with:
|
| 45 |
+
|
| 46 |
+
```bash
|
| 47 |
+
python scripts/omni/scaffold_omni_backbone.py \
|
| 48 |
+
--template-backbone policy_vla_branch \
|
| 49 |
+
--id new_policy_branch \
|
| 50 |
+
--display-name "New Policy Branch" \
|
| 51 |
+
--model-family "Model family name" \
|
| 52 |
+
--dataset-contract xperience10m_observation_action_v1 \
|
| 53 |
+
--training-objective observation_to_action_policy \
|
| 54 |
+
--checkpoint-gate policy_checkpoint_action_space_and_normalizer \
|
| 55 |
+
--dry-run
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
Current contracts:
|
| 59 |
+
|
| 60 |
+
| Backbone | Status | Purpose |
|
| 61 |
+
| --- | --- | --- |
|
| 62 |
+
| `qwen3_omni_lora` | implemented | Structured episode-understanding JSON QA over video/audio/text plus sensor bridge features |
|
| 63 |
+
| `cosmos_world_model` | planned adapter | Future-window and action-conditioned world modeling |
|
| 64 |
+
| `policy_vla_branch` | planned adapter | Observation-to-action or motion-policy training after action-space conversion |
|
| 65 |
+
|
| 66 |
+
## Model-Neutral Window Index
|
| 67 |
+
|
| 68 |
+
The Qwen exporter produces model-ready JSONL records. To avoid tying future
|
| 69 |
+
branches to Qwen chat-message formatting, convert those records into a
|
| 70 |
+
backbone-neutral window index:
|
| 71 |
+
|
| 72 |
+
```bash
|
| 73 |
+
python scripts/omni/export_model_neutral_window_index.py \
|
| 74 |
+
--dataset-jsonl results/omni_finetune/<run_id>_dataset/dataset.jsonl
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
This writes:
|
| 78 |
+
|
| 79 |
+
- `window_index.jsonl`
|
| 80 |
+
- `window_index_manifest.json`
|
| 81 |
+
|
| 82 |
+
Each neutral record keeps the same episode split and window boundaries, then
|
| 83 |
+
separates:
|
| 84 |
+
|
| 85 |
+
- media paths,
|
| 86 |
+
- sensor feature pointers,
|
| 87 |
+
- language context,
|
| 88 |
+
- JSON supervision,
|
| 89 |
+
- Qwen, Cosmos-style, and policy/VLA adapter views.
|
| 90 |
+
|
| 91 |
+
Future exporters should consume this neutral index when possible, then add only
|
| 92 |
+
the model-specific target conversion that they need.
|
| 93 |
+
|
| 94 |
+
## Artifact Contract
|
| 95 |
+
|
| 96 |
+
Every backbone config must declare an `artifact_contract` with:
|
| 97 |
+
|
| 98 |
+
- `checkpoint_gate`: the model-specific checkpoint validation rule,
|
| 99 |
+
- `required_training_files`: files that prove training state and configuration,
|
| 100 |
+
- `required_eval_files`: files that prove held-out evaluation outputs,
|
| 101 |
+
- `public_package_allowed`: small derived artifacts that may be published,
|
| 102 |
+
- `public_package_forbidden`: raw data, weights, checkpoints, or large files
|
| 103 |
+
that must stay out of public packages.
|
| 104 |
+
|
| 105 |
+
`scripts/omni/backbone_registry.py --validate --json` checks that the contract
|
| 106 |
+
exists for Qwen, Cosmos-style, and policy/VLA branches. The validator and
|
| 107 |
+
public-safe packager read `required_eval_files`, `primary_metrics`, and
|
| 108 |
+
publication rules from the selected backbone config. Export, training, and
|
| 109 |
+
evaluation code still remain model-specific, but the final validation and
|
| 110 |
+
publication gate follows the same contract for every future branch.
|
| 111 |
+
|
| 112 |
+
The registry validation also enforces the minimum held-out evidence surface:
|
| 113 |
+
episode-level `train`/`val`/`test` split defaults, a leakage guard,
|
| 114 |
+
`held_out_episode_count`, `metrics.json`, a JSONL prediction file,
|
| 115 |
+
`RUN_REPORT.md`, training metadata, progress logs, and explicit forbidden
|
| 116 |
+
artifact categories for raw data, model weights, checkpoints, and archives.
|
| 117 |
+
|
| 118 |
+
## Qwen3-Omni Contract
|
| 119 |
+
|
| 120 |
+
Qwen3-Omni consumes:
|
| 121 |
+
|
| 122 |
+
- rendered multi-camera mosaic video,
|
| 123 |
+
- extracted MP4 audio,
|
| 124 |
+
- language prompt and label options,
|
| 125 |
+
- optional sensor-bridge summaries/features.
|
| 126 |
+
|
| 127 |
+
It predicts strict JSON:
|
| 128 |
+
|
| 129 |
+
```json
|
| 130 |
+
{
|
| 131 |
+
"action": "string",
|
| 132 |
+
"subtask": "string",
|
| 133 |
+
"objects": ["string"],
|
| 134 |
+
"contact": "string",
|
| 135 |
+
"transition": "string",
|
| 136 |
+
"next_action": "string",
|
| 137 |
+
"evidence_window": {"start_frame": 0, "end_frame": 0}
|
| 138 |
+
}
|
| 139 |
+
```
|
| 140 |
+
|
| 141 |
+
Implemented entrypoints:
|
| 142 |
+
|
| 143 |
+
- `scripts/omni/parallel_export_qwen3_omni_action_dataset.py`
|
| 144 |
+
- `scripts/omni/train_qwen3_omni_lora.py`
|
| 145 |
+
- `scripts/omni/eval_qwen3_omni_lora.py`
|
| 146 |
+
- `scripts/omni/watch_omni_train_then_eval.py`
|
| 147 |
+
- `scripts/omni/run_128_fullsplit_parallel_export_8gpu.sh`
|
| 148 |
+
|
| 149 |
+
The watcher is the current post-training gate runner. For the Qwen3-Omni LoRA
|
| 150 |
+
branch it waits for `progress.jsonl` to end in `complete`, checks the PEFT LoRA
|
| 151 |
+
safetensors shapes, runs the training validator, runs a held-out eval smoke,
|
| 152 |
+
then runs the full held-out test evaluation.
|
| 153 |
+
|
| 154 |
+
The Qwen evaluator writes partial predictions during inference and finalizes the
|
| 155 |
+
same `predictions.jsonl`, `predictions.csv`, `metrics.json`,
|
| 156 |
+
`confusion_matrix.csv`, and `RUN_REPORT.md` files after all selected held-out
|
| 157 |
+
windows finish. A restarted eval can resume from the partial prediction file.
|
| 158 |
+
For faster held-out evaluation, the Qwen evaluator can also run deterministic
|
| 159 |
+
sample shards via `--sample-offset` and `--sample-stride`. Sharded outputs must
|
| 160 |
+
be merged with `scripts/omni/merge_qwen3_omni_eval_shards.py`, which recomputes
|
| 161 |
+
the final metrics from combined predictions and checks missing or duplicate
|
| 162 |
+
sample ids.
|
| 163 |
+
|
| 164 |
+
Future model families can reuse the same wait/eval sequence only if their
|
| 165 |
+
checkpoint artifact has a compatible gate. Otherwise they should provide a
|
| 166 |
+
model-specific checkpoint check and evaluator, while keeping the same episode
|
| 167 |
+
split and held-out reporting discipline.
|
| 168 |
+
|
| 169 |
+
## Cosmos-Style World Model Contract
|
| 170 |
+
|
| 171 |
+
Cosmos-style work should not reuse the JSON QA exporter as-is. It needs a
|
| 172 |
+
future-window exporter with samples shaped like:
|
| 173 |
+
|
| 174 |
+
```json
|
| 175 |
+
{
|
| 176 |
+
"episode_id": "session__ep",
|
| 177 |
+
"split": "train",
|
| 178 |
+
"context_window": {"start_frame": 0, "end_frame": 119},
|
| 179 |
+
"target_window": {"start_frame": 120, "end_frame": 179},
|
| 180 |
+
"conditioning": {
|
| 181 |
+
"video": "path-or-latent",
|
| 182 |
+
"audio": "path-or-features",
|
| 183 |
+
"pose": "feature path",
|
| 184 |
+
"depth": "feature path",
|
| 185 |
+
"mocap": "feature path",
|
| 186 |
+
"imu": "feature path",
|
| 187 |
+
"language": "task context"
|
| 188 |
+
},
|
| 189 |
+
"target": {
|
| 190 |
+
"future_video": "path-or-latent",
|
| 191 |
+
"future_sensor_features": "path",
|
| 192 |
+
"transition": "label"
|
| 193 |
+
}
|
| 194 |
+
}
|
| 195 |
+
```
|
| 196 |
+
|
| 197 |
+
Minimum evaluators:
|
| 198 |
+
|
| 199 |
+
- future retrieval MRR / recall@5,
|
| 200 |
+
- temporal consistency,
|
| 201 |
+
- feature reconstruction error,
|
| 202 |
+
- transition/contact prediction,
|
| 203 |
+
- qualitative generated or retrieved examples.
|
| 204 |
+
|
| 205 |
+
Cosmos-style checkpoints are not LoRA adapters by default. Their post-training
|
| 206 |
+
gate should verify generated latent/video checkpoints, model config, scheduler
|
| 207 |
+
state, and future-window evaluator outputs instead of using the Qwen LoRA
|
| 208 |
+
safetensors check.
|
| 209 |
+
|
| 210 |
+
## VLA / Policy Contract
|
| 211 |
+
|
| 212 |
+
Policy branches need an explicit action target before training. A valid sample
|
| 213 |
+
must state whether the target is an action class, next action, hand trajectory,
|
| 214 |
+
contact event, retargeted humanoid action, or robot-compatible action token.
|
| 215 |
+
|
| 216 |
+
The first policy exporter should save:
|
| 217 |
+
|
| 218 |
+
- observation media/features,
|
| 219 |
+
- language instruction or task context,
|
| 220 |
+
- action target,
|
| 221 |
+
- action normalization metadata fit on train episodes only,
|
| 222 |
+
- target provenance from the original annotation/mocap/contact fields.
|
| 223 |
+
|
| 224 |
+
Minimum evaluators:
|
| 225 |
+
|
| 226 |
+
- action or next-action accuracy,
|
| 227 |
+
- contact accuracy,
|
| 228 |
+
- trajectory MPJPE when trajectories are used,
|
| 229 |
+
- object-affordance F1,
|
| 230 |
+
- held-out episode count and leakage check.
|
| 231 |
+
|
| 232 |
+
Policy checkpoints should additionally save the action-space definition,
|
| 233 |
+
normalization statistics, and retargeting/conversion metadata. These must be
|
| 234 |
+
fit from train episodes only and validated before any held-out policy metrics
|
| 235 |
+
are reported.
|
| 236 |
+
|
| 237 |
+
## Non-Negotiable Invariants
|
| 238 |
+
|
| 239 |
+
- Do not train on held-out test episodes.
|
| 240 |
+
- Do not report model quality without predictions and metrics from held-out
|
| 241 |
+
episodes.
|
| 242 |
+
- Do not redistribute raw gated MP4, HDF5, RRD, full checkpoint, or full model
|
| 243 |
+
weight files.
|
| 244 |
+
- Do not treat a smoke run or one-episode overfit run as a real held-out model
|
| 245 |
+
result.
|
| 246 |
+
- Record skipped episodes with reasons instead of silently dropping them.
|
PROJECT_STATUS.md
CHANGED
|
@@ -23,6 +23,7 @@ scale-up readiness; it is not presented as final full-dataset model quality.
|
|
| 23 |
| Research takeaways | Verified | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | The main result interpretation is generated from committed metrics: chronological class shift, neural gains on dynamics/order/alignment, open retrieval/reconstruction problems, and the need for held-out episodes. |
|
| 24 |
| Research roadmap | Current | `RESEARCH_ROADMAP.md`, `docs/data/research_roadmap.json` | The roadmap connects public-sample task development to the verified validation-aware Qwen3-Omni diagnostic baseline, structured-output improvement pass, robustness runs, world/policy branches, and the future Xperience-native pretraining goal. |
|
| 25 |
| Foundation-model plan | Current | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit. |
|
|
|
|
| 26 |
| Xperience Embodied Foundation Model | Future goal | `XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md` | A future full-corpus pretraining plan describes target modules, objectives, staged scale-up, hardware ranges, and evaluation for a domain-specific embodied foundation model. |
|
| 27 |
| Evaluation protocol | Verified | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | Windowing, chronological split, per-task metrics, leakage controls, and current limitations are generated from committed metric artifacts. |
|
| 28 |
| Dataset context | Verified | `XPERIENCE10M_DATASET_CARD_ALIGNMENT.md`, official Xperience-10M and sample cards | The README and dashboard distinguish the public sample used here from the gated full dataset used for the selected multi-episode pilot. |
|
|
@@ -43,17 +44,20 @@ scale-up readiness; it is not presented as final full-dataset model quality.
|
|
| 43 |
the path from public-sample task work to multi-episode modeling.
|
| 44 |
5. Inspect `FOUNDATION_MODEL_PLAN.md` and
|
| 45 |
`docs/data/foundation_model_plan.json` before choosing a backbone branch.
|
| 46 |
-
6. Inspect `
|
|
|
|
|
|
|
|
|
|
| 47 |
long-term full-corpus pretraining goal.
|
| 48 |
-
|
| 49 |
`results/episode_task_suite/neural_mlp/` to check the 12-task outputs.
|
| 50 |
-
|
| 51 |
whether audio helps the current task suite.
|
| 52 |
-
|
| 53 |
controls.
|
| 54 |
-
|
| 55 |
detailed upstream dataset-card context.
|
| 56 |
-
|
| 57 |
Qwen3-Omni diagnostic pilot.
|
| 58 |
|
| 59 |
## Current Reading Notes
|
|
@@ -73,5 +77,8 @@ scale-up readiness; it is not presented as final full-dataset model quality.
|
|
| 73 |
- Foundation-model selection is now explicit: Qwen3-Omni is the immediate
|
| 74 |
trainable pilot, Cosmos 3 is the first world-model branch, and policy models
|
| 75 |
such as OpenVLA/openpi/GR00T wait for action-target conversion.
|
|
|
|
|
|
|
|
|
|
| 76 |
- The Xperience Embodied Foundation Model is a future native-pretraining goal,
|
| 77 |
not a completed model or current benchmark.
|
|
|
|
| 23 |
| Research takeaways | Verified | `RESEARCH_TAKEAWAYS.md`, `docs/data/research_takeaways.json`, `scripts/build_research_takeaways.py` | The main result interpretation is generated from committed metrics: chronological class shift, neural gains on dynamics/order/alignment, open retrieval/reconstruction problems, and the need for held-out episodes. |
|
| 24 |
| Research roadmap | Current | `RESEARCH_ROADMAP.md`, `docs/data/research_roadmap.json` | The roadmap connects public-sample task development to the verified validation-aware Qwen3-Omni diagnostic baseline, structured-output improvement pass, robustness runs, world/policy branches, and the future Xperience-native pretraining goal. |
|
| 25 |
| Foundation-model plan | Current | `FOUNDATION_MODEL_PLAN.md`, `docs/data/foundation_model_plan.json` | Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit. |
|
| 26 |
+
| Omni model extension contract | Current | `OMNI_MODEL_EXTENSION_CONTRACT.md`, `configs/omni_backbones/`, `scripts/omni/backbone_registry.py`, `scripts/omni/smoke_test_backbone_packaging.py` | Future model branches must keep the same episode split discipline, held-out metrics, validation gate, public-safe package contract, and explicit forbidden-artifact policy before reporting results. |
|
| 27 |
| Xperience Embodied Foundation Model | Future goal | `XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md` | A future full-corpus pretraining plan describes target modules, objectives, staged scale-up, hardware ranges, and evaluation for a domain-specific embodied foundation model. |
|
| 28 |
| Evaluation protocol | Verified | `EVALUATION_PROTOCOL.md`, `docs/data/evaluation_protocol.json`, `scripts/build_evaluation_protocol.py` | Windowing, chronological split, per-task metrics, leakage controls, and current limitations are generated from committed metric artifacts. |
|
| 29 |
| Dataset context | Verified | `XPERIENCE10M_DATASET_CARD_ALIGNMENT.md`, official Xperience-10M and sample cards | The README and dashboard distinguish the public sample used here from the gated full dataset used for the selected multi-episode pilot. |
|
|
|
|
| 44 |
the path from public-sample task work to multi-episode modeling.
|
| 45 |
5. Inspect `FOUNDATION_MODEL_PLAN.md` and
|
| 46 |
`docs/data/foundation_model_plan.json` before choosing a backbone branch.
|
| 47 |
+
6. Inspect `OMNI_MODEL_EXTENSION_CONTRACT.md` and run
|
| 48 |
+
`python scripts/omni/backbone_registry.py --validate --json` before adding
|
| 49 |
+
a new Qwen, Cosmos-style, or VLA/policy branch.
|
| 50 |
+
7. Inspect `XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md` for the
|
| 51 |
long-term full-corpus pretraining goal.
|
| 52 |
+
8. Inspect `docs/data/summary_metrics.json` and
|
| 53 |
`results/episode_task_suite/neural_mlp/` to check the 12-task outputs.
|
| 54 |
+
9. Inspect `results/audio_ablation/AUDIO_ABLATION_SUMMARY.md` before judging
|
| 55 |
whether audio helps the current task suite.
|
| 56 |
+
10. Inspect `EVALUATION_PROTOCOL.md` before judging task metrics or leakage
|
| 57 |
controls.
|
| 58 |
+
11. Inspect `XPERIENCE10M_DATASET_CARD_ALIGNMENT.md` only if you need the
|
| 59 |
detailed upstream dataset-card context.
|
| 60 |
+
12. Inspect `docs/data/omni_finetune_verified_result.json` before judging the
|
| 61 |
Qwen3-Omni diagnostic pilot.
|
| 62 |
|
| 63 |
## Current Reading Notes
|
|
|
|
| 77 |
- Foundation-model selection is now explicit: Qwen3-Omni is the immediate
|
| 78 |
trainable pilot, Cosmos 3 is the first world-model branch, and policy models
|
| 79 |
such as OpenVLA/openpi/GR00T wait for action-target conversion.
|
| 80 |
+
- Future model branches should be added through the backbone registry and
|
| 81 |
+
verified package contract, not by creating one-off result folders with
|
| 82 |
+
incompatible metrics or publication rules.
|
| 83 |
- The Xperience Embodied Foundation Model is a future native-pretraining goal,
|
| 84 |
not a completed model or current benchmark.
|
configs/omni_backbones/cosmos_world_model.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "cosmos_world_model",
|
| 3 |
+
"display_name": "Cosmos-Style World Model",
|
| 4 |
+
"status": "planned_adapter",
|
| 5 |
+
"model_family": "Cosmos / physical-world foundation models",
|
| 6 |
+
"default_model_id": null,
|
| 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",
|
| 10 |
+
"split_policy": {
|
| 11 |
+
"unit": "episode",
|
| 12 |
+
"default_counts": {
|
| 13 |
+
"train": 96,
|
| 14 |
+
"val": 16,
|
| 15 |
+
"test": 16
|
| 16 |
+
},
|
| 17 |
+
"leakage_guard": "future windows must remain inside the same episode and test episodes must never condition training"
|
| 18 |
+
},
|
| 19 |
+
"modalities": {
|
| 20 |
+
"direct_inputs": [
|
| 21 |
+
"camera video streams or rendered mosaics",
|
| 22 |
+
"language task context"
|
| 23 |
+
],
|
| 24 |
+
"conditioning_inputs": [
|
| 25 |
+
"pose and SLAM trajectory",
|
| 26 |
+
"depth and confidence",
|
| 27 |
+
"mocap or action labels",
|
| 28 |
+
"IMU acceleration and gyro",
|
| 29 |
+
"audio event cues"
|
| 30 |
+
],
|
| 31 |
+
"targets": [
|
| 32 |
+
"future visual window",
|
| 33 |
+
"future latent state",
|
| 34 |
+
"future sensor-feature window",
|
| 35 |
+
"transition or contact event"
|
| 36 |
+
],
|
| 37 |
+
"excluded_inputs": [
|
| 38 |
+
"visualization.rrd"
|
| 39 |
+
]
|
| 40 |
+
},
|
| 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": null,
|
| 45 |
+
"train": null,
|
| 46 |
+
"eval": null,
|
| 47 |
+
"launcher": null,
|
| 48 |
+
"validate": "scripts/omni/validate_omni_finetune_run.py"
|
| 49 |
+
},
|
| 50 |
+
"primary_metrics": [
|
| 51 |
+
"future_retrieval_mrr",
|
| 52 |
+
"future_retrieval_recall_at_5",
|
| 53 |
+
"temporal_consistency",
|
| 54 |
+
"feature_reconstruction_error",
|
| 55 |
+
"transition_accuracy",
|
| 56 |
+
"contact_accuracy",
|
| 57 |
+
"held_out_episode_count"
|
| 58 |
+
],
|
| 59 |
+
"artifact_contract": {
|
| 60 |
+
"checkpoint_gate": "world_model_checkpoint_and_generation_config",
|
| 61 |
+
"required_eval_files": [
|
| 62 |
+
"metrics.json",
|
| 63 |
+
"future_predictions.jsonl",
|
| 64 |
+
"retrieval_rankings.csv",
|
| 65 |
+
"temporal_consistency.csv",
|
| 66 |
+
"qualitative_examples.json",
|
| 67 |
+
"RUN_REPORT.md"
|
| 68 |
+
],
|
| 69 |
+
"required_training_files": [
|
| 70 |
+
"training_metadata.json",
|
| 71 |
+
"progress.jsonl",
|
| 72 |
+
"model_config.json",
|
| 73 |
+
"checkpoint_manifest.json"
|
| 74 |
+
],
|
| 75 |
+
"public_package_allowed": [
|
| 76 |
+
"metrics",
|
| 77 |
+
"future-window prediction summaries",
|
| 78 |
+
"retrieval rankings",
|
| 79 |
+
"temporal consistency tables",
|
| 80 |
+
"qualitative example metadata",
|
| 81 |
+
"episode and dataset manifests",
|
| 82 |
+
"validation summaries"
|
| 83 |
+
],
|
| 84 |
+
"public_package_forbidden": [
|
| 85 |
+
"raw MP4",
|
| 86 |
+
"annotation HDF5",
|
| 87 |
+
"Rerun RRD",
|
| 88 |
+
"generated raw video unless explicitly licensed and size-bounded",
|
| 89 |
+
"base-model weights",
|
| 90 |
+
"full checkpoints",
|
| 91 |
+
"large archives"
|
| 92 |
+
]
|
| 93 |
+
},
|
| 94 |
+
"extension_requirements": [
|
| 95 |
+
"Add a future-window exporter that creates context/target pairs instead of JSON QA records.",
|
| 96 |
+
"Define whether the target is pixels, latent video state, sensor features, or retrieval among candidate futures.",
|
| 97 |
+
"Add an evaluator that scores held-out future prediction without training on held-out test episodes.",
|
| 98 |
+
"Record generated or retrieved qualitative examples separately from task-classification metrics."
|
| 99 |
+
]
|
| 100 |
+
}
|
configs/omni_backbones/policy_vla_branch.json
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "policy_vla_branch",
|
| 3 |
+
"display_name": "VLA / Policy Model Branch",
|
| 4 |
+
"status": "planned_adapter",
|
| 5 |
+
"model_family": "OpenVLA, openpi, GR00T, Octo, and related policy models",
|
| 6 |
+
"default_model_id": null,
|
| 7 |
+
"local_model_env": "POLICY_MODEL_DIR",
|
| 8 |
+
"dataset_contract": "xperience10m_observation_action_v0",
|
| 9 |
+
"training_objective": "observation_to_action_or_motion_policy",
|
| 10 |
+
"split_policy": {
|
| 11 |
+
"unit": "episode",
|
| 12 |
+
"default_counts": {
|
| 13 |
+
"train": 96,
|
| 14 |
+
"val": 16,
|
| 15 |
+
"test": 16
|
| 16 |
+
},
|
| 17 |
+
"leakage_guard": "action targets and normalization statistics must be fit on train episodes only"
|
| 18 |
+
},
|
| 19 |
+
"modalities": {
|
| 20 |
+
"observations": [
|
| 21 |
+
"egocentric video",
|
| 22 |
+
"language instruction or task context",
|
| 23 |
+
"optional depth/pose/mocap/IMU state"
|
| 24 |
+
],
|
| 25 |
+
"candidate_targets": [
|
| 26 |
+
"action label",
|
| 27 |
+
"next action",
|
| 28 |
+
"hand trajectory chunk",
|
| 29 |
+
"contact state",
|
| 30 |
+
"retargeted body or humanoid action",
|
| 31 |
+
"robot-compatible action token"
|
| 32 |
+
],
|
| 33 |
+
"excluded_inputs": [
|
| 34 |
+
"visualization.rrd"
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
"entrypoints": {
|
| 38 |
+
"selection_manifest": "scripts/omni/build_selection_episode_manifest.py",
|
| 39 |
+
"neutral_index": "scripts/omni/export_model_neutral_window_index.py",
|
| 40 |
+
"export": null,
|
| 41 |
+
"train": null,
|
| 42 |
+
"eval": null,
|
| 43 |
+
"launcher": null,
|
| 44 |
+
"validate": "scripts/omni/validate_omni_finetune_run.py"
|
| 45 |
+
},
|
| 46 |
+
"primary_metrics": [
|
| 47 |
+
"action_accuracy",
|
| 48 |
+
"next_action_accuracy",
|
| 49 |
+
"contact_accuracy",
|
| 50 |
+
"trajectory_mpjpe",
|
| 51 |
+
"object_affordance_f1",
|
| 52 |
+
"held_out_episode_count"
|
| 53 |
+
],
|
| 54 |
+
"artifact_contract": {
|
| 55 |
+
"checkpoint_gate": "policy_checkpoint_action_space_and_normalizer",
|
| 56 |
+
"required_eval_files": [
|
| 57 |
+
"metrics.json",
|
| 58 |
+
"policy_predictions.jsonl",
|
| 59 |
+
"trajectory_metrics.csv",
|
| 60 |
+
"action_confusion_matrix.csv",
|
| 61 |
+
"retargeting_audit.json",
|
| 62 |
+
"RUN_REPORT.md"
|
| 63 |
+
],
|
| 64 |
+
"required_training_files": [
|
| 65 |
+
"training_metadata.json",
|
| 66 |
+
"progress.jsonl",
|
| 67 |
+
"action_space.json",
|
| 68 |
+
"normalization_stats.json",
|
| 69 |
+
"checkpoint_manifest.json"
|
| 70 |
+
],
|
| 71 |
+
"public_package_allowed": [
|
| 72 |
+
"metrics",
|
| 73 |
+
"policy prediction summaries",
|
| 74 |
+
"trajectory metric tables",
|
| 75 |
+
"action confusion matrices",
|
| 76 |
+
"action-space definitions",
|
| 77 |
+
"normalization metadata",
|
| 78 |
+
"retargeting audit summaries",
|
| 79 |
+
"validation summaries"
|
| 80 |
+
],
|
| 81 |
+
"public_package_forbidden": [
|
| 82 |
+
"raw MP4",
|
| 83 |
+
"annotation HDF5",
|
| 84 |
+
"Rerun RRD",
|
| 85 |
+
"private retargeting source files",
|
| 86 |
+
"base-model weights",
|
| 87 |
+
"full checkpoints",
|
| 88 |
+
"large archives"
|
| 89 |
+
]
|
| 90 |
+
},
|
| 91 |
+
"extension_requirements": [
|
| 92 |
+
"Define an explicit action space before policy fine-tuning.",
|
| 93 |
+
"Implement target conversion from human egocentric motion to policy-compatible action tokens or trajectories.",
|
| 94 |
+
"Fit action normalizers on train episodes only and save them with the run manifest.",
|
| 95 |
+
"Add policy evaluation that separates classification, trajectory, and retargeting metrics."
|
| 96 |
+
]
|
| 97 |
+
}
|
configs/omni_backbones/qwen3_omni_lora.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "qwen3_omni_lora",
|
| 3 |
+
"display_name": "Qwen3-Omni LoRA",
|
| 4 |
+
"status": "implemented",
|
| 5 |
+
"model_family": "Qwen3-Omni",
|
| 6 |
+
"default_model_id": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
|
| 7 |
+
"local_model_env": "MODEL_DIR",
|
| 8 |
+
"dataset_contract": "xperience10m_episode_json_qa_v1",
|
| 9 |
+
"training_objective": "structured_episode_understanding_json_qa",
|
| 10 |
+
"split_policy": {
|
| 11 |
+
"unit": "episode",
|
| 12 |
+
"default_counts": {
|
| 13 |
+
"train": 96,
|
| 14 |
+
"val": 16,
|
| 15 |
+
"test": 16
|
| 16 |
+
},
|
| 17 |
+
"leakage_guard": "episode_id and path-qualified session split checks"
|
| 18 |
+
},
|
| 19 |
+
"modalities": {
|
| 20 |
+
"direct_inputs": [
|
| 21 |
+
"multi-camera rendered mosaic video",
|
| 22 |
+
"AAC audio extracted from fisheye_cam0 MP4",
|
| 23 |
+
"language prompt and label options"
|
| 24 |
+
],
|
| 25 |
+
"bridged_inputs": [
|
| 26 |
+
"depth and confidence",
|
| 27 |
+
"pose and SLAM trajectory",
|
| 28 |
+
"body and hand mocap",
|
| 29 |
+
"IMU acceleration and gyro",
|
| 30 |
+
"object/contact summary features"
|
| 31 |
+
],
|
| 32 |
+
"excluded_inputs": [
|
| 33 |
+
"visualization.rrd"
|
| 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": "scripts/omni/train_qwen3_omni_lora.py",
|
| 41 |
+
"eval": "scripts/omni/eval_qwen3_omni_lora.py",
|
| 42 |
+
"watch": "scripts/omni/watch_omni_train_then_eval.py",
|
| 43 |
+
"launcher": "scripts/omni/run_128_fullsplit_parallel_export_8gpu.sh",
|
| 44 |
+
"upload": "scripts/omni/upload_qwen3_omni_lora_to_hf.py",
|
| 45 |
+
"validate": "scripts/omni/validate_omni_finetune_run.py"
|
| 46 |
+
},
|
| 47 |
+
"primary_metrics": [
|
| 48 |
+
"json_validity_rate",
|
| 49 |
+
"action_macro_f1",
|
| 50 |
+
"subtask_accuracy",
|
| 51 |
+
"transition_accuracy",
|
| 52 |
+
"next_action_accuracy",
|
| 53 |
+
"contact_accuracy",
|
| 54 |
+
"object_micro_f1",
|
| 55 |
+
"held_out_episode_count"
|
| 56 |
+
],
|
| 57 |
+
"artifact_contract": {
|
| 58 |
+
"checkpoint_gate": "lora_safetensors_shape_check",
|
| 59 |
+
"required_eval_files": [
|
| 60 |
+
"metrics.json",
|
| 61 |
+
"predictions.jsonl",
|
| 62 |
+
"predictions.csv",
|
| 63 |
+
"per_class_metrics.csv",
|
| 64 |
+
"confusion_matrix.csv",
|
| 65 |
+
"RUN_REPORT.md"
|
| 66 |
+
],
|
| 67 |
+
"required_training_files": [
|
| 68 |
+
"training_metadata.json",
|
| 69 |
+
"progress.jsonl",
|
| 70 |
+
"adapter_config.json",
|
| 71 |
+
"adapter_model.safetensors"
|
| 72 |
+
],
|
| 73 |
+
"public_package_allowed": [
|
| 74 |
+
"metrics",
|
| 75 |
+
"predictions",
|
| 76 |
+
"confusion matrices",
|
| 77 |
+
"run reports",
|
| 78 |
+
"episode and dataset manifests",
|
| 79 |
+
"training metadata",
|
| 80 |
+
"validation summaries"
|
| 81 |
+
],
|
| 82 |
+
"public_package_forbidden": [
|
| 83 |
+
"raw MP4",
|
| 84 |
+
"annotation HDF5",
|
| 85 |
+
"Rerun RRD",
|
| 86 |
+
"base-model weights",
|
| 87 |
+
"LoRA adapter weights",
|
| 88 |
+
"full checkpoints",
|
| 89 |
+
"large archives"
|
| 90 |
+
]
|
| 91 |
+
},
|
| 92 |
+
"extension_requirements": []
|
| 93 |
+
}
|
data/artifact_index.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"status": "pass",
|
| 5 |
-
"artifact_count":
|
| 6 |
"missing": [],
|
| 7 |
"by_kind": {
|
| 8 |
"project_path": 14,
|
|
|
|
| 9 |
"project_scope": 1,
|
| 10 |
"source_alignment": 5,
|
| 11 |
"publication_workflow": 3,
|
|
@@ -40,8 +41,8 @@
|
|
| 40 |
"surface": "repo_hf",
|
| 41 |
"shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
|
| 42 |
"exists": true,
|
| 43 |
-
"bytes":
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"id": "project_brief_json",
|
|
@@ -51,8 +52,8 @@
|
|
| 51 |
"surface": "website_hf",
|
| 52 |
"shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
|
| 53 |
"exists": true,
|
| 54 |
-
"bytes":
|
| 55 |
-
"sha256": "
|
| 56 |
},
|
| 57 |
{
|
| 58 |
"id": "project_status",
|
|
@@ -62,8 +63,8 @@
|
|
| 62 |
"surface": "repo_hf",
|
| 63 |
"shows": "Gives a compact current-state table for first-pass readers.",
|
| 64 |
"exists": true,
|
| 65 |
-
"bytes":
|
| 66 |
-
"sha256": "
|
| 67 |
},
|
| 68 |
{
|
| 69 |
"id": "project_status_json",
|
|
@@ -73,8 +74,8 @@
|
|
| 73 |
"surface": "website_hf",
|
| 74 |
"shows": "Machine-readable copy of the current project status for website and HF mirrors.",
|
| 75 |
"exists": true,
|
| 76 |
-
"bytes":
|
| 77 |
-
"sha256": "
|
| 78 |
},
|
| 79 |
{
|
| 80 |
"id": "research_roadmap",
|
|
@@ -84,8 +85,8 @@
|
|
| 84 |
"surface": "repo_hf",
|
| 85 |
"shows": "Defines the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
|
| 86 |
"exists": true,
|
| 87 |
-
"bytes":
|
| 88 |
-
"sha256": "
|
| 89 |
},
|
| 90 |
{
|
| 91 |
"id": "research_roadmap_json",
|
|
@@ -95,8 +96,8 @@
|
|
| 95 |
"surface": "website_hf",
|
| 96 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 97 |
"exists": true,
|
| 98 |
-
"bytes":
|
| 99 |
-
"sha256": "
|
| 100 |
},
|
| 101 |
{
|
| 102 |
"id": "foundation_model_plan",
|
|
@@ -117,8 +118,74 @@
|
|
| 117 |
"surface": "website_hf",
|
| 118 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 119 |
"exists": true,
|
| 120 |
-
"bytes":
|
| 121 |
-
"sha256": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
},
|
| 123 |
{
|
| 124 |
"id": "additional_development_directions",
|
|
@@ -128,8 +195,8 @@
|
|
| 128 |
"surface": "repo_hf",
|
| 129 |
"shows": "Records concrete non-backbone Xperience-10M development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer.",
|
| 130 |
"exists": true,
|
| 131 |
-
"bytes":
|
| 132 |
-
"sha256": "
|
| 133 |
},
|
| 134 |
{
|
| 135 |
"id": "additional_development_directions_json",
|
|
@@ -139,8 +206,8 @@
|
|
| 139 |
"surface": "website_hf",
|
| 140 |
"shows": "Machine-readable additional development directions for the website and Hugging Face mirrors.",
|
| 141 |
"exists": true,
|
| 142 |
-
"bytes":
|
| 143 |
-
"sha256": "
|
| 144 |
},
|
| 145 |
{
|
| 146 |
"id": "xperience_embodied_foundation_pretraining",
|
|
@@ -172,8 +239,8 @@
|
|
| 172 |
"surface": "website_hf",
|
| 173 |
"shows": "Gives a short project path with scope status and public surfaces.",
|
| 174 |
"exists": true,
|
| 175 |
-
"bytes":
|
| 176 |
-
"sha256": "
|
| 177 |
},
|
| 178 |
{
|
| 179 |
"id": "artifact_guide",
|
|
@@ -183,8 +250,8 @@
|
|
| 183 |
"surface": "repo_hf",
|
| 184 |
"shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
|
| 185 |
"exists": true,
|
| 186 |
-
"bytes":
|
| 187 |
-
"sha256": "
|
| 188 |
},
|
| 189 |
{
|
| 190 |
"id": "official_dataset_card_alignment",
|
|
@@ -249,8 +316,8 @@
|
|
| 249 |
"surface": "repo_hf",
|
| 250 |
"shows": "Publishes prepared Space, artifact dataset, and model bundles, including an explicit model-binary upload batch.",
|
| 251 |
"exists": true,
|
| 252 |
-
"bytes":
|
| 253 |
-
"sha256": "
|
| 254 |
},
|
| 255 |
{
|
| 256 |
"id": "github_package_dockerfile",
|
|
@@ -282,8 +349,8 @@
|
|
| 282 |
"surface": "repo_hf",
|
| 283 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 284 |
"exists": true,
|
| 285 |
-
"bytes":
|
| 286 |
-
"sha256": "
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"id": "evaluation_protocol_json",
|
|
@@ -293,8 +360,8 @@
|
|
| 293 |
"surface": "website_hf",
|
| 294 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 295 |
"exists": true,
|
| 296 |
-
"bytes":
|
| 297 |
-
"sha256": "
|
| 298 |
},
|
| 299 |
{
|
| 300 |
"id": "evaluation_protocol_builder",
|
|
@@ -304,8 +371,8 @@
|
|
| 304 |
"surface": "repo_hf",
|
| 305 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 306 |
"exists": true,
|
| 307 |
-
"bytes":
|
| 308 |
-
"sha256": "
|
| 309 |
},
|
| 310 |
{
|
| 311 |
"id": "research_takeaways",
|
|
@@ -315,8 +382,8 @@
|
|
| 315 |
"surface": "repo_hf",
|
| 316 |
"shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
|
| 317 |
"exists": true,
|
| 318 |
-
"bytes":
|
| 319 |
-
"sha256": "
|
| 320 |
},
|
| 321 |
{
|
| 322 |
"id": "research_takeaways_json",
|
|
@@ -326,8 +393,8 @@
|
|
| 326 |
"surface": "website_hf",
|
| 327 |
"shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
|
| 328 |
"exists": true,
|
| 329 |
-
"bytes":
|
| 330 |
-
"sha256": "
|
| 331 |
},
|
| 332 |
{
|
| 333 |
"id": "research_takeaways_builder",
|
|
@@ -337,8 +404,8 @@
|
|
| 337 |
"surface": "repo_hf",
|
| 338 |
"shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
|
| 339 |
"exists": true,
|
| 340 |
-
"bytes":
|
| 341 |
-
"sha256": "
|
| 342 |
},
|
| 343 |
{
|
| 344 |
"id": "audio_ablation_script",
|
|
@@ -606,8 +673,8 @@
|
|
| 606 |
"surface": "repo_hf",
|
| 607 |
"shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
|
| 608 |
"exists": true,
|
| 609 |
-
"bytes":
|
| 610 |
-
"sha256": "
|
| 611 |
},
|
| 612 |
{
|
| 613 |
"id": "reproducibility_matrix",
|
|
@@ -617,8 +684,8 @@
|
|
| 617 |
"surface": "website_hf",
|
| 618 |
"shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
|
| 619 |
"exists": true,
|
| 620 |
-
"bytes":
|
| 621 |
-
"sha256": "
|
| 622 |
},
|
| 623 |
{
|
| 624 |
"id": "artifact_index_builder",
|
|
@@ -628,8 +695,8 @@
|
|
| 628 |
"surface": "repo_hf",
|
| 629 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 630 |
"exists": true,
|
| 631 |
-
"bytes":
|
| 632 |
-
"sha256": "
|
| 633 |
},
|
| 634 |
{
|
| 635 |
"id": "publication_audit",
|
|
@@ -652,7 +719,7 @@
|
|
| 652 |
"volatile": true,
|
| 653 |
"shows": "Separates setup paths from completed held-out-episode results.",
|
| 654 |
"exists": true,
|
| 655 |
-
"bytes":
|
| 656 |
"hash_policy": "existence_and_size_only"
|
| 657 |
},
|
| 658 |
{
|
|
@@ -664,7 +731,7 @@
|
|
| 664 |
"volatile": true,
|
| 665 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 666 |
"exists": true,
|
| 667 |
-
"bytes":
|
| 668 |
"hash_policy": "existence_and_size_only"
|
| 669 |
},
|
| 670 |
{
|
|
@@ -676,7 +743,7 @@
|
|
| 676 |
"volatile": true,
|
| 677 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 678 |
"exists": true,
|
| 679 |
-
"bytes":
|
| 680 |
"hash_policy": "existence_and_size_only"
|
| 681 |
},
|
| 682 |
{
|
|
@@ -687,8 +754,8 @@
|
|
| 687 |
"surface": "website_hf",
|
| 688 |
"shows": "Lists public URLs, upstream sources, and machine-readable project metadata.",
|
| 689 |
"exists": true,
|
| 690 |
-
"bytes":
|
| 691 |
-
"sha256": "
|
| 692 |
},
|
| 693 |
{
|
| 694 |
"id": "task_summary",
|
|
@@ -709,8 +776,8 @@
|
|
| 709 |
"surface": "website_hf",
|
| 710 |
"shows": "Mirrors task metrics for the static dashboard.",
|
| 711 |
"exists": true,
|
| 712 |
-
"bytes":
|
| 713 |
-
"sha256": "
|
| 714 |
},
|
| 715 |
{
|
| 716 |
"id": "feature_manifest",
|
|
@@ -850,10 +917,10 @@
|
|
| 850 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 851 |
"kind": "scaleup_status",
|
| 852 |
"surface": "repo_hf",
|
| 853 |
-
"shows": "Summarizes the
|
| 854 |
"exists": true,
|
| 855 |
-
"bytes":
|
| 856 |
-
"sha256": "
|
| 857 |
},
|
| 858 |
{
|
| 859 |
"id": "multi_episode_access_status",
|
|
@@ -863,8 +930,8 @@
|
|
| 863 |
"surface": "repo_hf",
|
| 864 |
"shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
|
| 865 |
"exists": true,
|
| 866 |
-
"bytes":
|
| 867 |
-
"sha256": "
|
| 868 |
},
|
| 869 |
{
|
| 870 |
"id": "citation",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:42+00:00",
|
| 4 |
"status": "pass",
|
| 5 |
+
"artifact_count": 83,
|
| 6 |
"missing": [],
|
| 7 |
"by_kind": {
|
| 8 |
"project_path": 14,
|
| 9 |
+
"scaleup_contract": 6,
|
| 10 |
"project_scope": 1,
|
| 11 |
"source_alignment": 5,
|
| 12 |
"publication_workflow": 3,
|
|
|
|
| 41 |
"surface": "repo_hf",
|
| 42 |
"shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
|
| 43 |
"exists": true,
|
| 44 |
+
"bytes": 3829,
|
| 45 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"id": "project_brief_json",
|
|
|
|
| 52 |
"surface": "website_hf",
|
| 53 |
"shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
|
| 54 |
"exists": true,
|
| 55 |
+
"bytes": 3752,
|
| 56 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"id": "project_status",
|
|
|
|
| 63 |
"surface": "repo_hf",
|
| 64 |
"shows": "Gives a compact current-state table for first-pass readers.",
|
| 65 |
"exists": true,
|
| 66 |
+
"bytes": 8534,
|
| 67 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 68 |
},
|
| 69 |
{
|
| 70 |
"id": "project_status_json",
|
|
|
|
| 74 |
"surface": "website_hf",
|
| 75 |
"shows": "Machine-readable copy of the current project status for website and HF mirrors.",
|
| 76 |
"exists": true,
|
| 77 |
+
"bytes": 10977,
|
| 78 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"id": "research_roadmap",
|
|
|
|
| 85 |
"surface": "repo_hf",
|
| 86 |
"shows": "Defines the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
|
| 87 |
"exists": true,
|
| 88 |
+
"bytes": 11244,
|
| 89 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"id": "research_roadmap_json",
|
|
|
|
| 96 |
"surface": "website_hf",
|
| 97 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 98 |
"exists": true,
|
| 99 |
+
"bytes": 8981,
|
| 100 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 101 |
},
|
| 102 |
{
|
| 103 |
"id": "foundation_model_plan",
|
|
|
|
| 118 |
"surface": "website_hf",
|
| 119 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 120 |
"exists": true,
|
| 121 |
+
"bytes": 13112,
|
| 122 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"id": "omni_model_extension_contract",
|
| 126 |
+
"title": "Omni model extension contract",
|
| 127 |
+
"path": "OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 128 |
+
"kind": "scaleup_contract",
|
| 129 |
+
"surface": "repo_hf",
|
| 130 |
+
"shows": "Defines the shared manifest, episode split, held-out evaluation, packaging, and public-safety rules for Qwen3-Omni, Cosmos-style, and VLA/policy model branches.",
|
| 131 |
+
"exists": true,
|
| 132 |
+
"bytes": 8900,
|
| 133 |
+
"sha256": "c4e51d0aa7536045c229418603a67c6b3c5f31c9d756ca7395cb0c9455f0ed6d"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "omni_backbone_registry_configs",
|
| 137 |
+
"title": "Omni backbone registry configs",
|
| 138 |
+
"path": "configs/omni_backbones",
|
| 139 |
+
"kind": "scaleup_contract",
|
| 140 |
+
"surface": "repo_hf",
|
| 141 |
+
"shows": "Stores the implemented Qwen3-Omni LoRA contract and planned Cosmos-style world-model and VLA/policy branch contracts.",
|
| 142 |
+
"exists": true,
|
| 143 |
+
"file_count": 3,
|
| 144 |
+
"bytes": 8904
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": "omni_backbone_registry_validator",
|
| 148 |
+
"title": "Omni backbone registry validator",
|
| 149 |
+
"path": "scripts/omni/backbone_registry.py",
|
| 150 |
+
"kind": "scaleup_contract",
|
| 151 |
+
"surface": "repo_hf",
|
| 152 |
+
"shows": "Validates backbone ids, split defaults, leakage guards, required metrics, required files, and forbidden public package categories.",
|
| 153 |
+
"exists": true,
|
| 154 |
+
"bytes": 8740,
|
| 155 |
+
"sha256": "3bc9eeb47471fb995f767d5420a556a95413c1cb2d8b3ea9d2805429df55beb8"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"id": "omni_model_neutral_window_index_exporter",
|
| 159 |
+
"title": "Model-neutral window index exporter",
|
| 160 |
+
"path": "scripts/omni/export_model_neutral_window_index.py",
|
| 161 |
+
"kind": "scaleup_contract",
|
| 162 |
+
"surface": "repo_hf",
|
| 163 |
+
"shows": "Converts Qwen JSONL records into a model-neutral window index with Qwen, Cosmos-style, and policy/VLA adapter views.",
|
| 164 |
+
"exists": true,
|
| 165 |
+
"bytes": 8540,
|
| 166 |
+
"sha256": "ec6dd4fcdc1c9a90566a59ef118f7ed5b78ebf8843752873aea8ae8b5f71a34d"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"id": "omni_backbone_scaffolder",
|
| 170 |
+
"title": "Omni backbone scaffolder",
|
| 171 |
+
"path": "scripts/omni/scaffold_omni_backbone.py",
|
| 172 |
+
"kind": "scaleup_contract",
|
| 173 |
+
"surface": "repo_hf",
|
| 174 |
+
"shows": "Creates a validated planned-backbone config from an existing contract template so new model families inherit the shared rules.",
|
| 175 |
+
"exists": true,
|
| 176 |
+
"bytes": 4809,
|
| 177 |
+
"sha256": "2cd34a7db1510392c6caba735fb903b2a6b78aeff8a748ebf20bcd372b0f8f2d"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"id": "omni_backbone_packaging_smoke",
|
| 181 |
+
"title": "Omni backbone packaging smoke test",
|
| 182 |
+
"path": "scripts/omni/smoke_test_backbone_packaging.py",
|
| 183 |
+
"kind": "scaleup_contract",
|
| 184 |
+
"surface": "repo_hf",
|
| 185 |
+
"shows": "Builds synthetic verified packages for every configured backbone and audits them against the public-safe package contract.",
|
| 186 |
+
"exists": true,
|
| 187 |
+
"bytes": 6519,
|
| 188 |
+
"sha256": "a3773fc681e298325e2be80556d6be6e7e30b90ba22ee24b66633f07ff9c4ea4"
|
| 189 |
},
|
| 190 |
{
|
| 191 |
"id": "additional_development_directions",
|
|
|
|
| 195 |
"surface": "repo_hf",
|
| 196 |
"shows": "Records concrete non-backbone Xperience-10M development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer.",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 3137,
|
| 199 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 200 |
},
|
| 201 |
{
|
| 202 |
"id": "additional_development_directions_json",
|
|
|
|
| 206 |
"surface": "website_hf",
|
| 207 |
"shows": "Machine-readable additional development directions for the website and Hugging Face mirrors.",
|
| 208 |
"exists": true,
|
| 209 |
+
"bytes": 6121,
|
| 210 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"id": "xperience_embodied_foundation_pretraining",
|
|
|
|
| 239 |
"surface": "website_hf",
|
| 240 |
"shows": "Gives a short project path with scope status and public surfaces.",
|
| 241 |
"exists": true,
|
| 242 |
+
"bytes": 7802,
|
| 243 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 244 |
},
|
| 245 |
{
|
| 246 |
"id": "artifact_guide",
|
|
|
|
| 250 |
"surface": "repo_hf",
|
| 251 |
"shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
|
| 252 |
"exists": true,
|
| 253 |
+
"bytes": 15660,
|
| 254 |
+
"sha256": "a9ad335b82c35a5ac102428663ffae1c8798e90e45cc5e795c3a499b4563b417"
|
| 255 |
},
|
| 256 |
{
|
| 257 |
"id": "official_dataset_card_alignment",
|
|
|
|
| 316 |
"surface": "repo_hf",
|
| 317 |
"shows": "Publishes prepared Space, artifact dataset, and model bundles, including an explicit model-binary upload batch.",
|
| 318 |
"exists": true,
|
| 319 |
+
"bytes": 15927,
|
| 320 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"id": "github_package_dockerfile",
|
|
|
|
| 349 |
"surface": "repo_hf",
|
| 350 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 351 |
"exists": true,
|
| 352 |
+
"bytes": 6003,
|
| 353 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 354 |
},
|
| 355 |
{
|
| 356 |
"id": "evaluation_protocol_json",
|
|
|
|
| 360 |
"surface": "website_hf",
|
| 361 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 362 |
"exists": true,
|
| 363 |
+
"bytes": 13788,
|
| 364 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"id": "evaluation_protocol_builder",
|
|
|
|
| 371 |
"surface": "repo_hf",
|
| 372 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 373 |
"exists": true,
|
| 374 |
+
"bytes": 16289,
|
| 375 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"id": "research_takeaways",
|
|
|
|
| 382 |
"surface": "repo_hf",
|
| 383 |
"shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
|
| 384 |
"exists": true,
|
| 385 |
+
"bytes": 5101,
|
| 386 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 387 |
},
|
| 388 |
{
|
| 389 |
"id": "research_takeaways_json",
|
|
|
|
| 393 |
"surface": "website_hf",
|
| 394 |
"shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
|
| 395 |
"exists": true,
|
| 396 |
+
"bytes": 7102,
|
| 397 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 398 |
},
|
| 399 |
{
|
| 400 |
"id": "research_takeaways_builder",
|
|
|
|
| 404 |
"surface": "repo_hf",
|
| 405 |
"shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
|
| 406 |
"exists": true,
|
| 407 |
+
"bytes": 13503,
|
| 408 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 409 |
},
|
| 410 |
{
|
| 411 |
"id": "audio_ablation_script",
|
|
|
|
| 673 |
"surface": "repo_hf",
|
| 674 |
"shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
|
| 675 |
"exists": true,
|
| 676 |
+
"bytes": 6523,
|
| 677 |
+
"sha256": "fd6a1af61a8767d45bc5f197330e6bbf4ee45d9eda8cea7be21f9c1b8c600c9d"
|
| 678 |
},
|
| 679 |
{
|
| 680 |
"id": "reproducibility_matrix",
|
|
|
|
| 684 |
"surface": "website_hf",
|
| 685 |
"shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
|
| 686 |
"exists": true,
|
| 687 |
+
"bytes": 5223,
|
| 688 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 689 |
},
|
| 690 |
{
|
| 691 |
"id": "artifact_index_builder",
|
|
|
|
| 695 |
"surface": "repo_hf",
|
| 696 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 697 |
"exists": true,
|
| 698 |
+
"bytes": 30785,
|
| 699 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 700 |
},
|
| 701 |
{
|
| 702 |
"id": "publication_audit",
|
|
|
|
| 719 |
"volatile": true,
|
| 720 |
"shows": "Separates setup paths from completed held-out-episode results.",
|
| 721 |
"exists": true,
|
| 722 |
+
"bytes": 20823,
|
| 723 |
"hash_policy": "existence_and_size_only"
|
| 724 |
},
|
| 725 |
{
|
|
|
|
| 731 |
"volatile": true,
|
| 732 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 733 |
"exists": true,
|
| 734 |
+
"bytes": 111950,
|
| 735 |
"hash_policy": "existence_and_size_only"
|
| 736 |
},
|
| 737 |
{
|
|
|
|
| 743 |
"volatile": true,
|
| 744 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 745 |
"exists": true,
|
| 746 |
+
"bytes": 15221,
|
| 747 |
"hash_policy": "existence_and_size_only"
|
| 748 |
},
|
| 749 |
{
|
|
|
|
| 754 |
"surface": "website_hf",
|
| 755 |
"shows": "Lists public URLs, upstream sources, and machine-readable project metadata.",
|
| 756 |
"exists": true,
|
| 757 |
+
"bytes": 4927,
|
| 758 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 759 |
},
|
| 760 |
{
|
| 761 |
"id": "task_summary",
|
|
|
|
| 776 |
"surface": "website_hf",
|
| 777 |
"shows": "Mirrors task metrics for the static dashboard.",
|
| 778 |
"exists": true,
|
| 779 |
+
"bytes": 26028,
|
| 780 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 781 |
},
|
| 782 |
{
|
| 783 |
"id": "feature_manifest",
|
|
|
|
| 917 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 918 |
"kind": "scaleup_status",
|
| 919 |
"surface": "repo_hf",
|
| 920 |
+
"shows": "Summarizes the data-readiness checks required before a held-out Qwen3-Omni pilot can report metrics.",
|
| 921 |
"exists": true,
|
| 922 |
+
"bytes": 3499,
|
| 923 |
+
"sha256": "c2999f0ea75765c8da3b94aa54d8a9628edd687a0fe38c09d2582f578f2b1ba7"
|
| 924 |
},
|
| 925 |
{
|
| 926 |
"id": "multi_episode_access_status",
|
|
|
|
| 930 |
"surface": "repo_hf",
|
| 931 |
"shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
|
| 932 |
"exists": true,
|
| 933 |
+
"bytes": 3076,
|
| 934 |
+
"sha256": "23b87581cfc1d95b0af118a0dbb4e601f42fc6bad608759490e13a9a1ef73205"
|
| 935 |
},
|
| 936 |
{
|
| 937 |
"id": "citation",
|
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 |
},
|
|
@@ -40,27 +40,27 @@
|
|
| 40 |
"local": {
|
| 41 |
"path": "repo:docs/data/additional_development_directions.json",
|
| 42 |
"exists": true,
|
| 43 |
-
"bytes":
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
"mirrors": {
|
| 47 |
"hf_space": {
|
| 48 |
"path": "hf_space:data/additional_development_directions.json",
|
| 49 |
"exists": true,
|
| 50 |
-
"bytes":
|
| 51 |
-
"sha256": "
|
| 52 |
},
|
| 53 |
"hf_artifacts": {
|
| 54 |
"path": "hf_artifacts:docs/data/additional_development_directions.json",
|
| 55 |
"exists": true,
|
| 56 |
-
"bytes":
|
| 57 |
-
"sha256": "
|
| 58 |
},
|
| 59 |
"hf_model": {
|
| 60 |
"path": "hf_model:metrics/additional_development_directions.json",
|
| 61 |
"exists": true,
|
| 62 |
-
"bytes":
|
| 63 |
-
"sha256": "
|
| 64 |
}
|
| 65 |
},
|
| 66 |
"failures": []
|
|
@@ -102,27 +102,27 @@
|
|
| 102 |
"local": {
|
| 103 |
"path": "repo:docs/data/artifact_index.json",
|
| 104 |
"exists": true,
|
| 105 |
-
"bytes":
|
| 106 |
-
"sha256": "
|
| 107 |
},
|
| 108 |
"mirrors": {
|
| 109 |
"hf_space": {
|
| 110 |
"path": "hf_space:data/artifact_index.json",
|
| 111 |
"exists": true,
|
| 112 |
-
"bytes":
|
| 113 |
-
"sha256": "
|
| 114 |
},
|
| 115 |
"hf_artifacts": {
|
| 116 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 117 |
"exists": true,
|
| 118 |
-
"bytes":
|
| 119 |
-
"sha256": "
|
| 120 |
},
|
| 121 |
"hf_model": {
|
| 122 |
"path": "hf_model:metrics/artifact_index.json",
|
| 123 |
"exists": true,
|
| 124 |
-
"bytes":
|
| 125 |
-
"sha256": "
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"failures": []
|
|
@@ -164,27 +164,27 @@
|
|
| 164 |
"local": {
|
| 165 |
"path": "repo:docs/data/evidence_contract.json",
|
| 166 |
"exists": true,
|
| 167 |
-
"bytes":
|
| 168 |
-
"sha256": "
|
| 169 |
},
|
| 170 |
"mirrors": {
|
| 171 |
"hf_space": {
|
| 172 |
"path": "hf_space:data/evidence_contract.json",
|
| 173 |
"exists": true,
|
| 174 |
-
"bytes":
|
| 175 |
-
"sha256": "
|
| 176 |
},
|
| 177 |
"hf_artifacts": {
|
| 178 |
"path": "hf_artifacts:docs/data/evidence_contract.json",
|
| 179 |
"exists": true,
|
| 180 |
-
"bytes":
|
| 181 |
-
"sha256": "
|
| 182 |
},
|
| 183 |
"hf_model": {
|
| 184 |
"path": "hf_model:metrics/evidence_contract.json",
|
| 185 |
"exists": true,
|
| 186 |
-
"bytes":
|
| 187 |
-
"sha256": "
|
| 188 |
}
|
| 189 |
},
|
| 190 |
"failures": []
|
|
@@ -195,27 +195,27 @@
|
|
| 195 |
"local": {
|
| 196 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 197 |
"exists": true,
|
| 198 |
-
"bytes":
|
| 199 |
-
"sha256": "
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"hf_space": {
|
| 203 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 204 |
"exists": true,
|
| 205 |
-
"bytes":
|
| 206 |
-
"sha256": "
|
| 207 |
},
|
| 208 |
"hf_artifacts": {
|
| 209 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 210 |
"exists": true,
|
| 211 |
-
"bytes":
|
| 212 |
-
"sha256": "
|
| 213 |
},
|
| 214 |
"hf_model": {
|
| 215 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 216 |
"exists": true,
|
| 217 |
-
"bytes":
|
| 218 |
-
"sha256": "
|
| 219 |
}
|
| 220 |
},
|
| 221 |
"failures": []
|
|
@@ -257,27 +257,27 @@
|
|
| 257 |
"local": {
|
| 258 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 259 |
"exists": true,
|
| 260 |
-
"bytes":
|
| 261 |
-
"sha256": "
|
| 262 |
},
|
| 263 |
"mirrors": {
|
| 264 |
"hf_space": {
|
| 265 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 266 |
"exists": true,
|
| 267 |
-
"bytes":
|
| 268 |
-
"sha256": "
|
| 269 |
},
|
| 270 |
"hf_artifacts": {
|
| 271 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 272 |
"exists": true,
|
| 273 |
-
"bytes":
|
| 274 |
-
"sha256": "
|
| 275 |
},
|
| 276 |
"hf_model": {
|
| 277 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 278 |
"exists": true,
|
| 279 |
-
"bytes":
|
| 280 |
-
"sha256": "
|
| 281 |
}
|
| 282 |
},
|
| 283 |
"failures": []
|
|
@@ -344,33 +344,64 @@
|
|
| 344 |
},
|
| 345 |
"failures": []
|
| 346 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
{
|
| 348 |
"name": "data/project_brief.json",
|
| 349 |
"status": "pass",
|
| 350 |
"local": {
|
| 351 |
"path": "repo:docs/data/project_brief.json",
|
| 352 |
"exists": true,
|
| 353 |
-
"bytes":
|
| 354 |
-
"sha256": "
|
| 355 |
},
|
| 356 |
"mirrors": {
|
| 357 |
"hf_space": {
|
| 358 |
"path": "hf_space:data/project_brief.json",
|
| 359 |
"exists": true,
|
| 360 |
-
"bytes":
|
| 361 |
-
"sha256": "
|
| 362 |
},
|
| 363 |
"hf_artifacts": {
|
| 364 |
"path": "hf_artifacts:docs/data/project_brief.json",
|
| 365 |
"exists": true,
|
| 366 |
-
"bytes":
|
| 367 |
-
"sha256": "
|
| 368 |
},
|
| 369 |
"hf_model": {
|
| 370 |
"path": "hf_model:metrics/project_brief.json",
|
| 371 |
"exists": true,
|
| 372 |
-
"bytes":
|
| 373 |
-
"sha256": "
|
| 374 |
}
|
| 375 |
},
|
| 376 |
"failures": []
|
|
@@ -381,27 +412,27 @@
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/project_manifest.json",
|
| 383 |
"exists": true,
|
| 384 |
-
"bytes":
|
| 385 |
-
"sha256": "
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/project_manifest.json",
|
| 390 |
"exists": true,
|
| 391 |
-
"bytes":
|
| 392 |
-
"sha256": "
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/project_manifest.json",
|
| 396 |
"exists": true,
|
| 397 |
-
"bytes":
|
| 398 |
-
"sha256": "
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/project_manifest.json",
|
| 402 |
"exists": true,
|
| 403 |
-
"bytes":
|
| 404 |
-
"sha256": "
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
@@ -412,27 +443,27 @@
|
|
| 412 |
"local": {
|
| 413 |
"path": "repo:docs/data/project_packet.json",
|
| 414 |
"exists": true,
|
| 415 |
-
"bytes":
|
| 416 |
-
"sha256": "
|
| 417 |
},
|
| 418 |
"mirrors": {
|
| 419 |
"hf_space": {
|
| 420 |
"path": "hf_space:data/project_packet.json",
|
| 421 |
"exists": true,
|
| 422 |
-
"bytes":
|
| 423 |
-
"sha256": "
|
| 424 |
},
|
| 425 |
"hf_artifacts": {
|
| 426 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 427 |
"exists": true,
|
| 428 |
-
"bytes":
|
| 429 |
-
"sha256": "
|
| 430 |
},
|
| 431 |
"hf_model": {
|
| 432 |
"path": "hf_model:metrics/project_packet.json",
|
| 433 |
"exists": true,
|
| 434 |
-
"bytes":
|
| 435 |
-
"sha256": "
|
| 436 |
}
|
| 437 |
},
|
| 438 |
"failures": []
|
|
@@ -443,27 +474,27 @@
|
|
| 443 |
"local": {
|
| 444 |
"path": "repo:docs/data/project_status.json",
|
| 445 |
"exists": true,
|
| 446 |
-
"bytes":
|
| 447 |
-
"sha256": "
|
| 448 |
},
|
| 449 |
"mirrors": {
|
| 450 |
"hf_space": {
|
| 451 |
"path": "hf_space:data/project_status.json",
|
| 452 |
"exists": true,
|
| 453 |
-
"bytes":
|
| 454 |
-
"sha256": "
|
| 455 |
},
|
| 456 |
"hf_artifacts": {
|
| 457 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 458 |
"exists": true,
|
| 459 |
-
"bytes":
|
| 460 |
-
"sha256": "
|
| 461 |
},
|
| 462 |
"hf_model": {
|
| 463 |
"path": "hf_model:metrics/project_status.json",
|
| 464 |
"exists": true,
|
| 465 |
-
"bytes":
|
| 466 |
-
"sha256": "
|
| 467 |
}
|
| 468 |
},
|
| 469 |
"failures": []
|
|
@@ -475,26 +506,26 @@
|
|
| 475 |
"path": "repo:docs/data/publication_audit.json",
|
| 476 |
"exists": true,
|
| 477 |
"bytes": 7237,
|
| 478 |
-
"sha256": "
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/publication_audit.json",
|
| 483 |
"exists": true,
|
| 484 |
"bytes": 7237,
|
| 485 |
-
"sha256": "
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 489 |
"exists": true,
|
| 490 |
"bytes": 7237,
|
| 491 |
-
"sha256": "
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/publication_audit.json",
|
| 495 |
"exists": true,
|
| 496 |
"bytes": 7237,
|
| 497 |
-
"sha256": "
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
@@ -598,27 +629,27 @@
|
|
| 598 |
"local": {
|
| 599 |
"path": "repo:docs/data/reproducibility_matrix.json",
|
| 600 |
"exists": true,
|
| 601 |
-
"bytes":
|
| 602 |
-
"sha256": "
|
| 603 |
},
|
| 604 |
"mirrors": {
|
| 605 |
"hf_space": {
|
| 606 |
"path": "hf_space:data/reproducibility_matrix.json",
|
| 607 |
"exists": true,
|
| 608 |
-
"bytes":
|
| 609 |
-
"sha256": "
|
| 610 |
},
|
| 611 |
"hf_artifacts": {
|
| 612 |
"path": "hf_artifacts:docs/data/reproducibility_matrix.json",
|
| 613 |
"exists": true,
|
| 614 |
-
"bytes":
|
| 615 |
-
"sha256": "
|
| 616 |
},
|
| 617 |
"hf_model": {
|
| 618 |
"path": "hf_model:metrics/reproducibility_matrix.json",
|
| 619 |
"exists": true,
|
| 620 |
-
"bytes":
|
| 621 |
-
"sha256": "
|
| 622 |
}
|
| 623 |
},
|
| 624 |
"failures": []
|
|
@@ -629,27 +660,27 @@
|
|
| 629 |
"local": {
|
| 630 |
"path": "repo:docs/data/research_roadmap.json",
|
| 631 |
"exists": true,
|
| 632 |
-
"bytes":
|
| 633 |
-
"sha256": "
|
| 634 |
},
|
| 635 |
"mirrors": {
|
| 636 |
"hf_space": {
|
| 637 |
"path": "hf_space:data/research_roadmap.json",
|
| 638 |
"exists": true,
|
| 639 |
-
"bytes":
|
| 640 |
-
"sha256": "
|
| 641 |
},
|
| 642 |
"hf_artifacts": {
|
| 643 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 644 |
"exists": true,
|
| 645 |
-
"bytes":
|
| 646 |
-
"sha256": "
|
| 647 |
},
|
| 648 |
"hf_model": {
|
| 649 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 650 |
"exists": true,
|
| 651 |
-
"bytes":
|
| 652 |
-
"sha256": "
|
| 653 |
}
|
| 654 |
},
|
| 655 |
"failures": []
|
|
@@ -660,27 +691,27 @@
|
|
| 660 |
"local": {
|
| 661 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 662 |
"exists": true,
|
| 663 |
-
"bytes":
|
| 664 |
-
"sha256": "
|
| 665 |
},
|
| 666 |
"mirrors": {
|
| 667 |
"hf_space": {
|
| 668 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 669 |
"exists": true,
|
| 670 |
-
"bytes":
|
| 671 |
-
"sha256": "
|
| 672 |
},
|
| 673 |
"hf_artifacts": {
|
| 674 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 675 |
"exists": true,
|
| 676 |
-
"bytes":
|
| 677 |
-
"sha256": "
|
| 678 |
},
|
| 679 |
"hf_model": {
|
| 680 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 681 |
"exists": true,
|
| 682 |
-
"bytes":
|
| 683 |
-
"sha256": "
|
| 684 |
}
|
| 685 |
},
|
| 686 |
"failures": []
|
|
@@ -691,27 +722,27 @@
|
|
| 691 |
"local": {
|
| 692 |
"path": "repo:docs/data/research_takeaways.json",
|
| 693 |
"exists": true,
|
| 694 |
-
"bytes":
|
| 695 |
-
"sha256": "
|
| 696 |
},
|
| 697 |
"mirrors": {
|
| 698 |
"hf_space": {
|
| 699 |
"path": "hf_space:data/research_takeaways.json",
|
| 700 |
"exists": true,
|
| 701 |
-
"bytes":
|
| 702 |
-
"sha256": "
|
| 703 |
},
|
| 704 |
"hf_artifacts": {
|
| 705 |
"path": "hf_artifacts:docs/data/research_takeaways.json",
|
| 706 |
"exists": true,
|
| 707 |
-
"bytes":
|
| 708 |
-
"sha256": "
|
| 709 |
},
|
| 710 |
"hf_model": {
|
| 711 |
"path": "hf_model:metrics/research_takeaways.json",
|
| 712 |
"exists": true,
|
| 713 |
-
"bytes":
|
| 714 |
-
"sha256": "
|
| 715 |
}
|
| 716 |
},
|
| 717 |
"failures": []
|
|
@@ -784,27 +815,27 @@
|
|
| 784 |
"local": {
|
| 785 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 786 |
"exists": true,
|
| 787 |
-
"bytes":
|
| 788 |
-
"sha256": "
|
| 789 |
},
|
| 790 |
"mirrors": {
|
| 791 |
"hf_space": {
|
| 792 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 793 |
"exists": true,
|
| 794 |
-
"bytes":
|
| 795 |
-
"sha256": "
|
| 796 |
},
|
| 797 |
"hf_artifacts": {
|
| 798 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 799 |
"exists": true,
|
| 800 |
-
"bytes":
|
| 801 |
-
"sha256": "
|
| 802 |
},
|
| 803 |
"hf_model": {
|
| 804 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 805 |
"exists": true,
|
| 806 |
-
"bytes":
|
| 807 |
-
"sha256": "
|
| 808 |
}
|
| 809 |
},
|
| 810 |
"failures": []
|
|
@@ -877,27 +908,27 @@
|
|
| 877 |
"local": {
|
| 878 |
"path": "repo:docs/data/summary_metrics.json",
|
| 879 |
"exists": true,
|
| 880 |
-
"bytes":
|
| 881 |
-
"sha256": "
|
| 882 |
},
|
| 883 |
"mirrors": {
|
| 884 |
"hf_space": {
|
| 885 |
"path": "hf_space:data/summary_metrics.json",
|
| 886 |
"exists": true,
|
| 887 |
-
"bytes":
|
| 888 |
-
"sha256": "
|
| 889 |
},
|
| 890 |
"hf_artifacts": {
|
| 891 |
"path": "hf_artifacts:docs/data/summary_metrics.json",
|
| 892 |
"exists": true,
|
| 893 |
-
"bytes":
|
| 894 |
-
"sha256": "
|
| 895 |
},
|
| 896 |
"hf_model": {
|
| 897 |
"path": "hf_model:metrics/summary_metrics.json",
|
| 898 |
"exists": true,
|
| 899 |
-
"bytes":
|
| 900 |
-
"sha256": "
|
| 901 |
}
|
| 902 |
},
|
| 903 |
"failures": []
|
|
@@ -909,26 +940,26 @@
|
|
| 909 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 910 |
"exists": true,
|
| 911 |
"bytes": 45779,
|
| 912 |
-
"sha256": "
|
| 913 |
},
|
| 914 |
"mirrors": {
|
| 915 |
"hf_space": {
|
| 916 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 917 |
"exists": true,
|
| 918 |
"bytes": 45779,
|
| 919 |
-
"sha256": "
|
| 920 |
},
|
| 921 |
"hf_artifacts": {
|
| 922 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 923 |
"exists": true,
|
| 924 |
"bytes": 45779,
|
| 925 |
-
"sha256": "
|
| 926 |
},
|
| 927 |
"hf_model": {
|
| 928 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 929 |
"exists": true,
|
| 930 |
"bytes": 45779,
|
| 931 |
-
"sha256": "
|
| 932 |
}
|
| 933 |
},
|
| 934 |
"failures": []
|
|
@@ -970,27 +1001,27 @@
|
|
| 970 |
"local": {
|
| 971 |
"path": "repo:docs/data/website_integrity.json",
|
| 972 |
"exists": true,
|
| 973 |
-
"bytes":
|
| 974 |
-
"sha256": "
|
| 975 |
},
|
| 976 |
"mirrors": {
|
| 977 |
"hf_space": {
|
| 978 |
"path": "hf_space:data/website_integrity.json",
|
| 979 |
"exists": true,
|
| 980 |
-
"bytes":
|
| 981 |
-
"sha256": "
|
| 982 |
},
|
| 983 |
"hf_artifacts": {
|
| 984 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 985 |
"exists": true,
|
| 986 |
-
"bytes":
|
| 987 |
-
"sha256": "
|
| 988 |
},
|
| 989 |
"hf_model": {
|
| 990 |
"path": "hf_model:metrics/website_integrity.json",
|
| 991 |
"exists": true,
|
| 992 |
-
"bytes":
|
| 993 |
-
"sha256": "
|
| 994 |
}
|
| 995 |
},
|
| 996 |
"failures": []
|
|
@@ -1723,21 +1754,21 @@
|
|
| 1723 |
"local": {
|
| 1724 |
"path": "repo:scripts/build_artifact_index.py",
|
| 1725 |
"exists": true,
|
| 1726 |
-
"bytes":
|
| 1727 |
-
"sha256": "
|
| 1728 |
},
|
| 1729 |
"mirrors": {
|
| 1730 |
"hf_artifacts": {
|
| 1731 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 1732 |
"exists": true,
|
| 1733 |
-
"bytes":
|
| 1734 |
-
"sha256": "
|
| 1735 |
},
|
| 1736 |
"hf_model": {
|
| 1737 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 1738 |
"exists": true,
|
| 1739 |
-
"bytes":
|
| 1740 |
-
"sha256": "
|
| 1741 |
}
|
| 1742 |
},
|
| 1743 |
"failures": []
|
|
@@ -1773,21 +1804,21 @@
|
|
| 1773 |
"local": {
|
| 1774 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 1775 |
"exists": true,
|
| 1776 |
-
"bytes":
|
| 1777 |
-
"sha256": "
|
| 1778 |
},
|
| 1779 |
"mirrors": {
|
| 1780 |
"hf_artifacts": {
|
| 1781 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 1782 |
"exists": true,
|
| 1783 |
-
"bytes":
|
| 1784 |
-
"sha256": "
|
| 1785 |
},
|
| 1786 |
"hf_model": {
|
| 1787 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 1788 |
"exists": true,
|
| 1789 |
-
"bytes":
|
| 1790 |
-
"sha256": "
|
| 1791 |
}
|
| 1792 |
},
|
| 1793 |
"failures": []
|
|
@@ -1948,21 +1979,21 @@
|
|
| 1948 |
"local": {
|
| 1949 |
"path": "repo:scripts/build_research_takeaways.py",
|
| 1950 |
"exists": true,
|
| 1951 |
-
"bytes":
|
| 1952 |
-
"sha256": "
|
| 1953 |
},
|
| 1954 |
"mirrors": {
|
| 1955 |
"hf_artifacts": {
|
| 1956 |
"path": "hf_artifacts:scripts/build_research_takeaways.py",
|
| 1957 |
"exists": true,
|
| 1958 |
-
"bytes":
|
| 1959 |
-
"sha256": "
|
| 1960 |
},
|
| 1961 |
"hf_model": {
|
| 1962 |
"path": "hf_model:scripts/build_research_takeaways.py",
|
| 1963 |
"exists": true,
|
| 1964 |
-
"bytes":
|
| 1965 |
-
"sha256": "
|
| 1966 |
}
|
| 1967 |
},
|
| 1968 |
"failures": []
|
|
@@ -2023,21 +2054,21 @@
|
|
| 2023 |
"local": {
|
| 2024 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 2025 |
"exists": true,
|
| 2026 |
-
"bytes":
|
| 2027 |
-
"sha256": "
|
| 2028 |
},
|
| 2029 |
"mirrors": {
|
| 2030 |
"hf_artifacts": {
|
| 2031 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 2032 |
"exists": true,
|
| 2033 |
-
"bytes":
|
| 2034 |
-
"sha256": "
|
| 2035 |
},
|
| 2036 |
"hf_model": {
|
| 2037 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 2038 |
"exists": true,
|
| 2039 |
-
"bytes":
|
| 2040 |
-
"sha256": "
|
| 2041 |
}
|
| 2042 |
},
|
| 2043 |
"failures": []
|
|
@@ -2073,21 +2104,21 @@
|
|
| 2073 |
"local": {
|
| 2074 |
"path": "repo:scripts/validate_scope_claims.py",
|
| 2075 |
"exists": true,
|
| 2076 |
-
"bytes":
|
| 2077 |
-
"sha256": "
|
| 2078 |
},
|
| 2079 |
"mirrors": {
|
| 2080 |
"hf_artifacts": {
|
| 2081 |
"path": "hf_artifacts:scripts/validate_scope_claims.py",
|
| 2082 |
"exists": true,
|
| 2083 |
-
"bytes":
|
| 2084 |
-
"sha256": "
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:scripts/validate_scope_claims.py",
|
| 2088 |
"exists": true,
|
| 2089 |
-
"bytes":
|
| 2090 |
-
"sha256": "
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
@@ -2173,21 +2204,21 @@
|
|
| 2173 |
"local": {
|
| 2174 |
"path": "repo:scripts/publish_hf_bundles.py",
|
| 2175 |
"exists": true,
|
| 2176 |
-
"bytes":
|
| 2177 |
-
"sha256": "
|
| 2178 |
},
|
| 2179 |
"mirrors": {
|
| 2180 |
"hf_artifacts": {
|
| 2181 |
"path": "hf_artifacts:scripts/publish_hf_bundles.py",
|
| 2182 |
"exists": true,
|
| 2183 |
-
"bytes":
|
| 2184 |
-
"sha256": "
|
| 2185 |
},
|
| 2186 |
"hf_model": {
|
| 2187 |
"path": "hf_model:scripts/publish_hf_bundles.py",
|
| 2188 |
"exists": true,
|
| 2189 |
-
"bytes":
|
| 2190 |
-
"sha256": "
|
| 2191 |
}
|
| 2192 |
},
|
| 2193 |
"failures": []
|
|
@@ -2248,21 +2279,21 @@
|
|
| 2248 |
"local": {
|
| 2249 |
"path": "repo:docs/index.html",
|
| 2250 |
"exists": true,
|
| 2251 |
-
"bytes":
|
| 2252 |
-
"sha256": "
|
| 2253 |
},
|
| 2254 |
"mirrors": {
|
| 2255 |
"hf_space": {
|
| 2256 |
"path": "hf_space:index.html",
|
| 2257 |
"exists": true,
|
| 2258 |
-
"bytes":
|
| 2259 |
-
"sha256": "
|
| 2260 |
},
|
| 2261 |
"hf_artifacts_docs": {
|
| 2262 |
"path": "hf_artifacts:docs/index.html",
|
| 2263 |
"exists": true,
|
| 2264 |
-
"bytes":
|
| 2265 |
-
"sha256": "
|
| 2266 |
}
|
| 2267 |
},
|
| 2268 |
"failures": []
|
|
@@ -2273,21 +2304,21 @@
|
|
| 2273 |
"local": {
|
| 2274 |
"path": "repo:docs/research_roadmap.html",
|
| 2275 |
"exists": true,
|
| 2276 |
-
"bytes":
|
| 2277 |
-
"sha256": "
|
| 2278 |
},
|
| 2279 |
"mirrors": {
|
| 2280 |
"hf_space": {
|
| 2281 |
"path": "hf_space:research_roadmap.html",
|
| 2282 |
"exists": true,
|
| 2283 |
-
"bytes":
|
| 2284 |
-
"sha256": "
|
| 2285 |
},
|
| 2286 |
"hf_artifacts_docs": {
|
| 2287 |
"path": "hf_artifacts:docs/research_roadmap.html",
|
| 2288 |
"exists": true,
|
| 2289 |
-
"bytes":
|
| 2290 |
-
"sha256": "
|
| 2291 |
}
|
| 2292 |
},
|
| 2293 |
"failures": []
|
|
@@ -2813,27 +2844,27 @@
|
|
| 2813 |
"local": {
|
| 2814 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 2815 |
"exists": true,
|
| 2816 |
-
"bytes":
|
| 2817 |
-
"sha256": "
|
| 2818 |
},
|
| 2819 |
"mirrors": {
|
| 2820 |
"hf_space": {
|
| 2821 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 2822 |
"exists": true,
|
| 2823 |
-
"bytes":
|
| 2824 |
-
"sha256": "
|
| 2825 |
},
|
| 2826 |
"hf_artifacts": {
|
| 2827 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 2828 |
"exists": true,
|
| 2829 |
-
"bytes":
|
| 2830 |
-
"sha256": "
|
| 2831 |
},
|
| 2832 |
"hf_model": {
|
| 2833 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 2834 |
"exists": true,
|
| 2835 |
-
"bytes":
|
| 2836 |
-
"sha256": "
|
| 2837 |
}
|
| 2838 |
},
|
| 2839 |
"failures": []
|
|
@@ -2906,27 +2937,27 @@
|
|
| 2906 |
"local": {
|
| 2907 |
"path": "repo:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2908 |
"exists": true,
|
| 2909 |
-
"bytes":
|
| 2910 |
-
"sha256": "
|
| 2911 |
},
|
| 2912 |
"mirrors": {
|
| 2913 |
"hf_space": {
|
| 2914 |
"path": "hf_space:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2915 |
"exists": true,
|
| 2916 |
-
"bytes":
|
| 2917 |
-
"sha256": "
|
| 2918 |
},
|
| 2919 |
"hf_artifacts": {
|
| 2920 |
"path": "hf_artifacts:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2921 |
"exists": true,
|
| 2922 |
-
"bytes":
|
| 2923 |
-
"sha256": "
|
| 2924 |
},
|
| 2925 |
"hf_model": {
|
| 2926 |
"path": "hf_model:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2927 |
"exists": true,
|
| 2928 |
-
"bytes":
|
| 2929 |
-
"sha256": "
|
| 2930 |
}
|
| 2931 |
},
|
| 2932 |
"failures": []
|
|
@@ -2937,27 +2968,27 @@
|
|
| 2937 |
"local": {
|
| 2938 |
"path": "repo:PROJECT_BRIEF.md",
|
| 2939 |
"exists": true,
|
| 2940 |
-
"bytes":
|
| 2941 |
-
"sha256": "
|
| 2942 |
},
|
| 2943 |
"mirrors": {
|
| 2944 |
"hf_space": {
|
| 2945 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 2946 |
"exists": true,
|
| 2947 |
-
"bytes":
|
| 2948 |
-
"sha256": "
|
| 2949 |
},
|
| 2950 |
"hf_artifacts": {
|
| 2951 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 2952 |
"exists": true,
|
| 2953 |
-
"bytes":
|
| 2954 |
-
"sha256": "
|
| 2955 |
},
|
| 2956 |
"hf_model": {
|
| 2957 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 2958 |
"exists": true,
|
| 2959 |
-
"bytes":
|
| 2960 |
-
"sha256": "
|
| 2961 |
}
|
| 2962 |
},
|
| 2963 |
"failures": []
|
|
@@ -2999,27 +3030,27 @@
|
|
| 2999 |
"local": {
|
| 3000 |
"path": "repo:RESEARCH_ROADMAP.md",
|
| 3001 |
"exists": true,
|
| 3002 |
-
"bytes":
|
| 3003 |
-
"sha256": "
|
| 3004 |
},
|
| 3005 |
"mirrors": {
|
| 3006 |
"hf_space": {
|
| 3007 |
"path": "hf_space:RESEARCH_ROADMAP.md",
|
| 3008 |
"exists": true,
|
| 3009 |
-
"bytes":
|
| 3010 |
-
"sha256": "
|
| 3011 |
},
|
| 3012 |
"hf_artifacts": {
|
| 3013 |
"path": "hf_artifacts:RESEARCH_ROADMAP.md",
|
| 3014 |
"exists": true,
|
| 3015 |
-
"bytes":
|
| 3016 |
-
"sha256": "
|
| 3017 |
},
|
| 3018 |
"hf_model": {
|
| 3019 |
"path": "hf_model:RESEARCH_ROADMAP.md",
|
| 3020 |
"exists": true,
|
| 3021 |
-
"bytes":
|
| 3022 |
-
"sha256": "
|
| 3023 |
}
|
| 3024 |
},
|
| 3025 |
"failures": []
|
|
@@ -3030,27 +3061,27 @@
|
|
| 3030 |
"local": {
|
| 3031 |
"path": "repo:PROJECT_STATUS.md",
|
| 3032 |
"exists": true,
|
| 3033 |
-
"bytes":
|
| 3034 |
-
"sha256": "
|
| 3035 |
},
|
| 3036 |
"mirrors": {
|
| 3037 |
"hf_space": {
|
| 3038 |
"path": "hf_space:PROJECT_STATUS.md",
|
| 3039 |
"exists": true,
|
| 3040 |
-
"bytes":
|
| 3041 |
-
"sha256": "
|
| 3042 |
},
|
| 3043 |
"hf_artifacts": {
|
| 3044 |
"path": "hf_artifacts:PROJECT_STATUS.md",
|
| 3045 |
"exists": true,
|
| 3046 |
-
"bytes":
|
| 3047 |
-
"sha256": "
|
| 3048 |
},
|
| 3049 |
"hf_model": {
|
| 3050 |
"path": "hf_model:PROJECT_STATUS.md",
|
| 3051 |
"exists": true,
|
| 3052 |
-
"bytes":
|
| 3053 |
-
"sha256": "
|
| 3054 |
}
|
| 3055 |
},
|
| 3056 |
"failures": []
|
|
@@ -3092,27 +3123,27 @@
|
|
| 3092 |
"local": {
|
| 3093 |
"path": "repo:RESEARCH_TAKEAWAYS.md",
|
| 3094 |
"exists": true,
|
| 3095 |
-
"bytes":
|
| 3096 |
-
"sha256": "
|
| 3097 |
},
|
| 3098 |
"mirrors": {
|
| 3099 |
"hf_space": {
|
| 3100 |
"path": "hf_space:RESEARCH_TAKEAWAYS.md",
|
| 3101 |
"exists": true,
|
| 3102 |
-
"bytes":
|
| 3103 |
-
"sha256": "
|
| 3104 |
},
|
| 3105 |
"hf_artifacts": {
|
| 3106 |
"path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
|
| 3107 |
"exists": true,
|
| 3108 |
-
"bytes":
|
| 3109 |
-
"sha256": "
|
| 3110 |
},
|
| 3111 |
"hf_model": {
|
| 3112 |
"path": "hf_model:RESEARCH_TAKEAWAYS.md",
|
| 3113 |
"exists": true,
|
| 3114 |
-
"bytes":
|
| 3115 |
-
"sha256": "
|
| 3116 |
}
|
| 3117 |
},
|
| 3118 |
"failures": []
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:37:36+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 104,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 40 |
"local": {
|
| 41 |
"path": "repo:docs/data/additional_development_directions.json",
|
| 42 |
"exists": true,
|
| 43 |
+
"bytes": 6121,
|
| 44 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 45 |
},
|
| 46 |
"mirrors": {
|
| 47 |
"hf_space": {
|
| 48 |
"path": "hf_space:data/additional_development_directions.json",
|
| 49 |
"exists": true,
|
| 50 |
+
"bytes": 6121,
|
| 51 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 52 |
},
|
| 53 |
"hf_artifacts": {
|
| 54 |
"path": "hf_artifacts:docs/data/additional_development_directions.json",
|
| 55 |
"exists": true,
|
| 56 |
+
"bytes": 6121,
|
| 57 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 58 |
},
|
| 59 |
"hf_model": {
|
| 60 |
"path": "hf_model:metrics/additional_development_directions.json",
|
| 61 |
"exists": true,
|
| 62 |
+
"bytes": 6121,
|
| 63 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 64 |
}
|
| 65 |
},
|
| 66 |
"failures": []
|
|
|
|
| 102 |
"local": {
|
| 103 |
"path": "repo:docs/data/artifact_index.json",
|
| 104 |
"exists": true,
|
| 105 |
+
"bytes": 37736,
|
| 106 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 107 |
},
|
| 108 |
"mirrors": {
|
| 109 |
"hf_space": {
|
| 110 |
"path": "hf_space:data/artifact_index.json",
|
| 111 |
"exists": true,
|
| 112 |
+
"bytes": 37736,
|
| 113 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 114 |
},
|
| 115 |
"hf_artifacts": {
|
| 116 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 117 |
"exists": true,
|
| 118 |
+
"bytes": 37736,
|
| 119 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 120 |
},
|
| 121 |
"hf_model": {
|
| 122 |
"path": "hf_model:metrics/artifact_index.json",
|
| 123 |
"exists": true,
|
| 124 |
+
"bytes": 37736,
|
| 125 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"failures": []
|
|
|
|
| 164 |
"local": {
|
| 165 |
"path": "repo:docs/data/evidence_contract.json",
|
| 166 |
"exists": true,
|
| 167 |
+
"bytes": 12219,
|
| 168 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 169 |
},
|
| 170 |
"mirrors": {
|
| 171 |
"hf_space": {
|
| 172 |
"path": "hf_space:data/evidence_contract.json",
|
| 173 |
"exists": true,
|
| 174 |
+
"bytes": 12219,
|
| 175 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 176 |
},
|
| 177 |
"hf_artifacts": {
|
| 178 |
"path": "hf_artifacts:docs/data/evidence_contract.json",
|
| 179 |
"exists": true,
|
| 180 |
+
"bytes": 12219,
|
| 181 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 182 |
},
|
| 183 |
"hf_model": {
|
| 184 |
"path": "hf_model:metrics/evidence_contract.json",
|
| 185 |
"exists": true,
|
| 186 |
+
"bytes": 12219,
|
| 187 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 188 |
}
|
| 189 |
},
|
| 190 |
"failures": []
|
|
|
|
| 195 |
"local": {
|
| 196 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 13788,
|
| 199 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"hf_space": {
|
| 203 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 204 |
"exists": true,
|
| 205 |
+
"bytes": 13788,
|
| 206 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 207 |
},
|
| 208 |
"hf_artifacts": {
|
| 209 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 210 |
"exists": true,
|
| 211 |
+
"bytes": 13788,
|
| 212 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 213 |
},
|
| 214 |
"hf_model": {
|
| 215 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 216 |
"exists": true,
|
| 217 |
+
"bytes": 13788,
|
| 218 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 219 |
}
|
| 220 |
},
|
| 221 |
"failures": []
|
|
|
|
| 257 |
"local": {
|
| 258 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 259 |
"exists": true,
|
| 260 |
+
"bytes": 13112,
|
| 261 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 262 |
},
|
| 263 |
"mirrors": {
|
| 264 |
"hf_space": {
|
| 265 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 266 |
"exists": true,
|
| 267 |
+
"bytes": 13112,
|
| 268 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 269 |
},
|
| 270 |
"hf_artifacts": {
|
| 271 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 272 |
"exists": true,
|
| 273 |
+
"bytes": 13112,
|
| 274 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 275 |
},
|
| 276 |
"hf_model": {
|
| 277 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 278 |
"exists": true,
|
| 279 |
+
"bytes": 13112,
|
| 280 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 281 |
}
|
| 282 |
},
|
| 283 |
"failures": []
|
|
|
|
| 344 |
},
|
| 345 |
"failures": []
|
| 346 |
},
|
| 347 |
+
{
|
| 348 |
+
"name": "data/omni_finetune_verified_result.json",
|
| 349 |
+
"status": "pass",
|
| 350 |
+
"local": {
|
| 351 |
+
"path": "repo:docs/data/omni_finetune_verified_result.json",
|
| 352 |
+
"exists": true,
|
| 353 |
+
"bytes": 3145,
|
| 354 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 355 |
+
},
|
| 356 |
+
"mirrors": {
|
| 357 |
+
"hf_space": {
|
| 358 |
+
"path": "hf_space:data/omni_finetune_verified_result.json",
|
| 359 |
+
"exists": true,
|
| 360 |
+
"bytes": 3145,
|
| 361 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 362 |
+
},
|
| 363 |
+
"hf_artifacts": {
|
| 364 |
+
"path": "hf_artifacts:docs/data/omni_finetune_verified_result.json",
|
| 365 |
+
"exists": true,
|
| 366 |
+
"bytes": 3145,
|
| 367 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 368 |
+
},
|
| 369 |
+
"hf_model": {
|
| 370 |
+
"path": "hf_model:metrics/omni_finetune_verified_result.json",
|
| 371 |
+
"exists": true,
|
| 372 |
+
"bytes": 3145,
|
| 373 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 374 |
+
}
|
| 375 |
+
},
|
| 376 |
+
"failures": []
|
| 377 |
+
},
|
| 378 |
{
|
| 379 |
"name": "data/project_brief.json",
|
| 380 |
"status": "pass",
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/project_brief.json",
|
| 383 |
"exists": true,
|
| 384 |
+
"bytes": 3752,
|
| 385 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/project_brief.json",
|
| 390 |
"exists": true,
|
| 391 |
+
"bytes": 3752,
|
| 392 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/project_brief.json",
|
| 396 |
"exists": true,
|
| 397 |
+
"bytes": 3752,
|
| 398 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/project_brief.json",
|
| 402 |
"exists": true,
|
| 403 |
+
"bytes": 3752,
|
| 404 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
|
|
| 412 |
"local": {
|
| 413 |
"path": "repo:docs/data/project_manifest.json",
|
| 414 |
"exists": true,
|
| 415 |
+
"bytes": 4927,
|
| 416 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 417 |
},
|
| 418 |
"mirrors": {
|
| 419 |
"hf_space": {
|
| 420 |
"path": "hf_space:data/project_manifest.json",
|
| 421 |
"exists": true,
|
| 422 |
+
"bytes": 4927,
|
| 423 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 424 |
},
|
| 425 |
"hf_artifacts": {
|
| 426 |
"path": "hf_artifacts:docs/data/project_manifest.json",
|
| 427 |
"exists": true,
|
| 428 |
+
"bytes": 4927,
|
| 429 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 430 |
},
|
| 431 |
"hf_model": {
|
| 432 |
"path": "hf_model:metrics/project_manifest.json",
|
| 433 |
"exists": true,
|
| 434 |
+
"bytes": 4927,
|
| 435 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 436 |
}
|
| 437 |
},
|
| 438 |
"failures": []
|
|
|
|
| 443 |
"local": {
|
| 444 |
"path": "repo:docs/data/project_packet.json",
|
| 445 |
"exists": true,
|
| 446 |
+
"bytes": 7802,
|
| 447 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 448 |
},
|
| 449 |
"mirrors": {
|
| 450 |
"hf_space": {
|
| 451 |
"path": "hf_space:data/project_packet.json",
|
| 452 |
"exists": true,
|
| 453 |
+
"bytes": 7802,
|
| 454 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 455 |
},
|
| 456 |
"hf_artifacts": {
|
| 457 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 458 |
"exists": true,
|
| 459 |
+
"bytes": 7802,
|
| 460 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 461 |
},
|
| 462 |
"hf_model": {
|
| 463 |
"path": "hf_model:metrics/project_packet.json",
|
| 464 |
"exists": true,
|
| 465 |
+
"bytes": 7802,
|
| 466 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 467 |
}
|
| 468 |
},
|
| 469 |
"failures": []
|
|
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_status.json",
|
| 476 |
"exists": true,
|
| 477 |
+
"bytes": 10977,
|
| 478 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_status.json",
|
| 483 |
"exists": true,
|
| 484 |
+
"bytes": 10977,
|
| 485 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 489 |
"exists": true,
|
| 490 |
+
"bytes": 10977,
|
| 491 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_status.json",
|
| 495 |
"exists": true,
|
| 496 |
+
"bytes": 10977,
|
| 497 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
|
|
| 506 |
"path": "repo:docs/data/publication_audit.json",
|
| 507 |
"exists": true,
|
| 508 |
"bytes": 7237,
|
| 509 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/publication_audit.json",
|
| 514 |
"exists": true,
|
| 515 |
"bytes": 7237,
|
| 516 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 520 |
"exists": true,
|
| 521 |
"bytes": 7237,
|
| 522 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/publication_audit.json",
|
| 526 |
"exists": true,
|
| 527 |
"bytes": 7237,
|
| 528 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
|
|
| 629 |
"local": {
|
| 630 |
"path": "repo:docs/data/reproducibility_matrix.json",
|
| 631 |
"exists": true,
|
| 632 |
+
"bytes": 5223,
|
| 633 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 634 |
},
|
| 635 |
"mirrors": {
|
| 636 |
"hf_space": {
|
| 637 |
"path": "hf_space:data/reproducibility_matrix.json",
|
| 638 |
"exists": true,
|
| 639 |
+
"bytes": 5223,
|
| 640 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 641 |
},
|
| 642 |
"hf_artifacts": {
|
| 643 |
"path": "hf_artifacts:docs/data/reproducibility_matrix.json",
|
| 644 |
"exists": true,
|
| 645 |
+
"bytes": 5223,
|
| 646 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 647 |
},
|
| 648 |
"hf_model": {
|
| 649 |
"path": "hf_model:metrics/reproducibility_matrix.json",
|
| 650 |
"exists": true,
|
| 651 |
+
"bytes": 5223,
|
| 652 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 653 |
}
|
| 654 |
},
|
| 655 |
"failures": []
|
|
|
|
| 660 |
"local": {
|
| 661 |
"path": "repo:docs/data/research_roadmap.json",
|
| 662 |
"exists": true,
|
| 663 |
+
"bytes": 8981,
|
| 664 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 665 |
},
|
| 666 |
"mirrors": {
|
| 667 |
"hf_space": {
|
| 668 |
"path": "hf_space:data/research_roadmap.json",
|
| 669 |
"exists": true,
|
| 670 |
+
"bytes": 8981,
|
| 671 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 672 |
},
|
| 673 |
"hf_artifacts": {
|
| 674 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 675 |
"exists": true,
|
| 676 |
+
"bytes": 8981,
|
| 677 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 678 |
},
|
| 679 |
"hf_model": {
|
| 680 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 681 |
"exists": true,
|
| 682 |
+
"bytes": 8981,
|
| 683 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 684 |
}
|
| 685 |
},
|
| 686 |
"failures": []
|
|
|
|
| 691 |
"local": {
|
| 692 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 693 |
"exists": true,
|
| 694 |
+
"bytes": 142418,
|
| 695 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 696 |
},
|
| 697 |
"mirrors": {
|
| 698 |
"hf_space": {
|
| 699 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 700 |
"exists": true,
|
| 701 |
+
"bytes": 142418,
|
| 702 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 703 |
},
|
| 704 |
"hf_artifacts": {
|
| 705 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 706 |
"exists": true,
|
| 707 |
+
"bytes": 142418,
|
| 708 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 709 |
},
|
| 710 |
"hf_model": {
|
| 711 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 712 |
"exists": true,
|
| 713 |
+
"bytes": 142418,
|
| 714 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 715 |
}
|
| 716 |
},
|
| 717 |
"failures": []
|
|
|
|
| 722 |
"local": {
|
| 723 |
"path": "repo:docs/data/research_takeaways.json",
|
| 724 |
"exists": true,
|
| 725 |
+
"bytes": 7102,
|
| 726 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 727 |
},
|
| 728 |
"mirrors": {
|
| 729 |
"hf_space": {
|
| 730 |
"path": "hf_space:data/research_takeaways.json",
|
| 731 |
"exists": true,
|
| 732 |
+
"bytes": 7102,
|
| 733 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 734 |
},
|
| 735 |
"hf_artifacts": {
|
| 736 |
"path": "hf_artifacts:docs/data/research_takeaways.json",
|
| 737 |
"exists": true,
|
| 738 |
+
"bytes": 7102,
|
| 739 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 740 |
},
|
| 741 |
"hf_model": {
|
| 742 |
"path": "hf_model:metrics/research_takeaways.json",
|
| 743 |
"exists": true,
|
| 744 |
+
"bytes": 7102,
|
| 745 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 746 |
}
|
| 747 |
},
|
| 748 |
"failures": []
|
|
|
|
| 815 |
"local": {
|
| 816 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 817 |
"exists": true,
|
| 818 |
+
"bytes": 20823,
|
| 819 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 820 |
},
|
| 821 |
"mirrors": {
|
| 822 |
"hf_space": {
|
| 823 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 824 |
"exists": true,
|
| 825 |
+
"bytes": 20823,
|
| 826 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 827 |
},
|
| 828 |
"hf_artifacts": {
|
| 829 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 830 |
"exists": true,
|
| 831 |
+
"bytes": 20823,
|
| 832 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 833 |
},
|
| 834 |
"hf_model": {
|
| 835 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 836 |
"exists": true,
|
| 837 |
+
"bytes": 20823,
|
| 838 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 839 |
}
|
| 840 |
},
|
| 841 |
"failures": []
|
|
|
|
| 908 |
"local": {
|
| 909 |
"path": "repo:docs/data/summary_metrics.json",
|
| 910 |
"exists": true,
|
| 911 |
+
"bytes": 26028,
|
| 912 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 913 |
},
|
| 914 |
"mirrors": {
|
| 915 |
"hf_space": {
|
| 916 |
"path": "hf_space:data/summary_metrics.json",
|
| 917 |
"exists": true,
|
| 918 |
+
"bytes": 26028,
|
| 919 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 920 |
},
|
| 921 |
"hf_artifacts": {
|
| 922 |
"path": "hf_artifacts:docs/data/summary_metrics.json",
|
| 923 |
"exists": true,
|
| 924 |
+
"bytes": 26028,
|
| 925 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 926 |
},
|
| 927 |
"hf_model": {
|
| 928 |
"path": "hf_model:metrics/summary_metrics.json",
|
| 929 |
"exists": true,
|
| 930 |
+
"bytes": 26028,
|
| 931 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 932 |
}
|
| 933 |
},
|
| 934 |
"failures": []
|
|
|
|
| 940 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 941 |
"exists": true,
|
| 942 |
"bytes": 45779,
|
| 943 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 944 |
},
|
| 945 |
"mirrors": {
|
| 946 |
"hf_space": {
|
| 947 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 948 |
"exists": true,
|
| 949 |
"bytes": 45779,
|
| 950 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 951 |
},
|
| 952 |
"hf_artifacts": {
|
| 953 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 954 |
"exists": true,
|
| 955 |
"bytes": 45779,
|
| 956 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 957 |
},
|
| 958 |
"hf_model": {
|
| 959 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 960 |
"exists": true,
|
| 961 |
"bytes": 45779,
|
| 962 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 963 |
}
|
| 964 |
},
|
| 965 |
"failures": []
|
|
|
|
| 1001 |
"local": {
|
| 1002 |
"path": "repo:docs/data/website_integrity.json",
|
| 1003 |
"exists": true,
|
| 1004 |
+
"bytes": 15221,
|
| 1005 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1006 |
},
|
| 1007 |
"mirrors": {
|
| 1008 |
"hf_space": {
|
| 1009 |
"path": "hf_space:data/website_integrity.json",
|
| 1010 |
"exists": true,
|
| 1011 |
+
"bytes": 15221,
|
| 1012 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1013 |
},
|
| 1014 |
"hf_artifacts": {
|
| 1015 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1016 |
"exists": true,
|
| 1017 |
+
"bytes": 15221,
|
| 1018 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1019 |
},
|
| 1020 |
"hf_model": {
|
| 1021 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1022 |
"exists": true,
|
| 1023 |
+
"bytes": 15221,
|
| 1024 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1025 |
}
|
| 1026 |
},
|
| 1027 |
"failures": []
|
|
|
|
| 1754 |
"local": {
|
| 1755 |
"path": "repo:scripts/build_artifact_index.py",
|
| 1756 |
"exists": true,
|
| 1757 |
+
"bytes": 30785,
|
| 1758 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1759 |
},
|
| 1760 |
"mirrors": {
|
| 1761 |
"hf_artifacts": {
|
| 1762 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 1763 |
"exists": true,
|
| 1764 |
+
"bytes": 30785,
|
| 1765 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1766 |
},
|
| 1767 |
"hf_model": {
|
| 1768 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 1769 |
"exists": true,
|
| 1770 |
+
"bytes": 30785,
|
| 1771 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1772 |
}
|
| 1773 |
},
|
| 1774 |
"failures": []
|
|
|
|
| 1804 |
"local": {
|
| 1805 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 1806 |
"exists": true,
|
| 1807 |
+
"bytes": 16289,
|
| 1808 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1809 |
},
|
| 1810 |
"mirrors": {
|
| 1811 |
"hf_artifacts": {
|
| 1812 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 1813 |
"exists": true,
|
| 1814 |
+
"bytes": 16289,
|
| 1815 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1816 |
},
|
| 1817 |
"hf_model": {
|
| 1818 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 1819 |
"exists": true,
|
| 1820 |
+
"bytes": 16289,
|
| 1821 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1822 |
}
|
| 1823 |
},
|
| 1824 |
"failures": []
|
|
|
|
| 1979 |
"local": {
|
| 1980 |
"path": "repo:scripts/build_research_takeaways.py",
|
| 1981 |
"exists": true,
|
| 1982 |
+
"bytes": 13503,
|
| 1983 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1984 |
},
|
| 1985 |
"mirrors": {
|
| 1986 |
"hf_artifacts": {
|
| 1987 |
"path": "hf_artifacts:scripts/build_research_takeaways.py",
|
| 1988 |
"exists": true,
|
| 1989 |
+
"bytes": 13503,
|
| 1990 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1991 |
},
|
| 1992 |
"hf_model": {
|
| 1993 |
"path": "hf_model:scripts/build_research_takeaways.py",
|
| 1994 |
"exists": true,
|
| 1995 |
+
"bytes": 13503,
|
| 1996 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1997 |
}
|
| 1998 |
},
|
| 1999 |
"failures": []
|
|
|
|
| 2054 |
"local": {
|
| 2055 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 2056 |
"exists": true,
|
| 2057 |
+
"bytes": 12642,
|
| 2058 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2059 |
},
|
| 2060 |
"mirrors": {
|
| 2061 |
"hf_artifacts": {
|
| 2062 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 2063 |
"exists": true,
|
| 2064 |
+
"bytes": 12642,
|
| 2065 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2066 |
},
|
| 2067 |
"hf_model": {
|
| 2068 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 2069 |
"exists": true,
|
| 2070 |
+
"bytes": 12642,
|
| 2071 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2072 |
}
|
| 2073 |
},
|
| 2074 |
"failures": []
|
|
|
|
| 2104 |
"local": {
|
| 2105 |
"path": "repo:scripts/validate_scope_claims.py",
|
| 2106 |
"exists": true,
|
| 2107 |
+
"bytes": 12028,
|
| 2108 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2109 |
},
|
| 2110 |
"mirrors": {
|
| 2111 |
"hf_artifacts": {
|
| 2112 |
"path": "hf_artifacts:scripts/validate_scope_claims.py",
|
| 2113 |
"exists": true,
|
| 2114 |
+
"bytes": 12028,
|
| 2115 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2116 |
},
|
| 2117 |
"hf_model": {
|
| 2118 |
"path": "hf_model:scripts/validate_scope_claims.py",
|
| 2119 |
"exists": true,
|
| 2120 |
+
"bytes": 12028,
|
| 2121 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2122 |
}
|
| 2123 |
},
|
| 2124 |
"failures": []
|
|
|
|
| 2204 |
"local": {
|
| 2205 |
"path": "repo:scripts/publish_hf_bundles.py",
|
| 2206 |
"exists": true,
|
| 2207 |
+
"bytes": 15927,
|
| 2208 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2209 |
},
|
| 2210 |
"mirrors": {
|
| 2211 |
"hf_artifacts": {
|
| 2212 |
"path": "hf_artifacts:scripts/publish_hf_bundles.py",
|
| 2213 |
"exists": true,
|
| 2214 |
+
"bytes": 15927,
|
| 2215 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2216 |
},
|
| 2217 |
"hf_model": {
|
| 2218 |
"path": "hf_model:scripts/publish_hf_bundles.py",
|
| 2219 |
"exists": true,
|
| 2220 |
+
"bytes": 15927,
|
| 2221 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2222 |
}
|
| 2223 |
},
|
| 2224 |
"failures": []
|
|
|
|
| 2279 |
"local": {
|
| 2280 |
"path": "repo:docs/index.html",
|
| 2281 |
"exists": true,
|
| 2282 |
+
"bytes": 179411,
|
| 2283 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2284 |
},
|
| 2285 |
"mirrors": {
|
| 2286 |
"hf_space": {
|
| 2287 |
"path": "hf_space:index.html",
|
| 2288 |
"exists": true,
|
| 2289 |
+
"bytes": 179411,
|
| 2290 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2291 |
},
|
| 2292 |
"hf_artifacts_docs": {
|
| 2293 |
"path": "hf_artifacts:docs/index.html",
|
| 2294 |
"exists": true,
|
| 2295 |
+
"bytes": 179411,
|
| 2296 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2297 |
}
|
| 2298 |
},
|
| 2299 |
"failures": []
|
|
|
|
| 2304 |
"local": {
|
| 2305 |
"path": "repo:docs/research_roadmap.html",
|
| 2306 |
"exists": true,
|
| 2307 |
+
"bytes": 31706,
|
| 2308 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2309 |
},
|
| 2310 |
"mirrors": {
|
| 2311 |
"hf_space": {
|
| 2312 |
"path": "hf_space:research_roadmap.html",
|
| 2313 |
"exists": true,
|
| 2314 |
+
"bytes": 31706,
|
| 2315 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2316 |
},
|
| 2317 |
"hf_artifacts_docs": {
|
| 2318 |
"path": "hf_artifacts:docs/research_roadmap.html",
|
| 2319 |
"exists": true,
|
| 2320 |
+
"bytes": 31706,
|
| 2321 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2322 |
}
|
| 2323 |
},
|
| 2324 |
"failures": []
|
|
|
|
| 2844 |
"local": {
|
| 2845 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 2846 |
"exists": true,
|
| 2847 |
+
"bytes": 6003,
|
| 2848 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2849 |
},
|
| 2850 |
"mirrors": {
|
| 2851 |
"hf_space": {
|
| 2852 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 2853 |
"exists": true,
|
| 2854 |
+
"bytes": 6003,
|
| 2855 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2856 |
},
|
| 2857 |
"hf_artifacts": {
|
| 2858 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 2859 |
"exists": true,
|
| 2860 |
+
"bytes": 6003,
|
| 2861 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2862 |
},
|
| 2863 |
"hf_model": {
|
| 2864 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 2865 |
"exists": true,
|
| 2866 |
+
"bytes": 6003,
|
| 2867 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2868 |
}
|
| 2869 |
},
|
| 2870 |
"failures": []
|
|
|
|
| 2937 |
"local": {
|
| 2938 |
"path": "repo:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2939 |
"exists": true,
|
| 2940 |
+
"bytes": 3137,
|
| 2941 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2942 |
},
|
| 2943 |
"mirrors": {
|
| 2944 |
"hf_space": {
|
| 2945 |
"path": "hf_space:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2946 |
"exists": true,
|
| 2947 |
+
"bytes": 3137,
|
| 2948 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2949 |
},
|
| 2950 |
"hf_artifacts": {
|
| 2951 |
"path": "hf_artifacts:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2952 |
"exists": true,
|
| 2953 |
+
"bytes": 3137,
|
| 2954 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2955 |
},
|
| 2956 |
"hf_model": {
|
| 2957 |
"path": "hf_model:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2958 |
"exists": true,
|
| 2959 |
+
"bytes": 3137,
|
| 2960 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2961 |
}
|
| 2962 |
},
|
| 2963 |
"failures": []
|
|
|
|
| 2968 |
"local": {
|
| 2969 |
"path": "repo:PROJECT_BRIEF.md",
|
| 2970 |
"exists": true,
|
| 2971 |
+
"bytes": 3829,
|
| 2972 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2973 |
},
|
| 2974 |
"mirrors": {
|
| 2975 |
"hf_space": {
|
| 2976 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 2977 |
"exists": true,
|
| 2978 |
+
"bytes": 3829,
|
| 2979 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2980 |
},
|
| 2981 |
"hf_artifacts": {
|
| 2982 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 2983 |
"exists": true,
|
| 2984 |
+
"bytes": 3829,
|
| 2985 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2986 |
},
|
| 2987 |
"hf_model": {
|
| 2988 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 2989 |
"exists": true,
|
| 2990 |
+
"bytes": 3829,
|
| 2991 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2992 |
}
|
| 2993 |
},
|
| 2994 |
"failures": []
|
|
|
|
| 3030 |
"local": {
|
| 3031 |
"path": "repo:RESEARCH_ROADMAP.md",
|
| 3032 |
"exists": true,
|
| 3033 |
+
"bytes": 11244,
|
| 3034 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3035 |
},
|
| 3036 |
"mirrors": {
|
| 3037 |
"hf_space": {
|
| 3038 |
"path": "hf_space:RESEARCH_ROADMAP.md",
|
| 3039 |
"exists": true,
|
| 3040 |
+
"bytes": 11244,
|
| 3041 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3042 |
},
|
| 3043 |
"hf_artifacts": {
|
| 3044 |
"path": "hf_artifacts:RESEARCH_ROADMAP.md",
|
| 3045 |
"exists": true,
|
| 3046 |
+
"bytes": 11244,
|
| 3047 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3048 |
},
|
| 3049 |
"hf_model": {
|
| 3050 |
"path": "hf_model:RESEARCH_ROADMAP.md",
|
| 3051 |
"exists": true,
|
| 3052 |
+
"bytes": 11244,
|
| 3053 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3054 |
}
|
| 3055 |
},
|
| 3056 |
"failures": []
|
|
|
|
| 3061 |
"local": {
|
| 3062 |
"path": "repo:PROJECT_STATUS.md",
|
| 3063 |
"exists": true,
|
| 3064 |
+
"bytes": 8534,
|
| 3065 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3066 |
},
|
| 3067 |
"mirrors": {
|
| 3068 |
"hf_space": {
|
| 3069 |
"path": "hf_space:PROJECT_STATUS.md",
|
| 3070 |
"exists": true,
|
| 3071 |
+
"bytes": 8534,
|
| 3072 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3073 |
},
|
| 3074 |
"hf_artifacts": {
|
| 3075 |
"path": "hf_artifacts:PROJECT_STATUS.md",
|
| 3076 |
"exists": true,
|
| 3077 |
+
"bytes": 8534,
|
| 3078 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3079 |
},
|
| 3080 |
"hf_model": {
|
| 3081 |
"path": "hf_model:PROJECT_STATUS.md",
|
| 3082 |
"exists": true,
|
| 3083 |
+
"bytes": 8534,
|
| 3084 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3085 |
}
|
| 3086 |
},
|
| 3087 |
"failures": []
|
|
|
|
| 3123 |
"local": {
|
| 3124 |
"path": "repo:RESEARCH_TAKEAWAYS.md",
|
| 3125 |
"exists": true,
|
| 3126 |
+
"bytes": 5101,
|
| 3127 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3128 |
},
|
| 3129 |
"mirrors": {
|
| 3130 |
"hf_space": {
|
| 3131 |
"path": "hf_space:RESEARCH_TAKEAWAYS.md",
|
| 3132 |
"exists": true,
|
| 3133 |
+
"bytes": 5101,
|
| 3134 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3135 |
},
|
| 3136 |
"hf_artifacts": {
|
| 3137 |
"path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
|
| 3138 |
"exists": true,
|
| 3139 |
+
"bytes": 5101,
|
| 3140 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3141 |
},
|
| 3142 |
"hf_model": {
|
| 3143 |
"path": "hf_model:RESEARCH_TAKEAWAYS.md",
|
| 3144 |
"exists": true,
|
| 3145 |
+
"bytes": 5101,
|
| 3146 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3147 |
}
|
| 3148 |
},
|
| 3149 |
"failures": []
|
data/project_status.json
CHANGED
|
@@ -106,6 +106,17 @@
|
|
| 106 |
],
|
| 107 |
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 108 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
{
|
| 110 |
"area": "Xperience Embodied Foundation Model",
|
| 111 |
"status": "future_goal",
|
|
@@ -190,6 +201,7 @@
|
|
| 190 |
"Inspect RESEARCH_TAKEAWAYS.md and docs/data/research_takeaways.json before interpreting model scores.",
|
| 191 |
"Inspect RESEARCH_ROADMAP.md and docs/data/research_roadmap.json for the path from public-sample task work to multi-episode modeling.",
|
| 192 |
"Inspect FOUNDATION_MODEL_PLAN.md and docs/data/foundation_model_plan.json before choosing a backbone branch.",
|
|
|
|
| 193 |
"Inspect XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md for the long-term full-corpus pretraining goal.",
|
| 194 |
"Inspect docs/data/summary_metrics.json and results/episode_task_suite/neural_mlp/ to check the 12-task outputs.",
|
| 195 |
"Inspect results/audio_ablation/AUDIO_ABLATION_SUMMARY.md before judging whether audio helps the current task suite.",
|
|
@@ -205,6 +217,7 @@
|
|
| 205 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 206 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
| 207 |
"Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion.",
|
|
|
|
| 208 |
"The Xperience Embodied Foundation Model is a future native-pretraining goal, not a completed model or current benchmark."
|
| 209 |
]
|
| 210 |
}
|
|
|
|
| 106 |
],
|
| 107 |
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 108 |
},
|
| 109 |
+
{
|
| 110 |
+
"area": "Omni model extension contract",
|
| 111 |
+
"status": "current",
|
| 112 |
+
"evidence": [
|
| 113 |
+
"OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 114 |
+
"configs/omni_backbones/",
|
| 115 |
+
"scripts/omni/backbone_registry.py",
|
| 116 |
+
"scripts/omni/smoke_test_backbone_packaging.py"
|
| 117 |
+
],
|
| 118 |
+
"readout": "Future Qwen, Cosmos-style, and VLA/policy branches must keep the same episode split discipline, held-out metrics, validation gate, public-safe package contract, and explicit forbidden-artifact policy before reporting results."
|
| 119 |
+
},
|
| 120 |
{
|
| 121 |
"area": "Xperience Embodied Foundation Model",
|
| 122 |
"status": "future_goal",
|
|
|
|
| 201 |
"Inspect RESEARCH_TAKEAWAYS.md and docs/data/research_takeaways.json before interpreting model scores.",
|
| 202 |
"Inspect RESEARCH_ROADMAP.md and docs/data/research_roadmap.json for the path from public-sample task work to multi-episode modeling.",
|
| 203 |
"Inspect FOUNDATION_MODEL_PLAN.md and docs/data/foundation_model_plan.json before choosing a backbone branch.",
|
| 204 |
+
"Inspect OMNI_MODEL_EXTENSION_CONTRACT.md and run python scripts/omni/backbone_registry.py --validate --json before adding a new Qwen, Cosmos-style, or VLA/policy branch.",
|
| 205 |
"Inspect XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md for the long-term full-corpus pretraining goal.",
|
| 206 |
"Inspect docs/data/summary_metrics.json and results/episode_task_suite/neural_mlp/ to check the 12-task outputs.",
|
| 207 |
"Inspect results/audio_ablation/AUDIO_ABLATION_SUMMARY.md before judging whether audio helps the current task suite.",
|
|
|
|
| 217 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 218 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
| 219 |
"Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion.",
|
| 220 |
+
"Future model branches should be added through the backbone registry and verified package contract, not as one-off result folders with incompatible metrics or publication rules.",
|
| 221 |
"The Xperience Embodied Foundation Model is a future native-pretraining goal, not a completed model or current benchmark."
|
| 222 |
]
|
| 223 |
}
|
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": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 189 |
"bytes": 55702978
|
|
@@ -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-06T14:38:05+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
+
"file_count": 442,
|
| 186 |
+
"text_file_count": 372,
|
| 187 |
"largest_file": {
|
| 188 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 189 |
"bytes": 55702978
|
|
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
+
"file_count": 356,
|
| 197 |
+
"text_file_count": 286,
|
| 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": 514,
|
| 208 |
+
"text_file_count": 420,
|
| 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": 701,
|
| 219 |
+
"text_file_count": 572,
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
data/scope_claims_audit.json
CHANGED
|
@@ -1,75 +1,69 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
-
"
|
| 6 |
-
"dataset_manifest_num_episodes":
|
| 7 |
-
"dataset_manifest_num_samples":
|
| 8 |
-
"training_metadata_num_train_samples":
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
|
|
|
|
|
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
| 14 |
"checks": [
|
| 15 |
{
|
| 16 |
-
"name": "
|
| 17 |
"status": "pass",
|
| 18 |
-
"detail": "
|
| 19 |
-
"evidence": [
|
| 20 |
-
"docs/data/project_manifest.json"
|
| 21 |
-
]
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"name": "project_packet_records_pending_32_episode_qwen_result",
|
| 25 |
-
"status": "pass",
|
| 26 |
-
"detail": "project_packet scope_status.qwen3_omni_32_episode_claim=False",
|
| 27 |
"evidence": [
|
| 28 |
"docs/data/project_packet.json"
|
| 29 |
]
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"name": "
|
| 33 |
"status": "pass",
|
| 34 |
-
"detail": "
|
| 35 |
"evidence": [
|
| 36 |
-
"docs/data/
|
| 37 |
]
|
| 38 |
},
|
| 39 |
{
|
| 40 |
-
"name": "
|
| 41 |
"status": "pass",
|
| 42 |
-
"detail": "
|
| 43 |
"evidence": [
|
| 44 |
-
"
|
| 45 |
]
|
| 46 |
},
|
| 47 |
{
|
| 48 |
-
"name": "
|
| 49 |
"status": "pass",
|
| 50 |
-
"detail": "
|
| 51 |
"evidence": [
|
| 52 |
-
"results/omni_finetune/
|
| 53 |
]
|
| 54 |
},
|
| 55 |
{
|
| 56 |
-
"name": "
|
| 57 |
"status": "pass",
|
| 58 |
-
"detail": "
|
| 59 |
"evidence": [
|
| 60 |
-
"results/omni_finetune/
|
| 61 |
]
|
| 62 |
},
|
| 63 |
{
|
| 64 |
-
"name": "
|
| 65 |
"status": "pass",
|
| 66 |
-
"detail": "
|
| 67 |
"evidence": [
|
| 68 |
-
"results/omni_finetune/
|
| 69 |
]
|
| 70 |
},
|
| 71 |
{
|
| 72 |
-
"name": "
|
| 73 |
"status": "pass",
|
| 74 |
"detail": "public presentation scan failures=0",
|
| 75 |
"evidence": [
|
|
@@ -90,7 +84,7 @@
|
|
| 90 |
{
|
| 91 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 92 |
"status": "pass",
|
| 93 |
-
"detail": "historical identifiers found in result provenance files=
|
| 94 |
"evidence": [
|
| 95 |
"results/omni_finetune/"
|
| 96 |
]
|
|
@@ -100,14 +94,6 @@
|
|
| 100 |
{
|
| 101 |
"path": "docs/data/artifact_index.json",
|
| 102 |
"contains_32_episode_status_text": true
|
| 103 |
-
},
|
| 104 |
-
{
|
| 105 |
-
"path": "docs/data/project_packet.json",
|
| 106 |
-
"contains_32_episode_status_text": true
|
| 107 |
-
},
|
| 108 |
-
{
|
| 109 |
-
"path": "docs/data/summary_metrics.json",
|
| 110 |
-
"contains_32_episode_status_text": true
|
| 111 |
}
|
| 112 |
],
|
| 113 |
"historical_identifiers": [
|
|
@@ -123,313 +109,320 @@
|
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 126 |
-
"path": "results/omni_finetune/
|
| 127 |
-
"line":
|
| 128 |
"patterns": [
|
| 129 |
-
"
|
| 130 |
-
"xperience10m_qwen3_omni_32ep"
|
| 131 |
],
|
| 132 |
-
"example": "
|
| 133 |
},
|
| 134 |
{
|
| 135 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 136 |
-
"path": "results/omni_finetune/
|
| 137 |
-
"line":
|
| 138 |
"patterns": [
|
| 139 |
-
"
|
| 140 |
-
"xperience10m_qwen3_omni_32ep"
|
| 141 |
],
|
| 142 |
-
"example": "
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 146 |
-
"path": "results/omni_finetune/
|
| 147 |
-
"line":
|
| 148 |
"patterns": [
|
| 149 |
"qwen3_omni_32ep",
|
| 150 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 151 |
],
|
| 152 |
-
"example": "-
|
| 153 |
},
|
| 154 |
{
|
| 155 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 156 |
-
"path": "results/omni_finetune/
|
| 157 |
-
"line":
|
| 158 |
"patterns": [
|
| 159 |
"qwen3_omni_32ep",
|
| 160 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 161 |
],
|
| 162 |
-
"example": "-
|
| 163 |
},
|
| 164 |
{
|
| 165 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 166 |
-
"path": "results/omni_finetune/
|
| 167 |
-
"line":
|
| 168 |
"patterns": [
|
| 169 |
"qwen3_omni_32ep",
|
| 170 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 171 |
],
|
| 172 |
-
"example": "-
|
| 173 |
},
|
| 174 |
{
|
| 175 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 176 |
-
"path": "results/omni_finetune/
|
| 177 |
-
"line":
|
| 178 |
"patterns": [
|
|
|
|
|
|
|
| 179 |
"ropedia-episode-task-suite"
|
| 180 |
],
|
| 181 |
-
"example": "
|
| 182 |
},
|
| 183 |
{
|
| 184 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 185 |
-
"path": "results/omni_finetune/
|
| 186 |
-
"line":
|
| 187 |
"patterns": [
|
|
|
|
|
|
|
| 188 |
"ropedia-episode-task-suite"
|
| 189 |
],
|
| 190 |
-
"example": "
|
| 191 |
},
|
| 192 |
{
|
| 193 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 194 |
-
"path": "results/omni_finetune/
|
| 195 |
-
"line":
|
| 196 |
"patterns": [
|
| 197 |
"qwen3_omni_32ep",
|
| 198 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 199 |
],
|
| 200 |
-
"example": "
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 204 |
-
"path": "results/omni_finetune/
|
| 205 |
-
"line":
|
| 206 |
"patterns": [
|
| 207 |
"qwen3_omni_32ep",
|
| 208 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 209 |
],
|
| 210 |
-
"example": "
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 214 |
-
"path": "results/omni_finetune/
|
| 215 |
-
"line":
|
| 216 |
"patterns": [
|
| 217 |
"qwen3_omni_32ep",
|
| 218 |
"xperience10m_qwen3_omni_32ep",
|
| 219 |
"ropedia-episode-task-suite"
|
| 220 |
],
|
| 221 |
-
"example": "
|
| 222 |
},
|
| 223 |
{
|
| 224 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 225 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 226 |
-
"line":
|
| 227 |
"patterns": [
|
| 228 |
"qwen3_omni_32ep",
|
| 229 |
"xperience10m_qwen3_omni_32ep",
|
| 230 |
"ropedia-episode-task-suite"
|
| 231 |
],
|
| 232 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 233 |
},
|
| 234 |
{
|
| 235 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 236 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 237 |
-
"line":
|
| 238 |
"patterns": [
|
| 239 |
"qwen3_omni_32ep",
|
| 240 |
"xperience10m_qwen3_omni_32ep",
|
| 241 |
"ropedia-episode-task-suite"
|
| 242 |
],
|
| 243 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 244 |
},
|
| 245 |
{
|
| 246 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 247 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 248 |
-
"line":
|
| 249 |
"patterns": [
|
| 250 |
"qwen3_omni_32ep",
|
| 251 |
"xperience10m_qwen3_omni_32ep",
|
| 252 |
"ropedia-episode-task-suite"
|
| 253 |
],
|
| 254 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 255 |
},
|
| 256 |
{
|
| 257 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 258 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 259 |
-
"line":
|
| 260 |
"patterns": [
|
| 261 |
"qwen3_omni_32ep",
|
| 262 |
"xperience10m_qwen3_omni_32ep",
|
| 263 |
"ropedia-episode-task-suite"
|
| 264 |
],
|
| 265 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 266 |
},
|
| 267 |
{
|
| 268 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 269 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 270 |
-
"line":
|
| 271 |
"patterns": [
|
| 272 |
"qwen3_omni_32ep",
|
| 273 |
"xperience10m_qwen3_omni_32ep",
|
| 274 |
"ropedia-episode-task-suite"
|
| 275 |
],
|
| 276 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 277 |
},
|
| 278 |
{
|
| 279 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 280 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 281 |
-
"line":
|
| 282 |
"patterns": [
|
| 283 |
"qwen3_omni_32ep",
|
| 284 |
"xperience10m_qwen3_omni_32ep",
|
| 285 |
"ropedia-episode-task-suite"
|
| 286 |
],
|
| 287 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 288 |
},
|
| 289 |
{
|
| 290 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 291 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 292 |
-
"line":
|
| 293 |
"patterns": [
|
| 294 |
"qwen3_omni_32ep",
|
| 295 |
"xperience10m_qwen3_omni_32ep",
|
| 296 |
"ropedia-episode-task-suite"
|
| 297 |
],
|
| 298 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 299 |
},
|
| 300 |
{
|
| 301 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 302 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 303 |
-
"line":
|
| 304 |
"patterns": [
|
| 305 |
"qwen3_omni_32ep",
|
| 306 |
"xperience10m_qwen3_omni_32ep",
|
| 307 |
"ropedia-episode-task-suite"
|
| 308 |
],
|
| 309 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 313 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 314 |
-
"line":
|
| 315 |
"patterns": [
|
| 316 |
"qwen3_omni_32ep",
|
| 317 |
"xperience10m_qwen3_omni_32ep",
|
| 318 |
"ropedia-episode-task-suite"
|
| 319 |
],
|
| 320 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 324 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 325 |
-
"line":
|
| 326 |
"patterns": [
|
| 327 |
"qwen3_omni_32ep",
|
| 328 |
"xperience10m_qwen3_omni_32ep",
|
| 329 |
"ropedia-episode-task-suite"
|
| 330 |
],
|
| 331 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 332 |
},
|
| 333 |
{
|
| 334 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 335 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 336 |
-
"line":
|
| 337 |
"patterns": [
|
| 338 |
"qwen3_omni_32ep",
|
| 339 |
"xperience10m_qwen3_omni_32ep",
|
| 340 |
"ropedia-episode-task-suite"
|
| 341 |
],
|
| 342 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 343 |
},
|
| 344 |
{
|
| 345 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 346 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 347 |
-
"line":
|
| 348 |
"patterns": [
|
| 349 |
"qwen3_omni_32ep",
|
| 350 |
"xperience10m_qwen3_omni_32ep",
|
| 351 |
"ropedia-episode-task-suite"
|
| 352 |
],
|
| 353 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 354 |
},
|
| 355 |
{
|
| 356 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 357 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 358 |
-
"line":
|
| 359 |
"patterns": [
|
| 360 |
"qwen3_omni_32ep",
|
| 361 |
"xperience10m_qwen3_omni_32ep",
|
| 362 |
"ropedia-episode-task-suite"
|
| 363 |
],
|
| 364 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 368 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 369 |
-
"line":
|
| 370 |
"patterns": [
|
| 371 |
"qwen3_omni_32ep",
|
| 372 |
"xperience10m_qwen3_omni_32ep",
|
| 373 |
"ropedia-episode-task-suite"
|
| 374 |
],
|
| 375 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 379 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 380 |
-
"line":
|
| 381 |
"patterns": [
|
| 382 |
"qwen3_omni_32ep",
|
| 383 |
"xperience10m_qwen3_omni_32ep",
|
| 384 |
"ropedia-episode-task-suite"
|
| 385 |
],
|
| 386 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 387 |
},
|
| 388 |
{
|
| 389 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 390 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 391 |
-
"line":
|
| 392 |
"patterns": [
|
| 393 |
"qwen3_omni_32ep",
|
| 394 |
"xperience10m_qwen3_omni_32ep",
|
| 395 |
"ropedia-episode-task-suite"
|
| 396 |
],
|
| 397 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 398 |
},
|
| 399 |
{
|
| 400 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 401 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 402 |
-
"line":
|
| 403 |
"patterns": [
|
| 404 |
"qwen3_omni_32ep",
|
| 405 |
"xperience10m_qwen3_omni_32ep",
|
| 406 |
"ropedia-episode-task-suite"
|
| 407 |
],
|
| 408 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 409 |
},
|
| 410 |
{
|
| 411 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 412 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 413 |
-
"line":
|
| 414 |
"patterns": [
|
| 415 |
"qwen3_omni_32ep",
|
| 416 |
"xperience10m_qwen3_omni_32ep",
|
| 417 |
"ropedia-episode-task-suite"
|
| 418 |
],
|
| 419 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 420 |
},
|
| 421 |
{
|
| 422 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 423 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 424 |
-
"line":
|
| 425 |
"patterns": [
|
| 426 |
"qwen3_omni_32ep",
|
| 427 |
"xperience10m_qwen3_omni_32ep",
|
| 428 |
"ropedia-episode-task-suite"
|
| 429 |
],
|
| 430 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 431 |
}
|
| 432 |
],
|
| 433 |
-
"historical_identifier_total_count":
|
| 434 |
"failures": []
|
| 435 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
+
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
+
"dataset_manifest_num_episodes": 119,
|
| 7 |
+
"dataset_manifest_num_samples": 3808,
|
| 8 |
+
"training_metadata_num_train_samples": 2848,
|
| 9 |
+
"eval_num_samples": 448,
|
| 10 |
+
"eval_json_validity_rate": 0.875,
|
| 11 |
+
"quality_target_met": false,
|
| 12 |
+
"historical_identifier_count": 132,
|
| 13 |
+
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
| 16 |
"checks": [
|
| 17 |
{
|
| 18 |
+
"name": "project_packet_records_verified_diagnostic_status",
|
| 19 |
"status": "pass",
|
| 20 |
+
"detail": "project packet describes the verified diagnostic pilot and quality boundary",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"evidence": [
|
| 22 |
"docs/data/project_packet.json"
|
| 23 |
]
|
| 24 |
},
|
| 25 |
{
|
| 26 |
+
"name": "summary_metrics_preserves_verified_diagnostic_status",
|
| 27 |
"status": "pass",
|
| 28 |
+
"detail": "The selected-episode Qwen3-Omni validation-aware diagnostic pilot is verified, but held-out quality is still weak and JSON validity remains below the 98% target.",
|
| 29 |
"evidence": [
|
| 30 |
+
"docs/data/summary_metrics.json"
|
| 31 |
]
|
| 32 |
},
|
| 33 |
{
|
| 34 |
+
"name": "verified_package_dataset_has_expected_windows",
|
| 35 |
"status": "pass",
|
| 36 |
+
"detail": "episodes=119, samples=3808, split_counts={'train': 2848, 'val': 512, 'test': 448}",
|
| 37 |
"evidence": [
|
| 38 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/dataset/dataset_manifest.json"
|
| 39 |
]
|
| 40 |
},
|
| 41 |
{
|
| 42 |
+
"name": "verified_package_training_records_8_processes",
|
| 43 |
"status": "pass",
|
| 44 |
+
"detail": "train=2848, val=512, processes=8",
|
| 45 |
"evidence": [
|
| 46 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/training/training_metadata.json"
|
| 47 |
]
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"name": "verified_package_eval_records_real_held_out_metrics",
|
| 51 |
"status": "pass",
|
| 52 |
+
"detail": "samples=448, split=test, held_out=14, json_validity=0.875",
|
| 53 |
"evidence": [
|
| 54 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/eval/metrics.json"
|
| 55 |
]
|
| 56 |
},
|
| 57 |
{
|
| 58 |
+
"name": "verified_package_audit_passes",
|
| 59 |
"status": "pass",
|
| 60 |
+
"detail": "audit_status=pass, issues=0",
|
| 61 |
"evidence": [
|
| 62 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/package_audit.json"
|
| 63 |
]
|
| 64 |
},
|
| 65 |
{
|
| 66 |
+
"name": "public_presentation_has_no_misleading_32ep_identifiers",
|
| 67 |
"status": "pass",
|
| 68 |
"detail": "public presentation scan failures=0",
|
| 69 |
"evidence": [
|
|
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
+
"detail": "historical identifiers found in result provenance files=132",
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
|
|
| 94 |
{
|
| 95 |
"path": "docs/data/artifact_index.json",
|
| 96 |
"contains_32_episode_status_text": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
],
|
| 99 |
"historical_identifiers": [
|
|
|
|
| 109 |
},
|
| 110 |
{
|
| 111 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 112 |
+
"path": "results/omni_finetune/XPERIENCE10M_128_DATA_PREPARATION_AND_FINETUNE_PLAN.md",
|
| 113 |
+
"line": 42,
|
| 114 |
"patterns": [
|
| 115 |
+
"ropedia-episode-task-suite"
|
|
|
|
| 116 |
],
|
| 117 |
+
"example": "export RELAY_WORKDIR=/path/to/ropedia-episode-task-suite"
|
| 118 |
},
|
| 119 |
{
|
| 120 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 121 |
+
"path": "results/omni_finetune/XPERIENCE10M_128_DATA_PREPARATION_AND_FINETUNE_PLAN.md",
|
| 122 |
+
"line": 45,
|
| 123 |
"patterns": [
|
| 124 |
+
"ropedia-episode-task-suite"
|
|
|
|
| 125 |
],
|
| 126 |
+
"example": "export TRAINING_REPO=/path/to/ropedia-episode-task-suite"
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 130 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 131 |
+
"line": 1,
|
| 132 |
"patterns": [
|
| 133 |
"qwen3_omni_32ep",
|
| 134 |
+
"xperience10m_qwen3_omni_32ep",
|
| 135 |
+
"ropedia-episode-task-suite"
|
| 136 |
],
|
| 137 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:0\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 0, \"end_frame\": 19, \"num_frames\": 20}, \"media\": {\"video_paths\": [{"
|
| 138 |
},
|
| 139 |
{
|
| 140 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 141 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 142 |
+
"line": 2,
|
| 143 |
"patterns": [
|
| 144 |
"qwen3_omni_32ep",
|
| 145 |
+
"xperience10m_qwen3_omni_32ep",
|
| 146 |
+
"ropedia-episode-task-suite"
|
| 147 |
],
|
| 148 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:1\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 20, \"end_frame\": 39, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 149 |
},
|
| 150 |
{
|
| 151 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 152 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 153 |
+
"line": 3,
|
| 154 |
"patterns": [
|
| 155 |
"qwen3_omni_32ep",
|
| 156 |
+
"xperience10m_qwen3_omni_32ep",
|
| 157 |
+
"ropedia-episode-task-suite"
|
| 158 |
],
|
| 159 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:2\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 40, \"end_frame\": 59, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 160 |
},
|
| 161 |
{
|
| 162 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 163 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 164 |
+
"line": 4,
|
| 165 |
"patterns": [
|
| 166 |
+
"qwen3_omni_32ep",
|
| 167 |
+
"xperience10m_qwen3_omni_32ep",
|
| 168 |
"ropedia-episode-task-suite"
|
| 169 |
],
|
| 170 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:3\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 60, \"end_frame\": 79, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 171 |
},
|
| 172 |
{
|
| 173 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 174 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 175 |
+
"line": 5,
|
| 176 |
"patterns": [
|
| 177 |
+
"qwen3_omni_32ep",
|
| 178 |
+
"xperience10m_qwen3_omni_32ep",
|
| 179 |
"ropedia-episode-task-suite"
|
| 180 |
],
|
| 181 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:4\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 80, \"end_frame\": 99, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 182 |
},
|
| 183 |
{
|
| 184 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 185 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 186 |
+
"line": 6,
|
| 187 |
"patterns": [
|
| 188 |
"qwen3_omni_32ep",
|
| 189 |
+
"xperience10m_qwen3_omni_32ep",
|
| 190 |
+
"ropedia-episode-task-suite"
|
| 191 |
],
|
| 192 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:5\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 100, \"end_frame\": 119, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 193 |
},
|
| 194 |
{
|
| 195 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 196 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 197 |
+
"line": 7,
|
| 198 |
"patterns": [
|
| 199 |
"qwen3_omni_32ep",
|
| 200 |
+
"xperience10m_qwen3_omni_32ep",
|
| 201 |
+
"ropedia-episode-task-suite"
|
| 202 |
],
|
| 203 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:6\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 120, \"end_frame\": 139, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 204 |
},
|
| 205 |
{
|
| 206 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 207 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 208 |
+
"line": 8,
|
| 209 |
"patterns": [
|
| 210 |
"qwen3_omni_32ep",
|
| 211 |
"xperience10m_qwen3_omni_32ep",
|
| 212 |
"ropedia-episode-task-suite"
|
| 213 |
],
|
| 214 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:7\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 140, \"end_frame\": 159, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 215 |
},
|
| 216 |
{
|
| 217 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 218 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 219 |
+
"line": 9,
|
| 220 |
"patterns": [
|
| 221 |
"qwen3_omni_32ep",
|
| 222 |
"xperience10m_qwen3_omni_32ep",
|
| 223 |
"ropedia-episode-task-suite"
|
| 224 |
],
|
| 225 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:8\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 160, \"end_frame\": 179, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 226 |
},
|
| 227 |
{
|
| 228 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 229 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 230 |
+
"line": 10,
|
| 231 |
"patterns": [
|
| 232 |
"qwen3_omni_32ep",
|
| 233 |
"xperience10m_qwen3_omni_32ep",
|
| 234 |
"ropedia-episode-task-suite"
|
| 235 |
],
|
| 236 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:9\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 180, \"end_frame\": 199, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 237 |
},
|
| 238 |
{
|
| 239 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 240 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 241 |
+
"line": 11,
|
| 242 |
"patterns": [
|
| 243 |
"qwen3_omni_32ep",
|
| 244 |
"xperience10m_qwen3_omni_32ep",
|
| 245 |
"ropedia-episode-task-suite"
|
| 246 |
],
|
| 247 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:10\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 200, \"end_frame\": 219, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 248 |
},
|
| 249 |
{
|
| 250 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 251 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 252 |
+
"line": 12,
|
| 253 |
"patterns": [
|
| 254 |
"qwen3_omni_32ep",
|
| 255 |
"xperience10m_qwen3_omni_32ep",
|
| 256 |
"ropedia-episode-task-suite"
|
| 257 |
],
|
| 258 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:11\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 220, \"end_frame\": 239, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 259 |
},
|
| 260 |
{
|
| 261 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 262 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 263 |
+
"line": 13,
|
| 264 |
"patterns": [
|
| 265 |
"qwen3_omni_32ep",
|
| 266 |
"xperience10m_qwen3_omni_32ep",
|
| 267 |
"ropedia-episode-task-suite"
|
| 268 |
],
|
| 269 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:12\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 240, \"end_frame\": 259, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 270 |
},
|
| 271 |
{
|
| 272 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 273 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 274 |
+
"line": 14,
|
| 275 |
"patterns": [
|
| 276 |
"qwen3_omni_32ep",
|
| 277 |
"xperience10m_qwen3_omni_32ep",
|
| 278 |
"ropedia-episode-task-suite"
|
| 279 |
],
|
| 280 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:13\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 260, \"end_frame\": 279, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 284 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 285 |
+
"line": 15,
|
| 286 |
"patterns": [
|
| 287 |
"qwen3_omni_32ep",
|
| 288 |
"xperience10m_qwen3_omni_32ep",
|
| 289 |
"ropedia-episode-task-suite"
|
| 290 |
],
|
| 291 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:14\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 280, \"end_frame\": 299, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 295 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 296 |
+
"line": 16,
|
| 297 |
"patterns": [
|
| 298 |
"qwen3_omni_32ep",
|
| 299 |
"xperience10m_qwen3_omni_32ep",
|
| 300 |
"ropedia-episode-task-suite"
|
| 301 |
],
|
| 302 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:15\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 300, \"end_frame\": 319, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 303 |
},
|
| 304 |
{
|
| 305 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 306 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 307 |
+
"line": 17,
|
| 308 |
"patterns": [
|
| 309 |
"qwen3_omni_32ep",
|
| 310 |
"xperience10m_qwen3_omni_32ep",
|
| 311 |
"ropedia-episode-task-suite"
|
| 312 |
],
|
| 313 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:40\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 800, \"end_frame\": 819, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 314 |
},
|
| 315 |
{
|
| 316 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 317 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 318 |
+
"line": 18,
|
| 319 |
"patterns": [
|
| 320 |
"qwen3_omni_32ep",
|
| 321 |
"xperience10m_qwen3_omni_32ep",
|
| 322 |
"ropedia-episode-task-suite"
|
| 323 |
],
|
| 324 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:41\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 820, \"end_frame\": 839, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 325 |
},
|
| 326 |
{
|
| 327 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 328 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 329 |
+
"line": 19,
|
| 330 |
"patterns": [
|
| 331 |
"qwen3_omni_32ep",
|
| 332 |
"xperience10m_qwen3_omni_32ep",
|
| 333 |
"ropedia-episode-task-suite"
|
| 334 |
],
|
| 335 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:42\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 840, \"end_frame\": 859, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 336 |
},
|
| 337 |
{
|
| 338 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 339 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 340 |
+
"line": 20,
|
| 341 |
"patterns": [
|
| 342 |
"qwen3_omni_32ep",
|
| 343 |
"xperience10m_qwen3_omni_32ep",
|
| 344 |
"ropedia-episode-task-suite"
|
| 345 |
],
|
| 346 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:43\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 860, \"end_frame\": 879, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 347 |
},
|
| 348 |
{
|
| 349 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 350 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 351 |
+
"line": 21,
|
| 352 |
"patterns": [
|
| 353 |
"qwen3_omni_32ep",
|
| 354 |
"xperience10m_qwen3_omni_32ep",
|
| 355 |
"ropedia-episode-task-suite"
|
| 356 |
],
|
| 357 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:44\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 880, \"end_frame\": 899, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 358 |
},
|
| 359 |
{
|
| 360 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 361 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 362 |
+
"line": 22,
|
| 363 |
"patterns": [
|
| 364 |
"qwen3_omni_32ep",
|
| 365 |
"xperience10m_qwen3_omni_32ep",
|
| 366 |
"ropedia-episode-task-suite"
|
| 367 |
],
|
| 368 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:45\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 900, \"end_frame\": 919, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 369 |
},
|
| 370 |
{
|
| 371 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 372 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 373 |
+
"line": 23,
|
| 374 |
"patterns": [
|
| 375 |
"qwen3_omni_32ep",
|
| 376 |
"xperience10m_qwen3_omni_32ep",
|
| 377 |
"ropedia-episode-task-suite"
|
| 378 |
],
|
| 379 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:46\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 920, \"end_frame\": 939, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 380 |
},
|
| 381 |
{
|
| 382 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 383 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 384 |
+
"line": 24,
|
| 385 |
"patterns": [
|
| 386 |
"qwen3_omni_32ep",
|
| 387 |
"xperience10m_qwen3_omni_32ep",
|
| 388 |
"ropedia-episode-task-suite"
|
| 389 |
],
|
| 390 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:47\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 940, \"end_frame\": 959, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 394 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 395 |
+
"line": 25,
|
| 396 |
"patterns": [
|
| 397 |
"qwen3_omni_32ep",
|
| 398 |
"xperience10m_qwen3_omni_32ep",
|
| 399 |
"ropedia-episode-task-suite"
|
| 400 |
],
|
| 401 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:50\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1000, \"end_frame\": 1019, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 402 |
},
|
| 403 |
{
|
| 404 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 405 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 406 |
+
"line": 26,
|
| 407 |
"patterns": [
|
| 408 |
"qwen3_omni_32ep",
|
| 409 |
"xperience10m_qwen3_omni_32ep",
|
| 410 |
"ropedia-episode-task-suite"
|
| 411 |
],
|
| 412 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:51\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1020, \"end_frame\": 1039, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 413 |
},
|
| 414 |
{
|
| 415 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 416 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 417 |
+
"line": 27,
|
| 418 |
"patterns": [
|
| 419 |
"qwen3_omni_32ep",
|
| 420 |
"xperience10m_qwen3_omni_32ep",
|
| 421 |
"ropedia-episode-task-suite"
|
| 422 |
],
|
| 423 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:52\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1040, \"end_frame\": 1059, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 424 |
}
|
| 425 |
],
|
| 426 |
+
"historical_identifier_total_count": 132,
|
| 427 |
"failures": []
|
| 428 |
}
|
data/task_surface_integrity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"task_count": 12,
|
| 6 |
"expected_task_count": 12,
|
|
@@ -64,45 +64,45 @@
|
|
| 64 |
"observed": "timeline_action"
|
| 65 |
},
|
| 66 |
{
|
| 67 |
-
"name": "timeline_action:
|
| 68 |
"status": "pass",
|
| 69 |
-
"value": "
|
| 70 |
"raw_hits": []
|
| 71 |
},
|
| 72 |
{
|
| 73 |
-
"name": "timeline_action:
|
| 74 |
"status": "pass",
|
| 75 |
-
"value": "
|
| 76 |
"raw_hits": []
|
| 77 |
},
|
| 78 |
{
|
| 79 |
-
"name": "timeline_action:
|
| 80 |
"status": "pass",
|
| 81 |
-
"value": "
|
| 82 |
"raw_hits": []
|
| 83 |
},
|
| 84 |
{
|
| 85 |
-
"name": "timeline_action:
|
| 86 |
"status": "pass",
|
| 87 |
-
"value": "
|
| 88 |
"raw_hits": []
|
| 89 |
},
|
| 90 |
{
|
| 91 |
-
"name": "timeline_action:
|
| 92 |
"status": "pass",
|
| 93 |
-
"value": "
|
| 94 |
"raw_hits": []
|
| 95 |
},
|
| 96 |
{
|
| 97 |
-
"name": "timeline_action:
|
| 98 |
"status": "pass",
|
| 99 |
-
"value": "
|
| 100 |
"raw_hits": []
|
| 101 |
},
|
| 102 |
{
|
| 103 |
-
"name": "timeline_action:
|
| 104 |
"status": "pass",
|
| 105 |
-
"value": "
|
| 106 |
"raw_hits": []
|
| 107 |
},
|
| 108 |
{
|
|
@@ -184,45 +184,45 @@
|
|
| 184 |
"observed": "timeline_subtask"
|
| 185 |
},
|
| 186 |
{
|
| 187 |
-
"name": "timeline_subtask:
|
| 188 |
"status": "pass",
|
| 189 |
-
"value": "
|
| 190 |
"raw_hits": []
|
| 191 |
},
|
| 192 |
{
|
| 193 |
-
"name": "timeline_subtask:
|
| 194 |
"status": "pass",
|
| 195 |
-
"value": "
|
| 196 |
"raw_hits": []
|
| 197 |
},
|
| 198 |
{
|
| 199 |
-
"name": "timeline_subtask:
|
| 200 |
"status": "pass",
|
| 201 |
-
"value": "
|
| 202 |
"raw_hits": []
|
| 203 |
},
|
| 204 |
{
|
| 205 |
-
"name": "timeline_subtask:
|
| 206 |
"status": "pass",
|
| 207 |
-
"value": "
|
| 208 |
"raw_hits": []
|
| 209 |
},
|
| 210 |
{
|
| 211 |
-
"name": "timeline_subtask:
|
| 212 |
"status": "pass",
|
| 213 |
-
"value": "
|
| 214 |
"raw_hits": []
|
| 215 |
},
|
| 216 |
{
|
| 217 |
-
"name": "timeline_subtask:
|
| 218 |
"status": "pass",
|
| 219 |
-
"value": "
|
| 220 |
"raw_hits": []
|
| 221 |
},
|
| 222 |
{
|
| 223 |
-
"name": "timeline_subtask:
|
| 224 |
"status": "pass",
|
| 225 |
-
"value": "
|
| 226 |
"raw_hits": []
|
| 227 |
},
|
| 228 |
{
|
|
@@ -304,45 +304,45 @@
|
|
| 304 |
"observed": "transition_detection"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
-
"name": "transition_detection:
|
| 308 |
"status": "pass",
|
| 309 |
-
"value": "
|
| 310 |
"raw_hits": []
|
| 311 |
},
|
| 312 |
{
|
| 313 |
-
"name": "transition_detection:
|
| 314 |
"status": "pass",
|
| 315 |
-
"value": "Detect
|
| 316 |
"raw_hits": []
|
| 317 |
},
|
| 318 |
{
|
| 319 |
-
"name": "transition_detection:
|
| 320 |
"status": "pass",
|
| 321 |
-
"value": "
|
| 322 |
"raw_hits": []
|
| 323 |
},
|
| 324 |
{
|
| 325 |
-
"name": "transition_detection:
|
| 326 |
"status": "pass",
|
| 327 |
-
"value": "
|
| 328 |
"raw_hits": []
|
| 329 |
},
|
| 330 |
{
|
| 331 |
-
"name": "transition_detection:
|
| 332 |
"status": "pass",
|
| 333 |
-
"value": "
|
| 334 |
"raw_hits": []
|
| 335 |
},
|
| 336 |
{
|
| 337 |
-
"name": "transition_detection:
|
| 338 |
"status": "pass",
|
| 339 |
-
"value": "
|
| 340 |
"raw_hits": []
|
| 341 |
},
|
| 342 |
{
|
| 343 |
-
"name": "transition_detection:
|
| 344 |
"status": "pass",
|
| 345 |
-
"value": "
|
| 346 |
"raw_hits": []
|
| 347 |
},
|
| 348 |
{
|
|
@@ -422,45 +422,45 @@
|
|
| 422 |
"observed": "next_action"
|
| 423 |
},
|
| 424 |
{
|
| 425 |
-
"name": "next_action:
|
| 426 |
"status": "pass",
|
| 427 |
-
"value": "
|
| 428 |
"raw_hits": []
|
| 429 |
},
|
| 430 |
{
|
| 431 |
-
"name": "next_action:
|
| 432 |
"status": "pass",
|
| 433 |
-
"value": "
|
| 434 |
"raw_hits": []
|
| 435 |
},
|
| 436 |
{
|
| 437 |
-
"name": "next_action:
|
| 438 |
"status": "pass",
|
| 439 |
-
"value": "
|
| 440 |
"raw_hits": []
|
| 441 |
},
|
| 442 |
{
|
| 443 |
-
"name": "next_action:
|
| 444 |
"status": "pass",
|
| 445 |
-
"value": "
|
| 446 |
"raw_hits": []
|
| 447 |
},
|
| 448 |
{
|
| 449 |
-
"name": "next_action:
|
| 450 |
"status": "pass",
|
| 451 |
-
"value": "
|
| 452 |
"raw_hits": []
|
| 453 |
},
|
| 454 |
{
|
| 455 |
-
"name": "next_action:
|
| 456 |
"status": "pass",
|
| 457 |
-
"value": "
|
| 458 |
"raw_hits": []
|
| 459 |
},
|
| 460 |
{
|
| 461 |
-
"name": "next_action:
|
| 462 |
"status": "pass",
|
| 463 |
-
"value": "current
|
| 464 |
"raw_hits": []
|
| 465 |
},
|
| 466 |
{
|
|
@@ -540,45 +540,45 @@
|
|
| 540 |
"observed": "hand_trajectory_forecast"
|
| 541 |
},
|
| 542 |
{
|
| 543 |
-
"name": "hand_trajectory_forecast:
|
| 544 |
"status": "pass",
|
| 545 |
-
"value": "
|
| 546 |
"raw_hits": []
|
| 547 |
},
|
| 548 |
{
|
| 549 |
-
"name": "hand_trajectory_forecast:
|
| 550 |
"status": "pass",
|
| 551 |
-
"value": "Predict
|
| 552 |
"raw_hits": []
|
| 553 |
},
|
| 554 |
{
|
| 555 |
-
"name": "hand_trajectory_forecast:
|
| 556 |
"status": "pass",
|
| 557 |
-
"value": "
|
| 558 |
"raw_hits": []
|
| 559 |
},
|
| 560 |
{
|
| 561 |
-
"name": "hand_trajectory_forecast:
|
| 562 |
"status": "pass",
|
| 563 |
-
"value": "
|
| 564 |
"raw_hits": []
|
| 565 |
},
|
| 566 |
{
|
| 567 |
-
"name": "hand_trajectory_forecast:
|
| 568 |
"status": "pass",
|
| 569 |
-
"value": "
|
| 570 |
"raw_hits": []
|
| 571 |
},
|
| 572 |
{
|
| 573 |
-
"name": "hand_trajectory_forecast:
|
| 574 |
"status": "pass",
|
| 575 |
-
"value": "
|
| 576 |
"raw_hits": []
|
| 577 |
},
|
| 578 |
{
|
| 579 |
-
"name": "hand_trajectory_forecast:
|
| 580 |
"status": "pass",
|
| 581 |
-
"value": "current
|
| 582 |
"raw_hits": []
|
| 583 |
},
|
| 584 |
{
|
|
@@ -658,45 +658,45 @@
|
|
| 658 |
"observed": "contact_prediction"
|
| 659 |
},
|
| 660 |
{
|
| 661 |
-
"name": "contact_prediction:
|
| 662 |
"status": "pass",
|
| 663 |
-
"value": "contact
|
| 664 |
"raw_hits": []
|
| 665 |
},
|
| 666 |
{
|
| 667 |
-
"name": "contact_prediction:
|
| 668 |
"status": "pass",
|
| 669 |
-
"value": "Predict whether
|
| 670 |
"raw_hits": []
|
| 671 |
},
|
| 672 |
{
|
| 673 |
-
"name": "contact_prediction:
|
| 674 |
"status": "pass",
|
| 675 |
-
"value": "
|
| 676 |
"raw_hits": []
|
| 677 |
},
|
| 678 |
{
|
| 679 |
-
"name": "contact_prediction:
|
| 680 |
"status": "pass",
|
| 681 |
-
"value": "
|
| 682 |
"raw_hits": []
|
| 683 |
},
|
| 684 |
{
|
| 685 |
-
"name": "contact_prediction:
|
| 686 |
"status": "pass",
|
| 687 |
-
"value": "
|
| 688 |
"raw_hits": []
|
| 689 |
},
|
| 690 |
{
|
| 691 |
-
"name": "contact_prediction:
|
| 692 |
"status": "pass",
|
| 693 |
-
"value": "
|
| 694 |
"raw_hits": []
|
| 695 |
},
|
| 696 |
{
|
| 697 |
-
"name": "contact_prediction:
|
| 698 |
"status": "pass",
|
| 699 |
-
"value": "
|
| 700 |
"raw_hits": []
|
| 701 |
},
|
| 702 |
{
|
|
@@ -774,45 +774,45 @@
|
|
| 774 |
"observed": "object_relevance"
|
| 775 |
},
|
| 776 |
{
|
| 777 |
-
"name": "object_relevance:
|
| 778 |
"status": "pass",
|
| 779 |
-
"value": "
|
| 780 |
"raw_hits": []
|
| 781 |
},
|
| 782 |
{
|
| 783 |
-
"name": "object_relevance:
|
| 784 |
"status": "pass",
|
| 785 |
-
"value": "
|
| 786 |
"raw_hits": []
|
| 787 |
},
|
| 788 |
{
|
| 789 |
-
"name": "object_relevance:
|
| 790 |
"status": "pass",
|
| 791 |
-
"value": "
|
| 792 |
"raw_hits": []
|
| 793 |
},
|
| 794 |
{
|
| 795 |
-
"name": "object_relevance:
|
| 796 |
"status": "pass",
|
| 797 |
-
"value": "
|
| 798 |
"raw_hits": []
|
| 799 |
},
|
| 800 |
{
|
| 801 |
-
"name": "object_relevance:
|
| 802 |
"status": "pass",
|
| 803 |
-
"value": "
|
| 804 |
"raw_hits": []
|
| 805 |
},
|
| 806 |
{
|
| 807 |
-
"name": "object_relevance:
|
| 808 |
"status": "pass",
|
| 809 |
-
"value": "
|
| 810 |
"raw_hits": []
|
| 811 |
},
|
| 812 |
{
|
| 813 |
-
"name": "object_relevance:
|
| 814 |
"status": "pass",
|
| 815 |
-
"value": "
|
| 816 |
"raw_hits": []
|
| 817 |
},
|
| 818 |
{
|
|
@@ -892,45 +892,45 @@
|
|
| 892 |
"observed": "caption_grounding"
|
| 893 |
},
|
| 894 |
{
|
| 895 |
-
"name": "caption_grounding:
|
| 896 |
"status": "pass",
|
| 897 |
-
"value": "
|
| 898 |
"raw_hits": []
|
| 899 |
},
|
| 900 |
{
|
| 901 |
-
"name": "caption_grounding:
|
| 902 |
"status": "pass",
|
| 903 |
-
"value": "
|
| 904 |
"raw_hits": []
|
| 905 |
},
|
| 906 |
{
|
| 907 |
-
"name": "caption_grounding:
|
| 908 |
"status": "pass",
|
| 909 |
-
"value": "
|
| 910 |
"raw_hits": []
|
| 911 |
},
|
| 912 |
{
|
| 913 |
-
"name": "caption_grounding:
|
| 914 |
"status": "pass",
|
| 915 |
-
"value": "
|
| 916 |
"raw_hits": []
|
| 917 |
},
|
| 918 |
{
|
| 919 |
-
"name": "caption_grounding:
|
| 920 |
"status": "pass",
|
| 921 |
-
"value": "
|
| 922 |
"raw_hits": []
|
| 923 |
},
|
| 924 |
{
|
| 925 |
-
"name": "caption_grounding:
|
| 926 |
"status": "pass",
|
| 927 |
-
"value": "
|
| 928 |
"raw_hits": []
|
| 929 |
},
|
| 930 |
{
|
| 931 |
-
"name": "caption_grounding:
|
| 932 |
"status": "pass",
|
| 933 |
-
"value": "
|
| 934 |
"raw_hits": []
|
| 935 |
},
|
| 936 |
{
|
|
@@ -1008,45 +1008,45 @@
|
|
| 1008 |
"observed": "cross_modal_retrieval"
|
| 1009 |
},
|
| 1010 |
{
|
| 1011 |
-
"name": "cross_modal_retrieval:
|
| 1012 |
"status": "pass",
|
| 1013 |
-
"value": "
|
| 1014 |
"raw_hits": []
|
| 1015 |
},
|
| 1016 |
{
|
| 1017 |
-
"name": "cross_modal_retrieval:
|
| 1018 |
"status": "pass",
|
| 1019 |
-
"value": "Use
|
| 1020 |
"raw_hits": []
|
| 1021 |
},
|
| 1022 |
{
|
| 1023 |
-
"name": "cross_modal_retrieval:
|
| 1024 |
"status": "pass",
|
| 1025 |
-
"value": "
|
| 1026 |
"raw_hits": []
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
-
"name": "cross_modal_retrieval:
|
| 1030 |
"status": "pass",
|
| 1031 |
-
"value": "
|
| 1032 |
"raw_hits": []
|
| 1033 |
},
|
| 1034 |
{
|
| 1035 |
-
"name": "cross_modal_retrieval:
|
| 1036 |
"status": "pass",
|
| 1037 |
-
"value": "
|
| 1038 |
"raw_hits": []
|
| 1039 |
},
|
| 1040 |
{
|
| 1041 |
-
"name": "cross_modal_retrieval:
|
| 1042 |
"status": "pass",
|
| 1043 |
-
"value": "
|
| 1044 |
"raw_hits": []
|
| 1045 |
},
|
| 1046 |
{
|
| 1047 |
-
"name": "cross_modal_retrieval:
|
| 1048 |
"status": "pass",
|
| 1049 |
-
"value": "
|
| 1050 |
"raw_hits": []
|
| 1051 |
},
|
| 1052 |
{
|
|
@@ -1126,45 +1126,45 @@
|
|
| 1126 |
"observed": "modality_reconstruction"
|
| 1127 |
},
|
| 1128 |
{
|
| 1129 |
-
"name": "modality_reconstruction:
|
| 1130 |
"status": "pass",
|
| 1131 |
-
"value": "
|
| 1132 |
"raw_hits": []
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
-
"name": "modality_reconstruction:
|
| 1136 |
"status": "pass",
|
| 1137 |
-
"value": "Predict
|
| 1138 |
"raw_hits": []
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
-
"name": "modality_reconstruction:
|
| 1142 |
"status": "pass",
|
| 1143 |
-
"value": "
|
| 1144 |
"raw_hits": []
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
-
"name": "modality_reconstruction:
|
| 1148 |
"status": "pass",
|
| 1149 |
-
"value": "
|
| 1150 |
"raw_hits": []
|
| 1151 |
},
|
| 1152 |
{
|
| 1153 |
-
"name": "modality_reconstruction:
|
| 1154 |
"status": "pass",
|
| 1155 |
-
"value": "
|
| 1156 |
"raw_hits": []
|
| 1157 |
},
|
| 1158 |
{
|
| 1159 |
-
"name": "modality_reconstruction:
|
| 1160 |
"status": "pass",
|
| 1161 |
-
"value": "
|
| 1162 |
"raw_hits": []
|
| 1163 |
},
|
| 1164 |
{
|
| 1165 |
-
"name": "modality_reconstruction:
|
| 1166 |
"status": "pass",
|
| 1167 |
-
"value": "
|
| 1168 |
"raw_hits": []
|
| 1169 |
},
|
| 1170 |
{
|
|
@@ -1244,45 +1244,45 @@
|
|
| 1244 |
"observed": "temporal_order"
|
| 1245 |
},
|
| 1246 |
{
|
| 1247 |
-
"name": "temporal_order:
|
| 1248 |
"status": "pass",
|
| 1249 |
-
"value": "
|
| 1250 |
"raw_hits": []
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
-
"name": "temporal_order:
|
| 1254 |
"status": "pass",
|
| 1255 |
-
"value": "Tell whether two
|
| 1256 |
"raw_hits": []
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
-
"name": "temporal_order:
|
| 1260 |
"status": "pass",
|
| 1261 |
-
"value": "
|
| 1262 |
"raw_hits": []
|
| 1263 |
},
|
| 1264 |
{
|
| 1265 |
-
"name": "temporal_order:
|
| 1266 |
"status": "pass",
|
| 1267 |
-
"value": "
|
| 1268 |
"raw_hits": []
|
| 1269 |
},
|
| 1270 |
{
|
| 1271 |
-
"name": "temporal_order:
|
| 1272 |
"status": "pass",
|
| 1273 |
-
"value": "
|
| 1274 |
"raw_hits": []
|
| 1275 |
},
|
| 1276 |
{
|
| 1277 |
-
"name": "temporal_order:
|
| 1278 |
"status": "pass",
|
| 1279 |
-
"value": "
|
| 1280 |
"raw_hits": []
|
| 1281 |
},
|
| 1282 |
{
|
| 1283 |
-
"name": "temporal_order:
|
| 1284 |
"status": "pass",
|
| 1285 |
-
"value": "
|
| 1286 |
"raw_hits": []
|
| 1287 |
},
|
| 1288 |
{
|
|
@@ -1360,45 +1360,45 @@
|
|
| 1360 |
"observed": "misalignment_detection"
|
| 1361 |
},
|
| 1362 |
{
|
| 1363 |
-
"name": "misalignment_detection:
|
| 1364 |
"status": "pass",
|
| 1365 |
-
"value": "
|
| 1366 |
"raw_hits": []
|
| 1367 |
},
|
| 1368 |
{
|
| 1369 |
-
"name": "misalignment_detection:
|
| 1370 |
"status": "pass",
|
| 1371 |
-
"value": "Detect
|
| 1372 |
"raw_hits": []
|
| 1373 |
},
|
| 1374 |
{
|
| 1375 |
-
"name": "misalignment_detection:
|
| 1376 |
"status": "pass",
|
| 1377 |
-
"value": "
|
| 1378 |
"raw_hits": []
|
| 1379 |
},
|
| 1380 |
{
|
| 1381 |
-
"name": "misalignment_detection:
|
| 1382 |
"status": "pass",
|
| 1383 |
-
"value": "
|
| 1384 |
"raw_hits": []
|
| 1385 |
},
|
| 1386 |
{
|
| 1387 |
-
"name": "misalignment_detection:
|
| 1388 |
"status": "pass",
|
| 1389 |
-
"value": "
|
| 1390 |
"raw_hits": []
|
| 1391 |
},
|
| 1392 |
{
|
| 1393 |
-
"name": "misalignment_detection:
|
| 1394 |
"status": "pass",
|
| 1395 |
-
"value": "
|
| 1396 |
"raw_hits": []
|
| 1397 |
},
|
| 1398 |
{
|
| 1399 |
-
"name": "misalignment_detection:
|
| 1400 |
"status": "pass",
|
| 1401 |
-
"value": "
|
| 1402 |
"raw_hits": []
|
| 1403 |
},
|
| 1404 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
"task_count": 12,
|
| 6 |
"expected_task_count": 12,
|
|
|
|
| 64 |
"observed": "timeline_action"
|
| 65 |
},
|
| 66 |
{
|
| 67 |
+
"name": "timeline_action: public_field_input_short_is_human_readable",
|
| 68 |
"status": "pass",
|
| 69 |
+
"value": "20-frame multimodal window",
|
| 70 |
"raw_hits": []
|
| 71 |
},
|
| 72 |
{
|
| 73 |
+
"name": "timeline_action: public_field_card_blurb_is_human_readable",
|
| 74 |
"status": "pass",
|
| 75 |
+
"value": "Recognize the current manipulation action from synchronized visual, motion, inertial, pose, and annotation context.",
|
| 76 |
"raw_hits": []
|
| 77 |
},
|
| 78 |
{
|
| 79 |
+
"name": "timeline_action: public_field_display_name_is_human_readable",
|
| 80 |
"status": "pass",
|
| 81 |
+
"value": "Action Recognition",
|
| 82 |
"raw_hits": []
|
| 83 |
},
|
| 84 |
{
|
| 85 |
+
"name": "timeline_action: public_field_output_short_is_human_readable",
|
| 86 |
"status": "pass",
|
| 87 |
+
"value": "current action class",
|
| 88 |
"raw_hits": []
|
| 89 |
},
|
| 90 |
{
|
| 91 |
+
"name": "timeline_action: public_field_research_name_is_human_readable",
|
| 92 |
"status": "pass",
|
| 93 |
+
"value": "Egocentric Action Recognition",
|
| 94 |
"raw_hits": []
|
| 95 |
},
|
| 96 |
{
|
| 97 |
+
"name": "timeline_action: public_field_plain_goal_is_human_readable",
|
| 98 |
"status": "pass",
|
| 99 |
+
"value": "Look at one short multimodal window and name what action is happening now.",
|
| 100 |
"raw_hits": []
|
| 101 |
},
|
| 102 |
{
|
| 103 |
+
"name": "timeline_action: public_field_process_short_is_human_readable",
|
| 104 |
"status": "pass",
|
| 105 |
+
"value": "window features -> action label builder -> classifier",
|
| 106 |
"raw_hits": []
|
| 107 |
},
|
| 108 |
{
|
|
|
|
| 184 |
"observed": "timeline_subtask"
|
| 185 |
},
|
| 186 |
{
|
| 187 |
+
"name": "timeline_subtask: public_field_input_short_is_human_readable",
|
| 188 |
"status": "pass",
|
| 189 |
+
"value": "20-frame multimodal window",
|
| 190 |
"raw_hits": []
|
| 191 |
},
|
| 192 |
{
|
| 193 |
+
"name": "timeline_subtask: public_field_card_blurb_is_human_readable",
|
| 194 |
"status": "pass",
|
| 195 |
+
"value": "Recognize the broader activity stage so fine actions become a readable procedure timeline.",
|
| 196 |
"raw_hits": []
|
| 197 |
},
|
| 198 |
{
|
| 199 |
+
"name": "timeline_subtask: public_field_display_name_is_human_readable",
|
| 200 |
"status": "pass",
|
| 201 |
+
"value": "Procedure Step Recognition",
|
| 202 |
"raw_hits": []
|
| 203 |
},
|
| 204 |
{
|
| 205 |
+
"name": "timeline_subtask: public_field_output_short_is_human_readable",
|
| 206 |
"status": "pass",
|
| 207 |
+
"value": "current procedure step",
|
| 208 |
"raw_hits": []
|
| 209 |
},
|
| 210 |
{
|
| 211 |
+
"name": "timeline_subtask: public_field_research_name_is_human_readable",
|
| 212 |
"status": "pass",
|
| 213 |
+
"value": "Temporal Subtask Recognition",
|
| 214 |
"raw_hits": []
|
| 215 |
},
|
| 216 |
{
|
| 217 |
+
"name": "timeline_subtask: public_field_plain_goal_is_human_readable",
|
| 218 |
"status": "pass",
|
| 219 |
+
"value": "Predict the higher-level task stage for the current window.",
|
| 220 |
"raw_hits": []
|
| 221 |
},
|
| 222 |
{
|
| 223 |
+
"name": "timeline_subtask: public_field_process_short_is_human_readable",
|
| 224 |
"status": "pass",
|
| 225 |
+
"value": "window features -> subtask label builder -> classifier",
|
| 226 |
"raw_hits": []
|
| 227 |
},
|
| 228 |
{
|
|
|
|
| 304 |
"observed": "transition_detection"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
+
"name": "transition_detection: public_field_input_short_is_human_readable",
|
| 308 |
"status": "pass",
|
| 309 |
+
"value": "current window with boundary target",
|
| 310 |
"raw_hits": []
|
| 311 |
},
|
| 312 |
{
|
| 313 |
+
"name": "transition_detection: public_field_card_blurb_is_human_readable",
|
| 314 |
"status": "pass",
|
| 315 |
+
"value": "Detect the local moment where the episode changes from one action segment to the next.",
|
| 316 |
"raw_hits": []
|
| 317 |
},
|
| 318 |
{
|
| 319 |
+
"name": "transition_detection: public_field_display_name_is_human_readable",
|
| 320 |
"status": "pass",
|
| 321 |
+
"value": "Action Boundary Detection",
|
| 322 |
"raw_hits": []
|
| 323 |
},
|
| 324 |
{
|
| 325 |
+
"name": "transition_detection: public_field_output_short_is_human_readable",
|
| 326 |
"status": "pass",
|
| 327 |
+
"value": "boundary or steady",
|
| 328 |
"raw_hits": []
|
| 329 |
},
|
| 330 |
{
|
| 331 |
+
"name": "transition_detection: public_field_research_name_is_human_readable",
|
| 332 |
"status": "pass",
|
| 333 |
+
"value": "Temporal Action Segmentation",
|
| 334 |
"raw_hits": []
|
| 335 |
},
|
| 336 |
{
|
| 337 |
+
"name": "transition_detection: public_field_plain_goal_is_human_readable",
|
| 338 |
"status": "pass",
|
| 339 |
+
"value": "Detect whether the current window is near a boundary between actions.",
|
| 340 |
"raw_hits": []
|
| 341 |
},
|
| 342 |
{
|
| 343 |
+
"name": "transition_detection: public_field_process_short_is_human_readable",
|
| 344 |
"status": "pass",
|
| 345 |
+
"value": "action changes -> boundary labels -> binary classifier",
|
| 346 |
"raw_hits": []
|
| 347 |
},
|
| 348 |
{
|
|
|
|
| 422 |
"observed": "next_action"
|
| 423 |
},
|
| 424 |
{
|
| 425 |
+
"name": "next_action: public_field_input_short_is_human_readable",
|
| 426 |
"status": "pass",
|
| 427 |
+
"value": "current window at time t",
|
| 428 |
"raw_hits": []
|
| 429 |
},
|
| 430 |
{
|
| 431 |
+
"name": "next_action: public_field_card_blurb_is_human_readable",
|
| 432 |
"status": "pass",
|
| 433 |
+
"value": "Forecast the near-future action from the current observations only.",
|
| 434 |
"raw_hits": []
|
| 435 |
},
|
| 436 |
{
|
| 437 |
+
"name": "next_action: public_field_display_name_is_human_readable",
|
| 438 |
"status": "pass",
|
| 439 |
+
"value": "Next-Action Prediction",
|
| 440 |
"raw_hits": []
|
| 441 |
},
|
| 442 |
{
|
| 443 |
+
"name": "next_action: public_field_output_short_is_human_readable",
|
| 444 |
"status": "pass",
|
| 445 |
+
"value": "action at t+20 frames",
|
| 446 |
"raw_hits": []
|
| 447 |
},
|
| 448 |
{
|
| 449 |
+
"name": "next_action: public_field_research_name_is_human_readable",
|
| 450 |
"status": "pass",
|
| 451 |
+
"value": "Short-Horizon Intention Prediction",
|
| 452 |
"raw_hits": []
|
| 453 |
},
|
| 454 |
{
|
| 455 |
+
"name": "next_action: public_field_plain_goal_is_human_readable",
|
| 456 |
"status": "pass",
|
| 457 |
+
"value": "Use the current window to guess the action that will happen shortly after it.",
|
| 458 |
"raw_hits": []
|
| 459 |
},
|
| 460 |
{
|
| 461 |
+
"name": "next_action: public_field_process_short_is_human_readable",
|
| 462 |
"status": "pass",
|
| 463 |
+
"value": "current features -> future label shift -> classifier",
|
| 464 |
"raw_hits": []
|
| 465 |
},
|
| 466 |
{
|
|
|
|
| 540 |
"observed": "hand_trajectory_forecast"
|
| 541 |
},
|
| 542 |
{
|
| 543 |
+
"name": "hand_trajectory_forecast: public_field_input_short_is_human_readable",
|
| 544 |
"status": "pass",
|
| 545 |
+
"value": "current multimodal window",
|
| 546 |
"raw_hits": []
|
| 547 |
},
|
| 548 |
{
|
| 549 |
+
"name": "hand_trajectory_forecast: public_field_card_blurb_is_human_readable",
|
| 550 |
"status": "pass",
|
| 551 |
+
"value": "Predict the future 3D left/right hand path from the current multimodal state.",
|
| 552 |
"raw_hits": []
|
| 553 |
},
|
| 554 |
{
|
| 555 |
+
"name": "hand_trajectory_forecast: public_field_display_name_is_human_readable",
|
| 556 |
"status": "pass",
|
| 557 |
+
"value": "Hand Trajectory Forecasting",
|
| 558 |
"raw_hits": []
|
| 559 |
},
|
| 560 |
{
|
| 561 |
+
"name": "hand_trajectory_forecast: public_field_output_short_is_human_readable",
|
| 562 |
"status": "pass",
|
| 563 |
+
"value": "future hand-joint trajectory",
|
| 564 |
"raw_hits": []
|
| 565 |
},
|
| 566 |
{
|
| 567 |
+
"name": "hand_trajectory_forecast: public_field_research_name_is_human_readable",
|
| 568 |
"status": "pass",
|
| 569 |
+
"value": "3D Hand Motion Forecasting",
|
| 570 |
"raw_hits": []
|
| 571 |
},
|
| 572 |
{
|
| 573 |
+
"name": "hand_trajectory_forecast: public_field_plain_goal_is_human_readable",
|
| 574 |
"status": "pass",
|
| 575 |
+
"value": "Predict where the hands will move over the next few frames.",
|
| 576 |
"raw_hits": []
|
| 577 |
},
|
| 578 |
{
|
| 579 |
+
"name": "hand_trajectory_forecast: public_field_process_short_is_human_readable",
|
| 580 |
"status": "pass",
|
| 581 |
+
"value": "current features -> future mocap target -> regression head",
|
| 582 |
"raw_hits": []
|
| 583 |
},
|
| 584 |
{
|
|
|
|
| 658 |
"observed": "contact_prediction"
|
| 659 |
},
|
| 660 |
{
|
| 661 |
+
"name": "contact_prediction: public_field_input_short_is_human_readable",
|
| 662 |
"status": "pass",
|
| 663 |
+
"value": "non-contact, non-caption features",
|
| 664 |
"raw_hits": []
|
| 665 |
},
|
| 666 |
{
|
| 667 |
+
"name": "contact_prediction: public_field_card_blurb_is_human_readable",
|
| 668 |
"status": "pass",
|
| 669 |
+
"value": "Predict whether body or hand contact with the scene is occurring without leaking contact labels.",
|
| 670 |
"raw_hits": []
|
| 671 |
},
|
| 672 |
{
|
| 673 |
+
"name": "contact_prediction: public_field_display_name_is_human_readable",
|
| 674 |
"status": "pass",
|
| 675 |
+
"value": "Contact State Prediction",
|
| 676 |
"raw_hits": []
|
| 677 |
},
|
| 678 |
{
|
| 679 |
+
"name": "contact_prediction: public_field_output_short_is_human_readable",
|
| 680 |
"status": "pass",
|
| 681 |
+
"value": "contact or no contact",
|
| 682 |
"raw_hits": []
|
| 683 |
},
|
| 684 |
{
|
| 685 |
+
"name": "contact_prediction: public_field_research_name_is_human_readable",
|
| 686 |
"status": "pass",
|
| 687 |
+
"value": "Human-Object Contact Prediction",
|
| 688 |
"raw_hits": []
|
| 689 |
},
|
| 690 |
{
|
| 691 |
+
"name": "contact_prediction: public_field_plain_goal_is_human_readable",
|
| 692 |
"status": "pass",
|
| 693 |
+
"value": "Predict whether the body or hand is in contact with something.",
|
| 694 |
"raw_hits": []
|
| 695 |
},
|
| 696 |
{
|
| 697 |
+
"name": "contact_prediction: public_field_process_short_is_human_readable",
|
| 698 |
"status": "pass",
|
| 699 |
+
"value": "feature filter -> contact target -> binary classifier",
|
| 700 |
"raw_hits": []
|
| 701 |
},
|
| 702 |
{
|
|
|
|
| 774 |
"observed": "object_relevance"
|
| 775 |
},
|
| 776 |
{
|
| 777 |
+
"name": "object_relevance: public_field_input_short_is_human_readable",
|
| 778 |
"status": "pass",
|
| 779 |
+
"value": "non-caption multimodal features",
|
| 780 |
"raw_hits": []
|
| 781 |
},
|
| 782 |
{
|
| 783 |
+
"name": "object_relevance: public_field_card_blurb_is_human_readable",
|
| 784 |
"status": "pass",
|
| 785 |
+
"value": "Infer which objects are relevant to the current manipulation window from non-caption features.",
|
| 786 |
"raw_hits": []
|
| 787 |
},
|
| 788 |
{
|
| 789 |
+
"name": "object_relevance: public_field_display_name_is_human_readable",
|
| 790 |
"status": "pass",
|
| 791 |
+
"value": "Object Relevance Prediction",
|
| 792 |
"raw_hits": []
|
| 793 |
},
|
| 794 |
{
|
| 795 |
+
"name": "object_relevance: public_field_output_short_is_human_readable",
|
| 796 |
"status": "pass",
|
| 797 |
+
"value": "relevant object set",
|
| 798 |
"raw_hits": []
|
| 799 |
},
|
| 800 |
{
|
| 801 |
+
"name": "object_relevance: public_field_research_name_is_human_readable",
|
| 802 |
"status": "pass",
|
| 803 |
+
"value": "Object-Centric Interaction Recognition",
|
| 804 |
"raw_hits": []
|
| 805 |
},
|
| 806 |
{
|
| 807 |
+
"name": "object_relevance: public_field_plain_goal_is_human_readable",
|
| 808 |
"status": "pass",
|
| 809 |
+
"value": "Predict which objects matter in the current window.",
|
| 810 |
"raw_hits": []
|
| 811 |
},
|
| 812 |
{
|
| 813 |
+
"name": "object_relevance: public_field_process_short_is_human_readable",
|
| 814 |
"status": "pass",
|
| 815 |
+
"value": "object vocabulary -> multi-hot labels -> sigmoid heads",
|
| 816 |
"raw_hits": []
|
| 817 |
},
|
| 818 |
{
|
|
|
|
| 892 |
"observed": "caption_grounding"
|
| 893 |
},
|
| 894 |
{
|
| 895 |
+
"name": "caption_grounding: public_field_input_short_is_human_readable",
|
| 896 |
"status": "pass",
|
| 897 |
+
"value": "text-like query and candidate windows",
|
| 898 |
"raw_hits": []
|
| 899 |
},
|
| 900 |
{
|
| 901 |
+
"name": "caption_grounding: public_field_card_blurb_is_human_readable",
|
| 902 |
"status": "pass",
|
| 903 |
+
"value": "Retrieve the matching time window for an annotation-derived text query.",
|
| 904 |
"raw_hits": []
|
| 905 |
},
|
| 906 |
{
|
| 907 |
+
"name": "caption_grounding: public_field_display_name_is_human_readable",
|
| 908 |
"status": "pass",
|
| 909 |
+
"value": "Language Grounding",
|
| 910 |
"raw_hits": []
|
| 911 |
},
|
| 912 |
{
|
| 913 |
+
"name": "caption_grounding: public_field_output_short_is_human_readable",
|
| 914 |
"status": "pass",
|
| 915 |
+
"value": "ranked matching moments",
|
| 916 |
"raw_hits": []
|
| 917 |
},
|
| 918 |
{
|
| 919 |
+
"name": "caption_grounding: public_field_research_name_is_human_readable",
|
| 920 |
"status": "pass",
|
| 921 |
+
"value": "Language-to-Moment Grounding",
|
| 922 |
"raw_hits": []
|
| 923 |
},
|
| 924 |
{
|
| 925 |
+
"name": "caption_grounding: public_field_plain_goal_is_human_readable",
|
| 926 |
"status": "pass",
|
| 927 |
+
"value": "Given a text-like query from annotation, find the matching time window.",
|
| 928 |
"raw_hits": []
|
| 929 |
},
|
| 930 |
{
|
| 931 |
+
"name": "caption_grounding: public_field_process_short_is_human_readable",
|
| 932 |
"status": "pass",
|
| 933 |
+
"value": "query features -> candidate index -> cosine ranker",
|
| 934 |
"raw_hits": []
|
| 935 |
},
|
| 936 |
{
|
|
|
|
| 1008 |
"observed": "cross_modal_retrieval"
|
| 1009 |
},
|
| 1010 |
{
|
| 1011 |
+
"name": "cross_modal_retrieval: public_field_input_short_is_human_readable",
|
| 1012 |
"status": "pass",
|
| 1013 |
+
"value": "motion/IMU/pose query; depth/video candidates",
|
| 1014 |
"raw_hits": []
|
| 1015 |
},
|
| 1016 |
{
|
| 1017 |
+
"name": "cross_modal_retrieval: public_field_card_blurb_is_human_readable",
|
| 1018 |
"status": "pass",
|
| 1019 |
+
"value": "Use motion, IMU, and camera-pose signals to retrieve the matching depth/video window.",
|
| 1020 |
"raw_hits": []
|
| 1021 |
},
|
| 1022 |
{
|
| 1023 |
+
"name": "cross_modal_retrieval: public_field_display_name_is_human_readable",
|
| 1024 |
"status": "pass",
|
| 1025 |
+
"value": "Cross-Modal Retrieval",
|
| 1026 |
"raw_hits": []
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
+
"name": "cross_modal_retrieval: public_field_output_short_is_human_readable",
|
| 1030 |
"status": "pass",
|
| 1031 |
+
"value": "ranked visual windows",
|
| 1032 |
"raw_hits": []
|
| 1033 |
},
|
| 1034 |
{
|
| 1035 |
+
"name": "cross_modal_retrieval: public_field_research_name_is_human_readable",
|
| 1036 |
"status": "pass",
|
| 1037 |
+
"value": "Multimodal Representation Retrieval",
|
| 1038 |
"raw_hits": []
|
| 1039 |
},
|
| 1040 |
{
|
| 1041 |
+
"name": "cross_modal_retrieval: public_field_plain_goal_is_human_readable",
|
| 1042 |
"status": "pass",
|
| 1043 |
+
"value": "Use one group of modalities to retrieve the matching window from another group.",
|
| 1044 |
"raw_hits": []
|
| 1045 |
},
|
| 1046 |
{
|
| 1047 |
+
"name": "cross_modal_retrieval: public_field_process_short_is_human_readable",
|
| 1048 |
"status": "pass",
|
| 1049 |
+
"value": "modality split -> projection -> nearest-neighbor ranker",
|
| 1050 |
"raw_hits": []
|
| 1051 |
},
|
| 1052 |
{
|
|
|
|
| 1126 |
"observed": "modality_reconstruction"
|
| 1127 |
},
|
| 1128 |
{
|
| 1129 |
+
"name": "modality_reconstruction: public_field_input_short_is_human_readable",
|
| 1130 |
"status": "pass",
|
| 1131 |
+
"value": "motion, IMU, and camera/pose features",
|
| 1132 |
"raw_hits": []
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
+
"name": "modality_reconstruction: public_field_card_blurb_is_human_readable",
|
| 1136 |
"status": "pass",
|
| 1137 |
+
"value": "Predict compressed depth/video feature vectors from motion, IMU, and camera-pose features.",
|
| 1138 |
"raw_hits": []
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
+
"name": "modality_reconstruction: public_field_display_name_is_human_readable",
|
| 1142 |
"status": "pass",
|
| 1143 |
+
"value": "Cross-Modal Reconstruction",
|
| 1144 |
"raw_hits": []
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
+
"name": "modality_reconstruction: public_field_output_short_is_human_readable",
|
| 1148 |
"status": "pass",
|
| 1149 |
+
"value": "reconstructed depth/video vector",
|
| 1150 |
"raw_hits": []
|
| 1151 |
},
|
| 1152 |
{
|
| 1153 |
+
"name": "modality_reconstruction: public_field_research_name_is_human_readable",
|
| 1154 |
"status": "pass",
|
| 1155 |
+
"value": "Modality Feature Reconstruction",
|
| 1156 |
"raw_hits": []
|
| 1157 |
},
|
| 1158 |
{
|
| 1159 |
+
"name": "modality_reconstruction: public_field_plain_goal_is_human_readable",
|
| 1160 |
"status": "pass",
|
| 1161 |
+
"value": "Predict one modality feature block from other modality blocks.",
|
| 1162 |
"raw_hits": []
|
| 1163 |
},
|
| 1164 |
{
|
| 1165 |
+
"name": "modality_reconstruction: public_field_process_short_is_human_readable",
|
| 1166 |
"status": "pass",
|
| 1167 |
+
"value": "source-target split -> scaler -> regression head",
|
| 1168 |
"raw_hits": []
|
| 1169 |
},
|
| 1170 |
{
|
|
|
|
| 1244 |
"observed": "temporal_order"
|
| 1245 |
},
|
| 1246 |
{
|
| 1247 |
+
"name": "temporal_order: public_field_input_short_is_human_readable",
|
| 1248 |
"status": "pass",
|
| 1249 |
+
"value": "two adjacent windows plus difference vector",
|
| 1250 |
"raw_hits": []
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
+
"name": "temporal_order: public_field_card_blurb_is_human_readable",
|
| 1254 |
"status": "pass",
|
| 1255 |
+
"value": "Tell whether two neighboring windows are in chronological order or reversed.",
|
| 1256 |
"raw_hits": []
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
+
"name": "temporal_order: public_field_display_name_is_human_readable",
|
| 1260 |
"status": "pass",
|
| 1261 |
+
"value": "Temporal Order Verification",
|
| 1262 |
"raw_hits": []
|
| 1263 |
},
|
| 1264 |
{
|
| 1265 |
+
"name": "temporal_order: public_field_output_short_is_human_readable",
|
| 1266 |
"status": "pass",
|
| 1267 |
+
"value": "correct or reversed",
|
| 1268 |
"raw_hits": []
|
| 1269 |
},
|
| 1270 |
{
|
| 1271 |
+
"name": "temporal_order: public_field_research_name_is_human_readable",
|
| 1272 |
"status": "pass",
|
| 1273 |
+
"value": "Temporal Order Verification",
|
| 1274 |
"raw_hits": []
|
| 1275 |
},
|
| 1276 |
{
|
| 1277 |
+
"name": "temporal_order: public_field_plain_goal_is_human_readable",
|
| 1278 |
"status": "pass",
|
| 1279 |
+
"value": "Tell whether two nearby windows are in the correct time order.",
|
| 1280 |
"raw_hits": []
|
| 1281 |
},
|
| 1282 |
{
|
| 1283 |
+
"name": "temporal_order: public_field_process_short_is_human_readable",
|
| 1284 |
"status": "pass",
|
| 1285 |
+
"value": "pair builder -> feature combiner -> binary classifier",
|
| 1286 |
"raw_hits": []
|
| 1287 |
},
|
| 1288 |
{
|
|
|
|
| 1360 |
"observed": "misalignment_detection"
|
| 1361 |
},
|
| 1362 |
{
|
| 1363 |
+
"name": "misalignment_detection: public_field_input_short_is_human_readable",
|
| 1364 |
"status": "pass",
|
| 1365 |
+
"value": "motion-side and visual/depth-side feature groups",
|
| 1366 |
"raw_hits": []
|
| 1367 |
},
|
| 1368 |
{
|
| 1369 |
+
"name": "misalignment_detection: public_field_card_blurb_is_human_readable",
|
| 1370 |
"status": "pass",
|
| 1371 |
+
"value": "Detect whether motion and visual/depth streams have been artificially shifted out of sync.",
|
| 1372 |
"raw_hits": []
|
| 1373 |
},
|
| 1374 |
{
|
| 1375 |
+
"name": "misalignment_detection: public_field_display_name_is_human_readable",
|
| 1376 |
"status": "pass",
|
| 1377 |
+
"value": "Multimodal Synchronization Detection",
|
| 1378 |
"raw_hits": []
|
| 1379 |
},
|
| 1380 |
{
|
| 1381 |
+
"name": "misalignment_detection: public_field_output_short_is_human_readable",
|
| 1382 |
"status": "pass",
|
| 1383 |
+
"value": "aligned or shifted",
|
| 1384 |
"raw_hits": []
|
| 1385 |
},
|
| 1386 |
{
|
| 1387 |
+
"name": "misalignment_detection: public_field_research_name_is_human_readable",
|
| 1388 |
"status": "pass",
|
| 1389 |
+
"value": "Cross-Modal Misalignment Detection",
|
| 1390 |
"raw_hits": []
|
| 1391 |
},
|
| 1392 |
{
|
| 1393 |
+
"name": "misalignment_detection: public_field_plain_goal_is_human_readable",
|
| 1394 |
"status": "pass",
|
| 1395 |
+
"value": "Detect when modalities that should match are shifted out of sync.",
|
| 1396 |
"raw_hits": []
|
| 1397 |
},
|
| 1398 |
{
|
| 1399 |
+
"name": "misalignment_detection: public_field_process_short_is_human_readable",
|
| 1400 |
"status": "pass",
|
| 1401 |
+
"value": "aligned/shifted pairs -> feature combiner -> binary classifier",
|
| 1402 |
"raw_hits": []
|
| 1403 |
},
|
| 1404 |
{
|
data/website_integrity.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
-
"external_reference_count":
|
| 10 |
-
"json_files":
|
| 11 |
"image_assets_referenced": 22,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
@@ -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",
|
|
@@ -119,13 +119,13 @@
|
|
| 119 |
"name": "reader_resources_link_qwen_status",
|
| 120 |
"status": "pass",
|
| 121 |
"reason": "The website should expose the Qwen3-Omni scale-up status.",
|
| 122 |
-
"marker_count":
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"name": "roadmap_html_matches_json_phases",
|
| 126 |
"status": "pass",
|
| 127 |
"reason": "The roadmap section should show every stage defined in research_roadmap.json.",
|
| 128 |
-
"phase_count":
|
| 129 |
"missing_phase_names": [],
|
| 130 |
"roadmap_json_error": null
|
| 131 |
},
|
|
@@ -133,11 +133,12 @@
|
|
| 133 |
"name": "roadmap_status_chips_match_json",
|
| 134 |
"status": "pass",
|
| 135 |
"reason": "The roadmap status chips should match the phase statuses in research_roadmap.json.",
|
| 136 |
-
"phase_count":
|
| 137 |
"statuses": [
|
| 138 |
"implemented",
|
| 139 |
-
"
|
| 140 |
-
"
|
|
|
|
| 141 |
"next",
|
| 142 |
"planned",
|
| 143 |
"planned",
|
|
@@ -151,8 +152,8 @@
|
|
| 151 |
"status": "pass",
|
| 152 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 153 |
"overview_index": 67412,
|
| 154 |
-
"protocol_index":
|
| 155 |
-
"evidence_index":
|
| 156 |
},
|
| 157 |
{
|
| 158 |
"name": "evaluation_protocol_links_json",
|
|
@@ -226,7 +227,7 @@
|
|
| 226 |
{
|
| 227 |
"path": "index.html",
|
| 228 |
"id_count": 77,
|
| 229 |
-
"reference_count":
|
| 230 |
"image_count": 24
|
| 231 |
},
|
| 232 |
{
|
|
@@ -245,12 +246,12 @@
|
|
| 245 |
"json_files": [
|
| 246 |
{
|
| 247 |
"path": "data/additional_development_directions.json",
|
| 248 |
-
"bytes":
|
| 249 |
"top_level_type": "dict"
|
| 250 |
},
|
| 251 |
{
|
| 252 |
"path": "data/artifact_index.json",
|
| 253 |
-
"bytes":
|
| 254 |
"top_level_type": "dict"
|
| 255 |
},
|
| 256 |
{
|
|
@@ -265,12 +266,12 @@
|
|
| 265 |
},
|
| 266 |
{
|
| 267 |
"path": "data/evaluation_protocol.json",
|
| 268 |
-
"bytes":
|
| 269 |
"top_level_type": "dict"
|
| 270 |
},
|
| 271 |
{
|
| 272 |
"path": "data/evidence_contract.json",
|
| 273 |
-
"bytes":
|
| 274 |
"top_level_type": "dict"
|
| 275 |
},
|
| 276 |
{
|
|
@@ -280,7 +281,7 @@
|
|
| 280 |
},
|
| 281 |
{
|
| 282 |
"path": "data/foundation_model_plan.json",
|
| 283 |
-
"bytes":
|
| 284 |
"top_level_type": "dict"
|
| 285 |
},
|
| 286 |
{
|
|
@@ -290,7 +291,7 @@
|
|
| 290 |
},
|
| 291 |
{
|
| 292 |
"path": "data/mirror_parity.json",
|
| 293 |
-
"bytes":
|
| 294 |
"top_level_type": "dict"
|
| 295 |
},
|
| 296 |
{
|
|
@@ -298,24 +299,29 @@
|
|
| 298 |
"bytes": 3797,
|
| 299 |
"top_level_type": "dict"
|
| 300 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
{
|
| 302 |
"path": "data/project_brief.json",
|
| 303 |
-
"bytes":
|
| 304 |
"top_level_type": "dict"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
"path": "data/project_manifest.json",
|
| 308 |
-
"bytes":
|
| 309 |
"top_level_type": "dict"
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"path": "data/project_packet.json",
|
| 313 |
-
"bytes":
|
| 314 |
"top_level_type": "dict"
|
| 315 |
},
|
| 316 |
{
|
| 317 |
"path": "data/project_status.json",
|
| 318 |
-
"bytes":
|
| 319 |
"top_level_type": "dict"
|
| 320 |
},
|
| 321 |
{
|
|
@@ -340,7 +346,7 @@
|
|
| 340 |
},
|
| 341 |
{
|
| 342 |
"path": "data/reproducibility_matrix.json",
|
| 343 |
-
"bytes":
|
| 344 |
"top_level_type": "dict"
|
| 345 |
},
|
| 346 |
{
|
|
@@ -355,22 +361,22 @@
|
|
| 355 |
},
|
| 356 |
{
|
| 357 |
"path": "data/research_roadmap.json",
|
| 358 |
-
"bytes":
|
| 359 |
"top_level_type": "dict"
|
| 360 |
},
|
| 361 |
{
|
| 362 |
"path": "data/research_roadmap_interactive.json",
|
| 363 |
-
"bytes":
|
| 364 |
"top_level_type": "dict"
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"path": "data/research_takeaways.json",
|
| 368 |
-
"bytes":
|
| 369 |
"top_level_type": "dict"
|
| 370 |
},
|
| 371 |
{
|
| 372 |
"path": "data/scope_claims_audit.json",
|
| 373 |
-
"bytes":
|
| 374 |
"top_level_type": "dict"
|
| 375 |
},
|
| 376 |
{
|
|
@@ -385,7 +391,7 @@
|
|
| 385 |
},
|
| 386 |
{
|
| 387 |
"path": "data/summary_metrics.json",
|
| 388 |
-
"bytes":
|
| 389 |
"top_level_type": "dict"
|
| 390 |
},
|
| 391 |
{
|
|
@@ -400,7 +406,7 @@
|
|
| 400 |
},
|
| 401 |
{
|
| 402 |
"path": "data/website_integrity.json",
|
| 403 |
-
"bytes":
|
| 404 |
"top_level_type": "dict"
|
| 405 |
},
|
| 406 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:36:10+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 133,
|
| 9 |
+
"external_reference_count": 107,
|
| 10 |
+
"json_files": 34,
|
| 11 |
"image_assets_referenced": 22,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
+
"evidence_index": 89661
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
|
|
| 119 |
"name": "reader_resources_link_qwen_status",
|
| 120 |
"status": "pass",
|
| 121 |
"reason": "The website should expose the Qwen3-Omni scale-up status.",
|
| 122 |
+
"marker_count": 5
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"name": "roadmap_html_matches_json_phases",
|
| 126 |
"status": "pass",
|
| 127 |
"reason": "The roadmap section should show every stage defined in research_roadmap.json.",
|
| 128 |
+
"phase_count": 8,
|
| 129 |
"missing_phase_names": [],
|
| 130 |
"roadmap_json_error": null
|
| 131 |
},
|
|
|
|
| 133 |
"name": "roadmap_status_chips_match_json",
|
| 134 |
"status": "pass",
|
| 135 |
"reason": "The roadmap status chips should match the phase statuses in research_roadmap.json.",
|
| 136 |
+
"phase_count": 8,
|
| 137 |
"statuses": [
|
| 138 |
"implemented",
|
| 139 |
+
"implemented_for_first_pilot",
|
| 140 |
+
"verified_baseline",
|
| 141 |
+
"active_next_step",
|
| 142 |
"next",
|
| 143 |
"planned",
|
| 144 |
"planned",
|
|
|
|
| 152 |
"status": "pass",
|
| 153 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 154 |
"overview_index": 67412,
|
| 155 |
+
"protocol_index": 86399,
|
| 156 |
+
"evidence_index": 89661
|
| 157 |
},
|
| 158 |
{
|
| 159 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 227 |
{
|
| 228 |
"path": "index.html",
|
| 229 |
"id_count": 77,
|
| 230 |
+
"reference_count": 110,
|
| 231 |
"image_count": 24
|
| 232 |
},
|
| 233 |
{
|
|
|
|
| 246 |
"json_files": [
|
| 247 |
{
|
| 248 |
"path": "data/additional_development_directions.json",
|
| 249 |
+
"bytes": 6121,
|
| 250 |
"top_level_type": "dict"
|
| 251 |
},
|
| 252 |
{
|
| 253 |
"path": "data/artifact_index.json",
|
| 254 |
+
"bytes": 37736,
|
| 255 |
"top_level_type": "dict"
|
| 256 |
},
|
| 257 |
{
|
|
|
|
| 266 |
},
|
| 267 |
{
|
| 268 |
"path": "data/evaluation_protocol.json",
|
| 269 |
+
"bytes": 13788,
|
| 270 |
"top_level_type": "dict"
|
| 271 |
},
|
| 272 |
{
|
| 273 |
"path": "data/evidence_contract.json",
|
| 274 |
+
"bytes": 12219,
|
| 275 |
"top_level_type": "dict"
|
| 276 |
},
|
| 277 |
{
|
|
|
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"path": "data/foundation_model_plan.json",
|
| 284 |
+
"bytes": 13112,
|
| 285 |
"top_level_type": "dict"
|
| 286 |
},
|
| 287 |
{
|
|
|
|
| 291 |
},
|
| 292 |
{
|
| 293 |
"path": "data/mirror_parity.json",
|
| 294 |
+
"bytes": 111950,
|
| 295 |
"top_level_type": "dict"
|
| 296 |
},
|
| 297 |
{
|
|
|
|
| 299 |
"bytes": 3797,
|
| 300 |
"top_level_type": "dict"
|
| 301 |
},
|
| 302 |
+
{
|
| 303 |
+
"path": "data/omni_finetune_verified_result.json",
|
| 304 |
+
"bytes": 3145,
|
| 305 |
+
"top_level_type": "dict"
|
| 306 |
+
},
|
| 307 |
{
|
| 308 |
"path": "data/project_brief.json",
|
| 309 |
+
"bytes": 3752,
|
| 310 |
"top_level_type": "dict"
|
| 311 |
},
|
| 312 |
{
|
| 313 |
"path": "data/project_manifest.json",
|
| 314 |
+
"bytes": 4927,
|
| 315 |
"top_level_type": "dict"
|
| 316 |
},
|
| 317 |
{
|
| 318 |
"path": "data/project_packet.json",
|
| 319 |
+
"bytes": 7802,
|
| 320 |
"top_level_type": "dict"
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"path": "data/project_status.json",
|
| 324 |
+
"bytes": 10977,
|
| 325 |
"top_level_type": "dict"
|
| 326 |
},
|
| 327 |
{
|
|
|
|
| 346 |
},
|
| 347 |
{
|
| 348 |
"path": "data/reproducibility_matrix.json",
|
| 349 |
+
"bytes": 5223,
|
| 350 |
"top_level_type": "dict"
|
| 351 |
},
|
| 352 |
{
|
|
|
|
| 361 |
},
|
| 362 |
{
|
| 363 |
"path": "data/research_roadmap.json",
|
| 364 |
+
"bytes": 8981,
|
| 365 |
"top_level_type": "dict"
|
| 366 |
},
|
| 367 |
{
|
| 368 |
"path": "data/research_roadmap_interactive.json",
|
| 369 |
+
"bytes": 142418,
|
| 370 |
"top_level_type": "dict"
|
| 371 |
},
|
| 372 |
{
|
| 373 |
"path": "data/research_takeaways.json",
|
| 374 |
+
"bytes": 7102,
|
| 375 |
"top_level_type": "dict"
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"path": "data/scope_claims_audit.json",
|
| 379 |
+
"bytes": 20823,
|
| 380 |
"top_level_type": "dict"
|
| 381 |
},
|
| 382 |
{
|
|
|
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"path": "data/summary_metrics.json",
|
| 394 |
+
"bytes": 26028,
|
| 395 |
"top_level_type": "dict"
|
| 396 |
},
|
| 397 |
{
|
|
|
|
| 406 |
},
|
| 407 |
{
|
| 408 |
"path": "data/website_integrity.json",
|
| 409 |
+
"bytes": 15221,
|
| 410 |
"top_level_type": "dict"
|
| 411 |
},
|
| 412 |
{
|
docs/data/artifact_index.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"status": "pass",
|
| 5 |
-
"artifact_count":
|
| 6 |
"missing": [],
|
| 7 |
"by_kind": {
|
| 8 |
"project_path": 14,
|
|
|
|
| 9 |
"project_scope": 1,
|
| 10 |
"source_alignment": 5,
|
| 11 |
"publication_workflow": 3,
|
|
@@ -40,8 +41,8 @@
|
|
| 40 |
"surface": "repo_hf",
|
| 41 |
"shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
|
| 42 |
"exists": true,
|
| 43 |
-
"bytes":
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"id": "project_brief_json",
|
|
@@ -51,8 +52,8 @@
|
|
| 51 |
"surface": "website_hf",
|
| 52 |
"shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
|
| 53 |
"exists": true,
|
| 54 |
-
"bytes":
|
| 55 |
-
"sha256": "
|
| 56 |
},
|
| 57 |
{
|
| 58 |
"id": "project_status",
|
|
@@ -62,8 +63,8 @@
|
|
| 62 |
"surface": "repo_hf",
|
| 63 |
"shows": "Gives a compact current-state table for first-pass readers.",
|
| 64 |
"exists": true,
|
| 65 |
-
"bytes":
|
| 66 |
-
"sha256": "
|
| 67 |
},
|
| 68 |
{
|
| 69 |
"id": "project_status_json",
|
|
@@ -73,8 +74,8 @@
|
|
| 73 |
"surface": "website_hf",
|
| 74 |
"shows": "Machine-readable copy of the current project status for website and HF mirrors.",
|
| 75 |
"exists": true,
|
| 76 |
-
"bytes":
|
| 77 |
-
"sha256": "
|
| 78 |
},
|
| 79 |
{
|
| 80 |
"id": "research_roadmap",
|
|
@@ -84,8 +85,8 @@
|
|
| 84 |
"surface": "repo_hf",
|
| 85 |
"shows": "Defines the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
|
| 86 |
"exists": true,
|
| 87 |
-
"bytes":
|
| 88 |
-
"sha256": "
|
| 89 |
},
|
| 90 |
{
|
| 91 |
"id": "research_roadmap_json",
|
|
@@ -95,8 +96,8 @@
|
|
| 95 |
"surface": "website_hf",
|
| 96 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 97 |
"exists": true,
|
| 98 |
-
"bytes":
|
| 99 |
-
"sha256": "
|
| 100 |
},
|
| 101 |
{
|
| 102 |
"id": "foundation_model_plan",
|
|
@@ -117,8 +118,74 @@
|
|
| 117 |
"surface": "website_hf",
|
| 118 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 119 |
"exists": true,
|
| 120 |
-
"bytes":
|
| 121 |
-
"sha256": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
},
|
| 123 |
{
|
| 124 |
"id": "additional_development_directions",
|
|
@@ -128,8 +195,8 @@
|
|
| 128 |
"surface": "repo_hf",
|
| 129 |
"shows": "Records concrete non-backbone Xperience-10M development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer.",
|
| 130 |
"exists": true,
|
| 131 |
-
"bytes":
|
| 132 |
-
"sha256": "
|
| 133 |
},
|
| 134 |
{
|
| 135 |
"id": "additional_development_directions_json",
|
|
@@ -139,8 +206,8 @@
|
|
| 139 |
"surface": "website_hf",
|
| 140 |
"shows": "Machine-readable additional development directions for the website and Hugging Face mirrors.",
|
| 141 |
"exists": true,
|
| 142 |
-
"bytes":
|
| 143 |
-
"sha256": "
|
| 144 |
},
|
| 145 |
{
|
| 146 |
"id": "xperience_embodied_foundation_pretraining",
|
|
@@ -172,8 +239,8 @@
|
|
| 172 |
"surface": "website_hf",
|
| 173 |
"shows": "Gives a short project path with scope status and public surfaces.",
|
| 174 |
"exists": true,
|
| 175 |
-
"bytes":
|
| 176 |
-
"sha256": "
|
| 177 |
},
|
| 178 |
{
|
| 179 |
"id": "artifact_guide",
|
|
@@ -183,8 +250,8 @@
|
|
| 183 |
"surface": "repo_hf",
|
| 184 |
"shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
|
| 185 |
"exists": true,
|
| 186 |
-
"bytes":
|
| 187 |
-
"sha256": "
|
| 188 |
},
|
| 189 |
{
|
| 190 |
"id": "official_dataset_card_alignment",
|
|
@@ -249,8 +316,8 @@
|
|
| 249 |
"surface": "repo_hf",
|
| 250 |
"shows": "Publishes prepared Space, artifact dataset, and model bundles, including an explicit model-binary upload batch.",
|
| 251 |
"exists": true,
|
| 252 |
-
"bytes":
|
| 253 |
-
"sha256": "
|
| 254 |
},
|
| 255 |
{
|
| 256 |
"id": "github_package_dockerfile",
|
|
@@ -282,8 +349,8 @@
|
|
| 282 |
"surface": "repo_hf",
|
| 283 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 284 |
"exists": true,
|
| 285 |
-
"bytes":
|
| 286 |
-
"sha256": "
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"id": "evaluation_protocol_json",
|
|
@@ -293,8 +360,8 @@
|
|
| 293 |
"surface": "website_hf",
|
| 294 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 295 |
"exists": true,
|
| 296 |
-
"bytes":
|
| 297 |
-
"sha256": "
|
| 298 |
},
|
| 299 |
{
|
| 300 |
"id": "evaluation_protocol_builder",
|
|
@@ -304,8 +371,8 @@
|
|
| 304 |
"surface": "repo_hf",
|
| 305 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 306 |
"exists": true,
|
| 307 |
-
"bytes":
|
| 308 |
-
"sha256": "
|
| 309 |
},
|
| 310 |
{
|
| 311 |
"id": "research_takeaways",
|
|
@@ -315,8 +382,8 @@
|
|
| 315 |
"surface": "repo_hf",
|
| 316 |
"shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
|
| 317 |
"exists": true,
|
| 318 |
-
"bytes":
|
| 319 |
-
"sha256": "
|
| 320 |
},
|
| 321 |
{
|
| 322 |
"id": "research_takeaways_json",
|
|
@@ -326,8 +393,8 @@
|
|
| 326 |
"surface": "website_hf",
|
| 327 |
"shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
|
| 328 |
"exists": true,
|
| 329 |
-
"bytes":
|
| 330 |
-
"sha256": "
|
| 331 |
},
|
| 332 |
{
|
| 333 |
"id": "research_takeaways_builder",
|
|
@@ -337,8 +404,8 @@
|
|
| 337 |
"surface": "repo_hf",
|
| 338 |
"shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
|
| 339 |
"exists": true,
|
| 340 |
-
"bytes":
|
| 341 |
-
"sha256": "
|
| 342 |
},
|
| 343 |
{
|
| 344 |
"id": "audio_ablation_script",
|
|
@@ -606,8 +673,8 @@
|
|
| 606 |
"surface": "repo_hf",
|
| 607 |
"shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
|
| 608 |
"exists": true,
|
| 609 |
-
"bytes":
|
| 610 |
-
"sha256": "
|
| 611 |
},
|
| 612 |
{
|
| 613 |
"id": "reproducibility_matrix",
|
|
@@ -617,8 +684,8 @@
|
|
| 617 |
"surface": "website_hf",
|
| 618 |
"shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
|
| 619 |
"exists": true,
|
| 620 |
-
"bytes":
|
| 621 |
-
"sha256": "
|
| 622 |
},
|
| 623 |
{
|
| 624 |
"id": "artifact_index_builder",
|
|
@@ -628,8 +695,8 @@
|
|
| 628 |
"surface": "repo_hf",
|
| 629 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 630 |
"exists": true,
|
| 631 |
-
"bytes":
|
| 632 |
-
"sha256": "
|
| 633 |
},
|
| 634 |
{
|
| 635 |
"id": "publication_audit",
|
|
@@ -652,7 +719,7 @@
|
|
| 652 |
"volatile": true,
|
| 653 |
"shows": "Separates setup paths from completed held-out-episode results.",
|
| 654 |
"exists": true,
|
| 655 |
-
"bytes":
|
| 656 |
"hash_policy": "existence_and_size_only"
|
| 657 |
},
|
| 658 |
{
|
|
@@ -664,7 +731,7 @@
|
|
| 664 |
"volatile": true,
|
| 665 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 666 |
"exists": true,
|
| 667 |
-
"bytes":
|
| 668 |
"hash_policy": "existence_and_size_only"
|
| 669 |
},
|
| 670 |
{
|
|
@@ -676,7 +743,7 @@
|
|
| 676 |
"volatile": true,
|
| 677 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 678 |
"exists": true,
|
| 679 |
-
"bytes":
|
| 680 |
"hash_policy": "existence_and_size_only"
|
| 681 |
},
|
| 682 |
{
|
|
@@ -687,8 +754,8 @@
|
|
| 687 |
"surface": "website_hf",
|
| 688 |
"shows": "Lists public URLs, upstream sources, and machine-readable project metadata.",
|
| 689 |
"exists": true,
|
| 690 |
-
"bytes":
|
| 691 |
-
"sha256": "
|
| 692 |
},
|
| 693 |
{
|
| 694 |
"id": "task_summary",
|
|
@@ -709,8 +776,8 @@
|
|
| 709 |
"surface": "website_hf",
|
| 710 |
"shows": "Mirrors task metrics for the static dashboard.",
|
| 711 |
"exists": true,
|
| 712 |
-
"bytes":
|
| 713 |
-
"sha256": "
|
| 714 |
},
|
| 715 |
{
|
| 716 |
"id": "feature_manifest",
|
|
@@ -850,10 +917,10 @@
|
|
| 850 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 851 |
"kind": "scaleup_status",
|
| 852 |
"surface": "repo_hf",
|
| 853 |
-
"shows": "Summarizes the
|
| 854 |
"exists": true,
|
| 855 |
-
"bytes":
|
| 856 |
-
"sha256": "
|
| 857 |
},
|
| 858 |
{
|
| 859 |
"id": "multi_episode_access_status",
|
|
@@ -863,8 +930,8 @@
|
|
| 863 |
"surface": "repo_hf",
|
| 864 |
"shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
|
| 865 |
"exists": true,
|
| 866 |
-
"bytes":
|
| 867 |
-
"sha256": "
|
| 868 |
},
|
| 869 |
{
|
| 870 |
"id": "citation",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:42+00:00",
|
| 4 |
"status": "pass",
|
| 5 |
+
"artifact_count": 83,
|
| 6 |
"missing": [],
|
| 7 |
"by_kind": {
|
| 8 |
"project_path": 14,
|
| 9 |
+
"scaleup_contract": 6,
|
| 10 |
"project_scope": 1,
|
| 11 |
"source_alignment": 5,
|
| 12 |
"publication_workflow": 3,
|
|
|
|
| 41 |
"surface": "repo_hf",
|
| 42 |
"shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
|
| 43 |
"exists": true,
|
| 44 |
+
"bytes": 3829,
|
| 45 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"id": "project_brief_json",
|
|
|
|
| 52 |
"surface": "website_hf",
|
| 53 |
"shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
|
| 54 |
"exists": true,
|
| 55 |
+
"bytes": 3752,
|
| 56 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"id": "project_status",
|
|
|
|
| 63 |
"surface": "repo_hf",
|
| 64 |
"shows": "Gives a compact current-state table for first-pass readers.",
|
| 65 |
"exists": true,
|
| 66 |
+
"bytes": 8534,
|
| 67 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 68 |
},
|
| 69 |
{
|
| 70 |
"id": "project_status_json",
|
|
|
|
| 74 |
"surface": "website_hf",
|
| 75 |
"shows": "Machine-readable copy of the current project status for website and HF mirrors.",
|
| 76 |
"exists": true,
|
| 77 |
+
"bytes": 10977,
|
| 78 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"id": "research_roadmap",
|
|
|
|
| 85 |
"surface": "repo_hf",
|
| 86 |
"shows": "Defines the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
|
| 87 |
"exists": true,
|
| 88 |
+
"bytes": 11244,
|
| 89 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"id": "research_roadmap_json",
|
|
|
|
| 96 |
"surface": "website_hf",
|
| 97 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 98 |
"exists": true,
|
| 99 |
+
"bytes": 8981,
|
| 100 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 101 |
},
|
| 102 |
{
|
| 103 |
"id": "foundation_model_plan",
|
|
|
|
| 118 |
"surface": "website_hf",
|
| 119 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 120 |
"exists": true,
|
| 121 |
+
"bytes": 13112,
|
| 122 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"id": "omni_model_extension_contract",
|
| 126 |
+
"title": "Omni model extension contract",
|
| 127 |
+
"path": "OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 128 |
+
"kind": "scaleup_contract",
|
| 129 |
+
"surface": "repo_hf",
|
| 130 |
+
"shows": "Defines the shared manifest, episode split, held-out evaluation, packaging, and public-safety rules for Qwen3-Omni, Cosmos-style, and VLA/policy model branches.",
|
| 131 |
+
"exists": true,
|
| 132 |
+
"bytes": 8900,
|
| 133 |
+
"sha256": "c4e51d0aa7536045c229418603a67c6b3c5f31c9d756ca7395cb0c9455f0ed6d"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "omni_backbone_registry_configs",
|
| 137 |
+
"title": "Omni backbone registry configs",
|
| 138 |
+
"path": "configs/omni_backbones",
|
| 139 |
+
"kind": "scaleup_contract",
|
| 140 |
+
"surface": "repo_hf",
|
| 141 |
+
"shows": "Stores the implemented Qwen3-Omni LoRA contract and planned Cosmos-style world-model and VLA/policy branch contracts.",
|
| 142 |
+
"exists": true,
|
| 143 |
+
"file_count": 3,
|
| 144 |
+
"bytes": 8904
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": "omni_backbone_registry_validator",
|
| 148 |
+
"title": "Omni backbone registry validator",
|
| 149 |
+
"path": "scripts/omni/backbone_registry.py",
|
| 150 |
+
"kind": "scaleup_contract",
|
| 151 |
+
"surface": "repo_hf",
|
| 152 |
+
"shows": "Validates backbone ids, split defaults, leakage guards, required metrics, required files, and forbidden public package categories.",
|
| 153 |
+
"exists": true,
|
| 154 |
+
"bytes": 8740,
|
| 155 |
+
"sha256": "3bc9eeb47471fb995f767d5420a556a95413c1cb2d8b3ea9d2805429df55beb8"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"id": "omni_model_neutral_window_index_exporter",
|
| 159 |
+
"title": "Model-neutral window index exporter",
|
| 160 |
+
"path": "scripts/omni/export_model_neutral_window_index.py",
|
| 161 |
+
"kind": "scaleup_contract",
|
| 162 |
+
"surface": "repo_hf",
|
| 163 |
+
"shows": "Converts Qwen JSONL records into a model-neutral window index with Qwen, Cosmos-style, and policy/VLA adapter views.",
|
| 164 |
+
"exists": true,
|
| 165 |
+
"bytes": 8540,
|
| 166 |
+
"sha256": "ec6dd4fcdc1c9a90566a59ef118f7ed5b78ebf8843752873aea8ae8b5f71a34d"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"id": "omni_backbone_scaffolder",
|
| 170 |
+
"title": "Omni backbone scaffolder",
|
| 171 |
+
"path": "scripts/omni/scaffold_omni_backbone.py",
|
| 172 |
+
"kind": "scaleup_contract",
|
| 173 |
+
"surface": "repo_hf",
|
| 174 |
+
"shows": "Creates a validated planned-backbone config from an existing contract template so new model families inherit the shared rules.",
|
| 175 |
+
"exists": true,
|
| 176 |
+
"bytes": 4809,
|
| 177 |
+
"sha256": "2cd34a7db1510392c6caba735fb903b2a6b78aeff8a748ebf20bcd372b0f8f2d"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"id": "omni_backbone_packaging_smoke",
|
| 181 |
+
"title": "Omni backbone packaging smoke test",
|
| 182 |
+
"path": "scripts/omni/smoke_test_backbone_packaging.py",
|
| 183 |
+
"kind": "scaleup_contract",
|
| 184 |
+
"surface": "repo_hf",
|
| 185 |
+
"shows": "Builds synthetic verified packages for every configured backbone and audits them against the public-safe package contract.",
|
| 186 |
+
"exists": true,
|
| 187 |
+
"bytes": 6519,
|
| 188 |
+
"sha256": "a3773fc681e298325e2be80556d6be6e7e30b90ba22ee24b66633f07ff9c4ea4"
|
| 189 |
},
|
| 190 |
{
|
| 191 |
"id": "additional_development_directions",
|
|
|
|
| 195 |
"surface": "repo_hf",
|
| 196 |
"shows": "Records concrete non-backbone Xperience-10M development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer.",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 3137,
|
| 199 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 200 |
},
|
| 201 |
{
|
| 202 |
"id": "additional_development_directions_json",
|
|
|
|
| 206 |
"surface": "website_hf",
|
| 207 |
"shows": "Machine-readable additional development directions for the website and Hugging Face mirrors.",
|
| 208 |
"exists": true,
|
| 209 |
+
"bytes": 6121,
|
| 210 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"id": "xperience_embodied_foundation_pretraining",
|
|
|
|
| 239 |
"surface": "website_hf",
|
| 240 |
"shows": "Gives a short project path with scope status and public surfaces.",
|
| 241 |
"exists": true,
|
| 242 |
+
"bytes": 7802,
|
| 243 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 244 |
},
|
| 245 |
{
|
| 246 |
"id": "artifact_guide",
|
|
|
|
| 250 |
"surface": "repo_hf",
|
| 251 |
"shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
|
| 252 |
"exists": true,
|
| 253 |
+
"bytes": 15660,
|
| 254 |
+
"sha256": "a9ad335b82c35a5ac102428663ffae1c8798e90e45cc5e795c3a499b4563b417"
|
| 255 |
},
|
| 256 |
{
|
| 257 |
"id": "official_dataset_card_alignment",
|
|
|
|
| 316 |
"surface": "repo_hf",
|
| 317 |
"shows": "Publishes prepared Space, artifact dataset, and model bundles, including an explicit model-binary upload batch.",
|
| 318 |
"exists": true,
|
| 319 |
+
"bytes": 15927,
|
| 320 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"id": "github_package_dockerfile",
|
|
|
|
| 349 |
"surface": "repo_hf",
|
| 350 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 351 |
"exists": true,
|
| 352 |
+
"bytes": 6003,
|
| 353 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 354 |
},
|
| 355 |
{
|
| 356 |
"id": "evaluation_protocol_json",
|
|
|
|
| 360 |
"surface": "website_hf",
|
| 361 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 362 |
"exists": true,
|
| 363 |
+
"bytes": 13788,
|
| 364 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"id": "evaluation_protocol_builder",
|
|
|
|
| 371 |
"surface": "repo_hf",
|
| 372 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 373 |
"exists": true,
|
| 374 |
+
"bytes": 16289,
|
| 375 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"id": "research_takeaways",
|
|
|
|
| 382 |
"surface": "repo_hf",
|
| 383 |
"shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
|
| 384 |
"exists": true,
|
| 385 |
+
"bytes": 5101,
|
| 386 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 387 |
},
|
| 388 |
{
|
| 389 |
"id": "research_takeaways_json",
|
|
|
|
| 393 |
"surface": "website_hf",
|
| 394 |
"shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
|
| 395 |
"exists": true,
|
| 396 |
+
"bytes": 7102,
|
| 397 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 398 |
},
|
| 399 |
{
|
| 400 |
"id": "research_takeaways_builder",
|
|
|
|
| 404 |
"surface": "repo_hf",
|
| 405 |
"shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
|
| 406 |
"exists": true,
|
| 407 |
+
"bytes": 13503,
|
| 408 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 409 |
},
|
| 410 |
{
|
| 411 |
"id": "audio_ablation_script",
|
|
|
|
| 673 |
"surface": "repo_hf",
|
| 674 |
"shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
|
| 675 |
"exists": true,
|
| 676 |
+
"bytes": 6523,
|
| 677 |
+
"sha256": "fd6a1af61a8767d45bc5f197330e6bbf4ee45d9eda8cea7be21f9c1b8c600c9d"
|
| 678 |
},
|
| 679 |
{
|
| 680 |
"id": "reproducibility_matrix",
|
|
|
|
| 684 |
"surface": "website_hf",
|
| 685 |
"shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
|
| 686 |
"exists": true,
|
| 687 |
+
"bytes": 5223,
|
| 688 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 689 |
},
|
| 690 |
{
|
| 691 |
"id": "artifact_index_builder",
|
|
|
|
| 695 |
"surface": "repo_hf",
|
| 696 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 697 |
"exists": true,
|
| 698 |
+
"bytes": 30785,
|
| 699 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 700 |
},
|
| 701 |
{
|
| 702 |
"id": "publication_audit",
|
|
|
|
| 719 |
"volatile": true,
|
| 720 |
"shows": "Separates setup paths from completed held-out-episode results.",
|
| 721 |
"exists": true,
|
| 722 |
+
"bytes": 20823,
|
| 723 |
"hash_policy": "existence_and_size_only"
|
| 724 |
},
|
| 725 |
{
|
|
|
|
| 731 |
"volatile": true,
|
| 732 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 733 |
"exists": true,
|
| 734 |
+
"bytes": 111950,
|
| 735 |
"hash_policy": "existence_and_size_only"
|
| 736 |
},
|
| 737 |
{
|
|
|
|
| 743 |
"volatile": true,
|
| 744 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 745 |
"exists": true,
|
| 746 |
+
"bytes": 15221,
|
| 747 |
"hash_policy": "existence_and_size_only"
|
| 748 |
},
|
| 749 |
{
|
|
|
|
| 754 |
"surface": "website_hf",
|
| 755 |
"shows": "Lists public URLs, upstream sources, and machine-readable project metadata.",
|
| 756 |
"exists": true,
|
| 757 |
+
"bytes": 4927,
|
| 758 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 759 |
},
|
| 760 |
{
|
| 761 |
"id": "task_summary",
|
|
|
|
| 776 |
"surface": "website_hf",
|
| 777 |
"shows": "Mirrors task metrics for the static dashboard.",
|
| 778 |
"exists": true,
|
| 779 |
+
"bytes": 26028,
|
| 780 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 781 |
},
|
| 782 |
{
|
| 783 |
"id": "feature_manifest",
|
|
|
|
| 917 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 918 |
"kind": "scaleup_status",
|
| 919 |
"surface": "repo_hf",
|
| 920 |
+
"shows": "Summarizes the data-readiness checks required before a held-out Qwen3-Omni pilot can report metrics.",
|
| 921 |
"exists": true,
|
| 922 |
+
"bytes": 3499,
|
| 923 |
+
"sha256": "c2999f0ea75765c8da3b94aa54d8a9628edd687a0fe38c09d2582f578f2b1ba7"
|
| 924 |
},
|
| 925 |
{
|
| 926 |
"id": "multi_episode_access_status",
|
|
|
|
| 930 |
"surface": "repo_hf",
|
| 931 |
"shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
|
| 932 |
"exists": true,
|
| 933 |
+
"bytes": 3076,
|
| 934 |
+
"sha256": "23b87581cfc1d95b0af118a0dbb4e601f42fc6bad608759490e13a9a1ef73205"
|
| 935 |
},
|
| 936 |
{
|
| 937 |
"id": "citation",
|
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 |
},
|
|
@@ -40,27 +40,27 @@
|
|
| 40 |
"local": {
|
| 41 |
"path": "repo:docs/data/additional_development_directions.json",
|
| 42 |
"exists": true,
|
| 43 |
-
"bytes":
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
"mirrors": {
|
| 47 |
"hf_space": {
|
| 48 |
"path": "hf_space:data/additional_development_directions.json",
|
| 49 |
"exists": true,
|
| 50 |
-
"bytes":
|
| 51 |
-
"sha256": "
|
| 52 |
},
|
| 53 |
"hf_artifacts": {
|
| 54 |
"path": "hf_artifacts:docs/data/additional_development_directions.json",
|
| 55 |
"exists": true,
|
| 56 |
-
"bytes":
|
| 57 |
-
"sha256": "
|
| 58 |
},
|
| 59 |
"hf_model": {
|
| 60 |
"path": "hf_model:metrics/additional_development_directions.json",
|
| 61 |
"exists": true,
|
| 62 |
-
"bytes":
|
| 63 |
-
"sha256": "
|
| 64 |
}
|
| 65 |
},
|
| 66 |
"failures": []
|
|
@@ -102,27 +102,27 @@
|
|
| 102 |
"local": {
|
| 103 |
"path": "repo:docs/data/artifact_index.json",
|
| 104 |
"exists": true,
|
| 105 |
-
"bytes":
|
| 106 |
-
"sha256": "
|
| 107 |
},
|
| 108 |
"mirrors": {
|
| 109 |
"hf_space": {
|
| 110 |
"path": "hf_space:data/artifact_index.json",
|
| 111 |
"exists": true,
|
| 112 |
-
"bytes":
|
| 113 |
-
"sha256": "
|
| 114 |
},
|
| 115 |
"hf_artifacts": {
|
| 116 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 117 |
"exists": true,
|
| 118 |
-
"bytes":
|
| 119 |
-
"sha256": "
|
| 120 |
},
|
| 121 |
"hf_model": {
|
| 122 |
"path": "hf_model:metrics/artifact_index.json",
|
| 123 |
"exists": true,
|
| 124 |
-
"bytes":
|
| 125 |
-
"sha256": "
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"failures": []
|
|
@@ -164,27 +164,27 @@
|
|
| 164 |
"local": {
|
| 165 |
"path": "repo:docs/data/evidence_contract.json",
|
| 166 |
"exists": true,
|
| 167 |
-
"bytes":
|
| 168 |
-
"sha256": "
|
| 169 |
},
|
| 170 |
"mirrors": {
|
| 171 |
"hf_space": {
|
| 172 |
"path": "hf_space:data/evidence_contract.json",
|
| 173 |
"exists": true,
|
| 174 |
-
"bytes":
|
| 175 |
-
"sha256": "
|
| 176 |
},
|
| 177 |
"hf_artifacts": {
|
| 178 |
"path": "hf_artifacts:docs/data/evidence_contract.json",
|
| 179 |
"exists": true,
|
| 180 |
-
"bytes":
|
| 181 |
-
"sha256": "
|
| 182 |
},
|
| 183 |
"hf_model": {
|
| 184 |
"path": "hf_model:metrics/evidence_contract.json",
|
| 185 |
"exists": true,
|
| 186 |
-
"bytes":
|
| 187 |
-
"sha256": "
|
| 188 |
}
|
| 189 |
},
|
| 190 |
"failures": []
|
|
@@ -195,27 +195,27 @@
|
|
| 195 |
"local": {
|
| 196 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 197 |
"exists": true,
|
| 198 |
-
"bytes":
|
| 199 |
-
"sha256": "
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"hf_space": {
|
| 203 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 204 |
"exists": true,
|
| 205 |
-
"bytes":
|
| 206 |
-
"sha256": "
|
| 207 |
},
|
| 208 |
"hf_artifacts": {
|
| 209 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 210 |
"exists": true,
|
| 211 |
-
"bytes":
|
| 212 |
-
"sha256": "
|
| 213 |
},
|
| 214 |
"hf_model": {
|
| 215 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 216 |
"exists": true,
|
| 217 |
-
"bytes":
|
| 218 |
-
"sha256": "
|
| 219 |
}
|
| 220 |
},
|
| 221 |
"failures": []
|
|
@@ -257,27 +257,27 @@
|
|
| 257 |
"local": {
|
| 258 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 259 |
"exists": true,
|
| 260 |
-
"bytes":
|
| 261 |
-
"sha256": "
|
| 262 |
},
|
| 263 |
"mirrors": {
|
| 264 |
"hf_space": {
|
| 265 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 266 |
"exists": true,
|
| 267 |
-
"bytes":
|
| 268 |
-
"sha256": "
|
| 269 |
},
|
| 270 |
"hf_artifacts": {
|
| 271 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 272 |
"exists": true,
|
| 273 |
-
"bytes":
|
| 274 |
-
"sha256": "
|
| 275 |
},
|
| 276 |
"hf_model": {
|
| 277 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 278 |
"exists": true,
|
| 279 |
-
"bytes":
|
| 280 |
-
"sha256": "
|
| 281 |
}
|
| 282 |
},
|
| 283 |
"failures": []
|
|
@@ -344,33 +344,64 @@
|
|
| 344 |
},
|
| 345 |
"failures": []
|
| 346 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
{
|
| 348 |
"name": "data/project_brief.json",
|
| 349 |
"status": "pass",
|
| 350 |
"local": {
|
| 351 |
"path": "repo:docs/data/project_brief.json",
|
| 352 |
"exists": true,
|
| 353 |
-
"bytes":
|
| 354 |
-
"sha256": "
|
| 355 |
},
|
| 356 |
"mirrors": {
|
| 357 |
"hf_space": {
|
| 358 |
"path": "hf_space:data/project_brief.json",
|
| 359 |
"exists": true,
|
| 360 |
-
"bytes":
|
| 361 |
-
"sha256": "
|
| 362 |
},
|
| 363 |
"hf_artifacts": {
|
| 364 |
"path": "hf_artifacts:docs/data/project_brief.json",
|
| 365 |
"exists": true,
|
| 366 |
-
"bytes":
|
| 367 |
-
"sha256": "
|
| 368 |
},
|
| 369 |
"hf_model": {
|
| 370 |
"path": "hf_model:metrics/project_brief.json",
|
| 371 |
"exists": true,
|
| 372 |
-
"bytes":
|
| 373 |
-
"sha256": "
|
| 374 |
}
|
| 375 |
},
|
| 376 |
"failures": []
|
|
@@ -381,27 +412,27 @@
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/project_manifest.json",
|
| 383 |
"exists": true,
|
| 384 |
-
"bytes":
|
| 385 |
-
"sha256": "
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/project_manifest.json",
|
| 390 |
"exists": true,
|
| 391 |
-
"bytes":
|
| 392 |
-
"sha256": "
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/project_manifest.json",
|
| 396 |
"exists": true,
|
| 397 |
-
"bytes":
|
| 398 |
-
"sha256": "
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/project_manifest.json",
|
| 402 |
"exists": true,
|
| 403 |
-
"bytes":
|
| 404 |
-
"sha256": "
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
@@ -412,27 +443,27 @@
|
|
| 412 |
"local": {
|
| 413 |
"path": "repo:docs/data/project_packet.json",
|
| 414 |
"exists": true,
|
| 415 |
-
"bytes":
|
| 416 |
-
"sha256": "
|
| 417 |
},
|
| 418 |
"mirrors": {
|
| 419 |
"hf_space": {
|
| 420 |
"path": "hf_space:data/project_packet.json",
|
| 421 |
"exists": true,
|
| 422 |
-
"bytes":
|
| 423 |
-
"sha256": "
|
| 424 |
},
|
| 425 |
"hf_artifacts": {
|
| 426 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 427 |
"exists": true,
|
| 428 |
-
"bytes":
|
| 429 |
-
"sha256": "
|
| 430 |
},
|
| 431 |
"hf_model": {
|
| 432 |
"path": "hf_model:metrics/project_packet.json",
|
| 433 |
"exists": true,
|
| 434 |
-
"bytes":
|
| 435 |
-
"sha256": "
|
| 436 |
}
|
| 437 |
},
|
| 438 |
"failures": []
|
|
@@ -443,27 +474,27 @@
|
|
| 443 |
"local": {
|
| 444 |
"path": "repo:docs/data/project_status.json",
|
| 445 |
"exists": true,
|
| 446 |
-
"bytes":
|
| 447 |
-
"sha256": "
|
| 448 |
},
|
| 449 |
"mirrors": {
|
| 450 |
"hf_space": {
|
| 451 |
"path": "hf_space:data/project_status.json",
|
| 452 |
"exists": true,
|
| 453 |
-
"bytes":
|
| 454 |
-
"sha256": "
|
| 455 |
},
|
| 456 |
"hf_artifacts": {
|
| 457 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 458 |
"exists": true,
|
| 459 |
-
"bytes":
|
| 460 |
-
"sha256": "
|
| 461 |
},
|
| 462 |
"hf_model": {
|
| 463 |
"path": "hf_model:metrics/project_status.json",
|
| 464 |
"exists": true,
|
| 465 |
-
"bytes":
|
| 466 |
-
"sha256": "
|
| 467 |
}
|
| 468 |
},
|
| 469 |
"failures": []
|
|
@@ -475,26 +506,26 @@
|
|
| 475 |
"path": "repo:docs/data/publication_audit.json",
|
| 476 |
"exists": true,
|
| 477 |
"bytes": 7237,
|
| 478 |
-
"sha256": "
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/publication_audit.json",
|
| 483 |
"exists": true,
|
| 484 |
"bytes": 7237,
|
| 485 |
-
"sha256": "
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 489 |
"exists": true,
|
| 490 |
"bytes": 7237,
|
| 491 |
-
"sha256": "
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/publication_audit.json",
|
| 495 |
"exists": true,
|
| 496 |
"bytes": 7237,
|
| 497 |
-
"sha256": "
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
@@ -598,27 +629,27 @@
|
|
| 598 |
"local": {
|
| 599 |
"path": "repo:docs/data/reproducibility_matrix.json",
|
| 600 |
"exists": true,
|
| 601 |
-
"bytes":
|
| 602 |
-
"sha256": "
|
| 603 |
},
|
| 604 |
"mirrors": {
|
| 605 |
"hf_space": {
|
| 606 |
"path": "hf_space:data/reproducibility_matrix.json",
|
| 607 |
"exists": true,
|
| 608 |
-
"bytes":
|
| 609 |
-
"sha256": "
|
| 610 |
},
|
| 611 |
"hf_artifacts": {
|
| 612 |
"path": "hf_artifacts:docs/data/reproducibility_matrix.json",
|
| 613 |
"exists": true,
|
| 614 |
-
"bytes":
|
| 615 |
-
"sha256": "
|
| 616 |
},
|
| 617 |
"hf_model": {
|
| 618 |
"path": "hf_model:metrics/reproducibility_matrix.json",
|
| 619 |
"exists": true,
|
| 620 |
-
"bytes":
|
| 621 |
-
"sha256": "
|
| 622 |
}
|
| 623 |
},
|
| 624 |
"failures": []
|
|
@@ -629,27 +660,27 @@
|
|
| 629 |
"local": {
|
| 630 |
"path": "repo:docs/data/research_roadmap.json",
|
| 631 |
"exists": true,
|
| 632 |
-
"bytes":
|
| 633 |
-
"sha256": "
|
| 634 |
},
|
| 635 |
"mirrors": {
|
| 636 |
"hf_space": {
|
| 637 |
"path": "hf_space:data/research_roadmap.json",
|
| 638 |
"exists": true,
|
| 639 |
-
"bytes":
|
| 640 |
-
"sha256": "
|
| 641 |
},
|
| 642 |
"hf_artifacts": {
|
| 643 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 644 |
"exists": true,
|
| 645 |
-
"bytes":
|
| 646 |
-
"sha256": "
|
| 647 |
},
|
| 648 |
"hf_model": {
|
| 649 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 650 |
"exists": true,
|
| 651 |
-
"bytes":
|
| 652 |
-
"sha256": "
|
| 653 |
}
|
| 654 |
},
|
| 655 |
"failures": []
|
|
@@ -660,27 +691,27 @@
|
|
| 660 |
"local": {
|
| 661 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 662 |
"exists": true,
|
| 663 |
-
"bytes":
|
| 664 |
-
"sha256": "
|
| 665 |
},
|
| 666 |
"mirrors": {
|
| 667 |
"hf_space": {
|
| 668 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 669 |
"exists": true,
|
| 670 |
-
"bytes":
|
| 671 |
-
"sha256": "
|
| 672 |
},
|
| 673 |
"hf_artifacts": {
|
| 674 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 675 |
"exists": true,
|
| 676 |
-
"bytes":
|
| 677 |
-
"sha256": "
|
| 678 |
},
|
| 679 |
"hf_model": {
|
| 680 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 681 |
"exists": true,
|
| 682 |
-
"bytes":
|
| 683 |
-
"sha256": "
|
| 684 |
}
|
| 685 |
},
|
| 686 |
"failures": []
|
|
@@ -691,27 +722,27 @@
|
|
| 691 |
"local": {
|
| 692 |
"path": "repo:docs/data/research_takeaways.json",
|
| 693 |
"exists": true,
|
| 694 |
-
"bytes":
|
| 695 |
-
"sha256": "
|
| 696 |
},
|
| 697 |
"mirrors": {
|
| 698 |
"hf_space": {
|
| 699 |
"path": "hf_space:data/research_takeaways.json",
|
| 700 |
"exists": true,
|
| 701 |
-
"bytes":
|
| 702 |
-
"sha256": "
|
| 703 |
},
|
| 704 |
"hf_artifacts": {
|
| 705 |
"path": "hf_artifacts:docs/data/research_takeaways.json",
|
| 706 |
"exists": true,
|
| 707 |
-
"bytes":
|
| 708 |
-
"sha256": "
|
| 709 |
},
|
| 710 |
"hf_model": {
|
| 711 |
"path": "hf_model:metrics/research_takeaways.json",
|
| 712 |
"exists": true,
|
| 713 |
-
"bytes":
|
| 714 |
-
"sha256": "
|
| 715 |
}
|
| 716 |
},
|
| 717 |
"failures": []
|
|
@@ -784,27 +815,27 @@
|
|
| 784 |
"local": {
|
| 785 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 786 |
"exists": true,
|
| 787 |
-
"bytes":
|
| 788 |
-
"sha256": "
|
| 789 |
},
|
| 790 |
"mirrors": {
|
| 791 |
"hf_space": {
|
| 792 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 793 |
"exists": true,
|
| 794 |
-
"bytes":
|
| 795 |
-
"sha256": "
|
| 796 |
},
|
| 797 |
"hf_artifacts": {
|
| 798 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 799 |
"exists": true,
|
| 800 |
-
"bytes":
|
| 801 |
-
"sha256": "
|
| 802 |
},
|
| 803 |
"hf_model": {
|
| 804 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 805 |
"exists": true,
|
| 806 |
-
"bytes":
|
| 807 |
-
"sha256": "
|
| 808 |
}
|
| 809 |
},
|
| 810 |
"failures": []
|
|
@@ -877,27 +908,27 @@
|
|
| 877 |
"local": {
|
| 878 |
"path": "repo:docs/data/summary_metrics.json",
|
| 879 |
"exists": true,
|
| 880 |
-
"bytes":
|
| 881 |
-
"sha256": "
|
| 882 |
},
|
| 883 |
"mirrors": {
|
| 884 |
"hf_space": {
|
| 885 |
"path": "hf_space:data/summary_metrics.json",
|
| 886 |
"exists": true,
|
| 887 |
-
"bytes":
|
| 888 |
-
"sha256": "
|
| 889 |
},
|
| 890 |
"hf_artifacts": {
|
| 891 |
"path": "hf_artifacts:docs/data/summary_metrics.json",
|
| 892 |
"exists": true,
|
| 893 |
-
"bytes":
|
| 894 |
-
"sha256": "
|
| 895 |
},
|
| 896 |
"hf_model": {
|
| 897 |
"path": "hf_model:metrics/summary_metrics.json",
|
| 898 |
"exists": true,
|
| 899 |
-
"bytes":
|
| 900 |
-
"sha256": "
|
| 901 |
}
|
| 902 |
},
|
| 903 |
"failures": []
|
|
@@ -909,26 +940,26 @@
|
|
| 909 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 910 |
"exists": true,
|
| 911 |
"bytes": 45779,
|
| 912 |
-
"sha256": "
|
| 913 |
},
|
| 914 |
"mirrors": {
|
| 915 |
"hf_space": {
|
| 916 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 917 |
"exists": true,
|
| 918 |
"bytes": 45779,
|
| 919 |
-
"sha256": "
|
| 920 |
},
|
| 921 |
"hf_artifacts": {
|
| 922 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 923 |
"exists": true,
|
| 924 |
"bytes": 45779,
|
| 925 |
-
"sha256": "
|
| 926 |
},
|
| 927 |
"hf_model": {
|
| 928 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 929 |
"exists": true,
|
| 930 |
"bytes": 45779,
|
| 931 |
-
"sha256": "
|
| 932 |
}
|
| 933 |
},
|
| 934 |
"failures": []
|
|
@@ -970,27 +1001,27 @@
|
|
| 970 |
"local": {
|
| 971 |
"path": "repo:docs/data/website_integrity.json",
|
| 972 |
"exists": true,
|
| 973 |
-
"bytes":
|
| 974 |
-
"sha256": "
|
| 975 |
},
|
| 976 |
"mirrors": {
|
| 977 |
"hf_space": {
|
| 978 |
"path": "hf_space:data/website_integrity.json",
|
| 979 |
"exists": true,
|
| 980 |
-
"bytes":
|
| 981 |
-
"sha256": "
|
| 982 |
},
|
| 983 |
"hf_artifacts": {
|
| 984 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 985 |
"exists": true,
|
| 986 |
-
"bytes":
|
| 987 |
-
"sha256": "
|
| 988 |
},
|
| 989 |
"hf_model": {
|
| 990 |
"path": "hf_model:metrics/website_integrity.json",
|
| 991 |
"exists": true,
|
| 992 |
-
"bytes":
|
| 993 |
-
"sha256": "
|
| 994 |
}
|
| 995 |
},
|
| 996 |
"failures": []
|
|
@@ -1723,21 +1754,21 @@
|
|
| 1723 |
"local": {
|
| 1724 |
"path": "repo:scripts/build_artifact_index.py",
|
| 1725 |
"exists": true,
|
| 1726 |
-
"bytes":
|
| 1727 |
-
"sha256": "
|
| 1728 |
},
|
| 1729 |
"mirrors": {
|
| 1730 |
"hf_artifacts": {
|
| 1731 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 1732 |
"exists": true,
|
| 1733 |
-
"bytes":
|
| 1734 |
-
"sha256": "
|
| 1735 |
},
|
| 1736 |
"hf_model": {
|
| 1737 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 1738 |
"exists": true,
|
| 1739 |
-
"bytes":
|
| 1740 |
-
"sha256": "
|
| 1741 |
}
|
| 1742 |
},
|
| 1743 |
"failures": []
|
|
@@ -1773,21 +1804,21 @@
|
|
| 1773 |
"local": {
|
| 1774 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 1775 |
"exists": true,
|
| 1776 |
-
"bytes":
|
| 1777 |
-
"sha256": "
|
| 1778 |
},
|
| 1779 |
"mirrors": {
|
| 1780 |
"hf_artifacts": {
|
| 1781 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 1782 |
"exists": true,
|
| 1783 |
-
"bytes":
|
| 1784 |
-
"sha256": "
|
| 1785 |
},
|
| 1786 |
"hf_model": {
|
| 1787 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 1788 |
"exists": true,
|
| 1789 |
-
"bytes":
|
| 1790 |
-
"sha256": "
|
| 1791 |
}
|
| 1792 |
},
|
| 1793 |
"failures": []
|
|
@@ -1948,21 +1979,21 @@
|
|
| 1948 |
"local": {
|
| 1949 |
"path": "repo:scripts/build_research_takeaways.py",
|
| 1950 |
"exists": true,
|
| 1951 |
-
"bytes":
|
| 1952 |
-
"sha256": "
|
| 1953 |
},
|
| 1954 |
"mirrors": {
|
| 1955 |
"hf_artifacts": {
|
| 1956 |
"path": "hf_artifacts:scripts/build_research_takeaways.py",
|
| 1957 |
"exists": true,
|
| 1958 |
-
"bytes":
|
| 1959 |
-
"sha256": "
|
| 1960 |
},
|
| 1961 |
"hf_model": {
|
| 1962 |
"path": "hf_model:scripts/build_research_takeaways.py",
|
| 1963 |
"exists": true,
|
| 1964 |
-
"bytes":
|
| 1965 |
-
"sha256": "
|
| 1966 |
}
|
| 1967 |
},
|
| 1968 |
"failures": []
|
|
@@ -2023,21 +2054,21 @@
|
|
| 2023 |
"local": {
|
| 2024 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 2025 |
"exists": true,
|
| 2026 |
-
"bytes":
|
| 2027 |
-
"sha256": "
|
| 2028 |
},
|
| 2029 |
"mirrors": {
|
| 2030 |
"hf_artifacts": {
|
| 2031 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 2032 |
"exists": true,
|
| 2033 |
-
"bytes":
|
| 2034 |
-
"sha256": "
|
| 2035 |
},
|
| 2036 |
"hf_model": {
|
| 2037 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 2038 |
"exists": true,
|
| 2039 |
-
"bytes":
|
| 2040 |
-
"sha256": "
|
| 2041 |
}
|
| 2042 |
},
|
| 2043 |
"failures": []
|
|
@@ -2073,21 +2104,21 @@
|
|
| 2073 |
"local": {
|
| 2074 |
"path": "repo:scripts/validate_scope_claims.py",
|
| 2075 |
"exists": true,
|
| 2076 |
-
"bytes":
|
| 2077 |
-
"sha256": "
|
| 2078 |
},
|
| 2079 |
"mirrors": {
|
| 2080 |
"hf_artifacts": {
|
| 2081 |
"path": "hf_artifacts:scripts/validate_scope_claims.py",
|
| 2082 |
"exists": true,
|
| 2083 |
-
"bytes":
|
| 2084 |
-
"sha256": "
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:scripts/validate_scope_claims.py",
|
| 2088 |
"exists": true,
|
| 2089 |
-
"bytes":
|
| 2090 |
-
"sha256": "
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
@@ -2173,21 +2204,21 @@
|
|
| 2173 |
"local": {
|
| 2174 |
"path": "repo:scripts/publish_hf_bundles.py",
|
| 2175 |
"exists": true,
|
| 2176 |
-
"bytes":
|
| 2177 |
-
"sha256": "
|
| 2178 |
},
|
| 2179 |
"mirrors": {
|
| 2180 |
"hf_artifacts": {
|
| 2181 |
"path": "hf_artifacts:scripts/publish_hf_bundles.py",
|
| 2182 |
"exists": true,
|
| 2183 |
-
"bytes":
|
| 2184 |
-
"sha256": "
|
| 2185 |
},
|
| 2186 |
"hf_model": {
|
| 2187 |
"path": "hf_model:scripts/publish_hf_bundles.py",
|
| 2188 |
"exists": true,
|
| 2189 |
-
"bytes":
|
| 2190 |
-
"sha256": "
|
| 2191 |
}
|
| 2192 |
},
|
| 2193 |
"failures": []
|
|
@@ -2248,21 +2279,21 @@
|
|
| 2248 |
"local": {
|
| 2249 |
"path": "repo:docs/index.html",
|
| 2250 |
"exists": true,
|
| 2251 |
-
"bytes":
|
| 2252 |
-
"sha256": "
|
| 2253 |
},
|
| 2254 |
"mirrors": {
|
| 2255 |
"hf_space": {
|
| 2256 |
"path": "hf_space:index.html",
|
| 2257 |
"exists": true,
|
| 2258 |
-
"bytes":
|
| 2259 |
-
"sha256": "
|
| 2260 |
},
|
| 2261 |
"hf_artifacts_docs": {
|
| 2262 |
"path": "hf_artifacts:docs/index.html",
|
| 2263 |
"exists": true,
|
| 2264 |
-
"bytes":
|
| 2265 |
-
"sha256": "
|
| 2266 |
}
|
| 2267 |
},
|
| 2268 |
"failures": []
|
|
@@ -2273,21 +2304,21 @@
|
|
| 2273 |
"local": {
|
| 2274 |
"path": "repo:docs/research_roadmap.html",
|
| 2275 |
"exists": true,
|
| 2276 |
-
"bytes":
|
| 2277 |
-
"sha256": "
|
| 2278 |
},
|
| 2279 |
"mirrors": {
|
| 2280 |
"hf_space": {
|
| 2281 |
"path": "hf_space:research_roadmap.html",
|
| 2282 |
"exists": true,
|
| 2283 |
-
"bytes":
|
| 2284 |
-
"sha256": "
|
| 2285 |
},
|
| 2286 |
"hf_artifacts_docs": {
|
| 2287 |
"path": "hf_artifacts:docs/research_roadmap.html",
|
| 2288 |
"exists": true,
|
| 2289 |
-
"bytes":
|
| 2290 |
-
"sha256": "
|
| 2291 |
}
|
| 2292 |
},
|
| 2293 |
"failures": []
|
|
@@ -2813,27 +2844,27 @@
|
|
| 2813 |
"local": {
|
| 2814 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 2815 |
"exists": true,
|
| 2816 |
-
"bytes":
|
| 2817 |
-
"sha256": "
|
| 2818 |
},
|
| 2819 |
"mirrors": {
|
| 2820 |
"hf_space": {
|
| 2821 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 2822 |
"exists": true,
|
| 2823 |
-
"bytes":
|
| 2824 |
-
"sha256": "
|
| 2825 |
},
|
| 2826 |
"hf_artifacts": {
|
| 2827 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 2828 |
"exists": true,
|
| 2829 |
-
"bytes":
|
| 2830 |
-
"sha256": "
|
| 2831 |
},
|
| 2832 |
"hf_model": {
|
| 2833 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 2834 |
"exists": true,
|
| 2835 |
-
"bytes":
|
| 2836 |
-
"sha256": "
|
| 2837 |
}
|
| 2838 |
},
|
| 2839 |
"failures": []
|
|
@@ -2906,27 +2937,27 @@
|
|
| 2906 |
"local": {
|
| 2907 |
"path": "repo:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2908 |
"exists": true,
|
| 2909 |
-
"bytes":
|
| 2910 |
-
"sha256": "
|
| 2911 |
},
|
| 2912 |
"mirrors": {
|
| 2913 |
"hf_space": {
|
| 2914 |
"path": "hf_space:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2915 |
"exists": true,
|
| 2916 |
-
"bytes":
|
| 2917 |
-
"sha256": "
|
| 2918 |
},
|
| 2919 |
"hf_artifacts": {
|
| 2920 |
"path": "hf_artifacts:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2921 |
"exists": true,
|
| 2922 |
-
"bytes":
|
| 2923 |
-
"sha256": "
|
| 2924 |
},
|
| 2925 |
"hf_model": {
|
| 2926 |
"path": "hf_model:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2927 |
"exists": true,
|
| 2928 |
-
"bytes":
|
| 2929 |
-
"sha256": "
|
| 2930 |
}
|
| 2931 |
},
|
| 2932 |
"failures": []
|
|
@@ -2937,27 +2968,27 @@
|
|
| 2937 |
"local": {
|
| 2938 |
"path": "repo:PROJECT_BRIEF.md",
|
| 2939 |
"exists": true,
|
| 2940 |
-
"bytes":
|
| 2941 |
-
"sha256": "
|
| 2942 |
},
|
| 2943 |
"mirrors": {
|
| 2944 |
"hf_space": {
|
| 2945 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 2946 |
"exists": true,
|
| 2947 |
-
"bytes":
|
| 2948 |
-
"sha256": "
|
| 2949 |
},
|
| 2950 |
"hf_artifacts": {
|
| 2951 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 2952 |
"exists": true,
|
| 2953 |
-
"bytes":
|
| 2954 |
-
"sha256": "
|
| 2955 |
},
|
| 2956 |
"hf_model": {
|
| 2957 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 2958 |
"exists": true,
|
| 2959 |
-
"bytes":
|
| 2960 |
-
"sha256": "
|
| 2961 |
}
|
| 2962 |
},
|
| 2963 |
"failures": []
|
|
@@ -2999,27 +3030,27 @@
|
|
| 2999 |
"local": {
|
| 3000 |
"path": "repo:RESEARCH_ROADMAP.md",
|
| 3001 |
"exists": true,
|
| 3002 |
-
"bytes":
|
| 3003 |
-
"sha256": "
|
| 3004 |
},
|
| 3005 |
"mirrors": {
|
| 3006 |
"hf_space": {
|
| 3007 |
"path": "hf_space:RESEARCH_ROADMAP.md",
|
| 3008 |
"exists": true,
|
| 3009 |
-
"bytes":
|
| 3010 |
-
"sha256": "
|
| 3011 |
},
|
| 3012 |
"hf_artifacts": {
|
| 3013 |
"path": "hf_artifacts:RESEARCH_ROADMAP.md",
|
| 3014 |
"exists": true,
|
| 3015 |
-
"bytes":
|
| 3016 |
-
"sha256": "
|
| 3017 |
},
|
| 3018 |
"hf_model": {
|
| 3019 |
"path": "hf_model:RESEARCH_ROADMAP.md",
|
| 3020 |
"exists": true,
|
| 3021 |
-
"bytes":
|
| 3022 |
-
"sha256": "
|
| 3023 |
}
|
| 3024 |
},
|
| 3025 |
"failures": []
|
|
@@ -3030,27 +3061,27 @@
|
|
| 3030 |
"local": {
|
| 3031 |
"path": "repo:PROJECT_STATUS.md",
|
| 3032 |
"exists": true,
|
| 3033 |
-
"bytes":
|
| 3034 |
-
"sha256": "
|
| 3035 |
},
|
| 3036 |
"mirrors": {
|
| 3037 |
"hf_space": {
|
| 3038 |
"path": "hf_space:PROJECT_STATUS.md",
|
| 3039 |
"exists": true,
|
| 3040 |
-
"bytes":
|
| 3041 |
-
"sha256": "
|
| 3042 |
},
|
| 3043 |
"hf_artifacts": {
|
| 3044 |
"path": "hf_artifacts:PROJECT_STATUS.md",
|
| 3045 |
"exists": true,
|
| 3046 |
-
"bytes":
|
| 3047 |
-
"sha256": "
|
| 3048 |
},
|
| 3049 |
"hf_model": {
|
| 3050 |
"path": "hf_model:PROJECT_STATUS.md",
|
| 3051 |
"exists": true,
|
| 3052 |
-
"bytes":
|
| 3053 |
-
"sha256": "
|
| 3054 |
}
|
| 3055 |
},
|
| 3056 |
"failures": []
|
|
@@ -3092,27 +3123,27 @@
|
|
| 3092 |
"local": {
|
| 3093 |
"path": "repo:RESEARCH_TAKEAWAYS.md",
|
| 3094 |
"exists": true,
|
| 3095 |
-
"bytes":
|
| 3096 |
-
"sha256": "
|
| 3097 |
},
|
| 3098 |
"mirrors": {
|
| 3099 |
"hf_space": {
|
| 3100 |
"path": "hf_space:RESEARCH_TAKEAWAYS.md",
|
| 3101 |
"exists": true,
|
| 3102 |
-
"bytes":
|
| 3103 |
-
"sha256": "
|
| 3104 |
},
|
| 3105 |
"hf_artifacts": {
|
| 3106 |
"path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
|
| 3107 |
"exists": true,
|
| 3108 |
-
"bytes":
|
| 3109 |
-
"sha256": "
|
| 3110 |
},
|
| 3111 |
"hf_model": {
|
| 3112 |
"path": "hf_model:RESEARCH_TAKEAWAYS.md",
|
| 3113 |
"exists": true,
|
| 3114 |
-
"bytes":
|
| 3115 |
-
"sha256": "
|
| 3116 |
}
|
| 3117 |
},
|
| 3118 |
"failures": []
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:37:36+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 104,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 40 |
"local": {
|
| 41 |
"path": "repo:docs/data/additional_development_directions.json",
|
| 42 |
"exists": true,
|
| 43 |
+
"bytes": 6121,
|
| 44 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 45 |
},
|
| 46 |
"mirrors": {
|
| 47 |
"hf_space": {
|
| 48 |
"path": "hf_space:data/additional_development_directions.json",
|
| 49 |
"exists": true,
|
| 50 |
+
"bytes": 6121,
|
| 51 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 52 |
},
|
| 53 |
"hf_artifacts": {
|
| 54 |
"path": "hf_artifacts:docs/data/additional_development_directions.json",
|
| 55 |
"exists": true,
|
| 56 |
+
"bytes": 6121,
|
| 57 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 58 |
},
|
| 59 |
"hf_model": {
|
| 60 |
"path": "hf_model:metrics/additional_development_directions.json",
|
| 61 |
"exists": true,
|
| 62 |
+
"bytes": 6121,
|
| 63 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 64 |
}
|
| 65 |
},
|
| 66 |
"failures": []
|
|
|
|
| 102 |
"local": {
|
| 103 |
"path": "repo:docs/data/artifact_index.json",
|
| 104 |
"exists": true,
|
| 105 |
+
"bytes": 37736,
|
| 106 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 107 |
},
|
| 108 |
"mirrors": {
|
| 109 |
"hf_space": {
|
| 110 |
"path": "hf_space:data/artifact_index.json",
|
| 111 |
"exists": true,
|
| 112 |
+
"bytes": 37736,
|
| 113 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 114 |
},
|
| 115 |
"hf_artifacts": {
|
| 116 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 117 |
"exists": true,
|
| 118 |
+
"bytes": 37736,
|
| 119 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 120 |
},
|
| 121 |
"hf_model": {
|
| 122 |
"path": "hf_model:metrics/artifact_index.json",
|
| 123 |
"exists": true,
|
| 124 |
+
"bytes": 37736,
|
| 125 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"failures": []
|
|
|
|
| 164 |
"local": {
|
| 165 |
"path": "repo:docs/data/evidence_contract.json",
|
| 166 |
"exists": true,
|
| 167 |
+
"bytes": 12219,
|
| 168 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 169 |
},
|
| 170 |
"mirrors": {
|
| 171 |
"hf_space": {
|
| 172 |
"path": "hf_space:data/evidence_contract.json",
|
| 173 |
"exists": true,
|
| 174 |
+
"bytes": 12219,
|
| 175 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 176 |
},
|
| 177 |
"hf_artifacts": {
|
| 178 |
"path": "hf_artifacts:docs/data/evidence_contract.json",
|
| 179 |
"exists": true,
|
| 180 |
+
"bytes": 12219,
|
| 181 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 182 |
},
|
| 183 |
"hf_model": {
|
| 184 |
"path": "hf_model:metrics/evidence_contract.json",
|
| 185 |
"exists": true,
|
| 186 |
+
"bytes": 12219,
|
| 187 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 188 |
}
|
| 189 |
},
|
| 190 |
"failures": []
|
|
|
|
| 195 |
"local": {
|
| 196 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 13788,
|
| 199 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"hf_space": {
|
| 203 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 204 |
"exists": true,
|
| 205 |
+
"bytes": 13788,
|
| 206 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 207 |
},
|
| 208 |
"hf_artifacts": {
|
| 209 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 210 |
"exists": true,
|
| 211 |
+
"bytes": 13788,
|
| 212 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 213 |
},
|
| 214 |
"hf_model": {
|
| 215 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 216 |
"exists": true,
|
| 217 |
+
"bytes": 13788,
|
| 218 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 219 |
}
|
| 220 |
},
|
| 221 |
"failures": []
|
|
|
|
| 257 |
"local": {
|
| 258 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 259 |
"exists": true,
|
| 260 |
+
"bytes": 13112,
|
| 261 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 262 |
},
|
| 263 |
"mirrors": {
|
| 264 |
"hf_space": {
|
| 265 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 266 |
"exists": true,
|
| 267 |
+
"bytes": 13112,
|
| 268 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 269 |
},
|
| 270 |
"hf_artifacts": {
|
| 271 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 272 |
"exists": true,
|
| 273 |
+
"bytes": 13112,
|
| 274 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 275 |
},
|
| 276 |
"hf_model": {
|
| 277 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 278 |
"exists": true,
|
| 279 |
+
"bytes": 13112,
|
| 280 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 281 |
}
|
| 282 |
},
|
| 283 |
"failures": []
|
|
|
|
| 344 |
},
|
| 345 |
"failures": []
|
| 346 |
},
|
| 347 |
+
{
|
| 348 |
+
"name": "data/omni_finetune_verified_result.json",
|
| 349 |
+
"status": "pass",
|
| 350 |
+
"local": {
|
| 351 |
+
"path": "repo:docs/data/omni_finetune_verified_result.json",
|
| 352 |
+
"exists": true,
|
| 353 |
+
"bytes": 3145,
|
| 354 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 355 |
+
},
|
| 356 |
+
"mirrors": {
|
| 357 |
+
"hf_space": {
|
| 358 |
+
"path": "hf_space:data/omni_finetune_verified_result.json",
|
| 359 |
+
"exists": true,
|
| 360 |
+
"bytes": 3145,
|
| 361 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 362 |
+
},
|
| 363 |
+
"hf_artifacts": {
|
| 364 |
+
"path": "hf_artifacts:docs/data/omni_finetune_verified_result.json",
|
| 365 |
+
"exists": true,
|
| 366 |
+
"bytes": 3145,
|
| 367 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 368 |
+
},
|
| 369 |
+
"hf_model": {
|
| 370 |
+
"path": "hf_model:metrics/omni_finetune_verified_result.json",
|
| 371 |
+
"exists": true,
|
| 372 |
+
"bytes": 3145,
|
| 373 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 374 |
+
}
|
| 375 |
+
},
|
| 376 |
+
"failures": []
|
| 377 |
+
},
|
| 378 |
{
|
| 379 |
"name": "data/project_brief.json",
|
| 380 |
"status": "pass",
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/project_brief.json",
|
| 383 |
"exists": true,
|
| 384 |
+
"bytes": 3752,
|
| 385 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/project_brief.json",
|
| 390 |
"exists": true,
|
| 391 |
+
"bytes": 3752,
|
| 392 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/project_brief.json",
|
| 396 |
"exists": true,
|
| 397 |
+
"bytes": 3752,
|
| 398 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/project_brief.json",
|
| 402 |
"exists": true,
|
| 403 |
+
"bytes": 3752,
|
| 404 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
|
|
| 412 |
"local": {
|
| 413 |
"path": "repo:docs/data/project_manifest.json",
|
| 414 |
"exists": true,
|
| 415 |
+
"bytes": 4927,
|
| 416 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 417 |
},
|
| 418 |
"mirrors": {
|
| 419 |
"hf_space": {
|
| 420 |
"path": "hf_space:data/project_manifest.json",
|
| 421 |
"exists": true,
|
| 422 |
+
"bytes": 4927,
|
| 423 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 424 |
},
|
| 425 |
"hf_artifacts": {
|
| 426 |
"path": "hf_artifacts:docs/data/project_manifest.json",
|
| 427 |
"exists": true,
|
| 428 |
+
"bytes": 4927,
|
| 429 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 430 |
},
|
| 431 |
"hf_model": {
|
| 432 |
"path": "hf_model:metrics/project_manifest.json",
|
| 433 |
"exists": true,
|
| 434 |
+
"bytes": 4927,
|
| 435 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 436 |
}
|
| 437 |
},
|
| 438 |
"failures": []
|
|
|
|
| 443 |
"local": {
|
| 444 |
"path": "repo:docs/data/project_packet.json",
|
| 445 |
"exists": true,
|
| 446 |
+
"bytes": 7802,
|
| 447 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 448 |
},
|
| 449 |
"mirrors": {
|
| 450 |
"hf_space": {
|
| 451 |
"path": "hf_space:data/project_packet.json",
|
| 452 |
"exists": true,
|
| 453 |
+
"bytes": 7802,
|
| 454 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 455 |
},
|
| 456 |
"hf_artifacts": {
|
| 457 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 458 |
"exists": true,
|
| 459 |
+
"bytes": 7802,
|
| 460 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 461 |
},
|
| 462 |
"hf_model": {
|
| 463 |
"path": "hf_model:metrics/project_packet.json",
|
| 464 |
"exists": true,
|
| 465 |
+
"bytes": 7802,
|
| 466 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 467 |
}
|
| 468 |
},
|
| 469 |
"failures": []
|
|
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_status.json",
|
| 476 |
"exists": true,
|
| 477 |
+
"bytes": 10977,
|
| 478 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_status.json",
|
| 483 |
"exists": true,
|
| 484 |
+
"bytes": 10977,
|
| 485 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 489 |
"exists": true,
|
| 490 |
+
"bytes": 10977,
|
| 491 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_status.json",
|
| 495 |
"exists": true,
|
| 496 |
+
"bytes": 10977,
|
| 497 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
|
|
| 506 |
"path": "repo:docs/data/publication_audit.json",
|
| 507 |
"exists": true,
|
| 508 |
"bytes": 7237,
|
| 509 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/publication_audit.json",
|
| 514 |
"exists": true,
|
| 515 |
"bytes": 7237,
|
| 516 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 520 |
"exists": true,
|
| 521 |
"bytes": 7237,
|
| 522 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/publication_audit.json",
|
| 526 |
"exists": true,
|
| 527 |
"bytes": 7237,
|
| 528 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
|
|
| 629 |
"local": {
|
| 630 |
"path": "repo:docs/data/reproducibility_matrix.json",
|
| 631 |
"exists": true,
|
| 632 |
+
"bytes": 5223,
|
| 633 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 634 |
},
|
| 635 |
"mirrors": {
|
| 636 |
"hf_space": {
|
| 637 |
"path": "hf_space:data/reproducibility_matrix.json",
|
| 638 |
"exists": true,
|
| 639 |
+
"bytes": 5223,
|
| 640 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 641 |
},
|
| 642 |
"hf_artifacts": {
|
| 643 |
"path": "hf_artifacts:docs/data/reproducibility_matrix.json",
|
| 644 |
"exists": true,
|
| 645 |
+
"bytes": 5223,
|
| 646 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 647 |
},
|
| 648 |
"hf_model": {
|
| 649 |
"path": "hf_model:metrics/reproducibility_matrix.json",
|
| 650 |
"exists": true,
|
| 651 |
+
"bytes": 5223,
|
| 652 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 653 |
}
|
| 654 |
},
|
| 655 |
"failures": []
|
|
|
|
| 660 |
"local": {
|
| 661 |
"path": "repo:docs/data/research_roadmap.json",
|
| 662 |
"exists": true,
|
| 663 |
+
"bytes": 8981,
|
| 664 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 665 |
},
|
| 666 |
"mirrors": {
|
| 667 |
"hf_space": {
|
| 668 |
"path": "hf_space:data/research_roadmap.json",
|
| 669 |
"exists": true,
|
| 670 |
+
"bytes": 8981,
|
| 671 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 672 |
},
|
| 673 |
"hf_artifacts": {
|
| 674 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 675 |
"exists": true,
|
| 676 |
+
"bytes": 8981,
|
| 677 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 678 |
},
|
| 679 |
"hf_model": {
|
| 680 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 681 |
"exists": true,
|
| 682 |
+
"bytes": 8981,
|
| 683 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 684 |
}
|
| 685 |
},
|
| 686 |
"failures": []
|
|
|
|
| 691 |
"local": {
|
| 692 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 693 |
"exists": true,
|
| 694 |
+
"bytes": 142418,
|
| 695 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 696 |
},
|
| 697 |
"mirrors": {
|
| 698 |
"hf_space": {
|
| 699 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 700 |
"exists": true,
|
| 701 |
+
"bytes": 142418,
|
| 702 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 703 |
},
|
| 704 |
"hf_artifacts": {
|
| 705 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 706 |
"exists": true,
|
| 707 |
+
"bytes": 142418,
|
| 708 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 709 |
},
|
| 710 |
"hf_model": {
|
| 711 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 712 |
"exists": true,
|
| 713 |
+
"bytes": 142418,
|
| 714 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 715 |
}
|
| 716 |
},
|
| 717 |
"failures": []
|
|
|
|
| 722 |
"local": {
|
| 723 |
"path": "repo:docs/data/research_takeaways.json",
|
| 724 |
"exists": true,
|
| 725 |
+
"bytes": 7102,
|
| 726 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 727 |
},
|
| 728 |
"mirrors": {
|
| 729 |
"hf_space": {
|
| 730 |
"path": "hf_space:data/research_takeaways.json",
|
| 731 |
"exists": true,
|
| 732 |
+
"bytes": 7102,
|
| 733 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 734 |
},
|
| 735 |
"hf_artifacts": {
|
| 736 |
"path": "hf_artifacts:docs/data/research_takeaways.json",
|
| 737 |
"exists": true,
|
| 738 |
+
"bytes": 7102,
|
| 739 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 740 |
},
|
| 741 |
"hf_model": {
|
| 742 |
"path": "hf_model:metrics/research_takeaways.json",
|
| 743 |
"exists": true,
|
| 744 |
+
"bytes": 7102,
|
| 745 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 746 |
}
|
| 747 |
},
|
| 748 |
"failures": []
|
|
|
|
| 815 |
"local": {
|
| 816 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 817 |
"exists": true,
|
| 818 |
+
"bytes": 20823,
|
| 819 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 820 |
},
|
| 821 |
"mirrors": {
|
| 822 |
"hf_space": {
|
| 823 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 824 |
"exists": true,
|
| 825 |
+
"bytes": 20823,
|
| 826 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 827 |
},
|
| 828 |
"hf_artifacts": {
|
| 829 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 830 |
"exists": true,
|
| 831 |
+
"bytes": 20823,
|
| 832 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 833 |
},
|
| 834 |
"hf_model": {
|
| 835 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 836 |
"exists": true,
|
| 837 |
+
"bytes": 20823,
|
| 838 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 839 |
}
|
| 840 |
},
|
| 841 |
"failures": []
|
|
|
|
| 908 |
"local": {
|
| 909 |
"path": "repo:docs/data/summary_metrics.json",
|
| 910 |
"exists": true,
|
| 911 |
+
"bytes": 26028,
|
| 912 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 913 |
},
|
| 914 |
"mirrors": {
|
| 915 |
"hf_space": {
|
| 916 |
"path": "hf_space:data/summary_metrics.json",
|
| 917 |
"exists": true,
|
| 918 |
+
"bytes": 26028,
|
| 919 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 920 |
},
|
| 921 |
"hf_artifacts": {
|
| 922 |
"path": "hf_artifacts:docs/data/summary_metrics.json",
|
| 923 |
"exists": true,
|
| 924 |
+
"bytes": 26028,
|
| 925 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 926 |
},
|
| 927 |
"hf_model": {
|
| 928 |
"path": "hf_model:metrics/summary_metrics.json",
|
| 929 |
"exists": true,
|
| 930 |
+
"bytes": 26028,
|
| 931 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 932 |
}
|
| 933 |
},
|
| 934 |
"failures": []
|
|
|
|
| 940 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 941 |
"exists": true,
|
| 942 |
"bytes": 45779,
|
| 943 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 944 |
},
|
| 945 |
"mirrors": {
|
| 946 |
"hf_space": {
|
| 947 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 948 |
"exists": true,
|
| 949 |
"bytes": 45779,
|
| 950 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 951 |
},
|
| 952 |
"hf_artifacts": {
|
| 953 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 954 |
"exists": true,
|
| 955 |
"bytes": 45779,
|
| 956 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 957 |
},
|
| 958 |
"hf_model": {
|
| 959 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 960 |
"exists": true,
|
| 961 |
"bytes": 45779,
|
| 962 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 963 |
}
|
| 964 |
},
|
| 965 |
"failures": []
|
|
|
|
| 1001 |
"local": {
|
| 1002 |
"path": "repo:docs/data/website_integrity.json",
|
| 1003 |
"exists": true,
|
| 1004 |
+
"bytes": 15221,
|
| 1005 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1006 |
},
|
| 1007 |
"mirrors": {
|
| 1008 |
"hf_space": {
|
| 1009 |
"path": "hf_space:data/website_integrity.json",
|
| 1010 |
"exists": true,
|
| 1011 |
+
"bytes": 15221,
|
| 1012 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1013 |
},
|
| 1014 |
"hf_artifacts": {
|
| 1015 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1016 |
"exists": true,
|
| 1017 |
+
"bytes": 15221,
|
| 1018 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1019 |
},
|
| 1020 |
"hf_model": {
|
| 1021 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1022 |
"exists": true,
|
| 1023 |
+
"bytes": 15221,
|
| 1024 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1025 |
}
|
| 1026 |
},
|
| 1027 |
"failures": []
|
|
|
|
| 1754 |
"local": {
|
| 1755 |
"path": "repo:scripts/build_artifact_index.py",
|
| 1756 |
"exists": true,
|
| 1757 |
+
"bytes": 30785,
|
| 1758 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1759 |
},
|
| 1760 |
"mirrors": {
|
| 1761 |
"hf_artifacts": {
|
| 1762 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 1763 |
"exists": true,
|
| 1764 |
+
"bytes": 30785,
|
| 1765 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1766 |
},
|
| 1767 |
"hf_model": {
|
| 1768 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 1769 |
"exists": true,
|
| 1770 |
+
"bytes": 30785,
|
| 1771 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1772 |
}
|
| 1773 |
},
|
| 1774 |
"failures": []
|
|
|
|
| 1804 |
"local": {
|
| 1805 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 1806 |
"exists": true,
|
| 1807 |
+
"bytes": 16289,
|
| 1808 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1809 |
},
|
| 1810 |
"mirrors": {
|
| 1811 |
"hf_artifacts": {
|
| 1812 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 1813 |
"exists": true,
|
| 1814 |
+
"bytes": 16289,
|
| 1815 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1816 |
},
|
| 1817 |
"hf_model": {
|
| 1818 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 1819 |
"exists": true,
|
| 1820 |
+
"bytes": 16289,
|
| 1821 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1822 |
}
|
| 1823 |
},
|
| 1824 |
"failures": []
|
|
|
|
| 1979 |
"local": {
|
| 1980 |
"path": "repo:scripts/build_research_takeaways.py",
|
| 1981 |
"exists": true,
|
| 1982 |
+
"bytes": 13503,
|
| 1983 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1984 |
},
|
| 1985 |
"mirrors": {
|
| 1986 |
"hf_artifacts": {
|
| 1987 |
"path": "hf_artifacts:scripts/build_research_takeaways.py",
|
| 1988 |
"exists": true,
|
| 1989 |
+
"bytes": 13503,
|
| 1990 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1991 |
},
|
| 1992 |
"hf_model": {
|
| 1993 |
"path": "hf_model:scripts/build_research_takeaways.py",
|
| 1994 |
"exists": true,
|
| 1995 |
+
"bytes": 13503,
|
| 1996 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1997 |
}
|
| 1998 |
},
|
| 1999 |
"failures": []
|
|
|
|
| 2054 |
"local": {
|
| 2055 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 2056 |
"exists": true,
|
| 2057 |
+
"bytes": 12642,
|
| 2058 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2059 |
},
|
| 2060 |
"mirrors": {
|
| 2061 |
"hf_artifacts": {
|
| 2062 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 2063 |
"exists": true,
|
| 2064 |
+
"bytes": 12642,
|
| 2065 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2066 |
},
|
| 2067 |
"hf_model": {
|
| 2068 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 2069 |
"exists": true,
|
| 2070 |
+
"bytes": 12642,
|
| 2071 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2072 |
}
|
| 2073 |
},
|
| 2074 |
"failures": []
|
|
|
|
| 2104 |
"local": {
|
| 2105 |
"path": "repo:scripts/validate_scope_claims.py",
|
| 2106 |
"exists": true,
|
| 2107 |
+
"bytes": 12028,
|
| 2108 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2109 |
},
|
| 2110 |
"mirrors": {
|
| 2111 |
"hf_artifacts": {
|
| 2112 |
"path": "hf_artifacts:scripts/validate_scope_claims.py",
|
| 2113 |
"exists": true,
|
| 2114 |
+
"bytes": 12028,
|
| 2115 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2116 |
},
|
| 2117 |
"hf_model": {
|
| 2118 |
"path": "hf_model:scripts/validate_scope_claims.py",
|
| 2119 |
"exists": true,
|
| 2120 |
+
"bytes": 12028,
|
| 2121 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2122 |
}
|
| 2123 |
},
|
| 2124 |
"failures": []
|
|
|
|
| 2204 |
"local": {
|
| 2205 |
"path": "repo:scripts/publish_hf_bundles.py",
|
| 2206 |
"exists": true,
|
| 2207 |
+
"bytes": 15927,
|
| 2208 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2209 |
},
|
| 2210 |
"mirrors": {
|
| 2211 |
"hf_artifacts": {
|
| 2212 |
"path": "hf_artifacts:scripts/publish_hf_bundles.py",
|
| 2213 |
"exists": true,
|
| 2214 |
+
"bytes": 15927,
|
| 2215 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2216 |
},
|
| 2217 |
"hf_model": {
|
| 2218 |
"path": "hf_model:scripts/publish_hf_bundles.py",
|
| 2219 |
"exists": true,
|
| 2220 |
+
"bytes": 15927,
|
| 2221 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2222 |
}
|
| 2223 |
},
|
| 2224 |
"failures": []
|
|
|
|
| 2279 |
"local": {
|
| 2280 |
"path": "repo:docs/index.html",
|
| 2281 |
"exists": true,
|
| 2282 |
+
"bytes": 179411,
|
| 2283 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2284 |
},
|
| 2285 |
"mirrors": {
|
| 2286 |
"hf_space": {
|
| 2287 |
"path": "hf_space:index.html",
|
| 2288 |
"exists": true,
|
| 2289 |
+
"bytes": 179411,
|
| 2290 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2291 |
},
|
| 2292 |
"hf_artifacts_docs": {
|
| 2293 |
"path": "hf_artifacts:docs/index.html",
|
| 2294 |
"exists": true,
|
| 2295 |
+
"bytes": 179411,
|
| 2296 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2297 |
}
|
| 2298 |
},
|
| 2299 |
"failures": []
|
|
|
|
| 2304 |
"local": {
|
| 2305 |
"path": "repo:docs/research_roadmap.html",
|
| 2306 |
"exists": true,
|
| 2307 |
+
"bytes": 31706,
|
| 2308 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2309 |
},
|
| 2310 |
"mirrors": {
|
| 2311 |
"hf_space": {
|
| 2312 |
"path": "hf_space:research_roadmap.html",
|
| 2313 |
"exists": true,
|
| 2314 |
+
"bytes": 31706,
|
| 2315 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2316 |
},
|
| 2317 |
"hf_artifacts_docs": {
|
| 2318 |
"path": "hf_artifacts:docs/research_roadmap.html",
|
| 2319 |
"exists": true,
|
| 2320 |
+
"bytes": 31706,
|
| 2321 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2322 |
}
|
| 2323 |
},
|
| 2324 |
"failures": []
|
|
|
|
| 2844 |
"local": {
|
| 2845 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 2846 |
"exists": true,
|
| 2847 |
+
"bytes": 6003,
|
| 2848 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2849 |
},
|
| 2850 |
"mirrors": {
|
| 2851 |
"hf_space": {
|
| 2852 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 2853 |
"exists": true,
|
| 2854 |
+
"bytes": 6003,
|
| 2855 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2856 |
},
|
| 2857 |
"hf_artifacts": {
|
| 2858 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 2859 |
"exists": true,
|
| 2860 |
+
"bytes": 6003,
|
| 2861 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2862 |
},
|
| 2863 |
"hf_model": {
|
| 2864 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 2865 |
"exists": true,
|
| 2866 |
+
"bytes": 6003,
|
| 2867 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2868 |
}
|
| 2869 |
},
|
| 2870 |
"failures": []
|
|
|
|
| 2937 |
"local": {
|
| 2938 |
"path": "repo:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2939 |
"exists": true,
|
| 2940 |
+
"bytes": 3137,
|
| 2941 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2942 |
},
|
| 2943 |
"mirrors": {
|
| 2944 |
"hf_space": {
|
| 2945 |
"path": "hf_space:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2946 |
"exists": true,
|
| 2947 |
+
"bytes": 3137,
|
| 2948 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2949 |
},
|
| 2950 |
"hf_artifacts": {
|
| 2951 |
"path": "hf_artifacts:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2952 |
"exists": true,
|
| 2953 |
+
"bytes": 3137,
|
| 2954 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2955 |
},
|
| 2956 |
"hf_model": {
|
| 2957 |
"path": "hf_model:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2958 |
"exists": true,
|
| 2959 |
+
"bytes": 3137,
|
| 2960 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2961 |
}
|
| 2962 |
},
|
| 2963 |
"failures": []
|
|
|
|
| 2968 |
"local": {
|
| 2969 |
"path": "repo:PROJECT_BRIEF.md",
|
| 2970 |
"exists": true,
|
| 2971 |
+
"bytes": 3829,
|
| 2972 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2973 |
},
|
| 2974 |
"mirrors": {
|
| 2975 |
"hf_space": {
|
| 2976 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 2977 |
"exists": true,
|
| 2978 |
+
"bytes": 3829,
|
| 2979 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2980 |
},
|
| 2981 |
"hf_artifacts": {
|
| 2982 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 2983 |
"exists": true,
|
| 2984 |
+
"bytes": 3829,
|
| 2985 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2986 |
},
|
| 2987 |
"hf_model": {
|
| 2988 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 2989 |
"exists": true,
|
| 2990 |
+
"bytes": 3829,
|
| 2991 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2992 |
}
|
| 2993 |
},
|
| 2994 |
"failures": []
|
|
|
|
| 3030 |
"local": {
|
| 3031 |
"path": "repo:RESEARCH_ROADMAP.md",
|
| 3032 |
"exists": true,
|
| 3033 |
+
"bytes": 11244,
|
| 3034 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3035 |
},
|
| 3036 |
"mirrors": {
|
| 3037 |
"hf_space": {
|
| 3038 |
"path": "hf_space:RESEARCH_ROADMAP.md",
|
| 3039 |
"exists": true,
|
| 3040 |
+
"bytes": 11244,
|
| 3041 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3042 |
},
|
| 3043 |
"hf_artifacts": {
|
| 3044 |
"path": "hf_artifacts:RESEARCH_ROADMAP.md",
|
| 3045 |
"exists": true,
|
| 3046 |
+
"bytes": 11244,
|
| 3047 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3048 |
},
|
| 3049 |
"hf_model": {
|
| 3050 |
"path": "hf_model:RESEARCH_ROADMAP.md",
|
| 3051 |
"exists": true,
|
| 3052 |
+
"bytes": 11244,
|
| 3053 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3054 |
}
|
| 3055 |
},
|
| 3056 |
"failures": []
|
|
|
|
| 3061 |
"local": {
|
| 3062 |
"path": "repo:PROJECT_STATUS.md",
|
| 3063 |
"exists": true,
|
| 3064 |
+
"bytes": 8534,
|
| 3065 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3066 |
},
|
| 3067 |
"mirrors": {
|
| 3068 |
"hf_space": {
|
| 3069 |
"path": "hf_space:PROJECT_STATUS.md",
|
| 3070 |
"exists": true,
|
| 3071 |
+
"bytes": 8534,
|
| 3072 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3073 |
},
|
| 3074 |
"hf_artifacts": {
|
| 3075 |
"path": "hf_artifacts:PROJECT_STATUS.md",
|
| 3076 |
"exists": true,
|
| 3077 |
+
"bytes": 8534,
|
| 3078 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3079 |
},
|
| 3080 |
"hf_model": {
|
| 3081 |
"path": "hf_model:PROJECT_STATUS.md",
|
| 3082 |
"exists": true,
|
| 3083 |
+
"bytes": 8534,
|
| 3084 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3085 |
}
|
| 3086 |
},
|
| 3087 |
"failures": []
|
|
|
|
| 3123 |
"local": {
|
| 3124 |
"path": "repo:RESEARCH_TAKEAWAYS.md",
|
| 3125 |
"exists": true,
|
| 3126 |
+
"bytes": 5101,
|
| 3127 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3128 |
},
|
| 3129 |
"mirrors": {
|
| 3130 |
"hf_space": {
|
| 3131 |
"path": "hf_space:RESEARCH_TAKEAWAYS.md",
|
| 3132 |
"exists": true,
|
| 3133 |
+
"bytes": 5101,
|
| 3134 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3135 |
},
|
| 3136 |
"hf_artifacts": {
|
| 3137 |
"path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
|
| 3138 |
"exists": true,
|
| 3139 |
+
"bytes": 5101,
|
| 3140 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3141 |
},
|
| 3142 |
"hf_model": {
|
| 3143 |
"path": "hf_model:RESEARCH_TAKEAWAYS.md",
|
| 3144 |
"exists": true,
|
| 3145 |
+
"bytes": 5101,
|
| 3146 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3147 |
}
|
| 3148 |
},
|
| 3149 |
"failures": []
|
docs/data/project_status.json
CHANGED
|
@@ -106,6 +106,17 @@
|
|
| 106 |
],
|
| 107 |
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 108 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
{
|
| 110 |
"area": "Xperience Embodied Foundation Model",
|
| 111 |
"status": "future_goal",
|
|
@@ -190,6 +201,7 @@
|
|
| 190 |
"Inspect RESEARCH_TAKEAWAYS.md and docs/data/research_takeaways.json before interpreting model scores.",
|
| 191 |
"Inspect RESEARCH_ROADMAP.md and docs/data/research_roadmap.json for the path from public-sample task work to multi-episode modeling.",
|
| 192 |
"Inspect FOUNDATION_MODEL_PLAN.md and docs/data/foundation_model_plan.json before choosing a backbone branch.",
|
|
|
|
| 193 |
"Inspect XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md for the long-term full-corpus pretraining goal.",
|
| 194 |
"Inspect docs/data/summary_metrics.json and results/episode_task_suite/neural_mlp/ to check the 12-task outputs.",
|
| 195 |
"Inspect results/audio_ablation/AUDIO_ABLATION_SUMMARY.md before judging whether audio helps the current task suite.",
|
|
@@ -205,6 +217,7 @@
|
|
| 205 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 206 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
| 207 |
"Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion.",
|
|
|
|
| 208 |
"The Xperience Embodied Foundation Model is a future native-pretraining goal, not a completed model or current benchmark."
|
| 209 |
]
|
| 210 |
}
|
|
|
|
| 106 |
],
|
| 107 |
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 108 |
},
|
| 109 |
+
{
|
| 110 |
+
"area": "Omni model extension contract",
|
| 111 |
+
"status": "current",
|
| 112 |
+
"evidence": [
|
| 113 |
+
"OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 114 |
+
"configs/omni_backbones/",
|
| 115 |
+
"scripts/omni/backbone_registry.py",
|
| 116 |
+
"scripts/omni/smoke_test_backbone_packaging.py"
|
| 117 |
+
],
|
| 118 |
+
"readout": "Future Qwen, Cosmos-style, and VLA/policy branches must keep the same episode split discipline, held-out metrics, validation gate, public-safe package contract, and explicit forbidden-artifact policy before reporting results."
|
| 119 |
+
},
|
| 120 |
{
|
| 121 |
"area": "Xperience Embodied Foundation Model",
|
| 122 |
"status": "future_goal",
|
|
|
|
| 201 |
"Inspect RESEARCH_TAKEAWAYS.md and docs/data/research_takeaways.json before interpreting model scores.",
|
| 202 |
"Inspect RESEARCH_ROADMAP.md and docs/data/research_roadmap.json for the path from public-sample task work to multi-episode modeling.",
|
| 203 |
"Inspect FOUNDATION_MODEL_PLAN.md and docs/data/foundation_model_plan.json before choosing a backbone branch.",
|
| 204 |
+
"Inspect OMNI_MODEL_EXTENSION_CONTRACT.md and run python scripts/omni/backbone_registry.py --validate --json before adding a new Qwen, Cosmos-style, or VLA/policy branch.",
|
| 205 |
"Inspect XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md for the long-term full-corpus pretraining goal.",
|
| 206 |
"Inspect docs/data/summary_metrics.json and results/episode_task_suite/neural_mlp/ to check the 12-task outputs.",
|
| 207 |
"Inspect results/audio_ablation/AUDIO_ABLATION_SUMMARY.md before judging whether audio helps the current task suite.",
|
|
|
|
| 217 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 218 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
| 219 |
"Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion.",
|
| 220 |
+
"Future model branches should be added through the backbone registry and verified package contract, not as one-off result folders with incompatible metrics or publication rules.",
|
| 221 |
"The Xperience Embodied Foundation Model is a future native-pretraining goal, not a completed model or current benchmark."
|
| 222 |
]
|
| 223 |
}
|
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": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 189 |
"bytes": 55702978
|
|
@@ -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-06T14:38:05+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
+
"file_count": 442,
|
| 186 |
+
"text_file_count": 372,
|
| 187 |
"largest_file": {
|
| 188 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 189 |
"bytes": 55702978
|
|
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
+
"file_count": 356,
|
| 197 |
+
"text_file_count": 286,
|
| 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": 514,
|
| 208 |
+
"text_file_count": 420,
|
| 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": 701,
|
| 219 |
+
"text_file_count": 572,
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
docs/data/scope_claims_audit.json
CHANGED
|
@@ -1,75 +1,69 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
-
"
|
| 6 |
-
"dataset_manifest_num_episodes":
|
| 7 |
-
"dataset_manifest_num_samples":
|
| 8 |
-
"training_metadata_num_train_samples":
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
|
|
|
|
|
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
| 14 |
"checks": [
|
| 15 |
{
|
| 16 |
-
"name": "
|
| 17 |
"status": "pass",
|
| 18 |
-
"detail": "
|
| 19 |
-
"evidence": [
|
| 20 |
-
"docs/data/project_manifest.json"
|
| 21 |
-
]
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"name": "project_packet_records_pending_32_episode_qwen_result",
|
| 25 |
-
"status": "pass",
|
| 26 |
-
"detail": "project_packet scope_status.qwen3_omni_32_episode_claim=False",
|
| 27 |
"evidence": [
|
| 28 |
"docs/data/project_packet.json"
|
| 29 |
]
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"name": "
|
| 33 |
"status": "pass",
|
| 34 |
-
"detail": "
|
| 35 |
"evidence": [
|
| 36 |
-
"docs/data/
|
| 37 |
]
|
| 38 |
},
|
| 39 |
{
|
| 40 |
-
"name": "
|
| 41 |
"status": "pass",
|
| 42 |
-
"detail": "
|
| 43 |
"evidence": [
|
| 44 |
-
"
|
| 45 |
]
|
| 46 |
},
|
| 47 |
{
|
| 48 |
-
"name": "
|
| 49 |
"status": "pass",
|
| 50 |
-
"detail": "
|
| 51 |
"evidence": [
|
| 52 |
-
"results/omni_finetune/
|
| 53 |
]
|
| 54 |
},
|
| 55 |
{
|
| 56 |
-
"name": "
|
| 57 |
"status": "pass",
|
| 58 |
-
"detail": "
|
| 59 |
"evidence": [
|
| 60 |
-
"results/omni_finetune/
|
| 61 |
]
|
| 62 |
},
|
| 63 |
{
|
| 64 |
-
"name": "
|
| 65 |
"status": "pass",
|
| 66 |
-
"detail": "
|
| 67 |
"evidence": [
|
| 68 |
-
"results/omni_finetune/
|
| 69 |
]
|
| 70 |
},
|
| 71 |
{
|
| 72 |
-
"name": "
|
| 73 |
"status": "pass",
|
| 74 |
"detail": "public presentation scan failures=0",
|
| 75 |
"evidence": [
|
|
@@ -90,7 +84,7 @@
|
|
| 90 |
{
|
| 91 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 92 |
"status": "pass",
|
| 93 |
-
"detail": "historical identifiers found in result provenance files=
|
| 94 |
"evidence": [
|
| 95 |
"results/omni_finetune/"
|
| 96 |
]
|
|
@@ -100,14 +94,6 @@
|
|
| 100 |
{
|
| 101 |
"path": "docs/data/artifact_index.json",
|
| 102 |
"contains_32_episode_status_text": true
|
| 103 |
-
},
|
| 104 |
-
{
|
| 105 |
-
"path": "docs/data/project_packet.json",
|
| 106 |
-
"contains_32_episode_status_text": true
|
| 107 |
-
},
|
| 108 |
-
{
|
| 109 |
-
"path": "docs/data/summary_metrics.json",
|
| 110 |
-
"contains_32_episode_status_text": true
|
| 111 |
}
|
| 112 |
],
|
| 113 |
"historical_identifiers": [
|
|
@@ -123,313 +109,320 @@
|
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 126 |
-
"path": "results/omni_finetune/
|
| 127 |
-
"line":
|
| 128 |
"patterns": [
|
| 129 |
-
"
|
| 130 |
-
"xperience10m_qwen3_omni_32ep"
|
| 131 |
],
|
| 132 |
-
"example": "
|
| 133 |
},
|
| 134 |
{
|
| 135 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 136 |
-
"path": "results/omni_finetune/
|
| 137 |
-
"line":
|
| 138 |
"patterns": [
|
| 139 |
-
"
|
| 140 |
-
"xperience10m_qwen3_omni_32ep"
|
| 141 |
],
|
| 142 |
-
"example": "
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 146 |
-
"path": "results/omni_finetune/
|
| 147 |
-
"line":
|
| 148 |
"patterns": [
|
| 149 |
"qwen3_omni_32ep",
|
| 150 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 151 |
],
|
| 152 |
-
"example": "-
|
| 153 |
},
|
| 154 |
{
|
| 155 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 156 |
-
"path": "results/omni_finetune/
|
| 157 |
-
"line":
|
| 158 |
"patterns": [
|
| 159 |
"qwen3_omni_32ep",
|
| 160 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 161 |
],
|
| 162 |
-
"example": "-
|
| 163 |
},
|
| 164 |
{
|
| 165 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 166 |
-
"path": "results/omni_finetune/
|
| 167 |
-
"line":
|
| 168 |
"patterns": [
|
| 169 |
"qwen3_omni_32ep",
|
| 170 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 171 |
],
|
| 172 |
-
"example": "-
|
| 173 |
},
|
| 174 |
{
|
| 175 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 176 |
-
"path": "results/omni_finetune/
|
| 177 |
-
"line":
|
| 178 |
"patterns": [
|
|
|
|
|
|
|
| 179 |
"ropedia-episode-task-suite"
|
| 180 |
],
|
| 181 |
-
"example": "
|
| 182 |
},
|
| 183 |
{
|
| 184 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 185 |
-
"path": "results/omni_finetune/
|
| 186 |
-
"line":
|
| 187 |
"patterns": [
|
|
|
|
|
|
|
| 188 |
"ropedia-episode-task-suite"
|
| 189 |
],
|
| 190 |
-
"example": "
|
| 191 |
},
|
| 192 |
{
|
| 193 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 194 |
-
"path": "results/omni_finetune/
|
| 195 |
-
"line":
|
| 196 |
"patterns": [
|
| 197 |
"qwen3_omni_32ep",
|
| 198 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 199 |
],
|
| 200 |
-
"example": "
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 204 |
-
"path": "results/omni_finetune/
|
| 205 |
-
"line":
|
| 206 |
"patterns": [
|
| 207 |
"qwen3_omni_32ep",
|
| 208 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 209 |
],
|
| 210 |
-
"example": "
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 214 |
-
"path": "results/omni_finetune/
|
| 215 |
-
"line":
|
| 216 |
"patterns": [
|
| 217 |
"qwen3_omni_32ep",
|
| 218 |
"xperience10m_qwen3_omni_32ep",
|
| 219 |
"ropedia-episode-task-suite"
|
| 220 |
],
|
| 221 |
-
"example": "
|
| 222 |
},
|
| 223 |
{
|
| 224 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 225 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 226 |
-
"line":
|
| 227 |
"patterns": [
|
| 228 |
"qwen3_omni_32ep",
|
| 229 |
"xperience10m_qwen3_omni_32ep",
|
| 230 |
"ropedia-episode-task-suite"
|
| 231 |
],
|
| 232 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 233 |
},
|
| 234 |
{
|
| 235 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 236 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 237 |
-
"line":
|
| 238 |
"patterns": [
|
| 239 |
"qwen3_omni_32ep",
|
| 240 |
"xperience10m_qwen3_omni_32ep",
|
| 241 |
"ropedia-episode-task-suite"
|
| 242 |
],
|
| 243 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 244 |
},
|
| 245 |
{
|
| 246 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 247 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 248 |
-
"line":
|
| 249 |
"patterns": [
|
| 250 |
"qwen3_omni_32ep",
|
| 251 |
"xperience10m_qwen3_omni_32ep",
|
| 252 |
"ropedia-episode-task-suite"
|
| 253 |
],
|
| 254 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 255 |
},
|
| 256 |
{
|
| 257 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 258 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 259 |
-
"line":
|
| 260 |
"patterns": [
|
| 261 |
"qwen3_omni_32ep",
|
| 262 |
"xperience10m_qwen3_omni_32ep",
|
| 263 |
"ropedia-episode-task-suite"
|
| 264 |
],
|
| 265 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 266 |
},
|
| 267 |
{
|
| 268 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 269 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 270 |
-
"line":
|
| 271 |
"patterns": [
|
| 272 |
"qwen3_omni_32ep",
|
| 273 |
"xperience10m_qwen3_omni_32ep",
|
| 274 |
"ropedia-episode-task-suite"
|
| 275 |
],
|
| 276 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 277 |
},
|
| 278 |
{
|
| 279 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 280 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 281 |
-
"line":
|
| 282 |
"patterns": [
|
| 283 |
"qwen3_omni_32ep",
|
| 284 |
"xperience10m_qwen3_omni_32ep",
|
| 285 |
"ropedia-episode-task-suite"
|
| 286 |
],
|
| 287 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 288 |
},
|
| 289 |
{
|
| 290 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 291 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 292 |
-
"line":
|
| 293 |
"patterns": [
|
| 294 |
"qwen3_omni_32ep",
|
| 295 |
"xperience10m_qwen3_omni_32ep",
|
| 296 |
"ropedia-episode-task-suite"
|
| 297 |
],
|
| 298 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 299 |
},
|
| 300 |
{
|
| 301 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 302 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 303 |
-
"line":
|
| 304 |
"patterns": [
|
| 305 |
"qwen3_omni_32ep",
|
| 306 |
"xperience10m_qwen3_omni_32ep",
|
| 307 |
"ropedia-episode-task-suite"
|
| 308 |
],
|
| 309 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 313 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 314 |
-
"line":
|
| 315 |
"patterns": [
|
| 316 |
"qwen3_omni_32ep",
|
| 317 |
"xperience10m_qwen3_omni_32ep",
|
| 318 |
"ropedia-episode-task-suite"
|
| 319 |
],
|
| 320 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 324 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 325 |
-
"line":
|
| 326 |
"patterns": [
|
| 327 |
"qwen3_omni_32ep",
|
| 328 |
"xperience10m_qwen3_omni_32ep",
|
| 329 |
"ropedia-episode-task-suite"
|
| 330 |
],
|
| 331 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 332 |
},
|
| 333 |
{
|
| 334 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 335 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 336 |
-
"line":
|
| 337 |
"patterns": [
|
| 338 |
"qwen3_omni_32ep",
|
| 339 |
"xperience10m_qwen3_omni_32ep",
|
| 340 |
"ropedia-episode-task-suite"
|
| 341 |
],
|
| 342 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 343 |
},
|
| 344 |
{
|
| 345 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 346 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 347 |
-
"line":
|
| 348 |
"patterns": [
|
| 349 |
"qwen3_omni_32ep",
|
| 350 |
"xperience10m_qwen3_omni_32ep",
|
| 351 |
"ropedia-episode-task-suite"
|
| 352 |
],
|
| 353 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 354 |
},
|
| 355 |
{
|
| 356 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 357 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 358 |
-
"line":
|
| 359 |
"patterns": [
|
| 360 |
"qwen3_omni_32ep",
|
| 361 |
"xperience10m_qwen3_omni_32ep",
|
| 362 |
"ropedia-episode-task-suite"
|
| 363 |
],
|
| 364 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 368 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 369 |
-
"line":
|
| 370 |
"patterns": [
|
| 371 |
"qwen3_omni_32ep",
|
| 372 |
"xperience10m_qwen3_omni_32ep",
|
| 373 |
"ropedia-episode-task-suite"
|
| 374 |
],
|
| 375 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 379 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 380 |
-
"line":
|
| 381 |
"patterns": [
|
| 382 |
"qwen3_omni_32ep",
|
| 383 |
"xperience10m_qwen3_omni_32ep",
|
| 384 |
"ropedia-episode-task-suite"
|
| 385 |
],
|
| 386 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 387 |
},
|
| 388 |
{
|
| 389 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 390 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 391 |
-
"line":
|
| 392 |
"patterns": [
|
| 393 |
"qwen3_omni_32ep",
|
| 394 |
"xperience10m_qwen3_omni_32ep",
|
| 395 |
"ropedia-episode-task-suite"
|
| 396 |
],
|
| 397 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 398 |
},
|
| 399 |
{
|
| 400 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 401 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 402 |
-
"line":
|
| 403 |
"patterns": [
|
| 404 |
"qwen3_omni_32ep",
|
| 405 |
"xperience10m_qwen3_omni_32ep",
|
| 406 |
"ropedia-episode-task-suite"
|
| 407 |
],
|
| 408 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 409 |
},
|
| 410 |
{
|
| 411 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 412 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 413 |
-
"line":
|
| 414 |
"patterns": [
|
| 415 |
"qwen3_omni_32ep",
|
| 416 |
"xperience10m_qwen3_omni_32ep",
|
| 417 |
"ropedia-episode-task-suite"
|
| 418 |
],
|
| 419 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 420 |
},
|
| 421 |
{
|
| 422 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 423 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 424 |
-
"line":
|
| 425 |
"patterns": [
|
| 426 |
"qwen3_omni_32ep",
|
| 427 |
"xperience10m_qwen3_omni_32ep",
|
| 428 |
"ropedia-episode-task-suite"
|
| 429 |
],
|
| 430 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 431 |
}
|
| 432 |
],
|
| 433 |
-
"historical_identifier_total_count":
|
| 434 |
"failures": []
|
| 435 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
+
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
+
"dataset_manifest_num_episodes": 119,
|
| 7 |
+
"dataset_manifest_num_samples": 3808,
|
| 8 |
+
"training_metadata_num_train_samples": 2848,
|
| 9 |
+
"eval_num_samples": 448,
|
| 10 |
+
"eval_json_validity_rate": 0.875,
|
| 11 |
+
"quality_target_met": false,
|
| 12 |
+
"historical_identifier_count": 132,
|
| 13 |
+
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
| 16 |
"checks": [
|
| 17 |
{
|
| 18 |
+
"name": "project_packet_records_verified_diagnostic_status",
|
| 19 |
"status": "pass",
|
| 20 |
+
"detail": "project packet describes the verified diagnostic pilot and quality boundary",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"evidence": [
|
| 22 |
"docs/data/project_packet.json"
|
| 23 |
]
|
| 24 |
},
|
| 25 |
{
|
| 26 |
+
"name": "summary_metrics_preserves_verified_diagnostic_status",
|
| 27 |
"status": "pass",
|
| 28 |
+
"detail": "The selected-episode Qwen3-Omni validation-aware diagnostic pilot is verified, but held-out quality is still weak and JSON validity remains below the 98% target.",
|
| 29 |
"evidence": [
|
| 30 |
+
"docs/data/summary_metrics.json"
|
| 31 |
]
|
| 32 |
},
|
| 33 |
{
|
| 34 |
+
"name": "verified_package_dataset_has_expected_windows",
|
| 35 |
"status": "pass",
|
| 36 |
+
"detail": "episodes=119, samples=3808, split_counts={'train': 2848, 'val': 512, 'test': 448}",
|
| 37 |
"evidence": [
|
| 38 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/dataset/dataset_manifest.json"
|
| 39 |
]
|
| 40 |
},
|
| 41 |
{
|
| 42 |
+
"name": "verified_package_training_records_8_processes",
|
| 43 |
"status": "pass",
|
| 44 |
+
"detail": "train=2848, val=512, processes=8",
|
| 45 |
"evidence": [
|
| 46 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/training/training_metadata.json"
|
| 47 |
]
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"name": "verified_package_eval_records_real_held_out_metrics",
|
| 51 |
"status": "pass",
|
| 52 |
+
"detail": "samples=448, split=test, held_out=14, json_validity=0.875",
|
| 53 |
"evidence": [
|
| 54 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/eval/metrics.json"
|
| 55 |
]
|
| 56 |
},
|
| 57 |
{
|
| 58 |
+
"name": "verified_package_audit_passes",
|
| 59 |
"status": "pass",
|
| 60 |
+
"detail": "audit_status=pass, issues=0",
|
| 61 |
"evidence": [
|
| 62 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/package_audit.json"
|
| 63 |
]
|
| 64 |
},
|
| 65 |
{
|
| 66 |
+
"name": "public_presentation_has_no_misleading_32ep_identifiers",
|
| 67 |
"status": "pass",
|
| 68 |
"detail": "public presentation scan failures=0",
|
| 69 |
"evidence": [
|
|
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
+
"detail": "historical identifiers found in result provenance files=132",
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
|
|
| 94 |
{
|
| 95 |
"path": "docs/data/artifact_index.json",
|
| 96 |
"contains_32_episode_status_text": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
],
|
| 99 |
"historical_identifiers": [
|
|
|
|
| 109 |
},
|
| 110 |
{
|
| 111 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 112 |
+
"path": "results/omni_finetune/XPERIENCE10M_128_DATA_PREPARATION_AND_FINETUNE_PLAN.md",
|
| 113 |
+
"line": 42,
|
| 114 |
"patterns": [
|
| 115 |
+
"ropedia-episode-task-suite"
|
|
|
|
| 116 |
],
|
| 117 |
+
"example": "export RELAY_WORKDIR=/path/to/ropedia-episode-task-suite"
|
| 118 |
},
|
| 119 |
{
|
| 120 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 121 |
+
"path": "results/omni_finetune/XPERIENCE10M_128_DATA_PREPARATION_AND_FINETUNE_PLAN.md",
|
| 122 |
+
"line": 45,
|
| 123 |
"patterns": [
|
| 124 |
+
"ropedia-episode-task-suite"
|
|
|
|
| 125 |
],
|
| 126 |
+
"example": "export TRAINING_REPO=/path/to/ropedia-episode-task-suite"
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 130 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 131 |
+
"line": 1,
|
| 132 |
"patterns": [
|
| 133 |
"qwen3_omni_32ep",
|
| 134 |
+
"xperience10m_qwen3_omni_32ep",
|
| 135 |
+
"ropedia-episode-task-suite"
|
| 136 |
],
|
| 137 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:0\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 0, \"end_frame\": 19, \"num_frames\": 20}, \"media\": {\"video_paths\": [{"
|
| 138 |
},
|
| 139 |
{
|
| 140 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 141 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 142 |
+
"line": 2,
|
| 143 |
"patterns": [
|
| 144 |
"qwen3_omni_32ep",
|
| 145 |
+
"xperience10m_qwen3_omni_32ep",
|
| 146 |
+
"ropedia-episode-task-suite"
|
| 147 |
],
|
| 148 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:1\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 20, \"end_frame\": 39, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 149 |
},
|
| 150 |
{
|
| 151 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 152 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 153 |
+
"line": 3,
|
| 154 |
"patterns": [
|
| 155 |
"qwen3_omni_32ep",
|
| 156 |
+
"xperience10m_qwen3_omni_32ep",
|
| 157 |
+
"ropedia-episode-task-suite"
|
| 158 |
],
|
| 159 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:2\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 40, \"end_frame\": 59, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 160 |
},
|
| 161 |
{
|
| 162 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 163 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 164 |
+
"line": 4,
|
| 165 |
"patterns": [
|
| 166 |
+
"qwen3_omni_32ep",
|
| 167 |
+
"xperience10m_qwen3_omni_32ep",
|
| 168 |
"ropedia-episode-task-suite"
|
| 169 |
],
|
| 170 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:3\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 60, \"end_frame\": 79, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 171 |
},
|
| 172 |
{
|
| 173 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 174 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 175 |
+
"line": 5,
|
| 176 |
"patterns": [
|
| 177 |
+
"qwen3_omni_32ep",
|
| 178 |
+
"xperience10m_qwen3_omni_32ep",
|
| 179 |
"ropedia-episode-task-suite"
|
| 180 |
],
|
| 181 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:4\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 80, \"end_frame\": 99, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 182 |
},
|
| 183 |
{
|
| 184 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 185 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 186 |
+
"line": 6,
|
| 187 |
"patterns": [
|
| 188 |
"qwen3_omni_32ep",
|
| 189 |
+
"xperience10m_qwen3_omni_32ep",
|
| 190 |
+
"ropedia-episode-task-suite"
|
| 191 |
],
|
| 192 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:5\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 100, \"end_frame\": 119, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 193 |
},
|
| 194 |
{
|
| 195 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 196 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 197 |
+
"line": 7,
|
| 198 |
"patterns": [
|
| 199 |
"qwen3_omni_32ep",
|
| 200 |
+
"xperience10m_qwen3_omni_32ep",
|
| 201 |
+
"ropedia-episode-task-suite"
|
| 202 |
],
|
| 203 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:6\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 120, \"end_frame\": 139, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 204 |
},
|
| 205 |
{
|
| 206 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 207 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 208 |
+
"line": 8,
|
| 209 |
"patterns": [
|
| 210 |
"qwen3_omni_32ep",
|
| 211 |
"xperience10m_qwen3_omni_32ep",
|
| 212 |
"ropedia-episode-task-suite"
|
| 213 |
],
|
| 214 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:7\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 140, \"end_frame\": 159, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 215 |
},
|
| 216 |
{
|
| 217 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 218 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 219 |
+
"line": 9,
|
| 220 |
"patterns": [
|
| 221 |
"qwen3_omni_32ep",
|
| 222 |
"xperience10m_qwen3_omni_32ep",
|
| 223 |
"ropedia-episode-task-suite"
|
| 224 |
],
|
| 225 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:8\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 160, \"end_frame\": 179, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 226 |
},
|
| 227 |
{
|
| 228 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 229 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 230 |
+
"line": 10,
|
| 231 |
"patterns": [
|
| 232 |
"qwen3_omni_32ep",
|
| 233 |
"xperience10m_qwen3_omni_32ep",
|
| 234 |
"ropedia-episode-task-suite"
|
| 235 |
],
|
| 236 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:9\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 180, \"end_frame\": 199, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 237 |
},
|
| 238 |
{
|
| 239 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 240 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 241 |
+
"line": 11,
|
| 242 |
"patterns": [
|
| 243 |
"qwen3_omni_32ep",
|
| 244 |
"xperience10m_qwen3_omni_32ep",
|
| 245 |
"ropedia-episode-task-suite"
|
| 246 |
],
|
| 247 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:10\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 200, \"end_frame\": 219, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 248 |
},
|
| 249 |
{
|
| 250 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 251 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 252 |
+
"line": 12,
|
| 253 |
"patterns": [
|
| 254 |
"qwen3_omni_32ep",
|
| 255 |
"xperience10m_qwen3_omni_32ep",
|
| 256 |
"ropedia-episode-task-suite"
|
| 257 |
],
|
| 258 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:11\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 220, \"end_frame\": 239, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 259 |
},
|
| 260 |
{
|
| 261 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 262 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 263 |
+
"line": 13,
|
| 264 |
"patterns": [
|
| 265 |
"qwen3_omni_32ep",
|
| 266 |
"xperience10m_qwen3_omni_32ep",
|
| 267 |
"ropedia-episode-task-suite"
|
| 268 |
],
|
| 269 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:12\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 240, \"end_frame\": 259, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 270 |
},
|
| 271 |
{
|
| 272 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 273 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 274 |
+
"line": 14,
|
| 275 |
"patterns": [
|
| 276 |
"qwen3_omni_32ep",
|
| 277 |
"xperience10m_qwen3_omni_32ep",
|
| 278 |
"ropedia-episode-task-suite"
|
| 279 |
],
|
| 280 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:13\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 260, \"end_frame\": 279, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 284 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 285 |
+
"line": 15,
|
| 286 |
"patterns": [
|
| 287 |
"qwen3_omni_32ep",
|
| 288 |
"xperience10m_qwen3_omni_32ep",
|
| 289 |
"ropedia-episode-task-suite"
|
| 290 |
],
|
| 291 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:14\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 280, \"end_frame\": 299, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 295 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 296 |
+
"line": 16,
|
| 297 |
"patterns": [
|
| 298 |
"qwen3_omni_32ep",
|
| 299 |
"xperience10m_qwen3_omni_32ep",
|
| 300 |
"ropedia-episode-task-suite"
|
| 301 |
],
|
| 302 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:15\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 300, \"end_frame\": 319, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 303 |
},
|
| 304 |
{
|
| 305 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 306 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 307 |
+
"line": 17,
|
| 308 |
"patterns": [
|
| 309 |
"qwen3_omni_32ep",
|
| 310 |
"xperience10m_qwen3_omni_32ep",
|
| 311 |
"ropedia-episode-task-suite"
|
| 312 |
],
|
| 313 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:40\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 800, \"end_frame\": 819, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 314 |
},
|
| 315 |
{
|
| 316 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 317 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 318 |
+
"line": 18,
|
| 319 |
"patterns": [
|
| 320 |
"qwen3_omni_32ep",
|
| 321 |
"xperience10m_qwen3_omni_32ep",
|
| 322 |
"ropedia-episode-task-suite"
|
| 323 |
],
|
| 324 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:41\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 820, \"end_frame\": 839, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 325 |
},
|
| 326 |
{
|
| 327 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 328 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 329 |
+
"line": 19,
|
| 330 |
"patterns": [
|
| 331 |
"qwen3_omni_32ep",
|
| 332 |
"xperience10m_qwen3_omni_32ep",
|
| 333 |
"ropedia-episode-task-suite"
|
| 334 |
],
|
| 335 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:42\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 840, \"end_frame\": 859, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 336 |
},
|
| 337 |
{
|
| 338 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 339 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 340 |
+
"line": 20,
|
| 341 |
"patterns": [
|
| 342 |
"qwen3_omni_32ep",
|
| 343 |
"xperience10m_qwen3_omni_32ep",
|
| 344 |
"ropedia-episode-task-suite"
|
| 345 |
],
|
| 346 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:43\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 860, \"end_frame\": 879, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 347 |
},
|
| 348 |
{
|
| 349 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 350 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 351 |
+
"line": 21,
|
| 352 |
"patterns": [
|
| 353 |
"qwen3_omni_32ep",
|
| 354 |
"xperience10m_qwen3_omni_32ep",
|
| 355 |
"ropedia-episode-task-suite"
|
| 356 |
],
|
| 357 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:44\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 880, \"end_frame\": 899, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 358 |
},
|
| 359 |
{
|
| 360 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 361 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 362 |
+
"line": 22,
|
| 363 |
"patterns": [
|
| 364 |
"qwen3_omni_32ep",
|
| 365 |
"xperience10m_qwen3_omni_32ep",
|
| 366 |
"ropedia-episode-task-suite"
|
| 367 |
],
|
| 368 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:45\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 900, \"end_frame\": 919, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 369 |
},
|
| 370 |
{
|
| 371 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 372 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 373 |
+
"line": 23,
|
| 374 |
"patterns": [
|
| 375 |
"qwen3_omni_32ep",
|
| 376 |
"xperience10m_qwen3_omni_32ep",
|
| 377 |
"ropedia-episode-task-suite"
|
| 378 |
],
|
| 379 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:46\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 920, \"end_frame\": 939, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 380 |
},
|
| 381 |
{
|
| 382 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 383 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 384 |
+
"line": 24,
|
| 385 |
"patterns": [
|
| 386 |
"qwen3_omni_32ep",
|
| 387 |
"xperience10m_qwen3_omni_32ep",
|
| 388 |
"ropedia-episode-task-suite"
|
| 389 |
],
|
| 390 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:47\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 940, \"end_frame\": 959, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 394 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 395 |
+
"line": 25,
|
| 396 |
"patterns": [
|
| 397 |
"qwen3_omni_32ep",
|
| 398 |
"xperience10m_qwen3_omni_32ep",
|
| 399 |
"ropedia-episode-task-suite"
|
| 400 |
],
|
| 401 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:50\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1000, \"end_frame\": 1019, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 402 |
},
|
| 403 |
{
|
| 404 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 405 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 406 |
+
"line": 26,
|
| 407 |
"patterns": [
|
| 408 |
"qwen3_omni_32ep",
|
| 409 |
"xperience10m_qwen3_omni_32ep",
|
| 410 |
"ropedia-episode-task-suite"
|
| 411 |
],
|
| 412 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:51\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1020, \"end_frame\": 1039, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 413 |
},
|
| 414 |
{
|
| 415 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 416 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 417 |
+
"line": 27,
|
| 418 |
"patterns": [
|
| 419 |
"qwen3_omni_32ep",
|
| 420 |
"xperience10m_qwen3_omni_32ep",
|
| 421 |
"ropedia-episode-task-suite"
|
| 422 |
],
|
| 423 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:52\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1040, \"end_frame\": 1059, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 424 |
}
|
| 425 |
],
|
| 426 |
+
"historical_identifier_total_count": 132,
|
| 427 |
"failures": []
|
| 428 |
}
|
docs/data/task_surface_integrity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"task_count": 12,
|
| 6 |
"expected_task_count": 12,
|
|
@@ -64,45 +64,45 @@
|
|
| 64 |
"observed": "timeline_action"
|
| 65 |
},
|
| 66 |
{
|
| 67 |
-
"name": "timeline_action:
|
| 68 |
"status": "pass",
|
| 69 |
-
"value": "
|
| 70 |
"raw_hits": []
|
| 71 |
},
|
| 72 |
{
|
| 73 |
-
"name": "timeline_action:
|
| 74 |
"status": "pass",
|
| 75 |
-
"value": "
|
| 76 |
"raw_hits": []
|
| 77 |
},
|
| 78 |
{
|
| 79 |
-
"name": "timeline_action:
|
| 80 |
"status": "pass",
|
| 81 |
-
"value": "
|
| 82 |
"raw_hits": []
|
| 83 |
},
|
| 84 |
{
|
| 85 |
-
"name": "timeline_action:
|
| 86 |
"status": "pass",
|
| 87 |
-
"value": "
|
| 88 |
"raw_hits": []
|
| 89 |
},
|
| 90 |
{
|
| 91 |
-
"name": "timeline_action:
|
| 92 |
"status": "pass",
|
| 93 |
-
"value": "
|
| 94 |
"raw_hits": []
|
| 95 |
},
|
| 96 |
{
|
| 97 |
-
"name": "timeline_action:
|
| 98 |
"status": "pass",
|
| 99 |
-
"value": "
|
| 100 |
"raw_hits": []
|
| 101 |
},
|
| 102 |
{
|
| 103 |
-
"name": "timeline_action:
|
| 104 |
"status": "pass",
|
| 105 |
-
"value": "
|
| 106 |
"raw_hits": []
|
| 107 |
},
|
| 108 |
{
|
|
@@ -184,45 +184,45 @@
|
|
| 184 |
"observed": "timeline_subtask"
|
| 185 |
},
|
| 186 |
{
|
| 187 |
-
"name": "timeline_subtask:
|
| 188 |
"status": "pass",
|
| 189 |
-
"value": "
|
| 190 |
"raw_hits": []
|
| 191 |
},
|
| 192 |
{
|
| 193 |
-
"name": "timeline_subtask:
|
| 194 |
"status": "pass",
|
| 195 |
-
"value": "
|
| 196 |
"raw_hits": []
|
| 197 |
},
|
| 198 |
{
|
| 199 |
-
"name": "timeline_subtask:
|
| 200 |
"status": "pass",
|
| 201 |
-
"value": "
|
| 202 |
"raw_hits": []
|
| 203 |
},
|
| 204 |
{
|
| 205 |
-
"name": "timeline_subtask:
|
| 206 |
"status": "pass",
|
| 207 |
-
"value": "
|
| 208 |
"raw_hits": []
|
| 209 |
},
|
| 210 |
{
|
| 211 |
-
"name": "timeline_subtask:
|
| 212 |
"status": "pass",
|
| 213 |
-
"value": "
|
| 214 |
"raw_hits": []
|
| 215 |
},
|
| 216 |
{
|
| 217 |
-
"name": "timeline_subtask:
|
| 218 |
"status": "pass",
|
| 219 |
-
"value": "
|
| 220 |
"raw_hits": []
|
| 221 |
},
|
| 222 |
{
|
| 223 |
-
"name": "timeline_subtask:
|
| 224 |
"status": "pass",
|
| 225 |
-
"value": "
|
| 226 |
"raw_hits": []
|
| 227 |
},
|
| 228 |
{
|
|
@@ -304,45 +304,45 @@
|
|
| 304 |
"observed": "transition_detection"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
-
"name": "transition_detection:
|
| 308 |
"status": "pass",
|
| 309 |
-
"value": "
|
| 310 |
"raw_hits": []
|
| 311 |
},
|
| 312 |
{
|
| 313 |
-
"name": "transition_detection:
|
| 314 |
"status": "pass",
|
| 315 |
-
"value": "Detect
|
| 316 |
"raw_hits": []
|
| 317 |
},
|
| 318 |
{
|
| 319 |
-
"name": "transition_detection:
|
| 320 |
"status": "pass",
|
| 321 |
-
"value": "
|
| 322 |
"raw_hits": []
|
| 323 |
},
|
| 324 |
{
|
| 325 |
-
"name": "transition_detection:
|
| 326 |
"status": "pass",
|
| 327 |
-
"value": "
|
| 328 |
"raw_hits": []
|
| 329 |
},
|
| 330 |
{
|
| 331 |
-
"name": "transition_detection:
|
| 332 |
"status": "pass",
|
| 333 |
-
"value": "
|
| 334 |
"raw_hits": []
|
| 335 |
},
|
| 336 |
{
|
| 337 |
-
"name": "transition_detection:
|
| 338 |
"status": "pass",
|
| 339 |
-
"value": "
|
| 340 |
"raw_hits": []
|
| 341 |
},
|
| 342 |
{
|
| 343 |
-
"name": "transition_detection:
|
| 344 |
"status": "pass",
|
| 345 |
-
"value": "
|
| 346 |
"raw_hits": []
|
| 347 |
},
|
| 348 |
{
|
|
@@ -422,45 +422,45 @@
|
|
| 422 |
"observed": "next_action"
|
| 423 |
},
|
| 424 |
{
|
| 425 |
-
"name": "next_action:
|
| 426 |
"status": "pass",
|
| 427 |
-
"value": "
|
| 428 |
"raw_hits": []
|
| 429 |
},
|
| 430 |
{
|
| 431 |
-
"name": "next_action:
|
| 432 |
"status": "pass",
|
| 433 |
-
"value": "
|
| 434 |
"raw_hits": []
|
| 435 |
},
|
| 436 |
{
|
| 437 |
-
"name": "next_action:
|
| 438 |
"status": "pass",
|
| 439 |
-
"value": "
|
| 440 |
"raw_hits": []
|
| 441 |
},
|
| 442 |
{
|
| 443 |
-
"name": "next_action:
|
| 444 |
"status": "pass",
|
| 445 |
-
"value": "
|
| 446 |
"raw_hits": []
|
| 447 |
},
|
| 448 |
{
|
| 449 |
-
"name": "next_action:
|
| 450 |
"status": "pass",
|
| 451 |
-
"value": "
|
| 452 |
"raw_hits": []
|
| 453 |
},
|
| 454 |
{
|
| 455 |
-
"name": "next_action:
|
| 456 |
"status": "pass",
|
| 457 |
-
"value": "
|
| 458 |
"raw_hits": []
|
| 459 |
},
|
| 460 |
{
|
| 461 |
-
"name": "next_action:
|
| 462 |
"status": "pass",
|
| 463 |
-
"value": "current
|
| 464 |
"raw_hits": []
|
| 465 |
},
|
| 466 |
{
|
|
@@ -540,45 +540,45 @@
|
|
| 540 |
"observed": "hand_trajectory_forecast"
|
| 541 |
},
|
| 542 |
{
|
| 543 |
-
"name": "hand_trajectory_forecast:
|
| 544 |
"status": "pass",
|
| 545 |
-
"value": "
|
| 546 |
"raw_hits": []
|
| 547 |
},
|
| 548 |
{
|
| 549 |
-
"name": "hand_trajectory_forecast:
|
| 550 |
"status": "pass",
|
| 551 |
-
"value": "Predict
|
| 552 |
"raw_hits": []
|
| 553 |
},
|
| 554 |
{
|
| 555 |
-
"name": "hand_trajectory_forecast:
|
| 556 |
"status": "pass",
|
| 557 |
-
"value": "
|
| 558 |
"raw_hits": []
|
| 559 |
},
|
| 560 |
{
|
| 561 |
-
"name": "hand_trajectory_forecast:
|
| 562 |
"status": "pass",
|
| 563 |
-
"value": "
|
| 564 |
"raw_hits": []
|
| 565 |
},
|
| 566 |
{
|
| 567 |
-
"name": "hand_trajectory_forecast:
|
| 568 |
"status": "pass",
|
| 569 |
-
"value": "
|
| 570 |
"raw_hits": []
|
| 571 |
},
|
| 572 |
{
|
| 573 |
-
"name": "hand_trajectory_forecast:
|
| 574 |
"status": "pass",
|
| 575 |
-
"value": "
|
| 576 |
"raw_hits": []
|
| 577 |
},
|
| 578 |
{
|
| 579 |
-
"name": "hand_trajectory_forecast:
|
| 580 |
"status": "pass",
|
| 581 |
-
"value": "current
|
| 582 |
"raw_hits": []
|
| 583 |
},
|
| 584 |
{
|
|
@@ -658,45 +658,45 @@
|
|
| 658 |
"observed": "contact_prediction"
|
| 659 |
},
|
| 660 |
{
|
| 661 |
-
"name": "contact_prediction:
|
| 662 |
"status": "pass",
|
| 663 |
-
"value": "contact
|
| 664 |
"raw_hits": []
|
| 665 |
},
|
| 666 |
{
|
| 667 |
-
"name": "contact_prediction:
|
| 668 |
"status": "pass",
|
| 669 |
-
"value": "Predict whether
|
| 670 |
"raw_hits": []
|
| 671 |
},
|
| 672 |
{
|
| 673 |
-
"name": "contact_prediction:
|
| 674 |
"status": "pass",
|
| 675 |
-
"value": "
|
| 676 |
"raw_hits": []
|
| 677 |
},
|
| 678 |
{
|
| 679 |
-
"name": "contact_prediction:
|
| 680 |
"status": "pass",
|
| 681 |
-
"value": "
|
| 682 |
"raw_hits": []
|
| 683 |
},
|
| 684 |
{
|
| 685 |
-
"name": "contact_prediction:
|
| 686 |
"status": "pass",
|
| 687 |
-
"value": "
|
| 688 |
"raw_hits": []
|
| 689 |
},
|
| 690 |
{
|
| 691 |
-
"name": "contact_prediction:
|
| 692 |
"status": "pass",
|
| 693 |
-
"value": "
|
| 694 |
"raw_hits": []
|
| 695 |
},
|
| 696 |
{
|
| 697 |
-
"name": "contact_prediction:
|
| 698 |
"status": "pass",
|
| 699 |
-
"value": "
|
| 700 |
"raw_hits": []
|
| 701 |
},
|
| 702 |
{
|
|
@@ -774,45 +774,45 @@
|
|
| 774 |
"observed": "object_relevance"
|
| 775 |
},
|
| 776 |
{
|
| 777 |
-
"name": "object_relevance:
|
| 778 |
"status": "pass",
|
| 779 |
-
"value": "
|
| 780 |
"raw_hits": []
|
| 781 |
},
|
| 782 |
{
|
| 783 |
-
"name": "object_relevance:
|
| 784 |
"status": "pass",
|
| 785 |
-
"value": "
|
| 786 |
"raw_hits": []
|
| 787 |
},
|
| 788 |
{
|
| 789 |
-
"name": "object_relevance:
|
| 790 |
"status": "pass",
|
| 791 |
-
"value": "
|
| 792 |
"raw_hits": []
|
| 793 |
},
|
| 794 |
{
|
| 795 |
-
"name": "object_relevance:
|
| 796 |
"status": "pass",
|
| 797 |
-
"value": "
|
| 798 |
"raw_hits": []
|
| 799 |
},
|
| 800 |
{
|
| 801 |
-
"name": "object_relevance:
|
| 802 |
"status": "pass",
|
| 803 |
-
"value": "
|
| 804 |
"raw_hits": []
|
| 805 |
},
|
| 806 |
{
|
| 807 |
-
"name": "object_relevance:
|
| 808 |
"status": "pass",
|
| 809 |
-
"value": "
|
| 810 |
"raw_hits": []
|
| 811 |
},
|
| 812 |
{
|
| 813 |
-
"name": "object_relevance:
|
| 814 |
"status": "pass",
|
| 815 |
-
"value": "
|
| 816 |
"raw_hits": []
|
| 817 |
},
|
| 818 |
{
|
|
@@ -892,45 +892,45 @@
|
|
| 892 |
"observed": "caption_grounding"
|
| 893 |
},
|
| 894 |
{
|
| 895 |
-
"name": "caption_grounding:
|
| 896 |
"status": "pass",
|
| 897 |
-
"value": "
|
| 898 |
"raw_hits": []
|
| 899 |
},
|
| 900 |
{
|
| 901 |
-
"name": "caption_grounding:
|
| 902 |
"status": "pass",
|
| 903 |
-
"value": "
|
| 904 |
"raw_hits": []
|
| 905 |
},
|
| 906 |
{
|
| 907 |
-
"name": "caption_grounding:
|
| 908 |
"status": "pass",
|
| 909 |
-
"value": "
|
| 910 |
"raw_hits": []
|
| 911 |
},
|
| 912 |
{
|
| 913 |
-
"name": "caption_grounding:
|
| 914 |
"status": "pass",
|
| 915 |
-
"value": "
|
| 916 |
"raw_hits": []
|
| 917 |
},
|
| 918 |
{
|
| 919 |
-
"name": "caption_grounding:
|
| 920 |
"status": "pass",
|
| 921 |
-
"value": "
|
| 922 |
"raw_hits": []
|
| 923 |
},
|
| 924 |
{
|
| 925 |
-
"name": "caption_grounding:
|
| 926 |
"status": "pass",
|
| 927 |
-
"value": "
|
| 928 |
"raw_hits": []
|
| 929 |
},
|
| 930 |
{
|
| 931 |
-
"name": "caption_grounding:
|
| 932 |
"status": "pass",
|
| 933 |
-
"value": "
|
| 934 |
"raw_hits": []
|
| 935 |
},
|
| 936 |
{
|
|
@@ -1008,45 +1008,45 @@
|
|
| 1008 |
"observed": "cross_modal_retrieval"
|
| 1009 |
},
|
| 1010 |
{
|
| 1011 |
-
"name": "cross_modal_retrieval:
|
| 1012 |
"status": "pass",
|
| 1013 |
-
"value": "
|
| 1014 |
"raw_hits": []
|
| 1015 |
},
|
| 1016 |
{
|
| 1017 |
-
"name": "cross_modal_retrieval:
|
| 1018 |
"status": "pass",
|
| 1019 |
-
"value": "Use
|
| 1020 |
"raw_hits": []
|
| 1021 |
},
|
| 1022 |
{
|
| 1023 |
-
"name": "cross_modal_retrieval:
|
| 1024 |
"status": "pass",
|
| 1025 |
-
"value": "
|
| 1026 |
"raw_hits": []
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
-
"name": "cross_modal_retrieval:
|
| 1030 |
"status": "pass",
|
| 1031 |
-
"value": "
|
| 1032 |
"raw_hits": []
|
| 1033 |
},
|
| 1034 |
{
|
| 1035 |
-
"name": "cross_modal_retrieval:
|
| 1036 |
"status": "pass",
|
| 1037 |
-
"value": "
|
| 1038 |
"raw_hits": []
|
| 1039 |
},
|
| 1040 |
{
|
| 1041 |
-
"name": "cross_modal_retrieval:
|
| 1042 |
"status": "pass",
|
| 1043 |
-
"value": "
|
| 1044 |
"raw_hits": []
|
| 1045 |
},
|
| 1046 |
{
|
| 1047 |
-
"name": "cross_modal_retrieval:
|
| 1048 |
"status": "pass",
|
| 1049 |
-
"value": "
|
| 1050 |
"raw_hits": []
|
| 1051 |
},
|
| 1052 |
{
|
|
@@ -1126,45 +1126,45 @@
|
|
| 1126 |
"observed": "modality_reconstruction"
|
| 1127 |
},
|
| 1128 |
{
|
| 1129 |
-
"name": "modality_reconstruction:
|
| 1130 |
"status": "pass",
|
| 1131 |
-
"value": "
|
| 1132 |
"raw_hits": []
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
-
"name": "modality_reconstruction:
|
| 1136 |
"status": "pass",
|
| 1137 |
-
"value": "Predict
|
| 1138 |
"raw_hits": []
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
-
"name": "modality_reconstruction:
|
| 1142 |
"status": "pass",
|
| 1143 |
-
"value": "
|
| 1144 |
"raw_hits": []
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
-
"name": "modality_reconstruction:
|
| 1148 |
"status": "pass",
|
| 1149 |
-
"value": "
|
| 1150 |
"raw_hits": []
|
| 1151 |
},
|
| 1152 |
{
|
| 1153 |
-
"name": "modality_reconstruction:
|
| 1154 |
"status": "pass",
|
| 1155 |
-
"value": "
|
| 1156 |
"raw_hits": []
|
| 1157 |
},
|
| 1158 |
{
|
| 1159 |
-
"name": "modality_reconstruction:
|
| 1160 |
"status": "pass",
|
| 1161 |
-
"value": "
|
| 1162 |
"raw_hits": []
|
| 1163 |
},
|
| 1164 |
{
|
| 1165 |
-
"name": "modality_reconstruction:
|
| 1166 |
"status": "pass",
|
| 1167 |
-
"value": "
|
| 1168 |
"raw_hits": []
|
| 1169 |
},
|
| 1170 |
{
|
|
@@ -1244,45 +1244,45 @@
|
|
| 1244 |
"observed": "temporal_order"
|
| 1245 |
},
|
| 1246 |
{
|
| 1247 |
-
"name": "temporal_order:
|
| 1248 |
"status": "pass",
|
| 1249 |
-
"value": "
|
| 1250 |
"raw_hits": []
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
-
"name": "temporal_order:
|
| 1254 |
"status": "pass",
|
| 1255 |
-
"value": "Tell whether two
|
| 1256 |
"raw_hits": []
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
-
"name": "temporal_order:
|
| 1260 |
"status": "pass",
|
| 1261 |
-
"value": "
|
| 1262 |
"raw_hits": []
|
| 1263 |
},
|
| 1264 |
{
|
| 1265 |
-
"name": "temporal_order:
|
| 1266 |
"status": "pass",
|
| 1267 |
-
"value": "
|
| 1268 |
"raw_hits": []
|
| 1269 |
},
|
| 1270 |
{
|
| 1271 |
-
"name": "temporal_order:
|
| 1272 |
"status": "pass",
|
| 1273 |
-
"value": "
|
| 1274 |
"raw_hits": []
|
| 1275 |
},
|
| 1276 |
{
|
| 1277 |
-
"name": "temporal_order:
|
| 1278 |
"status": "pass",
|
| 1279 |
-
"value": "
|
| 1280 |
"raw_hits": []
|
| 1281 |
},
|
| 1282 |
{
|
| 1283 |
-
"name": "temporal_order:
|
| 1284 |
"status": "pass",
|
| 1285 |
-
"value": "
|
| 1286 |
"raw_hits": []
|
| 1287 |
},
|
| 1288 |
{
|
|
@@ -1360,45 +1360,45 @@
|
|
| 1360 |
"observed": "misalignment_detection"
|
| 1361 |
},
|
| 1362 |
{
|
| 1363 |
-
"name": "misalignment_detection:
|
| 1364 |
"status": "pass",
|
| 1365 |
-
"value": "
|
| 1366 |
"raw_hits": []
|
| 1367 |
},
|
| 1368 |
{
|
| 1369 |
-
"name": "misalignment_detection:
|
| 1370 |
"status": "pass",
|
| 1371 |
-
"value": "Detect
|
| 1372 |
"raw_hits": []
|
| 1373 |
},
|
| 1374 |
{
|
| 1375 |
-
"name": "misalignment_detection:
|
| 1376 |
"status": "pass",
|
| 1377 |
-
"value": "
|
| 1378 |
"raw_hits": []
|
| 1379 |
},
|
| 1380 |
{
|
| 1381 |
-
"name": "misalignment_detection:
|
| 1382 |
"status": "pass",
|
| 1383 |
-
"value": "
|
| 1384 |
"raw_hits": []
|
| 1385 |
},
|
| 1386 |
{
|
| 1387 |
-
"name": "misalignment_detection:
|
| 1388 |
"status": "pass",
|
| 1389 |
-
"value": "
|
| 1390 |
"raw_hits": []
|
| 1391 |
},
|
| 1392 |
{
|
| 1393 |
-
"name": "misalignment_detection:
|
| 1394 |
"status": "pass",
|
| 1395 |
-
"value": "
|
| 1396 |
"raw_hits": []
|
| 1397 |
},
|
| 1398 |
{
|
| 1399 |
-
"name": "misalignment_detection:
|
| 1400 |
"status": "pass",
|
| 1401 |
-
"value": "
|
| 1402 |
"raw_hits": []
|
| 1403 |
},
|
| 1404 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
"task_count": 12,
|
| 6 |
"expected_task_count": 12,
|
|
|
|
| 64 |
"observed": "timeline_action"
|
| 65 |
},
|
| 66 |
{
|
| 67 |
+
"name": "timeline_action: public_field_input_short_is_human_readable",
|
| 68 |
"status": "pass",
|
| 69 |
+
"value": "20-frame multimodal window",
|
| 70 |
"raw_hits": []
|
| 71 |
},
|
| 72 |
{
|
| 73 |
+
"name": "timeline_action: public_field_card_blurb_is_human_readable",
|
| 74 |
"status": "pass",
|
| 75 |
+
"value": "Recognize the current manipulation action from synchronized visual, motion, inertial, pose, and annotation context.",
|
| 76 |
"raw_hits": []
|
| 77 |
},
|
| 78 |
{
|
| 79 |
+
"name": "timeline_action: public_field_display_name_is_human_readable",
|
| 80 |
"status": "pass",
|
| 81 |
+
"value": "Action Recognition",
|
| 82 |
"raw_hits": []
|
| 83 |
},
|
| 84 |
{
|
| 85 |
+
"name": "timeline_action: public_field_output_short_is_human_readable",
|
| 86 |
"status": "pass",
|
| 87 |
+
"value": "current action class",
|
| 88 |
"raw_hits": []
|
| 89 |
},
|
| 90 |
{
|
| 91 |
+
"name": "timeline_action: public_field_research_name_is_human_readable",
|
| 92 |
"status": "pass",
|
| 93 |
+
"value": "Egocentric Action Recognition",
|
| 94 |
"raw_hits": []
|
| 95 |
},
|
| 96 |
{
|
| 97 |
+
"name": "timeline_action: public_field_plain_goal_is_human_readable",
|
| 98 |
"status": "pass",
|
| 99 |
+
"value": "Look at one short multimodal window and name what action is happening now.",
|
| 100 |
"raw_hits": []
|
| 101 |
},
|
| 102 |
{
|
| 103 |
+
"name": "timeline_action: public_field_process_short_is_human_readable",
|
| 104 |
"status": "pass",
|
| 105 |
+
"value": "window features -> action label builder -> classifier",
|
| 106 |
"raw_hits": []
|
| 107 |
},
|
| 108 |
{
|
|
|
|
| 184 |
"observed": "timeline_subtask"
|
| 185 |
},
|
| 186 |
{
|
| 187 |
+
"name": "timeline_subtask: public_field_input_short_is_human_readable",
|
| 188 |
"status": "pass",
|
| 189 |
+
"value": "20-frame multimodal window",
|
| 190 |
"raw_hits": []
|
| 191 |
},
|
| 192 |
{
|
| 193 |
+
"name": "timeline_subtask: public_field_card_blurb_is_human_readable",
|
| 194 |
"status": "pass",
|
| 195 |
+
"value": "Recognize the broader activity stage so fine actions become a readable procedure timeline.",
|
| 196 |
"raw_hits": []
|
| 197 |
},
|
| 198 |
{
|
| 199 |
+
"name": "timeline_subtask: public_field_display_name_is_human_readable",
|
| 200 |
"status": "pass",
|
| 201 |
+
"value": "Procedure Step Recognition",
|
| 202 |
"raw_hits": []
|
| 203 |
},
|
| 204 |
{
|
| 205 |
+
"name": "timeline_subtask: public_field_output_short_is_human_readable",
|
| 206 |
"status": "pass",
|
| 207 |
+
"value": "current procedure step",
|
| 208 |
"raw_hits": []
|
| 209 |
},
|
| 210 |
{
|
| 211 |
+
"name": "timeline_subtask: public_field_research_name_is_human_readable",
|
| 212 |
"status": "pass",
|
| 213 |
+
"value": "Temporal Subtask Recognition",
|
| 214 |
"raw_hits": []
|
| 215 |
},
|
| 216 |
{
|
| 217 |
+
"name": "timeline_subtask: public_field_plain_goal_is_human_readable",
|
| 218 |
"status": "pass",
|
| 219 |
+
"value": "Predict the higher-level task stage for the current window.",
|
| 220 |
"raw_hits": []
|
| 221 |
},
|
| 222 |
{
|
| 223 |
+
"name": "timeline_subtask: public_field_process_short_is_human_readable",
|
| 224 |
"status": "pass",
|
| 225 |
+
"value": "window features -> subtask label builder -> classifier",
|
| 226 |
"raw_hits": []
|
| 227 |
},
|
| 228 |
{
|
|
|
|
| 304 |
"observed": "transition_detection"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
+
"name": "transition_detection: public_field_input_short_is_human_readable",
|
| 308 |
"status": "pass",
|
| 309 |
+
"value": "current window with boundary target",
|
| 310 |
"raw_hits": []
|
| 311 |
},
|
| 312 |
{
|
| 313 |
+
"name": "transition_detection: public_field_card_blurb_is_human_readable",
|
| 314 |
"status": "pass",
|
| 315 |
+
"value": "Detect the local moment where the episode changes from one action segment to the next.",
|
| 316 |
"raw_hits": []
|
| 317 |
},
|
| 318 |
{
|
| 319 |
+
"name": "transition_detection: public_field_display_name_is_human_readable",
|
| 320 |
"status": "pass",
|
| 321 |
+
"value": "Action Boundary Detection",
|
| 322 |
"raw_hits": []
|
| 323 |
},
|
| 324 |
{
|
| 325 |
+
"name": "transition_detection: public_field_output_short_is_human_readable",
|
| 326 |
"status": "pass",
|
| 327 |
+
"value": "boundary or steady",
|
| 328 |
"raw_hits": []
|
| 329 |
},
|
| 330 |
{
|
| 331 |
+
"name": "transition_detection: public_field_research_name_is_human_readable",
|
| 332 |
"status": "pass",
|
| 333 |
+
"value": "Temporal Action Segmentation",
|
| 334 |
"raw_hits": []
|
| 335 |
},
|
| 336 |
{
|
| 337 |
+
"name": "transition_detection: public_field_plain_goal_is_human_readable",
|
| 338 |
"status": "pass",
|
| 339 |
+
"value": "Detect whether the current window is near a boundary between actions.",
|
| 340 |
"raw_hits": []
|
| 341 |
},
|
| 342 |
{
|
| 343 |
+
"name": "transition_detection: public_field_process_short_is_human_readable",
|
| 344 |
"status": "pass",
|
| 345 |
+
"value": "action changes -> boundary labels -> binary classifier",
|
| 346 |
"raw_hits": []
|
| 347 |
},
|
| 348 |
{
|
|
|
|
| 422 |
"observed": "next_action"
|
| 423 |
},
|
| 424 |
{
|
| 425 |
+
"name": "next_action: public_field_input_short_is_human_readable",
|
| 426 |
"status": "pass",
|
| 427 |
+
"value": "current window at time t",
|
| 428 |
"raw_hits": []
|
| 429 |
},
|
| 430 |
{
|
| 431 |
+
"name": "next_action: public_field_card_blurb_is_human_readable",
|
| 432 |
"status": "pass",
|
| 433 |
+
"value": "Forecast the near-future action from the current observations only.",
|
| 434 |
"raw_hits": []
|
| 435 |
},
|
| 436 |
{
|
| 437 |
+
"name": "next_action: public_field_display_name_is_human_readable",
|
| 438 |
"status": "pass",
|
| 439 |
+
"value": "Next-Action Prediction",
|
| 440 |
"raw_hits": []
|
| 441 |
},
|
| 442 |
{
|
| 443 |
+
"name": "next_action: public_field_output_short_is_human_readable",
|
| 444 |
"status": "pass",
|
| 445 |
+
"value": "action at t+20 frames",
|
| 446 |
"raw_hits": []
|
| 447 |
},
|
| 448 |
{
|
| 449 |
+
"name": "next_action: public_field_research_name_is_human_readable",
|
| 450 |
"status": "pass",
|
| 451 |
+
"value": "Short-Horizon Intention Prediction",
|
| 452 |
"raw_hits": []
|
| 453 |
},
|
| 454 |
{
|
| 455 |
+
"name": "next_action: public_field_plain_goal_is_human_readable",
|
| 456 |
"status": "pass",
|
| 457 |
+
"value": "Use the current window to guess the action that will happen shortly after it.",
|
| 458 |
"raw_hits": []
|
| 459 |
},
|
| 460 |
{
|
| 461 |
+
"name": "next_action: public_field_process_short_is_human_readable",
|
| 462 |
"status": "pass",
|
| 463 |
+
"value": "current features -> future label shift -> classifier",
|
| 464 |
"raw_hits": []
|
| 465 |
},
|
| 466 |
{
|
|
|
|
| 540 |
"observed": "hand_trajectory_forecast"
|
| 541 |
},
|
| 542 |
{
|
| 543 |
+
"name": "hand_trajectory_forecast: public_field_input_short_is_human_readable",
|
| 544 |
"status": "pass",
|
| 545 |
+
"value": "current multimodal window",
|
| 546 |
"raw_hits": []
|
| 547 |
},
|
| 548 |
{
|
| 549 |
+
"name": "hand_trajectory_forecast: public_field_card_blurb_is_human_readable",
|
| 550 |
"status": "pass",
|
| 551 |
+
"value": "Predict the future 3D left/right hand path from the current multimodal state.",
|
| 552 |
"raw_hits": []
|
| 553 |
},
|
| 554 |
{
|
| 555 |
+
"name": "hand_trajectory_forecast: public_field_display_name_is_human_readable",
|
| 556 |
"status": "pass",
|
| 557 |
+
"value": "Hand Trajectory Forecasting",
|
| 558 |
"raw_hits": []
|
| 559 |
},
|
| 560 |
{
|
| 561 |
+
"name": "hand_trajectory_forecast: public_field_output_short_is_human_readable",
|
| 562 |
"status": "pass",
|
| 563 |
+
"value": "future hand-joint trajectory",
|
| 564 |
"raw_hits": []
|
| 565 |
},
|
| 566 |
{
|
| 567 |
+
"name": "hand_trajectory_forecast: public_field_research_name_is_human_readable",
|
| 568 |
"status": "pass",
|
| 569 |
+
"value": "3D Hand Motion Forecasting",
|
| 570 |
"raw_hits": []
|
| 571 |
},
|
| 572 |
{
|
| 573 |
+
"name": "hand_trajectory_forecast: public_field_plain_goal_is_human_readable",
|
| 574 |
"status": "pass",
|
| 575 |
+
"value": "Predict where the hands will move over the next few frames.",
|
| 576 |
"raw_hits": []
|
| 577 |
},
|
| 578 |
{
|
| 579 |
+
"name": "hand_trajectory_forecast: public_field_process_short_is_human_readable",
|
| 580 |
"status": "pass",
|
| 581 |
+
"value": "current features -> future mocap target -> regression head",
|
| 582 |
"raw_hits": []
|
| 583 |
},
|
| 584 |
{
|
|
|
|
| 658 |
"observed": "contact_prediction"
|
| 659 |
},
|
| 660 |
{
|
| 661 |
+
"name": "contact_prediction: public_field_input_short_is_human_readable",
|
| 662 |
"status": "pass",
|
| 663 |
+
"value": "non-contact, non-caption features",
|
| 664 |
"raw_hits": []
|
| 665 |
},
|
| 666 |
{
|
| 667 |
+
"name": "contact_prediction: public_field_card_blurb_is_human_readable",
|
| 668 |
"status": "pass",
|
| 669 |
+
"value": "Predict whether body or hand contact with the scene is occurring without leaking contact labels.",
|
| 670 |
"raw_hits": []
|
| 671 |
},
|
| 672 |
{
|
| 673 |
+
"name": "contact_prediction: public_field_display_name_is_human_readable",
|
| 674 |
"status": "pass",
|
| 675 |
+
"value": "Contact State Prediction",
|
| 676 |
"raw_hits": []
|
| 677 |
},
|
| 678 |
{
|
| 679 |
+
"name": "contact_prediction: public_field_output_short_is_human_readable",
|
| 680 |
"status": "pass",
|
| 681 |
+
"value": "contact or no contact",
|
| 682 |
"raw_hits": []
|
| 683 |
},
|
| 684 |
{
|
| 685 |
+
"name": "contact_prediction: public_field_research_name_is_human_readable",
|
| 686 |
"status": "pass",
|
| 687 |
+
"value": "Human-Object Contact Prediction",
|
| 688 |
"raw_hits": []
|
| 689 |
},
|
| 690 |
{
|
| 691 |
+
"name": "contact_prediction: public_field_plain_goal_is_human_readable",
|
| 692 |
"status": "pass",
|
| 693 |
+
"value": "Predict whether the body or hand is in contact with something.",
|
| 694 |
"raw_hits": []
|
| 695 |
},
|
| 696 |
{
|
| 697 |
+
"name": "contact_prediction: public_field_process_short_is_human_readable",
|
| 698 |
"status": "pass",
|
| 699 |
+
"value": "feature filter -> contact target -> binary classifier",
|
| 700 |
"raw_hits": []
|
| 701 |
},
|
| 702 |
{
|
|
|
|
| 774 |
"observed": "object_relevance"
|
| 775 |
},
|
| 776 |
{
|
| 777 |
+
"name": "object_relevance: public_field_input_short_is_human_readable",
|
| 778 |
"status": "pass",
|
| 779 |
+
"value": "non-caption multimodal features",
|
| 780 |
"raw_hits": []
|
| 781 |
},
|
| 782 |
{
|
| 783 |
+
"name": "object_relevance: public_field_card_blurb_is_human_readable",
|
| 784 |
"status": "pass",
|
| 785 |
+
"value": "Infer which objects are relevant to the current manipulation window from non-caption features.",
|
| 786 |
"raw_hits": []
|
| 787 |
},
|
| 788 |
{
|
| 789 |
+
"name": "object_relevance: public_field_display_name_is_human_readable",
|
| 790 |
"status": "pass",
|
| 791 |
+
"value": "Object Relevance Prediction",
|
| 792 |
"raw_hits": []
|
| 793 |
},
|
| 794 |
{
|
| 795 |
+
"name": "object_relevance: public_field_output_short_is_human_readable",
|
| 796 |
"status": "pass",
|
| 797 |
+
"value": "relevant object set",
|
| 798 |
"raw_hits": []
|
| 799 |
},
|
| 800 |
{
|
| 801 |
+
"name": "object_relevance: public_field_research_name_is_human_readable",
|
| 802 |
"status": "pass",
|
| 803 |
+
"value": "Object-Centric Interaction Recognition",
|
| 804 |
"raw_hits": []
|
| 805 |
},
|
| 806 |
{
|
| 807 |
+
"name": "object_relevance: public_field_plain_goal_is_human_readable",
|
| 808 |
"status": "pass",
|
| 809 |
+
"value": "Predict which objects matter in the current window.",
|
| 810 |
"raw_hits": []
|
| 811 |
},
|
| 812 |
{
|
| 813 |
+
"name": "object_relevance: public_field_process_short_is_human_readable",
|
| 814 |
"status": "pass",
|
| 815 |
+
"value": "object vocabulary -> multi-hot labels -> sigmoid heads",
|
| 816 |
"raw_hits": []
|
| 817 |
},
|
| 818 |
{
|
|
|
|
| 892 |
"observed": "caption_grounding"
|
| 893 |
},
|
| 894 |
{
|
| 895 |
+
"name": "caption_grounding: public_field_input_short_is_human_readable",
|
| 896 |
"status": "pass",
|
| 897 |
+
"value": "text-like query and candidate windows",
|
| 898 |
"raw_hits": []
|
| 899 |
},
|
| 900 |
{
|
| 901 |
+
"name": "caption_grounding: public_field_card_blurb_is_human_readable",
|
| 902 |
"status": "pass",
|
| 903 |
+
"value": "Retrieve the matching time window for an annotation-derived text query.",
|
| 904 |
"raw_hits": []
|
| 905 |
},
|
| 906 |
{
|
| 907 |
+
"name": "caption_grounding: public_field_display_name_is_human_readable",
|
| 908 |
"status": "pass",
|
| 909 |
+
"value": "Language Grounding",
|
| 910 |
"raw_hits": []
|
| 911 |
},
|
| 912 |
{
|
| 913 |
+
"name": "caption_grounding: public_field_output_short_is_human_readable",
|
| 914 |
"status": "pass",
|
| 915 |
+
"value": "ranked matching moments",
|
| 916 |
"raw_hits": []
|
| 917 |
},
|
| 918 |
{
|
| 919 |
+
"name": "caption_grounding: public_field_research_name_is_human_readable",
|
| 920 |
"status": "pass",
|
| 921 |
+
"value": "Language-to-Moment Grounding",
|
| 922 |
"raw_hits": []
|
| 923 |
},
|
| 924 |
{
|
| 925 |
+
"name": "caption_grounding: public_field_plain_goal_is_human_readable",
|
| 926 |
"status": "pass",
|
| 927 |
+
"value": "Given a text-like query from annotation, find the matching time window.",
|
| 928 |
"raw_hits": []
|
| 929 |
},
|
| 930 |
{
|
| 931 |
+
"name": "caption_grounding: public_field_process_short_is_human_readable",
|
| 932 |
"status": "pass",
|
| 933 |
+
"value": "query features -> candidate index -> cosine ranker",
|
| 934 |
"raw_hits": []
|
| 935 |
},
|
| 936 |
{
|
|
|
|
| 1008 |
"observed": "cross_modal_retrieval"
|
| 1009 |
},
|
| 1010 |
{
|
| 1011 |
+
"name": "cross_modal_retrieval: public_field_input_short_is_human_readable",
|
| 1012 |
"status": "pass",
|
| 1013 |
+
"value": "motion/IMU/pose query; depth/video candidates",
|
| 1014 |
"raw_hits": []
|
| 1015 |
},
|
| 1016 |
{
|
| 1017 |
+
"name": "cross_modal_retrieval: public_field_card_blurb_is_human_readable",
|
| 1018 |
"status": "pass",
|
| 1019 |
+
"value": "Use motion, IMU, and camera-pose signals to retrieve the matching depth/video window.",
|
| 1020 |
"raw_hits": []
|
| 1021 |
},
|
| 1022 |
{
|
| 1023 |
+
"name": "cross_modal_retrieval: public_field_display_name_is_human_readable",
|
| 1024 |
"status": "pass",
|
| 1025 |
+
"value": "Cross-Modal Retrieval",
|
| 1026 |
"raw_hits": []
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
+
"name": "cross_modal_retrieval: public_field_output_short_is_human_readable",
|
| 1030 |
"status": "pass",
|
| 1031 |
+
"value": "ranked visual windows",
|
| 1032 |
"raw_hits": []
|
| 1033 |
},
|
| 1034 |
{
|
| 1035 |
+
"name": "cross_modal_retrieval: public_field_research_name_is_human_readable",
|
| 1036 |
"status": "pass",
|
| 1037 |
+
"value": "Multimodal Representation Retrieval",
|
| 1038 |
"raw_hits": []
|
| 1039 |
},
|
| 1040 |
{
|
| 1041 |
+
"name": "cross_modal_retrieval: public_field_plain_goal_is_human_readable",
|
| 1042 |
"status": "pass",
|
| 1043 |
+
"value": "Use one group of modalities to retrieve the matching window from another group.",
|
| 1044 |
"raw_hits": []
|
| 1045 |
},
|
| 1046 |
{
|
| 1047 |
+
"name": "cross_modal_retrieval: public_field_process_short_is_human_readable",
|
| 1048 |
"status": "pass",
|
| 1049 |
+
"value": "modality split -> projection -> nearest-neighbor ranker",
|
| 1050 |
"raw_hits": []
|
| 1051 |
},
|
| 1052 |
{
|
|
|
|
| 1126 |
"observed": "modality_reconstruction"
|
| 1127 |
},
|
| 1128 |
{
|
| 1129 |
+
"name": "modality_reconstruction: public_field_input_short_is_human_readable",
|
| 1130 |
"status": "pass",
|
| 1131 |
+
"value": "motion, IMU, and camera/pose features",
|
| 1132 |
"raw_hits": []
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
+
"name": "modality_reconstruction: public_field_card_blurb_is_human_readable",
|
| 1136 |
"status": "pass",
|
| 1137 |
+
"value": "Predict compressed depth/video feature vectors from motion, IMU, and camera-pose features.",
|
| 1138 |
"raw_hits": []
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
+
"name": "modality_reconstruction: public_field_display_name_is_human_readable",
|
| 1142 |
"status": "pass",
|
| 1143 |
+
"value": "Cross-Modal Reconstruction",
|
| 1144 |
"raw_hits": []
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
+
"name": "modality_reconstruction: public_field_output_short_is_human_readable",
|
| 1148 |
"status": "pass",
|
| 1149 |
+
"value": "reconstructed depth/video vector",
|
| 1150 |
"raw_hits": []
|
| 1151 |
},
|
| 1152 |
{
|
| 1153 |
+
"name": "modality_reconstruction: public_field_research_name_is_human_readable",
|
| 1154 |
"status": "pass",
|
| 1155 |
+
"value": "Modality Feature Reconstruction",
|
| 1156 |
"raw_hits": []
|
| 1157 |
},
|
| 1158 |
{
|
| 1159 |
+
"name": "modality_reconstruction: public_field_plain_goal_is_human_readable",
|
| 1160 |
"status": "pass",
|
| 1161 |
+
"value": "Predict one modality feature block from other modality blocks.",
|
| 1162 |
"raw_hits": []
|
| 1163 |
},
|
| 1164 |
{
|
| 1165 |
+
"name": "modality_reconstruction: public_field_process_short_is_human_readable",
|
| 1166 |
"status": "pass",
|
| 1167 |
+
"value": "source-target split -> scaler -> regression head",
|
| 1168 |
"raw_hits": []
|
| 1169 |
},
|
| 1170 |
{
|
|
|
|
| 1244 |
"observed": "temporal_order"
|
| 1245 |
},
|
| 1246 |
{
|
| 1247 |
+
"name": "temporal_order: public_field_input_short_is_human_readable",
|
| 1248 |
"status": "pass",
|
| 1249 |
+
"value": "two adjacent windows plus difference vector",
|
| 1250 |
"raw_hits": []
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
+
"name": "temporal_order: public_field_card_blurb_is_human_readable",
|
| 1254 |
"status": "pass",
|
| 1255 |
+
"value": "Tell whether two neighboring windows are in chronological order or reversed.",
|
| 1256 |
"raw_hits": []
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
+
"name": "temporal_order: public_field_display_name_is_human_readable",
|
| 1260 |
"status": "pass",
|
| 1261 |
+
"value": "Temporal Order Verification",
|
| 1262 |
"raw_hits": []
|
| 1263 |
},
|
| 1264 |
{
|
| 1265 |
+
"name": "temporal_order: public_field_output_short_is_human_readable",
|
| 1266 |
"status": "pass",
|
| 1267 |
+
"value": "correct or reversed",
|
| 1268 |
"raw_hits": []
|
| 1269 |
},
|
| 1270 |
{
|
| 1271 |
+
"name": "temporal_order: public_field_research_name_is_human_readable",
|
| 1272 |
"status": "pass",
|
| 1273 |
+
"value": "Temporal Order Verification",
|
| 1274 |
"raw_hits": []
|
| 1275 |
},
|
| 1276 |
{
|
| 1277 |
+
"name": "temporal_order: public_field_plain_goal_is_human_readable",
|
| 1278 |
"status": "pass",
|
| 1279 |
+
"value": "Tell whether two nearby windows are in the correct time order.",
|
| 1280 |
"raw_hits": []
|
| 1281 |
},
|
| 1282 |
{
|
| 1283 |
+
"name": "temporal_order: public_field_process_short_is_human_readable",
|
| 1284 |
"status": "pass",
|
| 1285 |
+
"value": "pair builder -> feature combiner -> binary classifier",
|
| 1286 |
"raw_hits": []
|
| 1287 |
},
|
| 1288 |
{
|
|
|
|
| 1360 |
"observed": "misalignment_detection"
|
| 1361 |
},
|
| 1362 |
{
|
| 1363 |
+
"name": "misalignment_detection: public_field_input_short_is_human_readable",
|
| 1364 |
"status": "pass",
|
| 1365 |
+
"value": "motion-side and visual/depth-side feature groups",
|
| 1366 |
"raw_hits": []
|
| 1367 |
},
|
| 1368 |
{
|
| 1369 |
+
"name": "misalignment_detection: public_field_card_blurb_is_human_readable",
|
| 1370 |
"status": "pass",
|
| 1371 |
+
"value": "Detect whether motion and visual/depth streams have been artificially shifted out of sync.",
|
| 1372 |
"raw_hits": []
|
| 1373 |
},
|
| 1374 |
{
|
| 1375 |
+
"name": "misalignment_detection: public_field_display_name_is_human_readable",
|
| 1376 |
"status": "pass",
|
| 1377 |
+
"value": "Multimodal Synchronization Detection",
|
| 1378 |
"raw_hits": []
|
| 1379 |
},
|
| 1380 |
{
|
| 1381 |
+
"name": "misalignment_detection: public_field_output_short_is_human_readable",
|
| 1382 |
"status": "pass",
|
| 1383 |
+
"value": "aligned or shifted",
|
| 1384 |
"raw_hits": []
|
| 1385 |
},
|
| 1386 |
{
|
| 1387 |
+
"name": "misalignment_detection: public_field_research_name_is_human_readable",
|
| 1388 |
"status": "pass",
|
| 1389 |
+
"value": "Cross-Modal Misalignment Detection",
|
| 1390 |
"raw_hits": []
|
| 1391 |
},
|
| 1392 |
{
|
| 1393 |
+
"name": "misalignment_detection: public_field_plain_goal_is_human_readable",
|
| 1394 |
"status": "pass",
|
| 1395 |
+
"value": "Detect when modalities that should match are shifted out of sync.",
|
| 1396 |
"raw_hits": []
|
| 1397 |
},
|
| 1398 |
{
|
| 1399 |
+
"name": "misalignment_detection: public_field_process_short_is_human_readable",
|
| 1400 |
"status": "pass",
|
| 1401 |
+
"value": "aligned/shifted pairs -> feature combiner -> binary classifier",
|
| 1402 |
"raw_hits": []
|
| 1403 |
},
|
| 1404 |
{
|
docs/data/website_integrity.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
-
"external_reference_count":
|
| 10 |
-
"json_files":
|
| 11 |
"image_assets_referenced": 22,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
@@ -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",
|
|
@@ -119,13 +119,13 @@
|
|
| 119 |
"name": "reader_resources_link_qwen_status",
|
| 120 |
"status": "pass",
|
| 121 |
"reason": "The website should expose the Qwen3-Omni scale-up status.",
|
| 122 |
-
"marker_count":
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"name": "roadmap_html_matches_json_phases",
|
| 126 |
"status": "pass",
|
| 127 |
"reason": "The roadmap section should show every stage defined in research_roadmap.json.",
|
| 128 |
-
"phase_count":
|
| 129 |
"missing_phase_names": [],
|
| 130 |
"roadmap_json_error": null
|
| 131 |
},
|
|
@@ -133,11 +133,12 @@
|
|
| 133 |
"name": "roadmap_status_chips_match_json",
|
| 134 |
"status": "pass",
|
| 135 |
"reason": "The roadmap status chips should match the phase statuses in research_roadmap.json.",
|
| 136 |
-
"phase_count":
|
| 137 |
"statuses": [
|
| 138 |
"implemented",
|
| 139 |
-
"
|
| 140 |
-
"
|
|
|
|
| 141 |
"next",
|
| 142 |
"planned",
|
| 143 |
"planned",
|
|
@@ -151,8 +152,8 @@
|
|
| 151 |
"status": "pass",
|
| 152 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 153 |
"overview_index": 67412,
|
| 154 |
-
"protocol_index":
|
| 155 |
-
"evidence_index":
|
| 156 |
},
|
| 157 |
{
|
| 158 |
"name": "evaluation_protocol_links_json",
|
|
@@ -226,7 +227,7 @@
|
|
| 226 |
{
|
| 227 |
"path": "index.html",
|
| 228 |
"id_count": 77,
|
| 229 |
-
"reference_count":
|
| 230 |
"image_count": 24
|
| 231 |
},
|
| 232 |
{
|
|
@@ -245,12 +246,12 @@
|
|
| 245 |
"json_files": [
|
| 246 |
{
|
| 247 |
"path": "data/additional_development_directions.json",
|
| 248 |
-
"bytes":
|
| 249 |
"top_level_type": "dict"
|
| 250 |
},
|
| 251 |
{
|
| 252 |
"path": "data/artifact_index.json",
|
| 253 |
-
"bytes":
|
| 254 |
"top_level_type": "dict"
|
| 255 |
},
|
| 256 |
{
|
|
@@ -265,12 +266,12 @@
|
|
| 265 |
},
|
| 266 |
{
|
| 267 |
"path": "data/evaluation_protocol.json",
|
| 268 |
-
"bytes":
|
| 269 |
"top_level_type": "dict"
|
| 270 |
},
|
| 271 |
{
|
| 272 |
"path": "data/evidence_contract.json",
|
| 273 |
-
"bytes":
|
| 274 |
"top_level_type": "dict"
|
| 275 |
},
|
| 276 |
{
|
|
@@ -280,7 +281,7 @@
|
|
| 280 |
},
|
| 281 |
{
|
| 282 |
"path": "data/foundation_model_plan.json",
|
| 283 |
-
"bytes":
|
| 284 |
"top_level_type": "dict"
|
| 285 |
},
|
| 286 |
{
|
|
@@ -290,7 +291,7 @@
|
|
| 290 |
},
|
| 291 |
{
|
| 292 |
"path": "data/mirror_parity.json",
|
| 293 |
-
"bytes":
|
| 294 |
"top_level_type": "dict"
|
| 295 |
},
|
| 296 |
{
|
|
@@ -298,24 +299,29 @@
|
|
| 298 |
"bytes": 3797,
|
| 299 |
"top_level_type": "dict"
|
| 300 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
{
|
| 302 |
"path": "data/project_brief.json",
|
| 303 |
-
"bytes":
|
| 304 |
"top_level_type": "dict"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
"path": "data/project_manifest.json",
|
| 308 |
-
"bytes":
|
| 309 |
"top_level_type": "dict"
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"path": "data/project_packet.json",
|
| 313 |
-
"bytes":
|
| 314 |
"top_level_type": "dict"
|
| 315 |
},
|
| 316 |
{
|
| 317 |
"path": "data/project_status.json",
|
| 318 |
-
"bytes":
|
| 319 |
"top_level_type": "dict"
|
| 320 |
},
|
| 321 |
{
|
|
@@ -340,7 +346,7 @@
|
|
| 340 |
},
|
| 341 |
{
|
| 342 |
"path": "data/reproducibility_matrix.json",
|
| 343 |
-
"bytes":
|
| 344 |
"top_level_type": "dict"
|
| 345 |
},
|
| 346 |
{
|
|
@@ -355,22 +361,22 @@
|
|
| 355 |
},
|
| 356 |
{
|
| 357 |
"path": "data/research_roadmap.json",
|
| 358 |
-
"bytes":
|
| 359 |
"top_level_type": "dict"
|
| 360 |
},
|
| 361 |
{
|
| 362 |
"path": "data/research_roadmap_interactive.json",
|
| 363 |
-
"bytes":
|
| 364 |
"top_level_type": "dict"
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"path": "data/research_takeaways.json",
|
| 368 |
-
"bytes":
|
| 369 |
"top_level_type": "dict"
|
| 370 |
},
|
| 371 |
{
|
| 372 |
"path": "data/scope_claims_audit.json",
|
| 373 |
-
"bytes":
|
| 374 |
"top_level_type": "dict"
|
| 375 |
},
|
| 376 |
{
|
|
@@ -385,7 +391,7 @@
|
|
| 385 |
},
|
| 386 |
{
|
| 387 |
"path": "data/summary_metrics.json",
|
| 388 |
-
"bytes":
|
| 389 |
"top_level_type": "dict"
|
| 390 |
},
|
| 391 |
{
|
|
@@ -400,7 +406,7 @@
|
|
| 400 |
},
|
| 401 |
{
|
| 402 |
"path": "data/website_integrity.json",
|
| 403 |
-
"bytes":
|
| 404 |
"top_level_type": "dict"
|
| 405 |
},
|
| 406 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:36:10+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 133,
|
| 9 |
+
"external_reference_count": 107,
|
| 10 |
+
"json_files": 34,
|
| 11 |
"image_assets_referenced": 22,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
+
"evidence_index": 89661
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
|
|
| 119 |
"name": "reader_resources_link_qwen_status",
|
| 120 |
"status": "pass",
|
| 121 |
"reason": "The website should expose the Qwen3-Omni scale-up status.",
|
| 122 |
+
"marker_count": 5
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"name": "roadmap_html_matches_json_phases",
|
| 126 |
"status": "pass",
|
| 127 |
"reason": "The roadmap section should show every stage defined in research_roadmap.json.",
|
| 128 |
+
"phase_count": 8,
|
| 129 |
"missing_phase_names": [],
|
| 130 |
"roadmap_json_error": null
|
| 131 |
},
|
|
|
|
| 133 |
"name": "roadmap_status_chips_match_json",
|
| 134 |
"status": "pass",
|
| 135 |
"reason": "The roadmap status chips should match the phase statuses in research_roadmap.json.",
|
| 136 |
+
"phase_count": 8,
|
| 137 |
"statuses": [
|
| 138 |
"implemented",
|
| 139 |
+
"implemented_for_first_pilot",
|
| 140 |
+
"verified_baseline",
|
| 141 |
+
"active_next_step",
|
| 142 |
"next",
|
| 143 |
"planned",
|
| 144 |
"planned",
|
|
|
|
| 152 |
"status": "pass",
|
| 153 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 154 |
"overview_index": 67412,
|
| 155 |
+
"protocol_index": 86399,
|
| 156 |
+
"evidence_index": 89661
|
| 157 |
},
|
| 158 |
{
|
| 159 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 227 |
{
|
| 228 |
"path": "index.html",
|
| 229 |
"id_count": 77,
|
| 230 |
+
"reference_count": 110,
|
| 231 |
"image_count": 24
|
| 232 |
},
|
| 233 |
{
|
|
|
|
| 246 |
"json_files": [
|
| 247 |
{
|
| 248 |
"path": "data/additional_development_directions.json",
|
| 249 |
+
"bytes": 6121,
|
| 250 |
"top_level_type": "dict"
|
| 251 |
},
|
| 252 |
{
|
| 253 |
"path": "data/artifact_index.json",
|
| 254 |
+
"bytes": 37736,
|
| 255 |
"top_level_type": "dict"
|
| 256 |
},
|
| 257 |
{
|
|
|
|
| 266 |
},
|
| 267 |
{
|
| 268 |
"path": "data/evaluation_protocol.json",
|
| 269 |
+
"bytes": 13788,
|
| 270 |
"top_level_type": "dict"
|
| 271 |
},
|
| 272 |
{
|
| 273 |
"path": "data/evidence_contract.json",
|
| 274 |
+
"bytes": 12219,
|
| 275 |
"top_level_type": "dict"
|
| 276 |
},
|
| 277 |
{
|
|
|
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"path": "data/foundation_model_plan.json",
|
| 284 |
+
"bytes": 13112,
|
| 285 |
"top_level_type": "dict"
|
| 286 |
},
|
| 287 |
{
|
|
|
|
| 291 |
},
|
| 292 |
{
|
| 293 |
"path": "data/mirror_parity.json",
|
| 294 |
+
"bytes": 111950,
|
| 295 |
"top_level_type": "dict"
|
| 296 |
},
|
| 297 |
{
|
|
|
|
| 299 |
"bytes": 3797,
|
| 300 |
"top_level_type": "dict"
|
| 301 |
},
|
| 302 |
+
{
|
| 303 |
+
"path": "data/omni_finetune_verified_result.json",
|
| 304 |
+
"bytes": 3145,
|
| 305 |
+
"top_level_type": "dict"
|
| 306 |
+
},
|
| 307 |
{
|
| 308 |
"path": "data/project_brief.json",
|
| 309 |
+
"bytes": 3752,
|
| 310 |
"top_level_type": "dict"
|
| 311 |
},
|
| 312 |
{
|
| 313 |
"path": "data/project_manifest.json",
|
| 314 |
+
"bytes": 4927,
|
| 315 |
"top_level_type": "dict"
|
| 316 |
},
|
| 317 |
{
|
| 318 |
"path": "data/project_packet.json",
|
| 319 |
+
"bytes": 7802,
|
| 320 |
"top_level_type": "dict"
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"path": "data/project_status.json",
|
| 324 |
+
"bytes": 10977,
|
| 325 |
"top_level_type": "dict"
|
| 326 |
},
|
| 327 |
{
|
|
|
|
| 346 |
},
|
| 347 |
{
|
| 348 |
"path": "data/reproducibility_matrix.json",
|
| 349 |
+
"bytes": 5223,
|
| 350 |
"top_level_type": "dict"
|
| 351 |
},
|
| 352 |
{
|
|
|
|
| 361 |
},
|
| 362 |
{
|
| 363 |
"path": "data/research_roadmap.json",
|
| 364 |
+
"bytes": 8981,
|
| 365 |
"top_level_type": "dict"
|
| 366 |
},
|
| 367 |
{
|
| 368 |
"path": "data/research_roadmap_interactive.json",
|
| 369 |
+
"bytes": 142418,
|
| 370 |
"top_level_type": "dict"
|
| 371 |
},
|
| 372 |
{
|
| 373 |
"path": "data/research_takeaways.json",
|
| 374 |
+
"bytes": 7102,
|
| 375 |
"top_level_type": "dict"
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"path": "data/scope_claims_audit.json",
|
| 379 |
+
"bytes": 20823,
|
| 380 |
"top_level_type": "dict"
|
| 381 |
},
|
| 382 |
{
|
|
|
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"path": "data/summary_metrics.json",
|
| 394 |
+
"bytes": 26028,
|
| 395 |
"top_level_type": "dict"
|
| 396 |
},
|
| 397 |
{
|
|
|
|
| 406 |
},
|
| 407 |
{
|
| 408 |
"path": "data/website_integrity.json",
|
| 409 |
+
"bytes": 15221,
|
| 410 |
"top_level_type": "dict"
|
| 411 |
},
|
| 412 |
{
|
metrics/artifact_index.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"status": "pass",
|
| 5 |
-
"artifact_count":
|
| 6 |
"missing": [],
|
| 7 |
"by_kind": {
|
| 8 |
"project_path": 14,
|
|
|
|
| 9 |
"project_scope": 1,
|
| 10 |
"source_alignment": 5,
|
| 11 |
"publication_workflow": 3,
|
|
@@ -40,8 +41,8 @@
|
|
| 40 |
"surface": "repo_hf",
|
| 41 |
"shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
|
| 42 |
"exists": true,
|
| 43 |
-
"bytes":
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"id": "project_brief_json",
|
|
@@ -51,8 +52,8 @@
|
|
| 51 |
"surface": "website_hf",
|
| 52 |
"shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
|
| 53 |
"exists": true,
|
| 54 |
-
"bytes":
|
| 55 |
-
"sha256": "
|
| 56 |
},
|
| 57 |
{
|
| 58 |
"id": "project_status",
|
|
@@ -62,8 +63,8 @@
|
|
| 62 |
"surface": "repo_hf",
|
| 63 |
"shows": "Gives a compact current-state table for first-pass readers.",
|
| 64 |
"exists": true,
|
| 65 |
-
"bytes":
|
| 66 |
-
"sha256": "
|
| 67 |
},
|
| 68 |
{
|
| 69 |
"id": "project_status_json",
|
|
@@ -73,8 +74,8 @@
|
|
| 73 |
"surface": "website_hf",
|
| 74 |
"shows": "Machine-readable copy of the current project status for website and HF mirrors.",
|
| 75 |
"exists": true,
|
| 76 |
-
"bytes":
|
| 77 |
-
"sha256": "
|
| 78 |
},
|
| 79 |
{
|
| 80 |
"id": "research_roadmap",
|
|
@@ -84,8 +85,8 @@
|
|
| 84 |
"surface": "repo_hf",
|
| 85 |
"shows": "Defines the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
|
| 86 |
"exists": true,
|
| 87 |
-
"bytes":
|
| 88 |
-
"sha256": "
|
| 89 |
},
|
| 90 |
{
|
| 91 |
"id": "research_roadmap_json",
|
|
@@ -95,8 +96,8 @@
|
|
| 95 |
"surface": "website_hf",
|
| 96 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 97 |
"exists": true,
|
| 98 |
-
"bytes":
|
| 99 |
-
"sha256": "
|
| 100 |
},
|
| 101 |
{
|
| 102 |
"id": "foundation_model_plan",
|
|
@@ -117,8 +118,74 @@
|
|
| 117 |
"surface": "website_hf",
|
| 118 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 119 |
"exists": true,
|
| 120 |
-
"bytes":
|
| 121 |
-
"sha256": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
},
|
| 123 |
{
|
| 124 |
"id": "additional_development_directions",
|
|
@@ -128,8 +195,8 @@
|
|
| 128 |
"surface": "repo_hf",
|
| 129 |
"shows": "Records concrete non-backbone Xperience-10M development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer.",
|
| 130 |
"exists": true,
|
| 131 |
-
"bytes":
|
| 132 |
-
"sha256": "
|
| 133 |
},
|
| 134 |
{
|
| 135 |
"id": "additional_development_directions_json",
|
|
@@ -139,8 +206,8 @@
|
|
| 139 |
"surface": "website_hf",
|
| 140 |
"shows": "Machine-readable additional development directions for the website and Hugging Face mirrors.",
|
| 141 |
"exists": true,
|
| 142 |
-
"bytes":
|
| 143 |
-
"sha256": "
|
| 144 |
},
|
| 145 |
{
|
| 146 |
"id": "xperience_embodied_foundation_pretraining",
|
|
@@ -172,8 +239,8 @@
|
|
| 172 |
"surface": "website_hf",
|
| 173 |
"shows": "Gives a short project path with scope status and public surfaces.",
|
| 174 |
"exists": true,
|
| 175 |
-
"bytes":
|
| 176 |
-
"sha256": "
|
| 177 |
},
|
| 178 |
{
|
| 179 |
"id": "artifact_guide",
|
|
@@ -183,8 +250,8 @@
|
|
| 183 |
"surface": "repo_hf",
|
| 184 |
"shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
|
| 185 |
"exists": true,
|
| 186 |
-
"bytes":
|
| 187 |
-
"sha256": "
|
| 188 |
},
|
| 189 |
{
|
| 190 |
"id": "official_dataset_card_alignment",
|
|
@@ -249,8 +316,8 @@
|
|
| 249 |
"surface": "repo_hf",
|
| 250 |
"shows": "Publishes prepared Space, artifact dataset, and model bundles, including an explicit model-binary upload batch.",
|
| 251 |
"exists": true,
|
| 252 |
-
"bytes":
|
| 253 |
-
"sha256": "
|
| 254 |
},
|
| 255 |
{
|
| 256 |
"id": "github_package_dockerfile",
|
|
@@ -282,8 +349,8 @@
|
|
| 282 |
"surface": "repo_hf",
|
| 283 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 284 |
"exists": true,
|
| 285 |
-
"bytes":
|
| 286 |
-
"sha256": "
|
| 287 |
},
|
| 288 |
{
|
| 289 |
"id": "evaluation_protocol_json",
|
|
@@ -293,8 +360,8 @@
|
|
| 293 |
"surface": "website_hf",
|
| 294 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 295 |
"exists": true,
|
| 296 |
-
"bytes":
|
| 297 |
-
"sha256": "
|
| 298 |
},
|
| 299 |
{
|
| 300 |
"id": "evaluation_protocol_builder",
|
|
@@ -304,8 +371,8 @@
|
|
| 304 |
"surface": "repo_hf",
|
| 305 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 306 |
"exists": true,
|
| 307 |
-
"bytes":
|
| 308 |
-
"sha256": "
|
| 309 |
},
|
| 310 |
{
|
| 311 |
"id": "research_takeaways",
|
|
@@ -315,8 +382,8 @@
|
|
| 315 |
"surface": "repo_hf",
|
| 316 |
"shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
|
| 317 |
"exists": true,
|
| 318 |
-
"bytes":
|
| 319 |
-
"sha256": "
|
| 320 |
},
|
| 321 |
{
|
| 322 |
"id": "research_takeaways_json",
|
|
@@ -326,8 +393,8 @@
|
|
| 326 |
"surface": "website_hf",
|
| 327 |
"shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
|
| 328 |
"exists": true,
|
| 329 |
-
"bytes":
|
| 330 |
-
"sha256": "
|
| 331 |
},
|
| 332 |
{
|
| 333 |
"id": "research_takeaways_builder",
|
|
@@ -337,8 +404,8 @@
|
|
| 337 |
"surface": "repo_hf",
|
| 338 |
"shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
|
| 339 |
"exists": true,
|
| 340 |
-
"bytes":
|
| 341 |
-
"sha256": "
|
| 342 |
},
|
| 343 |
{
|
| 344 |
"id": "audio_ablation_script",
|
|
@@ -606,8 +673,8 @@
|
|
| 606 |
"surface": "repo_hf",
|
| 607 |
"shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
|
| 608 |
"exists": true,
|
| 609 |
-
"bytes":
|
| 610 |
-
"sha256": "
|
| 611 |
},
|
| 612 |
{
|
| 613 |
"id": "reproducibility_matrix",
|
|
@@ -617,8 +684,8 @@
|
|
| 617 |
"surface": "website_hf",
|
| 618 |
"shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
|
| 619 |
"exists": true,
|
| 620 |
-
"bytes":
|
| 621 |
-
"sha256": "
|
| 622 |
},
|
| 623 |
{
|
| 624 |
"id": "artifact_index_builder",
|
|
@@ -628,8 +695,8 @@
|
|
| 628 |
"surface": "repo_hf",
|
| 629 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 630 |
"exists": true,
|
| 631 |
-
"bytes":
|
| 632 |
-
"sha256": "
|
| 633 |
},
|
| 634 |
{
|
| 635 |
"id": "publication_audit",
|
|
@@ -652,7 +719,7 @@
|
|
| 652 |
"volatile": true,
|
| 653 |
"shows": "Separates setup paths from completed held-out-episode results.",
|
| 654 |
"exists": true,
|
| 655 |
-
"bytes":
|
| 656 |
"hash_policy": "existence_and_size_only"
|
| 657 |
},
|
| 658 |
{
|
|
@@ -664,7 +731,7 @@
|
|
| 664 |
"volatile": true,
|
| 665 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 666 |
"exists": true,
|
| 667 |
-
"bytes":
|
| 668 |
"hash_policy": "existence_and_size_only"
|
| 669 |
},
|
| 670 |
{
|
|
@@ -676,7 +743,7 @@
|
|
| 676 |
"volatile": true,
|
| 677 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 678 |
"exists": true,
|
| 679 |
-
"bytes":
|
| 680 |
"hash_policy": "existence_and_size_only"
|
| 681 |
},
|
| 682 |
{
|
|
@@ -687,8 +754,8 @@
|
|
| 687 |
"surface": "website_hf",
|
| 688 |
"shows": "Lists public URLs, upstream sources, and machine-readable project metadata.",
|
| 689 |
"exists": true,
|
| 690 |
-
"bytes":
|
| 691 |
-
"sha256": "
|
| 692 |
},
|
| 693 |
{
|
| 694 |
"id": "task_summary",
|
|
@@ -709,8 +776,8 @@
|
|
| 709 |
"surface": "website_hf",
|
| 710 |
"shows": "Mirrors task metrics for the static dashboard.",
|
| 711 |
"exists": true,
|
| 712 |
-
"bytes":
|
| 713 |
-
"sha256": "
|
| 714 |
},
|
| 715 |
{
|
| 716 |
"id": "feature_manifest",
|
|
@@ -850,10 +917,10 @@
|
|
| 850 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 851 |
"kind": "scaleup_status",
|
| 852 |
"surface": "repo_hf",
|
| 853 |
-
"shows": "Summarizes the
|
| 854 |
"exists": true,
|
| 855 |
-
"bytes":
|
| 856 |
-
"sha256": "
|
| 857 |
},
|
| 858 |
{
|
| 859 |
"id": "multi_episode_access_status",
|
|
@@ -863,8 +930,8 @@
|
|
| 863 |
"surface": "repo_hf",
|
| 864 |
"shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
|
| 865 |
"exists": true,
|
| 866 |
-
"bytes":
|
| 867 |
-
"sha256": "
|
| 868 |
},
|
| 869 |
{
|
| 870 |
"id": "citation",
|
|
|
|
| 1 |
{
|
| 2 |
"title": "Ropedia Xperience-10M Task Suite Artifact Index",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:42+00:00",
|
| 4 |
"status": "pass",
|
| 5 |
+
"artifact_count": 83,
|
| 6 |
"missing": [],
|
| 7 |
"by_kind": {
|
| 8 |
"project_path": 14,
|
| 9 |
+
"scaleup_contract": 6,
|
| 10 |
"project_scope": 1,
|
| 11 |
"source_alignment": 5,
|
| 12 |
"publication_workflow": 3,
|
|
|
|
| 41 |
"surface": "repo_hf",
|
| 42 |
"shows": "Gives first-pass readers a concise project shape before the detailed artifact trail.",
|
| 43 |
"exists": true,
|
| 44 |
+
"bytes": 3829,
|
| 45 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"id": "project_brief_json",
|
|
|
|
| 52 |
"surface": "website_hf",
|
| 53 |
"shows": "Machine-readable first-reader project brief for the website and Hugging Face mirrors.",
|
| 54 |
"exists": true,
|
| 55 |
+
"bytes": 3752,
|
| 56 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"id": "project_status",
|
|
|
|
| 63 |
"surface": "repo_hf",
|
| 64 |
"shows": "Gives a compact current-state table for first-pass readers.",
|
| 65 |
"exists": true,
|
| 66 |
+
"bytes": 8534,
|
| 67 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 68 |
},
|
| 69 |
{
|
| 70 |
"id": "project_status_json",
|
|
|
|
| 74 |
"surface": "website_hf",
|
| 75 |
"shows": "Machine-readable copy of the current project status for website and HF mirrors.",
|
| 76 |
"exists": true,
|
| 77 |
+
"bytes": 10977,
|
| 78 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"id": "research_roadmap",
|
|
|
|
| 85 |
"surface": "repo_hf",
|
| 86 |
"shows": "Defines the path from public-sample task development to multi-episode held-out evaluation and larger omni-model extensions.",
|
| 87 |
"exists": true,
|
| 88 |
+
"bytes": 11244,
|
| 89 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"id": "research_roadmap_json",
|
|
|
|
| 96 |
"surface": "website_hf",
|
| 97 |
"shows": "Machine-readable research roadmap for the website and Hugging Face mirrors.",
|
| 98 |
"exists": true,
|
| 99 |
+
"bytes": 8981,
|
| 100 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 101 |
},
|
| 102 |
{
|
| 103 |
"id": "foundation_model_plan",
|
|
|
|
| 118 |
"surface": "website_hf",
|
| 119 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 120 |
"exists": true,
|
| 121 |
+
"bytes": 13112,
|
| 122 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"id": "omni_model_extension_contract",
|
| 126 |
+
"title": "Omni model extension contract",
|
| 127 |
+
"path": "OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 128 |
+
"kind": "scaleup_contract",
|
| 129 |
+
"surface": "repo_hf",
|
| 130 |
+
"shows": "Defines the shared manifest, episode split, held-out evaluation, packaging, and public-safety rules for Qwen3-Omni, Cosmos-style, and VLA/policy model branches.",
|
| 131 |
+
"exists": true,
|
| 132 |
+
"bytes": 8900,
|
| 133 |
+
"sha256": "c4e51d0aa7536045c229418603a67c6b3c5f31c9d756ca7395cb0c9455f0ed6d"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "omni_backbone_registry_configs",
|
| 137 |
+
"title": "Omni backbone registry configs",
|
| 138 |
+
"path": "configs/omni_backbones",
|
| 139 |
+
"kind": "scaleup_contract",
|
| 140 |
+
"surface": "repo_hf",
|
| 141 |
+
"shows": "Stores the implemented Qwen3-Omni LoRA contract and planned Cosmos-style world-model and VLA/policy branch contracts.",
|
| 142 |
+
"exists": true,
|
| 143 |
+
"file_count": 3,
|
| 144 |
+
"bytes": 8904
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": "omni_backbone_registry_validator",
|
| 148 |
+
"title": "Omni backbone registry validator",
|
| 149 |
+
"path": "scripts/omni/backbone_registry.py",
|
| 150 |
+
"kind": "scaleup_contract",
|
| 151 |
+
"surface": "repo_hf",
|
| 152 |
+
"shows": "Validates backbone ids, split defaults, leakage guards, required metrics, required files, and forbidden public package categories.",
|
| 153 |
+
"exists": true,
|
| 154 |
+
"bytes": 8740,
|
| 155 |
+
"sha256": "3bc9eeb47471fb995f767d5420a556a95413c1cb2d8b3ea9d2805429df55beb8"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"id": "omni_model_neutral_window_index_exporter",
|
| 159 |
+
"title": "Model-neutral window index exporter",
|
| 160 |
+
"path": "scripts/omni/export_model_neutral_window_index.py",
|
| 161 |
+
"kind": "scaleup_contract",
|
| 162 |
+
"surface": "repo_hf",
|
| 163 |
+
"shows": "Converts Qwen JSONL records into a model-neutral window index with Qwen, Cosmos-style, and policy/VLA adapter views.",
|
| 164 |
+
"exists": true,
|
| 165 |
+
"bytes": 8540,
|
| 166 |
+
"sha256": "ec6dd4fcdc1c9a90566a59ef118f7ed5b78ebf8843752873aea8ae8b5f71a34d"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"id": "omni_backbone_scaffolder",
|
| 170 |
+
"title": "Omni backbone scaffolder",
|
| 171 |
+
"path": "scripts/omni/scaffold_omni_backbone.py",
|
| 172 |
+
"kind": "scaleup_contract",
|
| 173 |
+
"surface": "repo_hf",
|
| 174 |
+
"shows": "Creates a validated planned-backbone config from an existing contract template so new model families inherit the shared rules.",
|
| 175 |
+
"exists": true,
|
| 176 |
+
"bytes": 4809,
|
| 177 |
+
"sha256": "2cd34a7db1510392c6caba735fb903b2a6b78aeff8a748ebf20bcd372b0f8f2d"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"id": "omni_backbone_packaging_smoke",
|
| 181 |
+
"title": "Omni backbone packaging smoke test",
|
| 182 |
+
"path": "scripts/omni/smoke_test_backbone_packaging.py",
|
| 183 |
+
"kind": "scaleup_contract",
|
| 184 |
+
"surface": "repo_hf",
|
| 185 |
+
"shows": "Builds synthetic verified packages for every configured backbone and audits them against the public-safe package contract.",
|
| 186 |
+
"exists": true,
|
| 187 |
+
"bytes": 6519,
|
| 188 |
+
"sha256": "a3773fc681e298325e2be80556d6be6e7e30b90ba22ee24b66633f07ff9c4ea4"
|
| 189 |
},
|
| 190 |
{
|
| 191 |
"id": "additional_development_directions",
|
|
|
|
| 195 |
"surface": "repo_hf",
|
| 196 |
"shows": "Records concrete non-backbone Xperience-10M development tracks: taxonomy, benchmark protocol, representation learning, skill graphs, affordances, 3D/4D memory, QA, and policy transfer.",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 3137,
|
| 199 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 200 |
},
|
| 201 |
{
|
| 202 |
"id": "additional_development_directions_json",
|
|
|
|
| 206 |
"surface": "website_hf",
|
| 207 |
"shows": "Machine-readable additional development directions for the website and Hugging Face mirrors.",
|
| 208 |
"exists": true,
|
| 209 |
+
"bytes": 6121,
|
| 210 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"id": "xperience_embodied_foundation_pretraining",
|
|
|
|
| 239 |
"surface": "website_hf",
|
| 240 |
"shows": "Gives a short project path with scope status and public surfaces.",
|
| 241 |
"exists": true,
|
| 242 |
+
"bytes": 7802,
|
| 243 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 244 |
},
|
| 245 |
{
|
| 246 |
"id": "artifact_guide",
|
|
|
|
| 250 |
"surface": "repo_hf",
|
| 251 |
"shows": "Gives the human-readable map from project scope to data, tasks, platform mirrors, and scale-up status.",
|
| 252 |
"exists": true,
|
| 253 |
+
"bytes": 15660,
|
| 254 |
+
"sha256": "a9ad335b82c35a5ac102428663ffae1c8798e90e45cc5e795c3a499b4563b417"
|
| 255 |
},
|
| 256 |
{
|
| 257 |
"id": "official_dataset_card_alignment",
|
|
|
|
| 316 |
"surface": "repo_hf",
|
| 317 |
"shows": "Publishes prepared Space, artifact dataset, and model bundles, including an explicit model-binary upload batch.",
|
| 318 |
"exists": true,
|
| 319 |
+
"bytes": 15927,
|
| 320 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"id": "github_package_dockerfile",
|
|
|
|
| 349 |
"surface": "repo_hf",
|
| 350 |
"shows": "Defines the window unit, chronological split, task metrics, leakage controls, and current limitations.",
|
| 351 |
"exists": true,
|
| 352 |
+
"bytes": 6003,
|
| 353 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 354 |
},
|
| 355 |
{
|
| 356 |
"id": "evaluation_protocol_json",
|
|
|
|
| 360 |
"surface": "website_hf",
|
| 361 |
"shows": "Machine-readable protocol generated from committed task metrics for website and HF mirrors.",
|
| 362 |
"exists": true,
|
| 363 |
+
"bytes": 13788,
|
| 364 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"id": "evaluation_protocol_builder",
|
|
|
|
| 371 |
"surface": "repo_hf",
|
| 372 |
"shows": "Regenerates the protocol from committed summary metrics and task artifacts.",
|
| 373 |
"exists": true,
|
| 374 |
+
"bytes": 16289,
|
| 375 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"id": "research_takeaways",
|
|
|
|
| 382 |
"surface": "repo_hf",
|
| 383 |
"shows": "Summarizes the main research lessons from committed metrics and identifies which experiments need held-out episodes.",
|
| 384 |
"exists": true,
|
| 385 |
+
"bytes": 5101,
|
| 386 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 387 |
},
|
| 388 |
{
|
| 389 |
"id": "research_takeaways_json",
|
|
|
|
| 393 |
"surface": "website_hf",
|
| 394 |
"shows": "Machine-readable result interpretation for the website, HF cards, and mirror checks.",
|
| 395 |
"exists": true,
|
| 396 |
+
"bytes": 7102,
|
| 397 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 398 |
},
|
| 399 |
{
|
| 400 |
"id": "research_takeaways_builder",
|
|
|
|
| 404 |
"surface": "repo_hf",
|
| 405 |
"shows": "Regenerates the research takeaways from committed summary metrics and task result artifacts.",
|
| 406 |
"exists": true,
|
| 407 |
+
"bytes": 13503,
|
| 408 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 409 |
},
|
| 410 |
{
|
| 411 |
"id": "audio_ablation_script",
|
|
|
|
| 673 |
"surface": "repo_hf",
|
| 674 |
"shows": "Defines public reproduction commands, expected outputs, and non-reproducible scale-up boundaries.",
|
| 675 |
"exists": true,
|
| 676 |
+
"bytes": 6523,
|
| 677 |
+
"sha256": "fd6a1af61a8767d45bc5f197330e6bbf4ee45d9eda8cea7be21f9c1b8c600c9d"
|
| 678 |
},
|
| 679 |
{
|
| 680 |
"id": "reproducibility_matrix",
|
|
|
|
| 684 |
"surface": "website_hf",
|
| 685 |
"shows": "Machine-readable reproduction steps with expected artifacts and public boundaries.",
|
| 686 |
"exists": true,
|
| 687 |
+
"bytes": 5223,
|
| 688 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 689 |
},
|
| 690 |
{
|
| 691 |
"id": "artifact_index_builder",
|
|
|
|
| 695 |
"surface": "repo_hf",
|
| 696 |
"shows": "Generates the selective artifact catalog from local files.",
|
| 697 |
"exists": true,
|
| 698 |
+
"bytes": 30785,
|
| 699 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 700 |
},
|
| 701 |
{
|
| 702 |
"id": "publication_audit",
|
|
|
|
| 719 |
"volatile": true,
|
| 720 |
"shows": "Separates setup paths from completed held-out-episode results.",
|
| 721 |
"exists": true,
|
| 722 |
+
"bytes": 20823,
|
| 723 |
"hash_policy": "existence_and_size_only"
|
| 724 |
},
|
| 725 |
{
|
|
|
|
| 731 |
"volatile": true,
|
| 732 |
"shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
|
| 733 |
"exists": true,
|
| 734 |
+
"bytes": 111950,
|
| 735 |
"hash_policy": "existence_and_size_only"
|
| 736 |
},
|
| 737 |
{
|
|
|
|
| 743 |
"volatile": true,
|
| 744 |
"shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
|
| 745 |
"exists": true,
|
| 746 |
+
"bytes": 15221,
|
| 747 |
"hash_policy": "existence_and_size_only"
|
| 748 |
},
|
| 749 |
{
|
|
|
|
| 754 |
"surface": "website_hf",
|
| 755 |
"shows": "Lists public URLs, upstream sources, and machine-readable project metadata.",
|
| 756 |
"exists": true,
|
| 757 |
+
"bytes": 4927,
|
| 758 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 759 |
},
|
| 760 |
{
|
| 761 |
"id": "task_summary",
|
|
|
|
| 776 |
"surface": "website_hf",
|
| 777 |
"shows": "Mirrors task metrics for the static dashboard.",
|
| 778 |
"exists": true,
|
| 779 |
+
"bytes": 26028,
|
| 780 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 781 |
},
|
| 782 |
{
|
| 783 |
"id": "feature_manifest",
|
|
|
|
| 917 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 918 |
"kind": "scaleup_status",
|
| 919 |
"surface": "repo_hf",
|
| 920 |
+
"shows": "Summarizes the data-readiness checks required before a held-out Qwen3-Omni pilot can report metrics.",
|
| 921 |
"exists": true,
|
| 922 |
+
"bytes": 3499,
|
| 923 |
+
"sha256": "c2999f0ea75765c8da3b94aa54d8a9628edd687a0fe38c09d2582f578f2b1ba7"
|
| 924 |
},
|
| 925 |
{
|
| 926 |
"id": "multi_episode_access_status",
|
|
|
|
| 930 |
"surface": "repo_hf",
|
| 931 |
"shows": "Documents the public multi-episode access status and 32-episode pilot selection.",
|
| 932 |
"exists": true,
|
| 933 |
+
"bytes": 3076,
|
| 934 |
+
"sha256": "23b87581cfc1d95b0af118a0dbb4e601f42fc6bad608759490e13a9a1ef73205"
|
| 935 |
},
|
| 936 |
{
|
| 937 |
"id": "citation",
|
metrics/mirror_parity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
-
"group_count":
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
@@ -40,27 +40,27 @@
|
|
| 40 |
"local": {
|
| 41 |
"path": "repo:docs/data/additional_development_directions.json",
|
| 42 |
"exists": true,
|
| 43 |
-
"bytes":
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
"mirrors": {
|
| 47 |
"hf_space": {
|
| 48 |
"path": "hf_space:data/additional_development_directions.json",
|
| 49 |
"exists": true,
|
| 50 |
-
"bytes":
|
| 51 |
-
"sha256": "
|
| 52 |
},
|
| 53 |
"hf_artifacts": {
|
| 54 |
"path": "hf_artifacts:docs/data/additional_development_directions.json",
|
| 55 |
"exists": true,
|
| 56 |
-
"bytes":
|
| 57 |
-
"sha256": "
|
| 58 |
},
|
| 59 |
"hf_model": {
|
| 60 |
"path": "hf_model:metrics/additional_development_directions.json",
|
| 61 |
"exists": true,
|
| 62 |
-
"bytes":
|
| 63 |
-
"sha256": "
|
| 64 |
}
|
| 65 |
},
|
| 66 |
"failures": []
|
|
@@ -102,27 +102,27 @@
|
|
| 102 |
"local": {
|
| 103 |
"path": "repo:docs/data/artifact_index.json",
|
| 104 |
"exists": true,
|
| 105 |
-
"bytes":
|
| 106 |
-
"sha256": "
|
| 107 |
},
|
| 108 |
"mirrors": {
|
| 109 |
"hf_space": {
|
| 110 |
"path": "hf_space:data/artifact_index.json",
|
| 111 |
"exists": true,
|
| 112 |
-
"bytes":
|
| 113 |
-
"sha256": "
|
| 114 |
},
|
| 115 |
"hf_artifacts": {
|
| 116 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 117 |
"exists": true,
|
| 118 |
-
"bytes":
|
| 119 |
-
"sha256": "
|
| 120 |
},
|
| 121 |
"hf_model": {
|
| 122 |
"path": "hf_model:metrics/artifact_index.json",
|
| 123 |
"exists": true,
|
| 124 |
-
"bytes":
|
| 125 |
-
"sha256": "
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"failures": []
|
|
@@ -164,27 +164,27 @@
|
|
| 164 |
"local": {
|
| 165 |
"path": "repo:docs/data/evidence_contract.json",
|
| 166 |
"exists": true,
|
| 167 |
-
"bytes":
|
| 168 |
-
"sha256": "
|
| 169 |
},
|
| 170 |
"mirrors": {
|
| 171 |
"hf_space": {
|
| 172 |
"path": "hf_space:data/evidence_contract.json",
|
| 173 |
"exists": true,
|
| 174 |
-
"bytes":
|
| 175 |
-
"sha256": "
|
| 176 |
},
|
| 177 |
"hf_artifacts": {
|
| 178 |
"path": "hf_artifacts:docs/data/evidence_contract.json",
|
| 179 |
"exists": true,
|
| 180 |
-
"bytes":
|
| 181 |
-
"sha256": "
|
| 182 |
},
|
| 183 |
"hf_model": {
|
| 184 |
"path": "hf_model:metrics/evidence_contract.json",
|
| 185 |
"exists": true,
|
| 186 |
-
"bytes":
|
| 187 |
-
"sha256": "
|
| 188 |
}
|
| 189 |
},
|
| 190 |
"failures": []
|
|
@@ -195,27 +195,27 @@
|
|
| 195 |
"local": {
|
| 196 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 197 |
"exists": true,
|
| 198 |
-
"bytes":
|
| 199 |
-
"sha256": "
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"hf_space": {
|
| 203 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 204 |
"exists": true,
|
| 205 |
-
"bytes":
|
| 206 |
-
"sha256": "
|
| 207 |
},
|
| 208 |
"hf_artifacts": {
|
| 209 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 210 |
"exists": true,
|
| 211 |
-
"bytes":
|
| 212 |
-
"sha256": "
|
| 213 |
},
|
| 214 |
"hf_model": {
|
| 215 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 216 |
"exists": true,
|
| 217 |
-
"bytes":
|
| 218 |
-
"sha256": "
|
| 219 |
}
|
| 220 |
},
|
| 221 |
"failures": []
|
|
@@ -257,27 +257,27 @@
|
|
| 257 |
"local": {
|
| 258 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 259 |
"exists": true,
|
| 260 |
-
"bytes":
|
| 261 |
-
"sha256": "
|
| 262 |
},
|
| 263 |
"mirrors": {
|
| 264 |
"hf_space": {
|
| 265 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 266 |
"exists": true,
|
| 267 |
-
"bytes":
|
| 268 |
-
"sha256": "
|
| 269 |
},
|
| 270 |
"hf_artifacts": {
|
| 271 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 272 |
"exists": true,
|
| 273 |
-
"bytes":
|
| 274 |
-
"sha256": "
|
| 275 |
},
|
| 276 |
"hf_model": {
|
| 277 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 278 |
"exists": true,
|
| 279 |
-
"bytes":
|
| 280 |
-
"sha256": "
|
| 281 |
}
|
| 282 |
},
|
| 283 |
"failures": []
|
|
@@ -344,33 +344,64 @@
|
|
| 344 |
},
|
| 345 |
"failures": []
|
| 346 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
{
|
| 348 |
"name": "data/project_brief.json",
|
| 349 |
"status": "pass",
|
| 350 |
"local": {
|
| 351 |
"path": "repo:docs/data/project_brief.json",
|
| 352 |
"exists": true,
|
| 353 |
-
"bytes":
|
| 354 |
-
"sha256": "
|
| 355 |
},
|
| 356 |
"mirrors": {
|
| 357 |
"hf_space": {
|
| 358 |
"path": "hf_space:data/project_brief.json",
|
| 359 |
"exists": true,
|
| 360 |
-
"bytes":
|
| 361 |
-
"sha256": "
|
| 362 |
},
|
| 363 |
"hf_artifacts": {
|
| 364 |
"path": "hf_artifacts:docs/data/project_brief.json",
|
| 365 |
"exists": true,
|
| 366 |
-
"bytes":
|
| 367 |
-
"sha256": "
|
| 368 |
},
|
| 369 |
"hf_model": {
|
| 370 |
"path": "hf_model:metrics/project_brief.json",
|
| 371 |
"exists": true,
|
| 372 |
-
"bytes":
|
| 373 |
-
"sha256": "
|
| 374 |
}
|
| 375 |
},
|
| 376 |
"failures": []
|
|
@@ -381,27 +412,27 @@
|
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/project_manifest.json",
|
| 383 |
"exists": true,
|
| 384 |
-
"bytes":
|
| 385 |
-
"sha256": "
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/project_manifest.json",
|
| 390 |
"exists": true,
|
| 391 |
-
"bytes":
|
| 392 |
-
"sha256": "
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/project_manifest.json",
|
| 396 |
"exists": true,
|
| 397 |
-
"bytes":
|
| 398 |
-
"sha256": "
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/project_manifest.json",
|
| 402 |
"exists": true,
|
| 403 |
-
"bytes":
|
| 404 |
-
"sha256": "
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
@@ -412,27 +443,27 @@
|
|
| 412 |
"local": {
|
| 413 |
"path": "repo:docs/data/project_packet.json",
|
| 414 |
"exists": true,
|
| 415 |
-
"bytes":
|
| 416 |
-
"sha256": "
|
| 417 |
},
|
| 418 |
"mirrors": {
|
| 419 |
"hf_space": {
|
| 420 |
"path": "hf_space:data/project_packet.json",
|
| 421 |
"exists": true,
|
| 422 |
-
"bytes":
|
| 423 |
-
"sha256": "
|
| 424 |
},
|
| 425 |
"hf_artifacts": {
|
| 426 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 427 |
"exists": true,
|
| 428 |
-
"bytes":
|
| 429 |
-
"sha256": "
|
| 430 |
},
|
| 431 |
"hf_model": {
|
| 432 |
"path": "hf_model:metrics/project_packet.json",
|
| 433 |
"exists": true,
|
| 434 |
-
"bytes":
|
| 435 |
-
"sha256": "
|
| 436 |
}
|
| 437 |
},
|
| 438 |
"failures": []
|
|
@@ -443,27 +474,27 @@
|
|
| 443 |
"local": {
|
| 444 |
"path": "repo:docs/data/project_status.json",
|
| 445 |
"exists": true,
|
| 446 |
-
"bytes":
|
| 447 |
-
"sha256": "
|
| 448 |
},
|
| 449 |
"mirrors": {
|
| 450 |
"hf_space": {
|
| 451 |
"path": "hf_space:data/project_status.json",
|
| 452 |
"exists": true,
|
| 453 |
-
"bytes":
|
| 454 |
-
"sha256": "
|
| 455 |
},
|
| 456 |
"hf_artifacts": {
|
| 457 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 458 |
"exists": true,
|
| 459 |
-
"bytes":
|
| 460 |
-
"sha256": "
|
| 461 |
},
|
| 462 |
"hf_model": {
|
| 463 |
"path": "hf_model:metrics/project_status.json",
|
| 464 |
"exists": true,
|
| 465 |
-
"bytes":
|
| 466 |
-
"sha256": "
|
| 467 |
}
|
| 468 |
},
|
| 469 |
"failures": []
|
|
@@ -475,26 +506,26 @@
|
|
| 475 |
"path": "repo:docs/data/publication_audit.json",
|
| 476 |
"exists": true,
|
| 477 |
"bytes": 7237,
|
| 478 |
-
"sha256": "
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/publication_audit.json",
|
| 483 |
"exists": true,
|
| 484 |
"bytes": 7237,
|
| 485 |
-
"sha256": "
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 489 |
"exists": true,
|
| 490 |
"bytes": 7237,
|
| 491 |
-
"sha256": "
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/publication_audit.json",
|
| 495 |
"exists": true,
|
| 496 |
"bytes": 7237,
|
| 497 |
-
"sha256": "
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
@@ -598,27 +629,27 @@
|
|
| 598 |
"local": {
|
| 599 |
"path": "repo:docs/data/reproducibility_matrix.json",
|
| 600 |
"exists": true,
|
| 601 |
-
"bytes":
|
| 602 |
-
"sha256": "
|
| 603 |
},
|
| 604 |
"mirrors": {
|
| 605 |
"hf_space": {
|
| 606 |
"path": "hf_space:data/reproducibility_matrix.json",
|
| 607 |
"exists": true,
|
| 608 |
-
"bytes":
|
| 609 |
-
"sha256": "
|
| 610 |
},
|
| 611 |
"hf_artifacts": {
|
| 612 |
"path": "hf_artifacts:docs/data/reproducibility_matrix.json",
|
| 613 |
"exists": true,
|
| 614 |
-
"bytes":
|
| 615 |
-
"sha256": "
|
| 616 |
},
|
| 617 |
"hf_model": {
|
| 618 |
"path": "hf_model:metrics/reproducibility_matrix.json",
|
| 619 |
"exists": true,
|
| 620 |
-
"bytes":
|
| 621 |
-
"sha256": "
|
| 622 |
}
|
| 623 |
},
|
| 624 |
"failures": []
|
|
@@ -629,27 +660,27 @@
|
|
| 629 |
"local": {
|
| 630 |
"path": "repo:docs/data/research_roadmap.json",
|
| 631 |
"exists": true,
|
| 632 |
-
"bytes":
|
| 633 |
-
"sha256": "
|
| 634 |
},
|
| 635 |
"mirrors": {
|
| 636 |
"hf_space": {
|
| 637 |
"path": "hf_space:data/research_roadmap.json",
|
| 638 |
"exists": true,
|
| 639 |
-
"bytes":
|
| 640 |
-
"sha256": "
|
| 641 |
},
|
| 642 |
"hf_artifacts": {
|
| 643 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 644 |
"exists": true,
|
| 645 |
-
"bytes":
|
| 646 |
-
"sha256": "
|
| 647 |
},
|
| 648 |
"hf_model": {
|
| 649 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 650 |
"exists": true,
|
| 651 |
-
"bytes":
|
| 652 |
-
"sha256": "
|
| 653 |
}
|
| 654 |
},
|
| 655 |
"failures": []
|
|
@@ -660,27 +691,27 @@
|
|
| 660 |
"local": {
|
| 661 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 662 |
"exists": true,
|
| 663 |
-
"bytes":
|
| 664 |
-
"sha256": "
|
| 665 |
},
|
| 666 |
"mirrors": {
|
| 667 |
"hf_space": {
|
| 668 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 669 |
"exists": true,
|
| 670 |
-
"bytes":
|
| 671 |
-
"sha256": "
|
| 672 |
},
|
| 673 |
"hf_artifacts": {
|
| 674 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 675 |
"exists": true,
|
| 676 |
-
"bytes":
|
| 677 |
-
"sha256": "
|
| 678 |
},
|
| 679 |
"hf_model": {
|
| 680 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 681 |
"exists": true,
|
| 682 |
-
"bytes":
|
| 683 |
-
"sha256": "
|
| 684 |
}
|
| 685 |
},
|
| 686 |
"failures": []
|
|
@@ -691,27 +722,27 @@
|
|
| 691 |
"local": {
|
| 692 |
"path": "repo:docs/data/research_takeaways.json",
|
| 693 |
"exists": true,
|
| 694 |
-
"bytes":
|
| 695 |
-
"sha256": "
|
| 696 |
},
|
| 697 |
"mirrors": {
|
| 698 |
"hf_space": {
|
| 699 |
"path": "hf_space:data/research_takeaways.json",
|
| 700 |
"exists": true,
|
| 701 |
-
"bytes":
|
| 702 |
-
"sha256": "
|
| 703 |
},
|
| 704 |
"hf_artifacts": {
|
| 705 |
"path": "hf_artifacts:docs/data/research_takeaways.json",
|
| 706 |
"exists": true,
|
| 707 |
-
"bytes":
|
| 708 |
-
"sha256": "
|
| 709 |
},
|
| 710 |
"hf_model": {
|
| 711 |
"path": "hf_model:metrics/research_takeaways.json",
|
| 712 |
"exists": true,
|
| 713 |
-
"bytes":
|
| 714 |
-
"sha256": "
|
| 715 |
}
|
| 716 |
},
|
| 717 |
"failures": []
|
|
@@ -784,27 +815,27 @@
|
|
| 784 |
"local": {
|
| 785 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 786 |
"exists": true,
|
| 787 |
-
"bytes":
|
| 788 |
-
"sha256": "
|
| 789 |
},
|
| 790 |
"mirrors": {
|
| 791 |
"hf_space": {
|
| 792 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 793 |
"exists": true,
|
| 794 |
-
"bytes":
|
| 795 |
-
"sha256": "
|
| 796 |
},
|
| 797 |
"hf_artifacts": {
|
| 798 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 799 |
"exists": true,
|
| 800 |
-
"bytes":
|
| 801 |
-
"sha256": "
|
| 802 |
},
|
| 803 |
"hf_model": {
|
| 804 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 805 |
"exists": true,
|
| 806 |
-
"bytes":
|
| 807 |
-
"sha256": "
|
| 808 |
}
|
| 809 |
},
|
| 810 |
"failures": []
|
|
@@ -877,27 +908,27 @@
|
|
| 877 |
"local": {
|
| 878 |
"path": "repo:docs/data/summary_metrics.json",
|
| 879 |
"exists": true,
|
| 880 |
-
"bytes":
|
| 881 |
-
"sha256": "
|
| 882 |
},
|
| 883 |
"mirrors": {
|
| 884 |
"hf_space": {
|
| 885 |
"path": "hf_space:data/summary_metrics.json",
|
| 886 |
"exists": true,
|
| 887 |
-
"bytes":
|
| 888 |
-
"sha256": "
|
| 889 |
},
|
| 890 |
"hf_artifacts": {
|
| 891 |
"path": "hf_artifacts:docs/data/summary_metrics.json",
|
| 892 |
"exists": true,
|
| 893 |
-
"bytes":
|
| 894 |
-
"sha256": "
|
| 895 |
},
|
| 896 |
"hf_model": {
|
| 897 |
"path": "hf_model:metrics/summary_metrics.json",
|
| 898 |
"exists": true,
|
| 899 |
-
"bytes":
|
| 900 |
-
"sha256": "
|
| 901 |
}
|
| 902 |
},
|
| 903 |
"failures": []
|
|
@@ -909,26 +940,26 @@
|
|
| 909 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 910 |
"exists": true,
|
| 911 |
"bytes": 45779,
|
| 912 |
-
"sha256": "
|
| 913 |
},
|
| 914 |
"mirrors": {
|
| 915 |
"hf_space": {
|
| 916 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 917 |
"exists": true,
|
| 918 |
"bytes": 45779,
|
| 919 |
-
"sha256": "
|
| 920 |
},
|
| 921 |
"hf_artifacts": {
|
| 922 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 923 |
"exists": true,
|
| 924 |
"bytes": 45779,
|
| 925 |
-
"sha256": "
|
| 926 |
},
|
| 927 |
"hf_model": {
|
| 928 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 929 |
"exists": true,
|
| 930 |
"bytes": 45779,
|
| 931 |
-
"sha256": "
|
| 932 |
}
|
| 933 |
},
|
| 934 |
"failures": []
|
|
@@ -970,27 +1001,27 @@
|
|
| 970 |
"local": {
|
| 971 |
"path": "repo:docs/data/website_integrity.json",
|
| 972 |
"exists": true,
|
| 973 |
-
"bytes":
|
| 974 |
-
"sha256": "
|
| 975 |
},
|
| 976 |
"mirrors": {
|
| 977 |
"hf_space": {
|
| 978 |
"path": "hf_space:data/website_integrity.json",
|
| 979 |
"exists": true,
|
| 980 |
-
"bytes":
|
| 981 |
-
"sha256": "
|
| 982 |
},
|
| 983 |
"hf_artifacts": {
|
| 984 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 985 |
"exists": true,
|
| 986 |
-
"bytes":
|
| 987 |
-
"sha256": "
|
| 988 |
},
|
| 989 |
"hf_model": {
|
| 990 |
"path": "hf_model:metrics/website_integrity.json",
|
| 991 |
"exists": true,
|
| 992 |
-
"bytes":
|
| 993 |
-
"sha256": "
|
| 994 |
}
|
| 995 |
},
|
| 996 |
"failures": []
|
|
@@ -1723,21 +1754,21 @@
|
|
| 1723 |
"local": {
|
| 1724 |
"path": "repo:scripts/build_artifact_index.py",
|
| 1725 |
"exists": true,
|
| 1726 |
-
"bytes":
|
| 1727 |
-
"sha256": "
|
| 1728 |
},
|
| 1729 |
"mirrors": {
|
| 1730 |
"hf_artifacts": {
|
| 1731 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 1732 |
"exists": true,
|
| 1733 |
-
"bytes":
|
| 1734 |
-
"sha256": "
|
| 1735 |
},
|
| 1736 |
"hf_model": {
|
| 1737 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 1738 |
"exists": true,
|
| 1739 |
-
"bytes":
|
| 1740 |
-
"sha256": "
|
| 1741 |
}
|
| 1742 |
},
|
| 1743 |
"failures": []
|
|
@@ -1773,21 +1804,21 @@
|
|
| 1773 |
"local": {
|
| 1774 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 1775 |
"exists": true,
|
| 1776 |
-
"bytes":
|
| 1777 |
-
"sha256": "
|
| 1778 |
},
|
| 1779 |
"mirrors": {
|
| 1780 |
"hf_artifacts": {
|
| 1781 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 1782 |
"exists": true,
|
| 1783 |
-
"bytes":
|
| 1784 |
-
"sha256": "
|
| 1785 |
},
|
| 1786 |
"hf_model": {
|
| 1787 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 1788 |
"exists": true,
|
| 1789 |
-
"bytes":
|
| 1790 |
-
"sha256": "
|
| 1791 |
}
|
| 1792 |
},
|
| 1793 |
"failures": []
|
|
@@ -1948,21 +1979,21 @@
|
|
| 1948 |
"local": {
|
| 1949 |
"path": "repo:scripts/build_research_takeaways.py",
|
| 1950 |
"exists": true,
|
| 1951 |
-
"bytes":
|
| 1952 |
-
"sha256": "
|
| 1953 |
},
|
| 1954 |
"mirrors": {
|
| 1955 |
"hf_artifacts": {
|
| 1956 |
"path": "hf_artifacts:scripts/build_research_takeaways.py",
|
| 1957 |
"exists": true,
|
| 1958 |
-
"bytes":
|
| 1959 |
-
"sha256": "
|
| 1960 |
},
|
| 1961 |
"hf_model": {
|
| 1962 |
"path": "hf_model:scripts/build_research_takeaways.py",
|
| 1963 |
"exists": true,
|
| 1964 |
-
"bytes":
|
| 1965 |
-
"sha256": "
|
| 1966 |
}
|
| 1967 |
},
|
| 1968 |
"failures": []
|
|
@@ -2023,21 +2054,21 @@
|
|
| 2023 |
"local": {
|
| 2024 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 2025 |
"exists": true,
|
| 2026 |
-
"bytes":
|
| 2027 |
-
"sha256": "
|
| 2028 |
},
|
| 2029 |
"mirrors": {
|
| 2030 |
"hf_artifacts": {
|
| 2031 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 2032 |
"exists": true,
|
| 2033 |
-
"bytes":
|
| 2034 |
-
"sha256": "
|
| 2035 |
},
|
| 2036 |
"hf_model": {
|
| 2037 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 2038 |
"exists": true,
|
| 2039 |
-
"bytes":
|
| 2040 |
-
"sha256": "
|
| 2041 |
}
|
| 2042 |
},
|
| 2043 |
"failures": []
|
|
@@ -2073,21 +2104,21 @@
|
|
| 2073 |
"local": {
|
| 2074 |
"path": "repo:scripts/validate_scope_claims.py",
|
| 2075 |
"exists": true,
|
| 2076 |
-
"bytes":
|
| 2077 |
-
"sha256": "
|
| 2078 |
},
|
| 2079 |
"mirrors": {
|
| 2080 |
"hf_artifacts": {
|
| 2081 |
"path": "hf_artifacts:scripts/validate_scope_claims.py",
|
| 2082 |
"exists": true,
|
| 2083 |
-
"bytes":
|
| 2084 |
-
"sha256": "
|
| 2085 |
},
|
| 2086 |
"hf_model": {
|
| 2087 |
"path": "hf_model:scripts/validate_scope_claims.py",
|
| 2088 |
"exists": true,
|
| 2089 |
-
"bytes":
|
| 2090 |
-
"sha256": "
|
| 2091 |
}
|
| 2092 |
},
|
| 2093 |
"failures": []
|
|
@@ -2173,21 +2204,21 @@
|
|
| 2173 |
"local": {
|
| 2174 |
"path": "repo:scripts/publish_hf_bundles.py",
|
| 2175 |
"exists": true,
|
| 2176 |
-
"bytes":
|
| 2177 |
-
"sha256": "
|
| 2178 |
},
|
| 2179 |
"mirrors": {
|
| 2180 |
"hf_artifacts": {
|
| 2181 |
"path": "hf_artifacts:scripts/publish_hf_bundles.py",
|
| 2182 |
"exists": true,
|
| 2183 |
-
"bytes":
|
| 2184 |
-
"sha256": "
|
| 2185 |
},
|
| 2186 |
"hf_model": {
|
| 2187 |
"path": "hf_model:scripts/publish_hf_bundles.py",
|
| 2188 |
"exists": true,
|
| 2189 |
-
"bytes":
|
| 2190 |
-
"sha256": "
|
| 2191 |
}
|
| 2192 |
},
|
| 2193 |
"failures": []
|
|
@@ -2248,21 +2279,21 @@
|
|
| 2248 |
"local": {
|
| 2249 |
"path": "repo:docs/index.html",
|
| 2250 |
"exists": true,
|
| 2251 |
-
"bytes":
|
| 2252 |
-
"sha256": "
|
| 2253 |
},
|
| 2254 |
"mirrors": {
|
| 2255 |
"hf_space": {
|
| 2256 |
"path": "hf_space:index.html",
|
| 2257 |
"exists": true,
|
| 2258 |
-
"bytes":
|
| 2259 |
-
"sha256": "
|
| 2260 |
},
|
| 2261 |
"hf_artifacts_docs": {
|
| 2262 |
"path": "hf_artifacts:docs/index.html",
|
| 2263 |
"exists": true,
|
| 2264 |
-
"bytes":
|
| 2265 |
-
"sha256": "
|
| 2266 |
}
|
| 2267 |
},
|
| 2268 |
"failures": []
|
|
@@ -2273,21 +2304,21 @@
|
|
| 2273 |
"local": {
|
| 2274 |
"path": "repo:docs/research_roadmap.html",
|
| 2275 |
"exists": true,
|
| 2276 |
-
"bytes":
|
| 2277 |
-
"sha256": "
|
| 2278 |
},
|
| 2279 |
"mirrors": {
|
| 2280 |
"hf_space": {
|
| 2281 |
"path": "hf_space:research_roadmap.html",
|
| 2282 |
"exists": true,
|
| 2283 |
-
"bytes":
|
| 2284 |
-
"sha256": "
|
| 2285 |
},
|
| 2286 |
"hf_artifacts_docs": {
|
| 2287 |
"path": "hf_artifacts:docs/research_roadmap.html",
|
| 2288 |
"exists": true,
|
| 2289 |
-
"bytes":
|
| 2290 |
-
"sha256": "
|
| 2291 |
}
|
| 2292 |
},
|
| 2293 |
"failures": []
|
|
@@ -2813,27 +2844,27 @@
|
|
| 2813 |
"local": {
|
| 2814 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 2815 |
"exists": true,
|
| 2816 |
-
"bytes":
|
| 2817 |
-
"sha256": "
|
| 2818 |
},
|
| 2819 |
"mirrors": {
|
| 2820 |
"hf_space": {
|
| 2821 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 2822 |
"exists": true,
|
| 2823 |
-
"bytes":
|
| 2824 |
-
"sha256": "
|
| 2825 |
},
|
| 2826 |
"hf_artifacts": {
|
| 2827 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 2828 |
"exists": true,
|
| 2829 |
-
"bytes":
|
| 2830 |
-
"sha256": "
|
| 2831 |
},
|
| 2832 |
"hf_model": {
|
| 2833 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 2834 |
"exists": true,
|
| 2835 |
-
"bytes":
|
| 2836 |
-
"sha256": "
|
| 2837 |
}
|
| 2838 |
},
|
| 2839 |
"failures": []
|
|
@@ -2906,27 +2937,27 @@
|
|
| 2906 |
"local": {
|
| 2907 |
"path": "repo:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2908 |
"exists": true,
|
| 2909 |
-
"bytes":
|
| 2910 |
-
"sha256": "
|
| 2911 |
},
|
| 2912 |
"mirrors": {
|
| 2913 |
"hf_space": {
|
| 2914 |
"path": "hf_space:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2915 |
"exists": true,
|
| 2916 |
-
"bytes":
|
| 2917 |
-
"sha256": "
|
| 2918 |
},
|
| 2919 |
"hf_artifacts": {
|
| 2920 |
"path": "hf_artifacts:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2921 |
"exists": true,
|
| 2922 |
-
"bytes":
|
| 2923 |
-
"sha256": "
|
| 2924 |
},
|
| 2925 |
"hf_model": {
|
| 2926 |
"path": "hf_model:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2927 |
"exists": true,
|
| 2928 |
-
"bytes":
|
| 2929 |
-
"sha256": "
|
| 2930 |
}
|
| 2931 |
},
|
| 2932 |
"failures": []
|
|
@@ -2937,27 +2968,27 @@
|
|
| 2937 |
"local": {
|
| 2938 |
"path": "repo:PROJECT_BRIEF.md",
|
| 2939 |
"exists": true,
|
| 2940 |
-
"bytes":
|
| 2941 |
-
"sha256": "
|
| 2942 |
},
|
| 2943 |
"mirrors": {
|
| 2944 |
"hf_space": {
|
| 2945 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 2946 |
"exists": true,
|
| 2947 |
-
"bytes":
|
| 2948 |
-
"sha256": "
|
| 2949 |
},
|
| 2950 |
"hf_artifacts": {
|
| 2951 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 2952 |
"exists": true,
|
| 2953 |
-
"bytes":
|
| 2954 |
-
"sha256": "
|
| 2955 |
},
|
| 2956 |
"hf_model": {
|
| 2957 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 2958 |
"exists": true,
|
| 2959 |
-
"bytes":
|
| 2960 |
-
"sha256": "
|
| 2961 |
}
|
| 2962 |
},
|
| 2963 |
"failures": []
|
|
@@ -2999,27 +3030,27 @@
|
|
| 2999 |
"local": {
|
| 3000 |
"path": "repo:RESEARCH_ROADMAP.md",
|
| 3001 |
"exists": true,
|
| 3002 |
-
"bytes":
|
| 3003 |
-
"sha256": "
|
| 3004 |
},
|
| 3005 |
"mirrors": {
|
| 3006 |
"hf_space": {
|
| 3007 |
"path": "hf_space:RESEARCH_ROADMAP.md",
|
| 3008 |
"exists": true,
|
| 3009 |
-
"bytes":
|
| 3010 |
-
"sha256": "
|
| 3011 |
},
|
| 3012 |
"hf_artifacts": {
|
| 3013 |
"path": "hf_artifacts:RESEARCH_ROADMAP.md",
|
| 3014 |
"exists": true,
|
| 3015 |
-
"bytes":
|
| 3016 |
-
"sha256": "
|
| 3017 |
},
|
| 3018 |
"hf_model": {
|
| 3019 |
"path": "hf_model:RESEARCH_ROADMAP.md",
|
| 3020 |
"exists": true,
|
| 3021 |
-
"bytes":
|
| 3022 |
-
"sha256": "
|
| 3023 |
}
|
| 3024 |
},
|
| 3025 |
"failures": []
|
|
@@ -3030,27 +3061,27 @@
|
|
| 3030 |
"local": {
|
| 3031 |
"path": "repo:PROJECT_STATUS.md",
|
| 3032 |
"exists": true,
|
| 3033 |
-
"bytes":
|
| 3034 |
-
"sha256": "
|
| 3035 |
},
|
| 3036 |
"mirrors": {
|
| 3037 |
"hf_space": {
|
| 3038 |
"path": "hf_space:PROJECT_STATUS.md",
|
| 3039 |
"exists": true,
|
| 3040 |
-
"bytes":
|
| 3041 |
-
"sha256": "
|
| 3042 |
},
|
| 3043 |
"hf_artifacts": {
|
| 3044 |
"path": "hf_artifacts:PROJECT_STATUS.md",
|
| 3045 |
"exists": true,
|
| 3046 |
-
"bytes":
|
| 3047 |
-
"sha256": "
|
| 3048 |
},
|
| 3049 |
"hf_model": {
|
| 3050 |
"path": "hf_model:PROJECT_STATUS.md",
|
| 3051 |
"exists": true,
|
| 3052 |
-
"bytes":
|
| 3053 |
-
"sha256": "
|
| 3054 |
}
|
| 3055 |
},
|
| 3056 |
"failures": []
|
|
@@ -3092,27 +3123,27 @@
|
|
| 3092 |
"local": {
|
| 3093 |
"path": "repo:RESEARCH_TAKEAWAYS.md",
|
| 3094 |
"exists": true,
|
| 3095 |
-
"bytes":
|
| 3096 |
-
"sha256": "
|
| 3097 |
},
|
| 3098 |
"mirrors": {
|
| 3099 |
"hf_space": {
|
| 3100 |
"path": "hf_space:RESEARCH_TAKEAWAYS.md",
|
| 3101 |
"exists": true,
|
| 3102 |
-
"bytes":
|
| 3103 |
-
"sha256": "
|
| 3104 |
},
|
| 3105 |
"hf_artifacts": {
|
| 3106 |
"path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
|
| 3107 |
"exists": true,
|
| 3108 |
-
"bytes":
|
| 3109 |
-
"sha256": "
|
| 3110 |
},
|
| 3111 |
"hf_model": {
|
| 3112 |
"path": "hf_model:RESEARCH_TAKEAWAYS.md",
|
| 3113 |
"exists": true,
|
| 3114 |
-
"bytes":
|
| 3115 |
-
"sha256": "
|
| 3116 |
}
|
| 3117 |
},
|
| 3118 |
"failures": []
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:37:36+00:00",
|
| 4 |
"hf_root": "hf_publish",
|
| 5 |
"summary": {
|
| 6 |
+
"group_count": 104,
|
| 7 |
"failure_count": 0,
|
| 8 |
"failures_by_surface": {}
|
| 9 |
},
|
|
|
|
| 40 |
"local": {
|
| 41 |
"path": "repo:docs/data/additional_development_directions.json",
|
| 42 |
"exists": true,
|
| 43 |
+
"bytes": 6121,
|
| 44 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 45 |
},
|
| 46 |
"mirrors": {
|
| 47 |
"hf_space": {
|
| 48 |
"path": "hf_space:data/additional_development_directions.json",
|
| 49 |
"exists": true,
|
| 50 |
+
"bytes": 6121,
|
| 51 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 52 |
},
|
| 53 |
"hf_artifacts": {
|
| 54 |
"path": "hf_artifacts:docs/data/additional_development_directions.json",
|
| 55 |
"exists": true,
|
| 56 |
+
"bytes": 6121,
|
| 57 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 58 |
},
|
| 59 |
"hf_model": {
|
| 60 |
"path": "hf_model:metrics/additional_development_directions.json",
|
| 61 |
"exists": true,
|
| 62 |
+
"bytes": 6121,
|
| 63 |
+
"sha256": "4458c5b82062aed8c19bcc914f795ec217114422e9b6d54b624371c4b3c8681f"
|
| 64 |
}
|
| 65 |
},
|
| 66 |
"failures": []
|
|
|
|
| 102 |
"local": {
|
| 103 |
"path": "repo:docs/data/artifact_index.json",
|
| 104 |
"exists": true,
|
| 105 |
+
"bytes": 37736,
|
| 106 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 107 |
},
|
| 108 |
"mirrors": {
|
| 109 |
"hf_space": {
|
| 110 |
"path": "hf_space:data/artifact_index.json",
|
| 111 |
"exists": true,
|
| 112 |
+
"bytes": 37736,
|
| 113 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 114 |
},
|
| 115 |
"hf_artifacts": {
|
| 116 |
"path": "hf_artifacts:docs/data/artifact_index.json",
|
| 117 |
"exists": true,
|
| 118 |
+
"bytes": 37736,
|
| 119 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 120 |
},
|
| 121 |
"hf_model": {
|
| 122 |
"path": "hf_model:metrics/artifact_index.json",
|
| 123 |
"exists": true,
|
| 124 |
+
"bytes": 37736,
|
| 125 |
+
"sha256": "f1d87cbabab02227b834ad333507af31a8ce309600f0e0427bb8cb59a26c3b71"
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"failures": []
|
|
|
|
| 164 |
"local": {
|
| 165 |
"path": "repo:docs/data/evidence_contract.json",
|
| 166 |
"exists": true,
|
| 167 |
+
"bytes": 12219,
|
| 168 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 169 |
},
|
| 170 |
"mirrors": {
|
| 171 |
"hf_space": {
|
| 172 |
"path": "hf_space:data/evidence_contract.json",
|
| 173 |
"exists": true,
|
| 174 |
+
"bytes": 12219,
|
| 175 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 176 |
},
|
| 177 |
"hf_artifacts": {
|
| 178 |
"path": "hf_artifacts:docs/data/evidence_contract.json",
|
| 179 |
"exists": true,
|
| 180 |
+
"bytes": 12219,
|
| 181 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 182 |
},
|
| 183 |
"hf_model": {
|
| 184 |
"path": "hf_model:metrics/evidence_contract.json",
|
| 185 |
"exists": true,
|
| 186 |
+
"bytes": 12219,
|
| 187 |
+
"sha256": "3adf633fd898e90afa1d78b3cb1a561eb826b1f0ff3f7c6b1401a3ea539a7c35"
|
| 188 |
}
|
| 189 |
},
|
| 190 |
"failures": []
|
|
|
|
| 195 |
"local": {
|
| 196 |
"path": "repo:docs/data/evaluation_protocol.json",
|
| 197 |
"exists": true,
|
| 198 |
+
"bytes": 13788,
|
| 199 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 200 |
},
|
| 201 |
"mirrors": {
|
| 202 |
"hf_space": {
|
| 203 |
"path": "hf_space:data/evaluation_protocol.json",
|
| 204 |
"exists": true,
|
| 205 |
+
"bytes": 13788,
|
| 206 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 207 |
},
|
| 208 |
"hf_artifacts": {
|
| 209 |
"path": "hf_artifacts:docs/data/evaluation_protocol.json",
|
| 210 |
"exists": true,
|
| 211 |
+
"bytes": 13788,
|
| 212 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 213 |
},
|
| 214 |
"hf_model": {
|
| 215 |
"path": "hf_model:metrics/evaluation_protocol.json",
|
| 216 |
"exists": true,
|
| 217 |
+
"bytes": 13788,
|
| 218 |
+
"sha256": "ff76b2af0f6d626d16daafffc2fdfda27801a9a15a8cca255a3d9f6be1b2a8a1"
|
| 219 |
}
|
| 220 |
},
|
| 221 |
"failures": []
|
|
|
|
| 257 |
"local": {
|
| 258 |
"path": "repo:docs/data/foundation_model_plan.json",
|
| 259 |
"exists": true,
|
| 260 |
+
"bytes": 13112,
|
| 261 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 262 |
},
|
| 263 |
"mirrors": {
|
| 264 |
"hf_space": {
|
| 265 |
"path": "hf_space:data/foundation_model_plan.json",
|
| 266 |
"exists": true,
|
| 267 |
+
"bytes": 13112,
|
| 268 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 269 |
},
|
| 270 |
"hf_artifacts": {
|
| 271 |
"path": "hf_artifacts:docs/data/foundation_model_plan.json",
|
| 272 |
"exists": true,
|
| 273 |
+
"bytes": 13112,
|
| 274 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 275 |
},
|
| 276 |
"hf_model": {
|
| 277 |
"path": "hf_model:metrics/foundation_model_plan.json",
|
| 278 |
"exists": true,
|
| 279 |
+
"bytes": 13112,
|
| 280 |
+
"sha256": "0850a9b74f2c62aba30b297089ad0a4a04424cc16d4a265f71e39538c6d22792"
|
| 281 |
}
|
| 282 |
},
|
| 283 |
"failures": []
|
|
|
|
| 344 |
},
|
| 345 |
"failures": []
|
| 346 |
},
|
| 347 |
+
{
|
| 348 |
+
"name": "data/omni_finetune_verified_result.json",
|
| 349 |
+
"status": "pass",
|
| 350 |
+
"local": {
|
| 351 |
+
"path": "repo:docs/data/omni_finetune_verified_result.json",
|
| 352 |
+
"exists": true,
|
| 353 |
+
"bytes": 3145,
|
| 354 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 355 |
+
},
|
| 356 |
+
"mirrors": {
|
| 357 |
+
"hf_space": {
|
| 358 |
+
"path": "hf_space:data/omni_finetune_verified_result.json",
|
| 359 |
+
"exists": true,
|
| 360 |
+
"bytes": 3145,
|
| 361 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 362 |
+
},
|
| 363 |
+
"hf_artifacts": {
|
| 364 |
+
"path": "hf_artifacts:docs/data/omni_finetune_verified_result.json",
|
| 365 |
+
"exists": true,
|
| 366 |
+
"bytes": 3145,
|
| 367 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 368 |
+
},
|
| 369 |
+
"hf_model": {
|
| 370 |
+
"path": "hf_model:metrics/omni_finetune_verified_result.json",
|
| 371 |
+
"exists": true,
|
| 372 |
+
"bytes": 3145,
|
| 373 |
+
"sha256": "37b001a24201ba56b327fa89f19792d64ebcdabc1faffa7e7bb4fd6b8323731a"
|
| 374 |
+
}
|
| 375 |
+
},
|
| 376 |
+
"failures": []
|
| 377 |
+
},
|
| 378 |
{
|
| 379 |
"name": "data/project_brief.json",
|
| 380 |
"status": "pass",
|
| 381 |
"local": {
|
| 382 |
"path": "repo:docs/data/project_brief.json",
|
| 383 |
"exists": true,
|
| 384 |
+
"bytes": 3752,
|
| 385 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 386 |
},
|
| 387 |
"mirrors": {
|
| 388 |
"hf_space": {
|
| 389 |
"path": "hf_space:data/project_brief.json",
|
| 390 |
"exists": true,
|
| 391 |
+
"bytes": 3752,
|
| 392 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 393 |
},
|
| 394 |
"hf_artifacts": {
|
| 395 |
"path": "hf_artifacts:docs/data/project_brief.json",
|
| 396 |
"exists": true,
|
| 397 |
+
"bytes": 3752,
|
| 398 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 399 |
},
|
| 400 |
"hf_model": {
|
| 401 |
"path": "hf_model:metrics/project_brief.json",
|
| 402 |
"exists": true,
|
| 403 |
+
"bytes": 3752,
|
| 404 |
+
"sha256": "4bd2f3471d0141abf64a2327541e25031e9efa39940cc68a29c316cf36f7c884"
|
| 405 |
}
|
| 406 |
},
|
| 407 |
"failures": []
|
|
|
|
| 412 |
"local": {
|
| 413 |
"path": "repo:docs/data/project_manifest.json",
|
| 414 |
"exists": true,
|
| 415 |
+
"bytes": 4927,
|
| 416 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 417 |
},
|
| 418 |
"mirrors": {
|
| 419 |
"hf_space": {
|
| 420 |
"path": "hf_space:data/project_manifest.json",
|
| 421 |
"exists": true,
|
| 422 |
+
"bytes": 4927,
|
| 423 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 424 |
},
|
| 425 |
"hf_artifacts": {
|
| 426 |
"path": "hf_artifacts:docs/data/project_manifest.json",
|
| 427 |
"exists": true,
|
| 428 |
+
"bytes": 4927,
|
| 429 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 430 |
},
|
| 431 |
"hf_model": {
|
| 432 |
"path": "hf_model:metrics/project_manifest.json",
|
| 433 |
"exists": true,
|
| 434 |
+
"bytes": 4927,
|
| 435 |
+
"sha256": "032d9aa43c467bfa5004e18e1d7881ba6901371a5d8ec23cacf1a1058de50b2a"
|
| 436 |
}
|
| 437 |
},
|
| 438 |
"failures": []
|
|
|
|
| 443 |
"local": {
|
| 444 |
"path": "repo:docs/data/project_packet.json",
|
| 445 |
"exists": true,
|
| 446 |
+
"bytes": 7802,
|
| 447 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 448 |
},
|
| 449 |
"mirrors": {
|
| 450 |
"hf_space": {
|
| 451 |
"path": "hf_space:data/project_packet.json",
|
| 452 |
"exists": true,
|
| 453 |
+
"bytes": 7802,
|
| 454 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 455 |
},
|
| 456 |
"hf_artifacts": {
|
| 457 |
"path": "hf_artifacts:docs/data/project_packet.json",
|
| 458 |
"exists": true,
|
| 459 |
+
"bytes": 7802,
|
| 460 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 461 |
},
|
| 462 |
"hf_model": {
|
| 463 |
"path": "hf_model:metrics/project_packet.json",
|
| 464 |
"exists": true,
|
| 465 |
+
"bytes": 7802,
|
| 466 |
+
"sha256": "40964c04cd769970e212288dc61a2a462c68ef5e4d962a7b9f50fe5a1fc84ce7"
|
| 467 |
}
|
| 468 |
},
|
| 469 |
"failures": []
|
|
|
|
| 474 |
"local": {
|
| 475 |
"path": "repo:docs/data/project_status.json",
|
| 476 |
"exists": true,
|
| 477 |
+
"bytes": 10977,
|
| 478 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 479 |
},
|
| 480 |
"mirrors": {
|
| 481 |
"hf_space": {
|
| 482 |
"path": "hf_space:data/project_status.json",
|
| 483 |
"exists": true,
|
| 484 |
+
"bytes": 10977,
|
| 485 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 486 |
},
|
| 487 |
"hf_artifacts": {
|
| 488 |
"path": "hf_artifacts:docs/data/project_status.json",
|
| 489 |
"exists": true,
|
| 490 |
+
"bytes": 10977,
|
| 491 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 492 |
},
|
| 493 |
"hf_model": {
|
| 494 |
"path": "hf_model:metrics/project_status.json",
|
| 495 |
"exists": true,
|
| 496 |
+
"bytes": 10977,
|
| 497 |
+
"sha256": "2bb0639c137dfd6eddd337eb909292543ae2e72753dee398f8240ff35f6a3984"
|
| 498 |
}
|
| 499 |
},
|
| 500 |
"failures": []
|
|
|
|
| 506 |
"path": "repo:docs/data/publication_audit.json",
|
| 507 |
"exists": true,
|
| 508 |
"bytes": 7237,
|
| 509 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 510 |
},
|
| 511 |
"mirrors": {
|
| 512 |
"hf_space": {
|
| 513 |
"path": "hf_space:data/publication_audit.json",
|
| 514 |
"exists": true,
|
| 515 |
"bytes": 7237,
|
| 516 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 517 |
},
|
| 518 |
"hf_artifacts": {
|
| 519 |
"path": "hf_artifacts:docs/data/publication_audit.json",
|
| 520 |
"exists": true,
|
| 521 |
"bytes": 7237,
|
| 522 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 523 |
},
|
| 524 |
"hf_model": {
|
| 525 |
"path": "hf_model:metrics/publication_audit.json",
|
| 526 |
"exists": true,
|
| 527 |
"bytes": 7237,
|
| 528 |
+
"sha256": "bfdfb04abf62dfb3ffa596f1d9ec58fc5bac633f6c1cfb1710d3988ef635cf03"
|
| 529 |
}
|
| 530 |
},
|
| 531 |
"failures": []
|
|
|
|
| 629 |
"local": {
|
| 630 |
"path": "repo:docs/data/reproducibility_matrix.json",
|
| 631 |
"exists": true,
|
| 632 |
+
"bytes": 5223,
|
| 633 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 634 |
},
|
| 635 |
"mirrors": {
|
| 636 |
"hf_space": {
|
| 637 |
"path": "hf_space:data/reproducibility_matrix.json",
|
| 638 |
"exists": true,
|
| 639 |
+
"bytes": 5223,
|
| 640 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 641 |
},
|
| 642 |
"hf_artifacts": {
|
| 643 |
"path": "hf_artifacts:docs/data/reproducibility_matrix.json",
|
| 644 |
"exists": true,
|
| 645 |
+
"bytes": 5223,
|
| 646 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 647 |
},
|
| 648 |
"hf_model": {
|
| 649 |
"path": "hf_model:metrics/reproducibility_matrix.json",
|
| 650 |
"exists": true,
|
| 651 |
+
"bytes": 5223,
|
| 652 |
+
"sha256": "f218a630d3894f402bcb43d7eb24e4fdcedd7a93caf1816539cdf052c0620727"
|
| 653 |
}
|
| 654 |
},
|
| 655 |
"failures": []
|
|
|
|
| 660 |
"local": {
|
| 661 |
"path": "repo:docs/data/research_roadmap.json",
|
| 662 |
"exists": true,
|
| 663 |
+
"bytes": 8981,
|
| 664 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 665 |
},
|
| 666 |
"mirrors": {
|
| 667 |
"hf_space": {
|
| 668 |
"path": "hf_space:data/research_roadmap.json",
|
| 669 |
"exists": true,
|
| 670 |
+
"bytes": 8981,
|
| 671 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 672 |
},
|
| 673 |
"hf_artifacts": {
|
| 674 |
"path": "hf_artifacts:docs/data/research_roadmap.json",
|
| 675 |
"exists": true,
|
| 676 |
+
"bytes": 8981,
|
| 677 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 678 |
},
|
| 679 |
"hf_model": {
|
| 680 |
"path": "hf_model:metrics/research_roadmap.json",
|
| 681 |
"exists": true,
|
| 682 |
+
"bytes": 8981,
|
| 683 |
+
"sha256": "92f94edda5337aa0f49e136748320cb1c2c013b7a12b5fe36cf556f5b1bb0142"
|
| 684 |
}
|
| 685 |
},
|
| 686 |
"failures": []
|
|
|
|
| 691 |
"local": {
|
| 692 |
"path": "repo:docs/data/research_roadmap_interactive.json",
|
| 693 |
"exists": true,
|
| 694 |
+
"bytes": 142418,
|
| 695 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 696 |
},
|
| 697 |
"mirrors": {
|
| 698 |
"hf_space": {
|
| 699 |
"path": "hf_space:data/research_roadmap_interactive.json",
|
| 700 |
"exists": true,
|
| 701 |
+
"bytes": 142418,
|
| 702 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 703 |
},
|
| 704 |
"hf_artifacts": {
|
| 705 |
"path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
|
| 706 |
"exists": true,
|
| 707 |
+
"bytes": 142418,
|
| 708 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 709 |
},
|
| 710 |
"hf_model": {
|
| 711 |
"path": "hf_model:metrics/research_roadmap_interactive.json",
|
| 712 |
"exists": true,
|
| 713 |
+
"bytes": 142418,
|
| 714 |
+
"sha256": "1d9e2ea64fb8e08cd2495843822aae53bfed38094865d072e068f002c2d749d4"
|
| 715 |
}
|
| 716 |
},
|
| 717 |
"failures": []
|
|
|
|
| 722 |
"local": {
|
| 723 |
"path": "repo:docs/data/research_takeaways.json",
|
| 724 |
"exists": true,
|
| 725 |
+
"bytes": 7102,
|
| 726 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 727 |
},
|
| 728 |
"mirrors": {
|
| 729 |
"hf_space": {
|
| 730 |
"path": "hf_space:data/research_takeaways.json",
|
| 731 |
"exists": true,
|
| 732 |
+
"bytes": 7102,
|
| 733 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 734 |
},
|
| 735 |
"hf_artifacts": {
|
| 736 |
"path": "hf_artifacts:docs/data/research_takeaways.json",
|
| 737 |
"exists": true,
|
| 738 |
+
"bytes": 7102,
|
| 739 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 740 |
},
|
| 741 |
"hf_model": {
|
| 742 |
"path": "hf_model:metrics/research_takeaways.json",
|
| 743 |
"exists": true,
|
| 744 |
+
"bytes": 7102,
|
| 745 |
+
"sha256": "fe5ca81a9212ac2122787781868ad6955b74734f5eca8dd52def0c186ed8039e"
|
| 746 |
}
|
| 747 |
},
|
| 748 |
"failures": []
|
|
|
|
| 815 |
"local": {
|
| 816 |
"path": "repo:docs/data/scope_claims_audit.json",
|
| 817 |
"exists": true,
|
| 818 |
+
"bytes": 20823,
|
| 819 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 820 |
},
|
| 821 |
"mirrors": {
|
| 822 |
"hf_space": {
|
| 823 |
"path": "hf_space:data/scope_claims_audit.json",
|
| 824 |
"exists": true,
|
| 825 |
+
"bytes": 20823,
|
| 826 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 827 |
},
|
| 828 |
"hf_artifacts": {
|
| 829 |
"path": "hf_artifacts:docs/data/scope_claims_audit.json",
|
| 830 |
"exists": true,
|
| 831 |
+
"bytes": 20823,
|
| 832 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 833 |
},
|
| 834 |
"hf_model": {
|
| 835 |
"path": "hf_model:metrics/scope_claims_audit.json",
|
| 836 |
"exists": true,
|
| 837 |
+
"bytes": 20823,
|
| 838 |
+
"sha256": "7f01728415c9c54126eab25f2ce68e563b455f02d2bf10af514463c33bc0091e"
|
| 839 |
}
|
| 840 |
},
|
| 841 |
"failures": []
|
|
|
|
| 908 |
"local": {
|
| 909 |
"path": "repo:docs/data/summary_metrics.json",
|
| 910 |
"exists": true,
|
| 911 |
+
"bytes": 26028,
|
| 912 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 913 |
},
|
| 914 |
"mirrors": {
|
| 915 |
"hf_space": {
|
| 916 |
"path": "hf_space:data/summary_metrics.json",
|
| 917 |
"exists": true,
|
| 918 |
+
"bytes": 26028,
|
| 919 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 920 |
},
|
| 921 |
"hf_artifacts": {
|
| 922 |
"path": "hf_artifacts:docs/data/summary_metrics.json",
|
| 923 |
"exists": true,
|
| 924 |
+
"bytes": 26028,
|
| 925 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 926 |
},
|
| 927 |
"hf_model": {
|
| 928 |
"path": "hf_model:metrics/summary_metrics.json",
|
| 929 |
"exists": true,
|
| 930 |
+
"bytes": 26028,
|
| 931 |
+
"sha256": "5259cf5373cb07ce6fad2bed69c35bfa77550515949588326f792d5d6043c082"
|
| 932 |
}
|
| 933 |
},
|
| 934 |
"failures": []
|
|
|
|
| 940 |
"path": "repo:docs/data/task_surface_integrity.json",
|
| 941 |
"exists": true,
|
| 942 |
"bytes": 45779,
|
| 943 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 944 |
},
|
| 945 |
"mirrors": {
|
| 946 |
"hf_space": {
|
| 947 |
"path": "hf_space:data/task_surface_integrity.json",
|
| 948 |
"exists": true,
|
| 949 |
"bytes": 45779,
|
| 950 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 951 |
},
|
| 952 |
"hf_artifacts": {
|
| 953 |
"path": "hf_artifacts:docs/data/task_surface_integrity.json",
|
| 954 |
"exists": true,
|
| 955 |
"bytes": 45779,
|
| 956 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 957 |
},
|
| 958 |
"hf_model": {
|
| 959 |
"path": "hf_model:metrics/task_surface_integrity.json",
|
| 960 |
"exists": true,
|
| 961 |
"bytes": 45779,
|
| 962 |
+
"sha256": "1ae426aea9895c32912b2c9a0e519a55912222493d3c1d72e4785d71cd3b71cb"
|
| 963 |
}
|
| 964 |
},
|
| 965 |
"failures": []
|
|
|
|
| 1001 |
"local": {
|
| 1002 |
"path": "repo:docs/data/website_integrity.json",
|
| 1003 |
"exists": true,
|
| 1004 |
+
"bytes": 15221,
|
| 1005 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1006 |
},
|
| 1007 |
"mirrors": {
|
| 1008 |
"hf_space": {
|
| 1009 |
"path": "hf_space:data/website_integrity.json",
|
| 1010 |
"exists": true,
|
| 1011 |
+
"bytes": 15221,
|
| 1012 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1013 |
},
|
| 1014 |
"hf_artifacts": {
|
| 1015 |
"path": "hf_artifacts:docs/data/website_integrity.json",
|
| 1016 |
"exists": true,
|
| 1017 |
+
"bytes": 15221,
|
| 1018 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1019 |
},
|
| 1020 |
"hf_model": {
|
| 1021 |
"path": "hf_model:metrics/website_integrity.json",
|
| 1022 |
"exists": true,
|
| 1023 |
+
"bytes": 15221,
|
| 1024 |
+
"sha256": "08f9429aead121834f52fb108a35ff0933435d49064650b94b7ed84c1002182b"
|
| 1025 |
}
|
| 1026 |
},
|
| 1027 |
"failures": []
|
|
|
|
| 1754 |
"local": {
|
| 1755 |
"path": "repo:scripts/build_artifact_index.py",
|
| 1756 |
"exists": true,
|
| 1757 |
+
"bytes": 30785,
|
| 1758 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1759 |
},
|
| 1760 |
"mirrors": {
|
| 1761 |
"hf_artifacts": {
|
| 1762 |
"path": "hf_artifacts:scripts/build_artifact_index.py",
|
| 1763 |
"exists": true,
|
| 1764 |
+
"bytes": 30785,
|
| 1765 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1766 |
},
|
| 1767 |
"hf_model": {
|
| 1768 |
"path": "hf_model:scripts/build_artifact_index.py",
|
| 1769 |
"exists": true,
|
| 1770 |
+
"bytes": 30785,
|
| 1771 |
+
"sha256": "0c42b68e44e6a32b6b5161b47161adc5ccdb57567e1462e8271ea87af50ab92d"
|
| 1772 |
}
|
| 1773 |
},
|
| 1774 |
"failures": []
|
|
|
|
| 1804 |
"local": {
|
| 1805 |
"path": "repo:scripts/build_evaluation_protocol.py",
|
| 1806 |
"exists": true,
|
| 1807 |
+
"bytes": 16289,
|
| 1808 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1809 |
},
|
| 1810 |
"mirrors": {
|
| 1811 |
"hf_artifacts": {
|
| 1812 |
"path": "hf_artifacts:scripts/build_evaluation_protocol.py",
|
| 1813 |
"exists": true,
|
| 1814 |
+
"bytes": 16289,
|
| 1815 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1816 |
},
|
| 1817 |
"hf_model": {
|
| 1818 |
"path": "hf_model:scripts/build_evaluation_protocol.py",
|
| 1819 |
"exists": true,
|
| 1820 |
+
"bytes": 16289,
|
| 1821 |
+
"sha256": "0e404d53826ea893ed1a9d6f07b3e98cdf16b64b37088480a1b8ddb957997164"
|
| 1822 |
}
|
| 1823 |
},
|
| 1824 |
"failures": []
|
|
|
|
| 1979 |
"local": {
|
| 1980 |
"path": "repo:scripts/build_research_takeaways.py",
|
| 1981 |
"exists": true,
|
| 1982 |
+
"bytes": 13503,
|
| 1983 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1984 |
},
|
| 1985 |
"mirrors": {
|
| 1986 |
"hf_artifacts": {
|
| 1987 |
"path": "hf_artifacts:scripts/build_research_takeaways.py",
|
| 1988 |
"exists": true,
|
| 1989 |
+
"bytes": 13503,
|
| 1990 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1991 |
},
|
| 1992 |
"hf_model": {
|
| 1993 |
"path": "hf_model:scripts/build_research_takeaways.py",
|
| 1994 |
"exists": true,
|
| 1995 |
+
"bytes": 13503,
|
| 1996 |
+
"sha256": "88711ef1e9c5f874d886fbc39c5138d8945d73358b3d0938c5d668bc0b9dba9a"
|
| 1997 |
}
|
| 1998 |
},
|
| 1999 |
"failures": []
|
|
|
|
| 2054 |
"local": {
|
| 2055 |
"path": "repo:scripts/validate_mirror_parity.py",
|
| 2056 |
"exists": true,
|
| 2057 |
+
"bytes": 12642,
|
| 2058 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2059 |
},
|
| 2060 |
"mirrors": {
|
| 2061 |
"hf_artifacts": {
|
| 2062 |
"path": "hf_artifacts:scripts/validate_mirror_parity.py",
|
| 2063 |
"exists": true,
|
| 2064 |
+
"bytes": 12642,
|
| 2065 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2066 |
},
|
| 2067 |
"hf_model": {
|
| 2068 |
"path": "hf_model:scripts/validate_mirror_parity.py",
|
| 2069 |
"exists": true,
|
| 2070 |
+
"bytes": 12642,
|
| 2071 |
+
"sha256": "17420a261d1327c0a8acb79adb75fc15217f117216eb74acf0cab3fa36de856c"
|
| 2072 |
}
|
| 2073 |
},
|
| 2074 |
"failures": []
|
|
|
|
| 2104 |
"local": {
|
| 2105 |
"path": "repo:scripts/validate_scope_claims.py",
|
| 2106 |
"exists": true,
|
| 2107 |
+
"bytes": 12028,
|
| 2108 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2109 |
},
|
| 2110 |
"mirrors": {
|
| 2111 |
"hf_artifacts": {
|
| 2112 |
"path": "hf_artifacts:scripts/validate_scope_claims.py",
|
| 2113 |
"exists": true,
|
| 2114 |
+
"bytes": 12028,
|
| 2115 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2116 |
},
|
| 2117 |
"hf_model": {
|
| 2118 |
"path": "hf_model:scripts/validate_scope_claims.py",
|
| 2119 |
"exists": true,
|
| 2120 |
+
"bytes": 12028,
|
| 2121 |
+
"sha256": "1aff00ee149f3e49e7c5043afea24311128be633ef45c27e4d5bab4f16f87bd4"
|
| 2122 |
}
|
| 2123 |
},
|
| 2124 |
"failures": []
|
|
|
|
| 2204 |
"local": {
|
| 2205 |
"path": "repo:scripts/publish_hf_bundles.py",
|
| 2206 |
"exists": true,
|
| 2207 |
+
"bytes": 15927,
|
| 2208 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2209 |
},
|
| 2210 |
"mirrors": {
|
| 2211 |
"hf_artifacts": {
|
| 2212 |
"path": "hf_artifacts:scripts/publish_hf_bundles.py",
|
| 2213 |
"exists": true,
|
| 2214 |
+
"bytes": 15927,
|
| 2215 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2216 |
},
|
| 2217 |
"hf_model": {
|
| 2218 |
"path": "hf_model:scripts/publish_hf_bundles.py",
|
| 2219 |
"exists": true,
|
| 2220 |
+
"bytes": 15927,
|
| 2221 |
+
"sha256": "7b3e515763ccce08f72b4fd12a903c21f14b469c6af144524196ecad945da2ab"
|
| 2222 |
}
|
| 2223 |
},
|
| 2224 |
"failures": []
|
|
|
|
| 2279 |
"local": {
|
| 2280 |
"path": "repo:docs/index.html",
|
| 2281 |
"exists": true,
|
| 2282 |
+
"bytes": 179411,
|
| 2283 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2284 |
},
|
| 2285 |
"mirrors": {
|
| 2286 |
"hf_space": {
|
| 2287 |
"path": "hf_space:index.html",
|
| 2288 |
"exists": true,
|
| 2289 |
+
"bytes": 179411,
|
| 2290 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2291 |
},
|
| 2292 |
"hf_artifacts_docs": {
|
| 2293 |
"path": "hf_artifacts:docs/index.html",
|
| 2294 |
"exists": true,
|
| 2295 |
+
"bytes": 179411,
|
| 2296 |
+
"sha256": "41d831c4dc82166705d287f974e1bb08b1e008840543aad3475ca4bf4008976e"
|
| 2297 |
}
|
| 2298 |
},
|
| 2299 |
"failures": []
|
|
|
|
| 2304 |
"local": {
|
| 2305 |
"path": "repo:docs/research_roadmap.html",
|
| 2306 |
"exists": true,
|
| 2307 |
+
"bytes": 31706,
|
| 2308 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2309 |
},
|
| 2310 |
"mirrors": {
|
| 2311 |
"hf_space": {
|
| 2312 |
"path": "hf_space:research_roadmap.html",
|
| 2313 |
"exists": true,
|
| 2314 |
+
"bytes": 31706,
|
| 2315 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2316 |
},
|
| 2317 |
"hf_artifacts_docs": {
|
| 2318 |
"path": "hf_artifacts:docs/research_roadmap.html",
|
| 2319 |
"exists": true,
|
| 2320 |
+
"bytes": 31706,
|
| 2321 |
+
"sha256": "a51ccc9e42247be6cda5a026c96be74e2aeeacfae6ef47abf028c9f769eae9a1"
|
| 2322 |
}
|
| 2323 |
},
|
| 2324 |
"failures": []
|
|
|
|
| 2844 |
"local": {
|
| 2845 |
"path": "repo:EVALUATION_PROTOCOL.md",
|
| 2846 |
"exists": true,
|
| 2847 |
+
"bytes": 6003,
|
| 2848 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2849 |
},
|
| 2850 |
"mirrors": {
|
| 2851 |
"hf_space": {
|
| 2852 |
"path": "hf_space:EVALUATION_PROTOCOL.md",
|
| 2853 |
"exists": true,
|
| 2854 |
+
"bytes": 6003,
|
| 2855 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2856 |
},
|
| 2857 |
"hf_artifacts": {
|
| 2858 |
"path": "hf_artifacts:EVALUATION_PROTOCOL.md",
|
| 2859 |
"exists": true,
|
| 2860 |
+
"bytes": 6003,
|
| 2861 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2862 |
},
|
| 2863 |
"hf_model": {
|
| 2864 |
"path": "hf_model:EVALUATION_PROTOCOL.md",
|
| 2865 |
"exists": true,
|
| 2866 |
+
"bytes": 6003,
|
| 2867 |
+
"sha256": "b0dce21ec27228e49693c1aefed1be120c73f80551d6d3609c48c473d792e709"
|
| 2868 |
}
|
| 2869 |
},
|
| 2870 |
"failures": []
|
|
|
|
| 2937 |
"local": {
|
| 2938 |
"path": "repo:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2939 |
"exists": true,
|
| 2940 |
+
"bytes": 3137,
|
| 2941 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2942 |
},
|
| 2943 |
"mirrors": {
|
| 2944 |
"hf_space": {
|
| 2945 |
"path": "hf_space:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2946 |
"exists": true,
|
| 2947 |
+
"bytes": 3137,
|
| 2948 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2949 |
},
|
| 2950 |
"hf_artifacts": {
|
| 2951 |
"path": "hf_artifacts:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2952 |
"exists": true,
|
| 2953 |
+
"bytes": 3137,
|
| 2954 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2955 |
},
|
| 2956 |
"hf_model": {
|
| 2957 |
"path": "hf_model:ADDITIONAL_DEVELOPMENT_DIRECTIONS.md",
|
| 2958 |
"exists": true,
|
| 2959 |
+
"bytes": 3137,
|
| 2960 |
+
"sha256": "cb4077bcd7e2b33efdd0306c7cb1f28dec547c71739fd52f7233218f90c54941"
|
| 2961 |
}
|
| 2962 |
},
|
| 2963 |
"failures": []
|
|
|
|
| 2968 |
"local": {
|
| 2969 |
"path": "repo:PROJECT_BRIEF.md",
|
| 2970 |
"exists": true,
|
| 2971 |
+
"bytes": 3829,
|
| 2972 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2973 |
},
|
| 2974 |
"mirrors": {
|
| 2975 |
"hf_space": {
|
| 2976 |
"path": "hf_space:PROJECT_BRIEF.md",
|
| 2977 |
"exists": true,
|
| 2978 |
+
"bytes": 3829,
|
| 2979 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2980 |
},
|
| 2981 |
"hf_artifacts": {
|
| 2982 |
"path": "hf_artifacts:PROJECT_BRIEF.md",
|
| 2983 |
"exists": true,
|
| 2984 |
+
"bytes": 3829,
|
| 2985 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2986 |
},
|
| 2987 |
"hf_model": {
|
| 2988 |
"path": "hf_model:PROJECT_BRIEF.md",
|
| 2989 |
"exists": true,
|
| 2990 |
+
"bytes": 3829,
|
| 2991 |
+
"sha256": "3d16e700c31aafe889b3d8e43d52250208766809c483a716a13cbd26961b3e72"
|
| 2992 |
}
|
| 2993 |
},
|
| 2994 |
"failures": []
|
|
|
|
| 3030 |
"local": {
|
| 3031 |
"path": "repo:RESEARCH_ROADMAP.md",
|
| 3032 |
"exists": true,
|
| 3033 |
+
"bytes": 11244,
|
| 3034 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3035 |
},
|
| 3036 |
"mirrors": {
|
| 3037 |
"hf_space": {
|
| 3038 |
"path": "hf_space:RESEARCH_ROADMAP.md",
|
| 3039 |
"exists": true,
|
| 3040 |
+
"bytes": 11244,
|
| 3041 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3042 |
},
|
| 3043 |
"hf_artifacts": {
|
| 3044 |
"path": "hf_artifacts:RESEARCH_ROADMAP.md",
|
| 3045 |
"exists": true,
|
| 3046 |
+
"bytes": 11244,
|
| 3047 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3048 |
},
|
| 3049 |
"hf_model": {
|
| 3050 |
"path": "hf_model:RESEARCH_ROADMAP.md",
|
| 3051 |
"exists": true,
|
| 3052 |
+
"bytes": 11244,
|
| 3053 |
+
"sha256": "4e3451a2248176e78b0587a8a15ead2df682068d0833a21e624ac955c5ae72a3"
|
| 3054 |
}
|
| 3055 |
},
|
| 3056 |
"failures": []
|
|
|
|
| 3061 |
"local": {
|
| 3062 |
"path": "repo:PROJECT_STATUS.md",
|
| 3063 |
"exists": true,
|
| 3064 |
+
"bytes": 8534,
|
| 3065 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3066 |
},
|
| 3067 |
"mirrors": {
|
| 3068 |
"hf_space": {
|
| 3069 |
"path": "hf_space:PROJECT_STATUS.md",
|
| 3070 |
"exists": true,
|
| 3071 |
+
"bytes": 8534,
|
| 3072 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3073 |
},
|
| 3074 |
"hf_artifacts": {
|
| 3075 |
"path": "hf_artifacts:PROJECT_STATUS.md",
|
| 3076 |
"exists": true,
|
| 3077 |
+
"bytes": 8534,
|
| 3078 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3079 |
},
|
| 3080 |
"hf_model": {
|
| 3081 |
"path": "hf_model:PROJECT_STATUS.md",
|
| 3082 |
"exists": true,
|
| 3083 |
+
"bytes": 8534,
|
| 3084 |
+
"sha256": "5eb48d489da7f005baab233a94c9d6b209eb1e9ffdb138c8e0e600ece9239a29"
|
| 3085 |
}
|
| 3086 |
},
|
| 3087 |
"failures": []
|
|
|
|
| 3123 |
"local": {
|
| 3124 |
"path": "repo:RESEARCH_TAKEAWAYS.md",
|
| 3125 |
"exists": true,
|
| 3126 |
+
"bytes": 5101,
|
| 3127 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3128 |
},
|
| 3129 |
"mirrors": {
|
| 3130 |
"hf_space": {
|
| 3131 |
"path": "hf_space:RESEARCH_TAKEAWAYS.md",
|
| 3132 |
"exists": true,
|
| 3133 |
+
"bytes": 5101,
|
| 3134 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3135 |
},
|
| 3136 |
"hf_artifacts": {
|
| 3137 |
"path": "hf_artifacts:RESEARCH_TAKEAWAYS.md",
|
| 3138 |
"exists": true,
|
| 3139 |
+
"bytes": 5101,
|
| 3140 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3141 |
},
|
| 3142 |
"hf_model": {
|
| 3143 |
"path": "hf_model:RESEARCH_TAKEAWAYS.md",
|
| 3144 |
"exists": true,
|
| 3145 |
+
"bytes": 5101,
|
| 3146 |
+
"sha256": "29856af67d4c2e4ea8f339e5a9bde362da08bbd17b1a3c681ee9b4aa579559f0"
|
| 3147 |
}
|
| 3148 |
},
|
| 3149 |
"failures": []
|
metrics/project_status.json
CHANGED
|
@@ -106,6 +106,17 @@
|
|
| 106 |
],
|
| 107 |
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 108 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
{
|
| 110 |
"area": "Xperience Embodied Foundation Model",
|
| 111 |
"status": "future_goal",
|
|
@@ -190,6 +201,7 @@
|
|
| 190 |
"Inspect RESEARCH_TAKEAWAYS.md and docs/data/research_takeaways.json before interpreting model scores.",
|
| 191 |
"Inspect RESEARCH_ROADMAP.md and docs/data/research_roadmap.json for the path from public-sample task work to multi-episode modeling.",
|
| 192 |
"Inspect FOUNDATION_MODEL_PLAN.md and docs/data/foundation_model_plan.json before choosing a backbone branch.",
|
|
|
|
| 193 |
"Inspect XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md for the long-term full-corpus pretraining goal.",
|
| 194 |
"Inspect docs/data/summary_metrics.json and results/episode_task_suite/neural_mlp/ to check the 12-task outputs.",
|
| 195 |
"Inspect results/audio_ablation/AUDIO_ABLATION_SUMMARY.md before judging whether audio helps the current task suite.",
|
|
@@ -205,6 +217,7 @@
|
|
| 205 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 206 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
| 207 |
"Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion.",
|
|
|
|
| 208 |
"The Xperience Embodied Foundation Model is a future native-pretraining goal, not a completed model or current benchmark."
|
| 209 |
]
|
| 210 |
}
|
|
|
|
| 106 |
],
|
| 107 |
"readout": "Qwen3-Omni remains the first trainable held-out LoRA baseline; Cosmos 3 is added as the first world-model/action-generation branch; OpenVLA/openpi/GR00T are policy candidates after action targets are explicit."
|
| 108 |
},
|
| 109 |
+
{
|
| 110 |
+
"area": "Omni model extension contract",
|
| 111 |
+
"status": "current",
|
| 112 |
+
"evidence": [
|
| 113 |
+
"OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 114 |
+
"configs/omni_backbones/",
|
| 115 |
+
"scripts/omni/backbone_registry.py",
|
| 116 |
+
"scripts/omni/smoke_test_backbone_packaging.py"
|
| 117 |
+
],
|
| 118 |
+
"readout": "Future Qwen, Cosmos-style, and VLA/policy branches must keep the same episode split discipline, held-out metrics, validation gate, public-safe package contract, and explicit forbidden-artifact policy before reporting results."
|
| 119 |
+
},
|
| 120 |
{
|
| 121 |
"area": "Xperience Embodied Foundation Model",
|
| 122 |
"status": "future_goal",
|
|
|
|
| 201 |
"Inspect RESEARCH_TAKEAWAYS.md and docs/data/research_takeaways.json before interpreting model scores.",
|
| 202 |
"Inspect RESEARCH_ROADMAP.md and docs/data/research_roadmap.json for the path from public-sample task work to multi-episode modeling.",
|
| 203 |
"Inspect FOUNDATION_MODEL_PLAN.md and docs/data/foundation_model_plan.json before choosing a backbone branch.",
|
| 204 |
+
"Inspect OMNI_MODEL_EXTENSION_CONTRACT.md and run python scripts/omni/backbone_registry.py --validate --json before adding a new Qwen, Cosmos-style, or VLA/policy branch.",
|
| 205 |
"Inspect XPERIENCE_EMBODIED_FOUNDATION_MODEL_PRETRAINING.md for the long-term full-corpus pretraining goal.",
|
| 206 |
"Inspect docs/data/summary_metrics.json and results/episode_task_suite/neural_mlp/ to check the 12-task outputs.",
|
| 207 |
"Inspect results/audio_ablation/AUDIO_ABLATION_SUMMARY.md before judging whether audio helps the current task suite.",
|
|
|
|
| 217 |
"Audio is one of the synchronized source modalities in the current task representation.",
|
| 218 |
"The audio ablation report compares audio/no-audio variants across all 12 task contracts in results/audio_ablation/.",
|
| 219 |
"Foundation-model selection is explicit: Qwen3-Omni is the immediate trainable pilot, Cosmos 3 is the first world-model branch, and policy models such as OpenVLA/openpi/GR00T wait for action-target conversion.",
|
| 220 |
+
"Future model branches should be added through the backbone registry and verified package contract, not as one-off result folders with incompatible metrics or publication rules.",
|
| 221 |
"The Xperience Embodied Foundation Model is a future native-pretraining goal, not a completed model or current benchmark."
|
| 222 |
]
|
| 223 |
}
|
metrics/publication_audit.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
@@ -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": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 189 |
"bytes": 55702978
|
|
@@ -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-06T14:38:05+00:00",
|
| 4 |
"checks": [
|
| 5 |
{
|
| 6 |
"name": "required_publication_assets_present",
|
|
|
|
| 182 |
"github_repo": {
|
| 183 |
"root": "repo",
|
| 184 |
"exists": true,
|
| 185 |
+
"file_count": 442,
|
| 186 |
+
"text_file_count": 372,
|
| 187 |
"largest_file": {
|
| 188 |
"path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
|
| 189 |
"bytes": 55702978
|
|
|
|
| 193 |
"hf_space_bundle": {
|
| 194 |
"root": "hf_publish/space",
|
| 195 |
"exists": true,
|
| 196 |
+
"file_count": 356,
|
| 197 |
+
"text_file_count": 286,
|
| 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": 514,
|
| 208 |
+
"text_file_count": 420,
|
| 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": 701,
|
| 219 |
+
"text_file_count": 572,
|
| 220 |
"largest_file": {
|
| 221 |
"path": "pytorch_model.bin",
|
| 222 |
"bytes": 93495480
|
metrics/scope_claims_audit.json
CHANGED
|
@@ -1,75 +1,69 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
-
"
|
| 6 |
-
"dataset_manifest_num_episodes":
|
| 7 |
-
"dataset_manifest_num_samples":
|
| 8 |
-
"training_metadata_num_train_samples":
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
|
|
|
|
|
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
| 14 |
"checks": [
|
| 15 |
{
|
| 16 |
-
"name": "
|
| 17 |
"status": "pass",
|
| 18 |
-
"detail": "
|
| 19 |
-
"evidence": [
|
| 20 |
-
"docs/data/project_manifest.json"
|
| 21 |
-
]
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"name": "project_packet_records_pending_32_episode_qwen_result",
|
| 25 |
-
"status": "pass",
|
| 26 |
-
"detail": "project_packet scope_status.qwen3_omni_32_episode_claim=False",
|
| 27 |
"evidence": [
|
| 28 |
"docs/data/project_packet.json"
|
| 29 |
]
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"name": "
|
| 33 |
"status": "pass",
|
| 34 |
-
"detail": "
|
| 35 |
"evidence": [
|
| 36 |
-
"docs/data/
|
| 37 |
]
|
| 38 |
},
|
| 39 |
{
|
| 40 |
-
"name": "
|
| 41 |
"status": "pass",
|
| 42 |
-
"detail": "
|
| 43 |
"evidence": [
|
| 44 |
-
"
|
| 45 |
]
|
| 46 |
},
|
| 47 |
{
|
| 48 |
-
"name": "
|
| 49 |
"status": "pass",
|
| 50 |
-
"detail": "
|
| 51 |
"evidence": [
|
| 52 |
-
"results/omni_finetune/
|
| 53 |
]
|
| 54 |
},
|
| 55 |
{
|
| 56 |
-
"name": "
|
| 57 |
"status": "pass",
|
| 58 |
-
"detail": "
|
| 59 |
"evidence": [
|
| 60 |
-
"results/omni_finetune/
|
| 61 |
]
|
| 62 |
},
|
| 63 |
{
|
| 64 |
-
"name": "
|
| 65 |
"status": "pass",
|
| 66 |
-
"detail": "
|
| 67 |
"evidence": [
|
| 68 |
-
"results/omni_finetune/
|
| 69 |
]
|
| 70 |
},
|
| 71 |
{
|
| 72 |
-
"name": "
|
| 73 |
"status": "pass",
|
| 74 |
"detail": "public presentation scan failures=0",
|
| 75 |
"evidence": [
|
|
@@ -90,7 +84,7 @@
|
|
| 90 |
{
|
| 91 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 92 |
"status": "pass",
|
| 93 |
-
"detail": "historical identifiers found in result provenance files=
|
| 94 |
"evidence": [
|
| 95 |
"results/omni_finetune/"
|
| 96 |
]
|
|
@@ -100,14 +94,6 @@
|
|
| 100 |
{
|
| 101 |
"path": "docs/data/artifact_index.json",
|
| 102 |
"contains_32_episode_status_text": true
|
| 103 |
-
},
|
| 104 |
-
{
|
| 105 |
-
"path": "docs/data/project_packet.json",
|
| 106 |
-
"contains_32_episode_status_text": true
|
| 107 |
-
},
|
| 108 |
-
{
|
| 109 |
-
"path": "docs/data/summary_metrics.json",
|
| 110 |
-
"contains_32_episode_status_text": true
|
| 111 |
}
|
| 112 |
],
|
| 113 |
"historical_identifiers": [
|
|
@@ -123,313 +109,320 @@
|
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 126 |
-
"path": "results/omni_finetune/
|
| 127 |
-
"line":
|
| 128 |
"patterns": [
|
| 129 |
-
"
|
| 130 |
-
"xperience10m_qwen3_omni_32ep"
|
| 131 |
],
|
| 132 |
-
"example": "
|
| 133 |
},
|
| 134 |
{
|
| 135 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 136 |
-
"path": "results/omni_finetune/
|
| 137 |
-
"line":
|
| 138 |
"patterns": [
|
| 139 |
-
"
|
| 140 |
-
"xperience10m_qwen3_omni_32ep"
|
| 141 |
],
|
| 142 |
-
"example": "
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 146 |
-
"path": "results/omni_finetune/
|
| 147 |
-
"line":
|
| 148 |
"patterns": [
|
| 149 |
"qwen3_omni_32ep",
|
| 150 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 151 |
],
|
| 152 |
-
"example": "-
|
| 153 |
},
|
| 154 |
{
|
| 155 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 156 |
-
"path": "results/omni_finetune/
|
| 157 |
-
"line":
|
| 158 |
"patterns": [
|
| 159 |
"qwen3_omni_32ep",
|
| 160 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 161 |
],
|
| 162 |
-
"example": "-
|
| 163 |
},
|
| 164 |
{
|
| 165 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 166 |
-
"path": "results/omni_finetune/
|
| 167 |
-
"line":
|
| 168 |
"patterns": [
|
| 169 |
"qwen3_omni_32ep",
|
| 170 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 171 |
],
|
| 172 |
-
"example": "-
|
| 173 |
},
|
| 174 |
{
|
| 175 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 176 |
-
"path": "results/omni_finetune/
|
| 177 |
-
"line":
|
| 178 |
"patterns": [
|
|
|
|
|
|
|
| 179 |
"ropedia-episode-task-suite"
|
| 180 |
],
|
| 181 |
-
"example": "
|
| 182 |
},
|
| 183 |
{
|
| 184 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 185 |
-
"path": "results/omni_finetune/
|
| 186 |
-
"line":
|
| 187 |
"patterns": [
|
|
|
|
|
|
|
| 188 |
"ropedia-episode-task-suite"
|
| 189 |
],
|
| 190 |
-
"example": "
|
| 191 |
},
|
| 192 |
{
|
| 193 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 194 |
-
"path": "results/omni_finetune/
|
| 195 |
-
"line":
|
| 196 |
"patterns": [
|
| 197 |
"qwen3_omni_32ep",
|
| 198 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 199 |
],
|
| 200 |
-
"example": "
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 204 |
-
"path": "results/omni_finetune/
|
| 205 |
-
"line":
|
| 206 |
"patterns": [
|
| 207 |
"qwen3_omni_32ep",
|
| 208 |
-
"xperience10m_qwen3_omni_32ep"
|
|
|
|
| 209 |
],
|
| 210 |
-
"example": "
|
| 211 |
},
|
| 212 |
{
|
| 213 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 214 |
-
"path": "results/omni_finetune/
|
| 215 |
-
"line":
|
| 216 |
"patterns": [
|
| 217 |
"qwen3_omni_32ep",
|
| 218 |
"xperience10m_qwen3_omni_32ep",
|
| 219 |
"ropedia-episode-task-suite"
|
| 220 |
],
|
| 221 |
-
"example": "
|
| 222 |
},
|
| 223 |
{
|
| 224 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 225 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 226 |
-
"line":
|
| 227 |
"patterns": [
|
| 228 |
"qwen3_omni_32ep",
|
| 229 |
"xperience10m_qwen3_omni_32ep",
|
| 230 |
"ropedia-episode-task-suite"
|
| 231 |
],
|
| 232 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 233 |
},
|
| 234 |
{
|
| 235 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 236 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 237 |
-
"line":
|
| 238 |
"patterns": [
|
| 239 |
"qwen3_omni_32ep",
|
| 240 |
"xperience10m_qwen3_omni_32ep",
|
| 241 |
"ropedia-episode-task-suite"
|
| 242 |
],
|
| 243 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 244 |
},
|
| 245 |
{
|
| 246 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 247 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 248 |
-
"line":
|
| 249 |
"patterns": [
|
| 250 |
"qwen3_omni_32ep",
|
| 251 |
"xperience10m_qwen3_omni_32ep",
|
| 252 |
"ropedia-episode-task-suite"
|
| 253 |
],
|
| 254 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 255 |
},
|
| 256 |
{
|
| 257 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 258 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 259 |
-
"line":
|
| 260 |
"patterns": [
|
| 261 |
"qwen3_omni_32ep",
|
| 262 |
"xperience10m_qwen3_omni_32ep",
|
| 263 |
"ropedia-episode-task-suite"
|
| 264 |
],
|
| 265 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 266 |
},
|
| 267 |
{
|
| 268 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 269 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 270 |
-
"line":
|
| 271 |
"patterns": [
|
| 272 |
"qwen3_omni_32ep",
|
| 273 |
"xperience10m_qwen3_omni_32ep",
|
| 274 |
"ropedia-episode-task-suite"
|
| 275 |
],
|
| 276 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 277 |
},
|
| 278 |
{
|
| 279 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 280 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 281 |
-
"line":
|
| 282 |
"patterns": [
|
| 283 |
"qwen3_omni_32ep",
|
| 284 |
"xperience10m_qwen3_omni_32ep",
|
| 285 |
"ropedia-episode-task-suite"
|
| 286 |
],
|
| 287 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 288 |
},
|
| 289 |
{
|
| 290 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 291 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 292 |
-
"line":
|
| 293 |
"patterns": [
|
| 294 |
"qwen3_omni_32ep",
|
| 295 |
"xperience10m_qwen3_omni_32ep",
|
| 296 |
"ropedia-episode-task-suite"
|
| 297 |
],
|
| 298 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 299 |
},
|
| 300 |
{
|
| 301 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 302 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 303 |
-
"line":
|
| 304 |
"patterns": [
|
| 305 |
"qwen3_omni_32ep",
|
| 306 |
"xperience10m_qwen3_omni_32ep",
|
| 307 |
"ropedia-episode-task-suite"
|
| 308 |
],
|
| 309 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 313 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 314 |
-
"line":
|
| 315 |
"patterns": [
|
| 316 |
"qwen3_omni_32ep",
|
| 317 |
"xperience10m_qwen3_omni_32ep",
|
| 318 |
"ropedia-episode-task-suite"
|
| 319 |
],
|
| 320 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 324 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 325 |
-
"line":
|
| 326 |
"patterns": [
|
| 327 |
"qwen3_omni_32ep",
|
| 328 |
"xperience10m_qwen3_omni_32ep",
|
| 329 |
"ropedia-episode-task-suite"
|
| 330 |
],
|
| 331 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 332 |
},
|
| 333 |
{
|
| 334 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 335 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 336 |
-
"line":
|
| 337 |
"patterns": [
|
| 338 |
"qwen3_omni_32ep",
|
| 339 |
"xperience10m_qwen3_omni_32ep",
|
| 340 |
"ropedia-episode-task-suite"
|
| 341 |
],
|
| 342 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 343 |
},
|
| 344 |
{
|
| 345 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 346 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 347 |
-
"line":
|
| 348 |
"patterns": [
|
| 349 |
"qwen3_omni_32ep",
|
| 350 |
"xperience10m_qwen3_omni_32ep",
|
| 351 |
"ropedia-episode-task-suite"
|
| 352 |
],
|
| 353 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 354 |
},
|
| 355 |
{
|
| 356 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 357 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 358 |
-
"line":
|
| 359 |
"patterns": [
|
| 360 |
"qwen3_omni_32ep",
|
| 361 |
"xperience10m_qwen3_omni_32ep",
|
| 362 |
"ropedia-episode-task-suite"
|
| 363 |
],
|
| 364 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 368 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 369 |
-
"line":
|
| 370 |
"patterns": [
|
| 371 |
"qwen3_omni_32ep",
|
| 372 |
"xperience10m_qwen3_omni_32ep",
|
| 373 |
"ropedia-episode-task-suite"
|
| 374 |
],
|
| 375 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 379 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 380 |
-
"line":
|
| 381 |
"patterns": [
|
| 382 |
"qwen3_omni_32ep",
|
| 383 |
"xperience10m_qwen3_omni_32ep",
|
| 384 |
"ropedia-episode-task-suite"
|
| 385 |
],
|
| 386 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 387 |
},
|
| 388 |
{
|
| 389 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 390 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 391 |
-
"line":
|
| 392 |
"patterns": [
|
| 393 |
"qwen3_omni_32ep",
|
| 394 |
"xperience10m_qwen3_omni_32ep",
|
| 395 |
"ropedia-episode-task-suite"
|
| 396 |
],
|
| 397 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 398 |
},
|
| 399 |
{
|
| 400 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 401 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 402 |
-
"line":
|
| 403 |
"patterns": [
|
| 404 |
"qwen3_omni_32ep",
|
| 405 |
"xperience10m_qwen3_omni_32ep",
|
| 406 |
"ropedia-episode-task-suite"
|
| 407 |
],
|
| 408 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 409 |
},
|
| 410 |
{
|
| 411 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 412 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 413 |
-
"line":
|
| 414 |
"patterns": [
|
| 415 |
"qwen3_omni_32ep",
|
| 416 |
"xperience10m_qwen3_omni_32ep",
|
| 417 |
"ropedia-episode-task-suite"
|
| 418 |
],
|
| 419 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 420 |
},
|
| 421 |
{
|
| 422 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 423 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 424 |
-
"line":
|
| 425 |
"patterns": [
|
| 426 |
"qwen3_omni_32ep",
|
| 427 |
"xperience10m_qwen3_omni_32ep",
|
| 428 |
"ropedia-episode-task-suite"
|
| 429 |
],
|
| 430 |
-
"example": "{\"id\": \"xperience-10m-sample:qa:
|
| 431 |
}
|
| 432 |
],
|
| 433 |
-
"historical_identifier_total_count":
|
| 434 |
"failures": []
|
| 435 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
+
"qwen3_omni_verified_diagnostic_pilot": true,
|
| 6 |
+
"dataset_manifest_num_episodes": 119,
|
| 7 |
+
"dataset_manifest_num_samples": 3808,
|
| 8 |
+
"training_metadata_num_train_samples": 2848,
|
| 9 |
+
"eval_num_samples": 448,
|
| 10 |
+
"eval_json_validity_rate": 0.875,
|
| 11 |
+
"quality_target_met": false,
|
| 12 |
+
"historical_identifier_count": 132,
|
| 13 |
+
"public_32_episode_status_file_count": 1,
|
| 14 |
"failure_count": 0
|
| 15 |
},
|
| 16 |
"checks": [
|
| 17 |
{
|
| 18 |
+
"name": "project_packet_records_verified_diagnostic_status",
|
| 19 |
"status": "pass",
|
| 20 |
+
"detail": "project packet describes the verified diagnostic pilot and quality boundary",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"evidence": [
|
| 22 |
"docs/data/project_packet.json"
|
| 23 |
]
|
| 24 |
},
|
| 25 |
{
|
| 26 |
+
"name": "summary_metrics_preserves_verified_diagnostic_status",
|
| 27 |
"status": "pass",
|
| 28 |
+
"detail": "The selected-episode Qwen3-Omni validation-aware diagnostic pilot is verified, but held-out quality is still weak and JSON validity remains below the 98% target.",
|
| 29 |
"evidence": [
|
| 30 |
+
"docs/data/summary_metrics.json"
|
| 31 |
]
|
| 32 |
},
|
| 33 |
{
|
| 34 |
+
"name": "verified_package_dataset_has_expected_windows",
|
| 35 |
"status": "pass",
|
| 36 |
+
"detail": "episodes=119, samples=3808, split_counts={'train': 2848, 'val': 512, 'test': 448}",
|
| 37 |
"evidence": [
|
| 38 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/dataset/dataset_manifest.json"
|
| 39 |
]
|
| 40 |
},
|
| 41 |
{
|
| 42 |
+
"name": "verified_package_training_records_8_processes",
|
| 43 |
"status": "pass",
|
| 44 |
+
"detail": "train=2848, val=512, processes=8",
|
| 45 |
"evidence": [
|
| 46 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/training/training_metadata.json"
|
| 47 |
]
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"name": "verified_package_eval_records_real_held_out_metrics",
|
| 51 |
"status": "pass",
|
| 52 |
+
"detail": "samples=448, split=test, held_out=14, json_validity=0.875",
|
| 53 |
"evidence": [
|
| 54 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/eval/metrics.json"
|
| 55 |
]
|
| 56 |
},
|
| 57 |
{
|
| 58 |
+
"name": "verified_package_audit_passes",
|
| 59 |
"status": "pass",
|
| 60 |
+
"detail": "audit_status=pass, issues=0",
|
| 61 |
"evidence": [
|
| 62 |
+
"results/omni_finetune/verified_public/xperience10m_qwen3_omni_128ep_96train_16val_16test_valmon_20260605_eval/package_audit.json"
|
| 63 |
]
|
| 64 |
},
|
| 65 |
{
|
| 66 |
+
"name": "public_presentation_has_no_misleading_32ep_identifiers",
|
| 67 |
"status": "pass",
|
| 68 |
"detail": "public presentation scan failures=0",
|
| 69 |
"evidence": [
|
|
|
|
| 84 |
{
|
| 85 |
"name": "historical_32ep_identifiers_are_confined_to_readiness_artifacts",
|
| 86 |
"status": "pass",
|
| 87 |
+
"detail": "historical identifiers found in result provenance files=132",
|
| 88 |
"evidence": [
|
| 89 |
"results/omni_finetune/"
|
| 90 |
]
|
|
|
|
| 94 |
{
|
| 95 |
"path": "docs/data/artifact_index.json",
|
| 96 |
"contains_32_episode_status_text": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
],
|
| 99 |
"historical_identifiers": [
|
|
|
|
| 109 |
},
|
| 110 |
{
|
| 111 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 112 |
+
"path": "results/omni_finetune/XPERIENCE10M_128_DATA_PREPARATION_AND_FINETUNE_PLAN.md",
|
| 113 |
+
"line": 42,
|
| 114 |
"patterns": [
|
| 115 |
+
"ropedia-episode-task-suite"
|
|
|
|
| 116 |
],
|
| 117 |
+
"example": "export RELAY_WORKDIR=/path/to/ropedia-episode-task-suite"
|
| 118 |
},
|
| 119 |
{
|
| 120 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 121 |
+
"path": "results/omni_finetune/XPERIENCE10M_128_DATA_PREPARATION_AND_FINETUNE_PLAN.md",
|
| 122 |
+
"line": 45,
|
| 123 |
"patterns": [
|
| 124 |
+
"ropedia-episode-task-suite"
|
|
|
|
| 125 |
],
|
| 126 |
+
"example": "export TRAINING_REPO=/path/to/ropedia-episode-task-suite"
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 130 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 131 |
+
"line": 1,
|
| 132 |
"patterns": [
|
| 133 |
"qwen3_omni_32ep",
|
| 134 |
+
"xperience10m_qwen3_omni_32ep",
|
| 135 |
+
"ropedia-episode-task-suite"
|
| 136 |
],
|
| 137 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:0\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 0, \"end_frame\": 19, \"num_frames\": 20}, \"media\": {\"video_paths\": [{"
|
| 138 |
},
|
| 139 |
{
|
| 140 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 141 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 142 |
+
"line": 2,
|
| 143 |
"patterns": [
|
| 144 |
"qwen3_omni_32ep",
|
| 145 |
+
"xperience10m_qwen3_omni_32ep",
|
| 146 |
+
"ropedia-episode-task-suite"
|
| 147 |
],
|
| 148 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:1\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 20, \"end_frame\": 39, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 149 |
},
|
| 150 |
{
|
| 151 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 152 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 153 |
+
"line": 3,
|
| 154 |
"patterns": [
|
| 155 |
"qwen3_omni_32ep",
|
| 156 |
+
"xperience10m_qwen3_omni_32ep",
|
| 157 |
+
"ropedia-episode-task-suite"
|
| 158 |
],
|
| 159 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:2\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 40, \"end_frame\": 59, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 160 |
},
|
| 161 |
{
|
| 162 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 163 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 164 |
+
"line": 4,
|
| 165 |
"patterns": [
|
| 166 |
+
"qwen3_omni_32ep",
|
| 167 |
+
"xperience10m_qwen3_omni_32ep",
|
| 168 |
"ropedia-episode-task-suite"
|
| 169 |
],
|
| 170 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:3\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 60, \"end_frame\": 79, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 171 |
},
|
| 172 |
{
|
| 173 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 174 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 175 |
+
"line": 5,
|
| 176 |
"patterns": [
|
| 177 |
+
"qwen3_omni_32ep",
|
| 178 |
+
"xperience10m_qwen3_omni_32ep",
|
| 179 |
"ropedia-episode-task-suite"
|
| 180 |
],
|
| 181 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:4\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 80, \"end_frame\": 99, \"num_frames\": 20}, \"media\": {\"video_paths\": ["
|
| 182 |
},
|
| 183 |
{
|
| 184 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 185 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 186 |
+
"line": 6,
|
| 187 |
"patterns": [
|
| 188 |
"qwen3_omni_32ep",
|
| 189 |
+
"xperience10m_qwen3_omni_32ep",
|
| 190 |
+
"ropedia-episode-task-suite"
|
| 191 |
],
|
| 192 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:5\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 100, \"end_frame\": 119, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 193 |
},
|
| 194 |
{
|
| 195 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 196 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 197 |
+
"line": 7,
|
| 198 |
"patterns": [
|
| 199 |
"qwen3_omni_32ep",
|
| 200 |
+
"xperience10m_qwen3_omni_32ep",
|
| 201 |
+
"ropedia-episode-task-suite"
|
| 202 |
],
|
| 203 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:6\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 120, \"end_frame\": 139, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 204 |
},
|
| 205 |
{
|
| 206 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 207 |
+
"path": "results/omni_finetune/dataset.jsonl",
|
| 208 |
+
"line": 8,
|
| 209 |
"patterns": [
|
| 210 |
"qwen3_omni_32ep",
|
| 211 |
"xperience10m_qwen3_omni_32ep",
|
| 212 |
"ropedia-episode-task-suite"
|
| 213 |
],
|
| 214 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:7\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 140, \"end_frame\": 159, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 215 |
},
|
| 216 |
{
|
| 217 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 218 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 219 |
+
"line": 9,
|
| 220 |
"patterns": [
|
| 221 |
"qwen3_omni_32ep",
|
| 222 |
"xperience10m_qwen3_omni_32ep",
|
| 223 |
"ropedia-episode-task-suite"
|
| 224 |
],
|
| 225 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:8\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 160, \"end_frame\": 179, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 226 |
},
|
| 227 |
{
|
| 228 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 229 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 230 |
+
"line": 10,
|
| 231 |
"patterns": [
|
| 232 |
"qwen3_omni_32ep",
|
| 233 |
"xperience10m_qwen3_omni_32ep",
|
| 234 |
"ropedia-episode-task-suite"
|
| 235 |
],
|
| 236 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:9\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 180, \"end_frame\": 199, \"num_frames\": 20}, \"media\": {\"video_paths\":"
|
| 237 |
},
|
| 238 |
{
|
| 239 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 240 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 241 |
+
"line": 11,
|
| 242 |
"patterns": [
|
| 243 |
"qwen3_omni_32ep",
|
| 244 |
"xperience10m_qwen3_omni_32ep",
|
| 245 |
"ropedia-episode-task-suite"
|
| 246 |
],
|
| 247 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:10\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 200, \"end_frame\": 219, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 248 |
},
|
| 249 |
{
|
| 250 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 251 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 252 |
+
"line": 12,
|
| 253 |
"patterns": [
|
| 254 |
"qwen3_omni_32ep",
|
| 255 |
"xperience10m_qwen3_omni_32ep",
|
| 256 |
"ropedia-episode-task-suite"
|
| 257 |
],
|
| 258 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:11\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 220, \"end_frame\": 239, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 259 |
},
|
| 260 |
{
|
| 261 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 262 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 263 |
+
"line": 13,
|
| 264 |
"patterns": [
|
| 265 |
"qwen3_omni_32ep",
|
| 266 |
"xperience10m_qwen3_omni_32ep",
|
| 267 |
"ropedia-episode-task-suite"
|
| 268 |
],
|
| 269 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:12\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 240, \"end_frame\": 259, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 270 |
},
|
| 271 |
{
|
| 272 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 273 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 274 |
+
"line": 14,
|
| 275 |
"patterns": [
|
| 276 |
"qwen3_omni_32ep",
|
| 277 |
"xperience10m_qwen3_omni_32ep",
|
| 278 |
"ropedia-episode-task-suite"
|
| 279 |
],
|
| 280 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:13\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 260, \"end_frame\": 279, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 284 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 285 |
+
"line": 15,
|
| 286 |
"patterns": [
|
| 287 |
"qwen3_omni_32ep",
|
| 288 |
"xperience10m_qwen3_omni_32ep",
|
| 289 |
"ropedia-episode-task-suite"
|
| 290 |
],
|
| 291 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:14\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 280, \"end_frame\": 299, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 295 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 296 |
+
"line": 16,
|
| 297 |
"patterns": [
|
| 298 |
"qwen3_omni_32ep",
|
| 299 |
"xperience10m_qwen3_omni_32ep",
|
| 300 |
"ropedia-episode-task-suite"
|
| 301 |
],
|
| 302 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:15\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 300, \"end_frame\": 319, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 303 |
},
|
| 304 |
{
|
| 305 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 306 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 307 |
+
"line": 17,
|
| 308 |
"patterns": [
|
| 309 |
"qwen3_omni_32ep",
|
| 310 |
"xperience10m_qwen3_omni_32ep",
|
| 311 |
"ropedia-episode-task-suite"
|
| 312 |
],
|
| 313 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:40\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 800, \"end_frame\": 819, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 314 |
},
|
| 315 |
{
|
| 316 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 317 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 318 |
+
"line": 18,
|
| 319 |
"patterns": [
|
| 320 |
"qwen3_omni_32ep",
|
| 321 |
"xperience10m_qwen3_omni_32ep",
|
| 322 |
"ropedia-episode-task-suite"
|
| 323 |
],
|
| 324 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:41\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 820, \"end_frame\": 839, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 325 |
},
|
| 326 |
{
|
| 327 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 328 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 329 |
+
"line": 19,
|
| 330 |
"patterns": [
|
| 331 |
"qwen3_omni_32ep",
|
| 332 |
"xperience10m_qwen3_omni_32ep",
|
| 333 |
"ropedia-episode-task-suite"
|
| 334 |
],
|
| 335 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:42\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 840, \"end_frame\": 859, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 336 |
},
|
| 337 |
{
|
| 338 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 339 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 340 |
+
"line": 20,
|
| 341 |
"patterns": [
|
| 342 |
"qwen3_omni_32ep",
|
| 343 |
"xperience10m_qwen3_omni_32ep",
|
| 344 |
"ropedia-episode-task-suite"
|
| 345 |
],
|
| 346 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:43\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 860, \"end_frame\": 879, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 347 |
},
|
| 348 |
{
|
| 349 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 350 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 351 |
+
"line": 21,
|
| 352 |
"patterns": [
|
| 353 |
"qwen3_omni_32ep",
|
| 354 |
"xperience10m_qwen3_omni_32ep",
|
| 355 |
"ropedia-episode-task-suite"
|
| 356 |
],
|
| 357 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:44\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 880, \"end_frame\": 899, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 358 |
},
|
| 359 |
{
|
| 360 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 361 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 362 |
+
"line": 22,
|
| 363 |
"patterns": [
|
| 364 |
"qwen3_omni_32ep",
|
| 365 |
"xperience10m_qwen3_omni_32ep",
|
| 366 |
"ropedia-episode-task-suite"
|
| 367 |
],
|
| 368 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:45\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 900, \"end_frame\": 919, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 369 |
},
|
| 370 |
{
|
| 371 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 372 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 373 |
+
"line": 23,
|
| 374 |
"patterns": [
|
| 375 |
"qwen3_omni_32ep",
|
| 376 |
"xperience10m_qwen3_omni_32ep",
|
| 377 |
"ropedia-episode-task-suite"
|
| 378 |
],
|
| 379 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:46\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 920, \"end_frame\": 939, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 380 |
},
|
| 381 |
{
|
| 382 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 383 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 384 |
+
"line": 24,
|
| 385 |
"patterns": [
|
| 386 |
"qwen3_omni_32ep",
|
| 387 |
"xperience10m_qwen3_omni_32ep",
|
| 388 |
"ropedia-episode-task-suite"
|
| 389 |
],
|
| 390 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:47\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 940, \"end_frame\": 959, \"num_frames\": 20}, \"media\": {\"video_paths\""
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 394 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 395 |
+
"line": 25,
|
| 396 |
"patterns": [
|
| 397 |
"qwen3_omni_32ep",
|
| 398 |
"xperience10m_qwen3_omni_32ep",
|
| 399 |
"ropedia-episode-task-suite"
|
| 400 |
],
|
| 401 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:50\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1000, \"end_frame\": 1019, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 402 |
},
|
| 403 |
{
|
| 404 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 405 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 406 |
+
"line": 26,
|
| 407 |
"patterns": [
|
| 408 |
"qwen3_omni_32ep",
|
| 409 |
"xperience10m_qwen3_omni_32ep",
|
| 410 |
"ropedia-episode-task-suite"
|
| 411 |
],
|
| 412 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:51\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1020, \"end_frame\": 1039, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 413 |
},
|
| 414 |
{
|
| 415 |
"classification": "historical_identifier_in_readiness_artifact",
|
| 416 |
"path": "results/omni_finetune/dataset.jsonl",
|
| 417 |
+
"line": 27,
|
| 418 |
"patterns": [
|
| 419 |
"qwen3_omni_32ep",
|
| 420 |
"xperience10m_qwen3_omni_32ep",
|
| 421 |
"ropedia-episode-task-suite"
|
| 422 |
],
|
| 423 |
+
"example": "{\"id\": \"xperience-10m-sample:qa:52\", \"episode_id\": \"xperience-10m-sample\", \"split\": \"train\", \"target\": \"episode_qa\", \"prompt_type\": \"json_episode_understanding\", \"center_window\": {\"start_frame\": 1040, \"end_frame\": 1059, \"num_frames\": 20}, \"media\": {\"video_path"
|
| 424 |
}
|
| 425 |
],
|
| 426 |
+
"historical_identifier_total_count": 132,
|
| 427 |
"failures": []
|
| 428 |
}
|
metrics/task_surface_integrity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"summary": {
|
| 5 |
"task_count": 12,
|
| 6 |
"expected_task_count": 12,
|
|
@@ -64,45 +64,45 @@
|
|
| 64 |
"observed": "timeline_action"
|
| 65 |
},
|
| 66 |
{
|
| 67 |
-
"name": "timeline_action:
|
| 68 |
"status": "pass",
|
| 69 |
-
"value": "
|
| 70 |
"raw_hits": []
|
| 71 |
},
|
| 72 |
{
|
| 73 |
-
"name": "timeline_action:
|
| 74 |
"status": "pass",
|
| 75 |
-
"value": "
|
| 76 |
"raw_hits": []
|
| 77 |
},
|
| 78 |
{
|
| 79 |
-
"name": "timeline_action:
|
| 80 |
"status": "pass",
|
| 81 |
-
"value": "
|
| 82 |
"raw_hits": []
|
| 83 |
},
|
| 84 |
{
|
| 85 |
-
"name": "timeline_action:
|
| 86 |
"status": "pass",
|
| 87 |
-
"value": "
|
| 88 |
"raw_hits": []
|
| 89 |
},
|
| 90 |
{
|
| 91 |
-
"name": "timeline_action:
|
| 92 |
"status": "pass",
|
| 93 |
-
"value": "
|
| 94 |
"raw_hits": []
|
| 95 |
},
|
| 96 |
{
|
| 97 |
-
"name": "timeline_action:
|
| 98 |
"status": "pass",
|
| 99 |
-
"value": "
|
| 100 |
"raw_hits": []
|
| 101 |
},
|
| 102 |
{
|
| 103 |
-
"name": "timeline_action:
|
| 104 |
"status": "pass",
|
| 105 |
-
"value": "
|
| 106 |
"raw_hits": []
|
| 107 |
},
|
| 108 |
{
|
|
@@ -184,45 +184,45 @@
|
|
| 184 |
"observed": "timeline_subtask"
|
| 185 |
},
|
| 186 |
{
|
| 187 |
-
"name": "timeline_subtask:
|
| 188 |
"status": "pass",
|
| 189 |
-
"value": "
|
| 190 |
"raw_hits": []
|
| 191 |
},
|
| 192 |
{
|
| 193 |
-
"name": "timeline_subtask:
|
| 194 |
"status": "pass",
|
| 195 |
-
"value": "
|
| 196 |
"raw_hits": []
|
| 197 |
},
|
| 198 |
{
|
| 199 |
-
"name": "timeline_subtask:
|
| 200 |
"status": "pass",
|
| 201 |
-
"value": "
|
| 202 |
"raw_hits": []
|
| 203 |
},
|
| 204 |
{
|
| 205 |
-
"name": "timeline_subtask:
|
| 206 |
"status": "pass",
|
| 207 |
-
"value": "
|
| 208 |
"raw_hits": []
|
| 209 |
},
|
| 210 |
{
|
| 211 |
-
"name": "timeline_subtask:
|
| 212 |
"status": "pass",
|
| 213 |
-
"value": "
|
| 214 |
"raw_hits": []
|
| 215 |
},
|
| 216 |
{
|
| 217 |
-
"name": "timeline_subtask:
|
| 218 |
"status": "pass",
|
| 219 |
-
"value": "
|
| 220 |
"raw_hits": []
|
| 221 |
},
|
| 222 |
{
|
| 223 |
-
"name": "timeline_subtask:
|
| 224 |
"status": "pass",
|
| 225 |
-
"value": "
|
| 226 |
"raw_hits": []
|
| 227 |
},
|
| 228 |
{
|
|
@@ -304,45 +304,45 @@
|
|
| 304 |
"observed": "transition_detection"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
-
"name": "transition_detection:
|
| 308 |
"status": "pass",
|
| 309 |
-
"value": "
|
| 310 |
"raw_hits": []
|
| 311 |
},
|
| 312 |
{
|
| 313 |
-
"name": "transition_detection:
|
| 314 |
"status": "pass",
|
| 315 |
-
"value": "Detect
|
| 316 |
"raw_hits": []
|
| 317 |
},
|
| 318 |
{
|
| 319 |
-
"name": "transition_detection:
|
| 320 |
"status": "pass",
|
| 321 |
-
"value": "
|
| 322 |
"raw_hits": []
|
| 323 |
},
|
| 324 |
{
|
| 325 |
-
"name": "transition_detection:
|
| 326 |
"status": "pass",
|
| 327 |
-
"value": "
|
| 328 |
"raw_hits": []
|
| 329 |
},
|
| 330 |
{
|
| 331 |
-
"name": "transition_detection:
|
| 332 |
"status": "pass",
|
| 333 |
-
"value": "
|
| 334 |
"raw_hits": []
|
| 335 |
},
|
| 336 |
{
|
| 337 |
-
"name": "transition_detection:
|
| 338 |
"status": "pass",
|
| 339 |
-
"value": "
|
| 340 |
"raw_hits": []
|
| 341 |
},
|
| 342 |
{
|
| 343 |
-
"name": "transition_detection:
|
| 344 |
"status": "pass",
|
| 345 |
-
"value": "
|
| 346 |
"raw_hits": []
|
| 347 |
},
|
| 348 |
{
|
|
@@ -422,45 +422,45 @@
|
|
| 422 |
"observed": "next_action"
|
| 423 |
},
|
| 424 |
{
|
| 425 |
-
"name": "next_action:
|
| 426 |
"status": "pass",
|
| 427 |
-
"value": "
|
| 428 |
"raw_hits": []
|
| 429 |
},
|
| 430 |
{
|
| 431 |
-
"name": "next_action:
|
| 432 |
"status": "pass",
|
| 433 |
-
"value": "
|
| 434 |
"raw_hits": []
|
| 435 |
},
|
| 436 |
{
|
| 437 |
-
"name": "next_action:
|
| 438 |
"status": "pass",
|
| 439 |
-
"value": "
|
| 440 |
"raw_hits": []
|
| 441 |
},
|
| 442 |
{
|
| 443 |
-
"name": "next_action:
|
| 444 |
"status": "pass",
|
| 445 |
-
"value": "
|
| 446 |
"raw_hits": []
|
| 447 |
},
|
| 448 |
{
|
| 449 |
-
"name": "next_action:
|
| 450 |
"status": "pass",
|
| 451 |
-
"value": "
|
| 452 |
"raw_hits": []
|
| 453 |
},
|
| 454 |
{
|
| 455 |
-
"name": "next_action:
|
| 456 |
"status": "pass",
|
| 457 |
-
"value": "
|
| 458 |
"raw_hits": []
|
| 459 |
},
|
| 460 |
{
|
| 461 |
-
"name": "next_action:
|
| 462 |
"status": "pass",
|
| 463 |
-
"value": "current
|
| 464 |
"raw_hits": []
|
| 465 |
},
|
| 466 |
{
|
|
@@ -540,45 +540,45 @@
|
|
| 540 |
"observed": "hand_trajectory_forecast"
|
| 541 |
},
|
| 542 |
{
|
| 543 |
-
"name": "hand_trajectory_forecast:
|
| 544 |
"status": "pass",
|
| 545 |
-
"value": "
|
| 546 |
"raw_hits": []
|
| 547 |
},
|
| 548 |
{
|
| 549 |
-
"name": "hand_trajectory_forecast:
|
| 550 |
"status": "pass",
|
| 551 |
-
"value": "Predict
|
| 552 |
"raw_hits": []
|
| 553 |
},
|
| 554 |
{
|
| 555 |
-
"name": "hand_trajectory_forecast:
|
| 556 |
"status": "pass",
|
| 557 |
-
"value": "
|
| 558 |
"raw_hits": []
|
| 559 |
},
|
| 560 |
{
|
| 561 |
-
"name": "hand_trajectory_forecast:
|
| 562 |
"status": "pass",
|
| 563 |
-
"value": "
|
| 564 |
"raw_hits": []
|
| 565 |
},
|
| 566 |
{
|
| 567 |
-
"name": "hand_trajectory_forecast:
|
| 568 |
"status": "pass",
|
| 569 |
-
"value": "
|
| 570 |
"raw_hits": []
|
| 571 |
},
|
| 572 |
{
|
| 573 |
-
"name": "hand_trajectory_forecast:
|
| 574 |
"status": "pass",
|
| 575 |
-
"value": "
|
| 576 |
"raw_hits": []
|
| 577 |
},
|
| 578 |
{
|
| 579 |
-
"name": "hand_trajectory_forecast:
|
| 580 |
"status": "pass",
|
| 581 |
-
"value": "current
|
| 582 |
"raw_hits": []
|
| 583 |
},
|
| 584 |
{
|
|
@@ -658,45 +658,45 @@
|
|
| 658 |
"observed": "contact_prediction"
|
| 659 |
},
|
| 660 |
{
|
| 661 |
-
"name": "contact_prediction:
|
| 662 |
"status": "pass",
|
| 663 |
-
"value": "contact
|
| 664 |
"raw_hits": []
|
| 665 |
},
|
| 666 |
{
|
| 667 |
-
"name": "contact_prediction:
|
| 668 |
"status": "pass",
|
| 669 |
-
"value": "Predict whether
|
| 670 |
"raw_hits": []
|
| 671 |
},
|
| 672 |
{
|
| 673 |
-
"name": "contact_prediction:
|
| 674 |
"status": "pass",
|
| 675 |
-
"value": "
|
| 676 |
"raw_hits": []
|
| 677 |
},
|
| 678 |
{
|
| 679 |
-
"name": "contact_prediction:
|
| 680 |
"status": "pass",
|
| 681 |
-
"value": "
|
| 682 |
"raw_hits": []
|
| 683 |
},
|
| 684 |
{
|
| 685 |
-
"name": "contact_prediction:
|
| 686 |
"status": "pass",
|
| 687 |
-
"value": "
|
| 688 |
"raw_hits": []
|
| 689 |
},
|
| 690 |
{
|
| 691 |
-
"name": "contact_prediction:
|
| 692 |
"status": "pass",
|
| 693 |
-
"value": "
|
| 694 |
"raw_hits": []
|
| 695 |
},
|
| 696 |
{
|
| 697 |
-
"name": "contact_prediction:
|
| 698 |
"status": "pass",
|
| 699 |
-
"value": "
|
| 700 |
"raw_hits": []
|
| 701 |
},
|
| 702 |
{
|
|
@@ -774,45 +774,45 @@
|
|
| 774 |
"observed": "object_relevance"
|
| 775 |
},
|
| 776 |
{
|
| 777 |
-
"name": "object_relevance:
|
| 778 |
"status": "pass",
|
| 779 |
-
"value": "
|
| 780 |
"raw_hits": []
|
| 781 |
},
|
| 782 |
{
|
| 783 |
-
"name": "object_relevance:
|
| 784 |
"status": "pass",
|
| 785 |
-
"value": "
|
| 786 |
"raw_hits": []
|
| 787 |
},
|
| 788 |
{
|
| 789 |
-
"name": "object_relevance:
|
| 790 |
"status": "pass",
|
| 791 |
-
"value": "
|
| 792 |
"raw_hits": []
|
| 793 |
},
|
| 794 |
{
|
| 795 |
-
"name": "object_relevance:
|
| 796 |
"status": "pass",
|
| 797 |
-
"value": "
|
| 798 |
"raw_hits": []
|
| 799 |
},
|
| 800 |
{
|
| 801 |
-
"name": "object_relevance:
|
| 802 |
"status": "pass",
|
| 803 |
-
"value": "
|
| 804 |
"raw_hits": []
|
| 805 |
},
|
| 806 |
{
|
| 807 |
-
"name": "object_relevance:
|
| 808 |
"status": "pass",
|
| 809 |
-
"value": "
|
| 810 |
"raw_hits": []
|
| 811 |
},
|
| 812 |
{
|
| 813 |
-
"name": "object_relevance:
|
| 814 |
"status": "pass",
|
| 815 |
-
"value": "
|
| 816 |
"raw_hits": []
|
| 817 |
},
|
| 818 |
{
|
|
@@ -892,45 +892,45 @@
|
|
| 892 |
"observed": "caption_grounding"
|
| 893 |
},
|
| 894 |
{
|
| 895 |
-
"name": "caption_grounding:
|
| 896 |
"status": "pass",
|
| 897 |
-
"value": "
|
| 898 |
"raw_hits": []
|
| 899 |
},
|
| 900 |
{
|
| 901 |
-
"name": "caption_grounding:
|
| 902 |
"status": "pass",
|
| 903 |
-
"value": "
|
| 904 |
"raw_hits": []
|
| 905 |
},
|
| 906 |
{
|
| 907 |
-
"name": "caption_grounding:
|
| 908 |
"status": "pass",
|
| 909 |
-
"value": "
|
| 910 |
"raw_hits": []
|
| 911 |
},
|
| 912 |
{
|
| 913 |
-
"name": "caption_grounding:
|
| 914 |
"status": "pass",
|
| 915 |
-
"value": "
|
| 916 |
"raw_hits": []
|
| 917 |
},
|
| 918 |
{
|
| 919 |
-
"name": "caption_grounding:
|
| 920 |
"status": "pass",
|
| 921 |
-
"value": "
|
| 922 |
"raw_hits": []
|
| 923 |
},
|
| 924 |
{
|
| 925 |
-
"name": "caption_grounding:
|
| 926 |
"status": "pass",
|
| 927 |
-
"value": "
|
| 928 |
"raw_hits": []
|
| 929 |
},
|
| 930 |
{
|
| 931 |
-
"name": "caption_grounding:
|
| 932 |
"status": "pass",
|
| 933 |
-
"value": "
|
| 934 |
"raw_hits": []
|
| 935 |
},
|
| 936 |
{
|
|
@@ -1008,45 +1008,45 @@
|
|
| 1008 |
"observed": "cross_modal_retrieval"
|
| 1009 |
},
|
| 1010 |
{
|
| 1011 |
-
"name": "cross_modal_retrieval:
|
| 1012 |
"status": "pass",
|
| 1013 |
-
"value": "
|
| 1014 |
"raw_hits": []
|
| 1015 |
},
|
| 1016 |
{
|
| 1017 |
-
"name": "cross_modal_retrieval:
|
| 1018 |
"status": "pass",
|
| 1019 |
-
"value": "Use
|
| 1020 |
"raw_hits": []
|
| 1021 |
},
|
| 1022 |
{
|
| 1023 |
-
"name": "cross_modal_retrieval:
|
| 1024 |
"status": "pass",
|
| 1025 |
-
"value": "
|
| 1026 |
"raw_hits": []
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
-
"name": "cross_modal_retrieval:
|
| 1030 |
"status": "pass",
|
| 1031 |
-
"value": "
|
| 1032 |
"raw_hits": []
|
| 1033 |
},
|
| 1034 |
{
|
| 1035 |
-
"name": "cross_modal_retrieval:
|
| 1036 |
"status": "pass",
|
| 1037 |
-
"value": "
|
| 1038 |
"raw_hits": []
|
| 1039 |
},
|
| 1040 |
{
|
| 1041 |
-
"name": "cross_modal_retrieval:
|
| 1042 |
"status": "pass",
|
| 1043 |
-
"value": "
|
| 1044 |
"raw_hits": []
|
| 1045 |
},
|
| 1046 |
{
|
| 1047 |
-
"name": "cross_modal_retrieval:
|
| 1048 |
"status": "pass",
|
| 1049 |
-
"value": "
|
| 1050 |
"raw_hits": []
|
| 1051 |
},
|
| 1052 |
{
|
|
@@ -1126,45 +1126,45 @@
|
|
| 1126 |
"observed": "modality_reconstruction"
|
| 1127 |
},
|
| 1128 |
{
|
| 1129 |
-
"name": "modality_reconstruction:
|
| 1130 |
"status": "pass",
|
| 1131 |
-
"value": "
|
| 1132 |
"raw_hits": []
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
-
"name": "modality_reconstruction:
|
| 1136 |
"status": "pass",
|
| 1137 |
-
"value": "Predict
|
| 1138 |
"raw_hits": []
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
-
"name": "modality_reconstruction:
|
| 1142 |
"status": "pass",
|
| 1143 |
-
"value": "
|
| 1144 |
"raw_hits": []
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
-
"name": "modality_reconstruction:
|
| 1148 |
"status": "pass",
|
| 1149 |
-
"value": "
|
| 1150 |
"raw_hits": []
|
| 1151 |
},
|
| 1152 |
{
|
| 1153 |
-
"name": "modality_reconstruction:
|
| 1154 |
"status": "pass",
|
| 1155 |
-
"value": "
|
| 1156 |
"raw_hits": []
|
| 1157 |
},
|
| 1158 |
{
|
| 1159 |
-
"name": "modality_reconstruction:
|
| 1160 |
"status": "pass",
|
| 1161 |
-
"value": "
|
| 1162 |
"raw_hits": []
|
| 1163 |
},
|
| 1164 |
{
|
| 1165 |
-
"name": "modality_reconstruction:
|
| 1166 |
"status": "pass",
|
| 1167 |
-
"value": "
|
| 1168 |
"raw_hits": []
|
| 1169 |
},
|
| 1170 |
{
|
|
@@ -1244,45 +1244,45 @@
|
|
| 1244 |
"observed": "temporal_order"
|
| 1245 |
},
|
| 1246 |
{
|
| 1247 |
-
"name": "temporal_order:
|
| 1248 |
"status": "pass",
|
| 1249 |
-
"value": "
|
| 1250 |
"raw_hits": []
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
-
"name": "temporal_order:
|
| 1254 |
"status": "pass",
|
| 1255 |
-
"value": "Tell whether two
|
| 1256 |
"raw_hits": []
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
-
"name": "temporal_order:
|
| 1260 |
"status": "pass",
|
| 1261 |
-
"value": "
|
| 1262 |
"raw_hits": []
|
| 1263 |
},
|
| 1264 |
{
|
| 1265 |
-
"name": "temporal_order:
|
| 1266 |
"status": "pass",
|
| 1267 |
-
"value": "
|
| 1268 |
"raw_hits": []
|
| 1269 |
},
|
| 1270 |
{
|
| 1271 |
-
"name": "temporal_order:
|
| 1272 |
"status": "pass",
|
| 1273 |
-
"value": "
|
| 1274 |
"raw_hits": []
|
| 1275 |
},
|
| 1276 |
{
|
| 1277 |
-
"name": "temporal_order:
|
| 1278 |
"status": "pass",
|
| 1279 |
-
"value": "
|
| 1280 |
"raw_hits": []
|
| 1281 |
},
|
| 1282 |
{
|
| 1283 |
-
"name": "temporal_order:
|
| 1284 |
"status": "pass",
|
| 1285 |
-
"value": "
|
| 1286 |
"raw_hits": []
|
| 1287 |
},
|
| 1288 |
{
|
|
@@ -1360,45 +1360,45 @@
|
|
| 1360 |
"observed": "misalignment_detection"
|
| 1361 |
},
|
| 1362 |
{
|
| 1363 |
-
"name": "misalignment_detection:
|
| 1364 |
"status": "pass",
|
| 1365 |
-
"value": "
|
| 1366 |
"raw_hits": []
|
| 1367 |
},
|
| 1368 |
{
|
| 1369 |
-
"name": "misalignment_detection:
|
| 1370 |
"status": "pass",
|
| 1371 |
-
"value": "Detect
|
| 1372 |
"raw_hits": []
|
| 1373 |
},
|
| 1374 |
{
|
| 1375 |
-
"name": "misalignment_detection:
|
| 1376 |
"status": "pass",
|
| 1377 |
-
"value": "
|
| 1378 |
"raw_hits": []
|
| 1379 |
},
|
| 1380 |
{
|
| 1381 |
-
"name": "misalignment_detection:
|
| 1382 |
"status": "pass",
|
| 1383 |
-
"value": "
|
| 1384 |
"raw_hits": []
|
| 1385 |
},
|
| 1386 |
{
|
| 1387 |
-
"name": "misalignment_detection:
|
| 1388 |
"status": "pass",
|
| 1389 |
-
"value": "
|
| 1390 |
"raw_hits": []
|
| 1391 |
},
|
| 1392 |
{
|
| 1393 |
-
"name": "misalignment_detection:
|
| 1394 |
"status": "pass",
|
| 1395 |
-
"value": "
|
| 1396 |
"raw_hits": []
|
| 1397 |
},
|
| 1398 |
{
|
| 1399 |
-
"name": "misalignment_detection:
|
| 1400 |
"status": "pass",
|
| 1401 |
-
"value": "
|
| 1402 |
"raw_hits": []
|
| 1403 |
},
|
| 1404 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:35:59+00:00",
|
| 4 |
"summary": {
|
| 5 |
"task_count": 12,
|
| 6 |
"expected_task_count": 12,
|
|
|
|
| 64 |
"observed": "timeline_action"
|
| 65 |
},
|
| 66 |
{
|
| 67 |
+
"name": "timeline_action: public_field_input_short_is_human_readable",
|
| 68 |
"status": "pass",
|
| 69 |
+
"value": "20-frame multimodal window",
|
| 70 |
"raw_hits": []
|
| 71 |
},
|
| 72 |
{
|
| 73 |
+
"name": "timeline_action: public_field_card_blurb_is_human_readable",
|
| 74 |
"status": "pass",
|
| 75 |
+
"value": "Recognize the current manipulation action from synchronized visual, motion, inertial, pose, and annotation context.",
|
| 76 |
"raw_hits": []
|
| 77 |
},
|
| 78 |
{
|
| 79 |
+
"name": "timeline_action: public_field_display_name_is_human_readable",
|
| 80 |
"status": "pass",
|
| 81 |
+
"value": "Action Recognition",
|
| 82 |
"raw_hits": []
|
| 83 |
},
|
| 84 |
{
|
| 85 |
+
"name": "timeline_action: public_field_output_short_is_human_readable",
|
| 86 |
"status": "pass",
|
| 87 |
+
"value": "current action class",
|
| 88 |
"raw_hits": []
|
| 89 |
},
|
| 90 |
{
|
| 91 |
+
"name": "timeline_action: public_field_research_name_is_human_readable",
|
| 92 |
"status": "pass",
|
| 93 |
+
"value": "Egocentric Action Recognition",
|
| 94 |
"raw_hits": []
|
| 95 |
},
|
| 96 |
{
|
| 97 |
+
"name": "timeline_action: public_field_plain_goal_is_human_readable",
|
| 98 |
"status": "pass",
|
| 99 |
+
"value": "Look at one short multimodal window and name what action is happening now.",
|
| 100 |
"raw_hits": []
|
| 101 |
},
|
| 102 |
{
|
| 103 |
+
"name": "timeline_action: public_field_process_short_is_human_readable",
|
| 104 |
"status": "pass",
|
| 105 |
+
"value": "window features -> action label builder -> classifier",
|
| 106 |
"raw_hits": []
|
| 107 |
},
|
| 108 |
{
|
|
|
|
| 184 |
"observed": "timeline_subtask"
|
| 185 |
},
|
| 186 |
{
|
| 187 |
+
"name": "timeline_subtask: public_field_input_short_is_human_readable",
|
| 188 |
"status": "pass",
|
| 189 |
+
"value": "20-frame multimodal window",
|
| 190 |
"raw_hits": []
|
| 191 |
},
|
| 192 |
{
|
| 193 |
+
"name": "timeline_subtask: public_field_card_blurb_is_human_readable",
|
| 194 |
"status": "pass",
|
| 195 |
+
"value": "Recognize the broader activity stage so fine actions become a readable procedure timeline.",
|
| 196 |
"raw_hits": []
|
| 197 |
},
|
| 198 |
{
|
| 199 |
+
"name": "timeline_subtask: public_field_display_name_is_human_readable",
|
| 200 |
"status": "pass",
|
| 201 |
+
"value": "Procedure Step Recognition",
|
| 202 |
"raw_hits": []
|
| 203 |
},
|
| 204 |
{
|
| 205 |
+
"name": "timeline_subtask: public_field_output_short_is_human_readable",
|
| 206 |
"status": "pass",
|
| 207 |
+
"value": "current procedure step",
|
| 208 |
"raw_hits": []
|
| 209 |
},
|
| 210 |
{
|
| 211 |
+
"name": "timeline_subtask: public_field_research_name_is_human_readable",
|
| 212 |
"status": "pass",
|
| 213 |
+
"value": "Temporal Subtask Recognition",
|
| 214 |
"raw_hits": []
|
| 215 |
},
|
| 216 |
{
|
| 217 |
+
"name": "timeline_subtask: public_field_plain_goal_is_human_readable",
|
| 218 |
"status": "pass",
|
| 219 |
+
"value": "Predict the higher-level task stage for the current window.",
|
| 220 |
"raw_hits": []
|
| 221 |
},
|
| 222 |
{
|
| 223 |
+
"name": "timeline_subtask: public_field_process_short_is_human_readable",
|
| 224 |
"status": "pass",
|
| 225 |
+
"value": "window features -> subtask label builder -> classifier",
|
| 226 |
"raw_hits": []
|
| 227 |
},
|
| 228 |
{
|
|
|
|
| 304 |
"observed": "transition_detection"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
+
"name": "transition_detection: public_field_input_short_is_human_readable",
|
| 308 |
"status": "pass",
|
| 309 |
+
"value": "current window with boundary target",
|
| 310 |
"raw_hits": []
|
| 311 |
},
|
| 312 |
{
|
| 313 |
+
"name": "transition_detection: public_field_card_blurb_is_human_readable",
|
| 314 |
"status": "pass",
|
| 315 |
+
"value": "Detect the local moment where the episode changes from one action segment to the next.",
|
| 316 |
"raw_hits": []
|
| 317 |
},
|
| 318 |
{
|
| 319 |
+
"name": "transition_detection: public_field_display_name_is_human_readable",
|
| 320 |
"status": "pass",
|
| 321 |
+
"value": "Action Boundary Detection",
|
| 322 |
"raw_hits": []
|
| 323 |
},
|
| 324 |
{
|
| 325 |
+
"name": "transition_detection: public_field_output_short_is_human_readable",
|
| 326 |
"status": "pass",
|
| 327 |
+
"value": "boundary or steady",
|
| 328 |
"raw_hits": []
|
| 329 |
},
|
| 330 |
{
|
| 331 |
+
"name": "transition_detection: public_field_research_name_is_human_readable",
|
| 332 |
"status": "pass",
|
| 333 |
+
"value": "Temporal Action Segmentation",
|
| 334 |
"raw_hits": []
|
| 335 |
},
|
| 336 |
{
|
| 337 |
+
"name": "transition_detection: public_field_plain_goal_is_human_readable",
|
| 338 |
"status": "pass",
|
| 339 |
+
"value": "Detect whether the current window is near a boundary between actions.",
|
| 340 |
"raw_hits": []
|
| 341 |
},
|
| 342 |
{
|
| 343 |
+
"name": "transition_detection: public_field_process_short_is_human_readable",
|
| 344 |
"status": "pass",
|
| 345 |
+
"value": "action changes -> boundary labels -> binary classifier",
|
| 346 |
"raw_hits": []
|
| 347 |
},
|
| 348 |
{
|
|
|
|
| 422 |
"observed": "next_action"
|
| 423 |
},
|
| 424 |
{
|
| 425 |
+
"name": "next_action: public_field_input_short_is_human_readable",
|
| 426 |
"status": "pass",
|
| 427 |
+
"value": "current window at time t",
|
| 428 |
"raw_hits": []
|
| 429 |
},
|
| 430 |
{
|
| 431 |
+
"name": "next_action: public_field_card_blurb_is_human_readable",
|
| 432 |
"status": "pass",
|
| 433 |
+
"value": "Forecast the near-future action from the current observations only.",
|
| 434 |
"raw_hits": []
|
| 435 |
},
|
| 436 |
{
|
| 437 |
+
"name": "next_action: public_field_display_name_is_human_readable",
|
| 438 |
"status": "pass",
|
| 439 |
+
"value": "Next-Action Prediction",
|
| 440 |
"raw_hits": []
|
| 441 |
},
|
| 442 |
{
|
| 443 |
+
"name": "next_action: public_field_output_short_is_human_readable",
|
| 444 |
"status": "pass",
|
| 445 |
+
"value": "action at t+20 frames",
|
| 446 |
"raw_hits": []
|
| 447 |
},
|
| 448 |
{
|
| 449 |
+
"name": "next_action: public_field_research_name_is_human_readable",
|
| 450 |
"status": "pass",
|
| 451 |
+
"value": "Short-Horizon Intention Prediction",
|
| 452 |
"raw_hits": []
|
| 453 |
},
|
| 454 |
{
|
| 455 |
+
"name": "next_action: public_field_plain_goal_is_human_readable",
|
| 456 |
"status": "pass",
|
| 457 |
+
"value": "Use the current window to guess the action that will happen shortly after it.",
|
| 458 |
"raw_hits": []
|
| 459 |
},
|
| 460 |
{
|
| 461 |
+
"name": "next_action: public_field_process_short_is_human_readable",
|
| 462 |
"status": "pass",
|
| 463 |
+
"value": "current features -> future label shift -> classifier",
|
| 464 |
"raw_hits": []
|
| 465 |
},
|
| 466 |
{
|
|
|
|
| 540 |
"observed": "hand_trajectory_forecast"
|
| 541 |
},
|
| 542 |
{
|
| 543 |
+
"name": "hand_trajectory_forecast: public_field_input_short_is_human_readable",
|
| 544 |
"status": "pass",
|
| 545 |
+
"value": "current multimodal window",
|
| 546 |
"raw_hits": []
|
| 547 |
},
|
| 548 |
{
|
| 549 |
+
"name": "hand_trajectory_forecast: public_field_card_blurb_is_human_readable",
|
| 550 |
"status": "pass",
|
| 551 |
+
"value": "Predict the future 3D left/right hand path from the current multimodal state.",
|
| 552 |
"raw_hits": []
|
| 553 |
},
|
| 554 |
{
|
| 555 |
+
"name": "hand_trajectory_forecast: public_field_display_name_is_human_readable",
|
| 556 |
"status": "pass",
|
| 557 |
+
"value": "Hand Trajectory Forecasting",
|
| 558 |
"raw_hits": []
|
| 559 |
},
|
| 560 |
{
|
| 561 |
+
"name": "hand_trajectory_forecast: public_field_output_short_is_human_readable",
|
| 562 |
"status": "pass",
|
| 563 |
+
"value": "future hand-joint trajectory",
|
| 564 |
"raw_hits": []
|
| 565 |
},
|
| 566 |
{
|
| 567 |
+
"name": "hand_trajectory_forecast: public_field_research_name_is_human_readable",
|
| 568 |
"status": "pass",
|
| 569 |
+
"value": "3D Hand Motion Forecasting",
|
| 570 |
"raw_hits": []
|
| 571 |
},
|
| 572 |
{
|
| 573 |
+
"name": "hand_trajectory_forecast: public_field_plain_goal_is_human_readable",
|
| 574 |
"status": "pass",
|
| 575 |
+
"value": "Predict where the hands will move over the next few frames.",
|
| 576 |
"raw_hits": []
|
| 577 |
},
|
| 578 |
{
|
| 579 |
+
"name": "hand_trajectory_forecast: public_field_process_short_is_human_readable",
|
| 580 |
"status": "pass",
|
| 581 |
+
"value": "current features -> future mocap target -> regression head",
|
| 582 |
"raw_hits": []
|
| 583 |
},
|
| 584 |
{
|
|
|
|
| 658 |
"observed": "contact_prediction"
|
| 659 |
},
|
| 660 |
{
|
| 661 |
+
"name": "contact_prediction: public_field_input_short_is_human_readable",
|
| 662 |
"status": "pass",
|
| 663 |
+
"value": "non-contact, non-caption features",
|
| 664 |
"raw_hits": []
|
| 665 |
},
|
| 666 |
{
|
| 667 |
+
"name": "contact_prediction: public_field_card_blurb_is_human_readable",
|
| 668 |
"status": "pass",
|
| 669 |
+
"value": "Predict whether body or hand contact with the scene is occurring without leaking contact labels.",
|
| 670 |
"raw_hits": []
|
| 671 |
},
|
| 672 |
{
|
| 673 |
+
"name": "contact_prediction: public_field_display_name_is_human_readable",
|
| 674 |
"status": "pass",
|
| 675 |
+
"value": "Contact State Prediction",
|
| 676 |
"raw_hits": []
|
| 677 |
},
|
| 678 |
{
|
| 679 |
+
"name": "contact_prediction: public_field_output_short_is_human_readable",
|
| 680 |
"status": "pass",
|
| 681 |
+
"value": "contact or no contact",
|
| 682 |
"raw_hits": []
|
| 683 |
},
|
| 684 |
{
|
| 685 |
+
"name": "contact_prediction: public_field_research_name_is_human_readable",
|
| 686 |
"status": "pass",
|
| 687 |
+
"value": "Human-Object Contact Prediction",
|
| 688 |
"raw_hits": []
|
| 689 |
},
|
| 690 |
{
|
| 691 |
+
"name": "contact_prediction: public_field_plain_goal_is_human_readable",
|
| 692 |
"status": "pass",
|
| 693 |
+
"value": "Predict whether the body or hand is in contact with something.",
|
| 694 |
"raw_hits": []
|
| 695 |
},
|
| 696 |
{
|
| 697 |
+
"name": "contact_prediction: public_field_process_short_is_human_readable",
|
| 698 |
"status": "pass",
|
| 699 |
+
"value": "feature filter -> contact target -> binary classifier",
|
| 700 |
"raw_hits": []
|
| 701 |
},
|
| 702 |
{
|
|
|
|
| 774 |
"observed": "object_relevance"
|
| 775 |
},
|
| 776 |
{
|
| 777 |
+
"name": "object_relevance: public_field_input_short_is_human_readable",
|
| 778 |
"status": "pass",
|
| 779 |
+
"value": "non-caption multimodal features",
|
| 780 |
"raw_hits": []
|
| 781 |
},
|
| 782 |
{
|
| 783 |
+
"name": "object_relevance: public_field_card_blurb_is_human_readable",
|
| 784 |
"status": "pass",
|
| 785 |
+
"value": "Infer which objects are relevant to the current manipulation window from non-caption features.",
|
| 786 |
"raw_hits": []
|
| 787 |
},
|
| 788 |
{
|
| 789 |
+
"name": "object_relevance: public_field_display_name_is_human_readable",
|
| 790 |
"status": "pass",
|
| 791 |
+
"value": "Object Relevance Prediction",
|
| 792 |
"raw_hits": []
|
| 793 |
},
|
| 794 |
{
|
| 795 |
+
"name": "object_relevance: public_field_output_short_is_human_readable",
|
| 796 |
"status": "pass",
|
| 797 |
+
"value": "relevant object set",
|
| 798 |
"raw_hits": []
|
| 799 |
},
|
| 800 |
{
|
| 801 |
+
"name": "object_relevance: public_field_research_name_is_human_readable",
|
| 802 |
"status": "pass",
|
| 803 |
+
"value": "Object-Centric Interaction Recognition",
|
| 804 |
"raw_hits": []
|
| 805 |
},
|
| 806 |
{
|
| 807 |
+
"name": "object_relevance: public_field_plain_goal_is_human_readable",
|
| 808 |
"status": "pass",
|
| 809 |
+
"value": "Predict which objects matter in the current window.",
|
| 810 |
"raw_hits": []
|
| 811 |
},
|
| 812 |
{
|
| 813 |
+
"name": "object_relevance: public_field_process_short_is_human_readable",
|
| 814 |
"status": "pass",
|
| 815 |
+
"value": "object vocabulary -> multi-hot labels -> sigmoid heads",
|
| 816 |
"raw_hits": []
|
| 817 |
},
|
| 818 |
{
|
|
|
|
| 892 |
"observed": "caption_grounding"
|
| 893 |
},
|
| 894 |
{
|
| 895 |
+
"name": "caption_grounding: public_field_input_short_is_human_readable",
|
| 896 |
"status": "pass",
|
| 897 |
+
"value": "text-like query and candidate windows",
|
| 898 |
"raw_hits": []
|
| 899 |
},
|
| 900 |
{
|
| 901 |
+
"name": "caption_grounding: public_field_card_blurb_is_human_readable",
|
| 902 |
"status": "pass",
|
| 903 |
+
"value": "Retrieve the matching time window for an annotation-derived text query.",
|
| 904 |
"raw_hits": []
|
| 905 |
},
|
| 906 |
{
|
| 907 |
+
"name": "caption_grounding: public_field_display_name_is_human_readable",
|
| 908 |
"status": "pass",
|
| 909 |
+
"value": "Language Grounding",
|
| 910 |
"raw_hits": []
|
| 911 |
},
|
| 912 |
{
|
| 913 |
+
"name": "caption_grounding: public_field_output_short_is_human_readable",
|
| 914 |
"status": "pass",
|
| 915 |
+
"value": "ranked matching moments",
|
| 916 |
"raw_hits": []
|
| 917 |
},
|
| 918 |
{
|
| 919 |
+
"name": "caption_grounding: public_field_research_name_is_human_readable",
|
| 920 |
"status": "pass",
|
| 921 |
+
"value": "Language-to-Moment Grounding",
|
| 922 |
"raw_hits": []
|
| 923 |
},
|
| 924 |
{
|
| 925 |
+
"name": "caption_grounding: public_field_plain_goal_is_human_readable",
|
| 926 |
"status": "pass",
|
| 927 |
+
"value": "Given a text-like query from annotation, find the matching time window.",
|
| 928 |
"raw_hits": []
|
| 929 |
},
|
| 930 |
{
|
| 931 |
+
"name": "caption_grounding: public_field_process_short_is_human_readable",
|
| 932 |
"status": "pass",
|
| 933 |
+
"value": "query features -> candidate index -> cosine ranker",
|
| 934 |
"raw_hits": []
|
| 935 |
},
|
| 936 |
{
|
|
|
|
| 1008 |
"observed": "cross_modal_retrieval"
|
| 1009 |
},
|
| 1010 |
{
|
| 1011 |
+
"name": "cross_modal_retrieval: public_field_input_short_is_human_readable",
|
| 1012 |
"status": "pass",
|
| 1013 |
+
"value": "motion/IMU/pose query; depth/video candidates",
|
| 1014 |
"raw_hits": []
|
| 1015 |
},
|
| 1016 |
{
|
| 1017 |
+
"name": "cross_modal_retrieval: public_field_card_blurb_is_human_readable",
|
| 1018 |
"status": "pass",
|
| 1019 |
+
"value": "Use motion, IMU, and camera-pose signals to retrieve the matching depth/video window.",
|
| 1020 |
"raw_hits": []
|
| 1021 |
},
|
| 1022 |
{
|
| 1023 |
+
"name": "cross_modal_retrieval: public_field_display_name_is_human_readable",
|
| 1024 |
"status": "pass",
|
| 1025 |
+
"value": "Cross-Modal Retrieval",
|
| 1026 |
"raw_hits": []
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
+
"name": "cross_modal_retrieval: public_field_output_short_is_human_readable",
|
| 1030 |
"status": "pass",
|
| 1031 |
+
"value": "ranked visual windows",
|
| 1032 |
"raw_hits": []
|
| 1033 |
},
|
| 1034 |
{
|
| 1035 |
+
"name": "cross_modal_retrieval: public_field_research_name_is_human_readable",
|
| 1036 |
"status": "pass",
|
| 1037 |
+
"value": "Multimodal Representation Retrieval",
|
| 1038 |
"raw_hits": []
|
| 1039 |
},
|
| 1040 |
{
|
| 1041 |
+
"name": "cross_modal_retrieval: public_field_plain_goal_is_human_readable",
|
| 1042 |
"status": "pass",
|
| 1043 |
+
"value": "Use one group of modalities to retrieve the matching window from another group.",
|
| 1044 |
"raw_hits": []
|
| 1045 |
},
|
| 1046 |
{
|
| 1047 |
+
"name": "cross_modal_retrieval: public_field_process_short_is_human_readable",
|
| 1048 |
"status": "pass",
|
| 1049 |
+
"value": "modality split -> projection -> nearest-neighbor ranker",
|
| 1050 |
"raw_hits": []
|
| 1051 |
},
|
| 1052 |
{
|
|
|
|
| 1126 |
"observed": "modality_reconstruction"
|
| 1127 |
},
|
| 1128 |
{
|
| 1129 |
+
"name": "modality_reconstruction: public_field_input_short_is_human_readable",
|
| 1130 |
"status": "pass",
|
| 1131 |
+
"value": "motion, IMU, and camera/pose features",
|
| 1132 |
"raw_hits": []
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
+
"name": "modality_reconstruction: public_field_card_blurb_is_human_readable",
|
| 1136 |
"status": "pass",
|
| 1137 |
+
"value": "Predict compressed depth/video feature vectors from motion, IMU, and camera-pose features.",
|
| 1138 |
"raw_hits": []
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
+
"name": "modality_reconstruction: public_field_display_name_is_human_readable",
|
| 1142 |
"status": "pass",
|
| 1143 |
+
"value": "Cross-Modal Reconstruction",
|
| 1144 |
"raw_hits": []
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
+
"name": "modality_reconstruction: public_field_output_short_is_human_readable",
|
| 1148 |
"status": "pass",
|
| 1149 |
+
"value": "reconstructed depth/video vector",
|
| 1150 |
"raw_hits": []
|
| 1151 |
},
|
| 1152 |
{
|
| 1153 |
+
"name": "modality_reconstruction: public_field_research_name_is_human_readable",
|
| 1154 |
"status": "pass",
|
| 1155 |
+
"value": "Modality Feature Reconstruction",
|
| 1156 |
"raw_hits": []
|
| 1157 |
},
|
| 1158 |
{
|
| 1159 |
+
"name": "modality_reconstruction: public_field_plain_goal_is_human_readable",
|
| 1160 |
"status": "pass",
|
| 1161 |
+
"value": "Predict one modality feature block from other modality blocks.",
|
| 1162 |
"raw_hits": []
|
| 1163 |
},
|
| 1164 |
{
|
| 1165 |
+
"name": "modality_reconstruction: public_field_process_short_is_human_readable",
|
| 1166 |
"status": "pass",
|
| 1167 |
+
"value": "source-target split -> scaler -> regression head",
|
| 1168 |
"raw_hits": []
|
| 1169 |
},
|
| 1170 |
{
|
|
|
|
| 1244 |
"observed": "temporal_order"
|
| 1245 |
},
|
| 1246 |
{
|
| 1247 |
+
"name": "temporal_order: public_field_input_short_is_human_readable",
|
| 1248 |
"status": "pass",
|
| 1249 |
+
"value": "two adjacent windows plus difference vector",
|
| 1250 |
"raw_hits": []
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
+
"name": "temporal_order: public_field_card_blurb_is_human_readable",
|
| 1254 |
"status": "pass",
|
| 1255 |
+
"value": "Tell whether two neighboring windows are in chronological order or reversed.",
|
| 1256 |
"raw_hits": []
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
+
"name": "temporal_order: public_field_display_name_is_human_readable",
|
| 1260 |
"status": "pass",
|
| 1261 |
+
"value": "Temporal Order Verification",
|
| 1262 |
"raw_hits": []
|
| 1263 |
},
|
| 1264 |
{
|
| 1265 |
+
"name": "temporal_order: public_field_output_short_is_human_readable",
|
| 1266 |
"status": "pass",
|
| 1267 |
+
"value": "correct or reversed",
|
| 1268 |
"raw_hits": []
|
| 1269 |
},
|
| 1270 |
{
|
| 1271 |
+
"name": "temporal_order: public_field_research_name_is_human_readable",
|
| 1272 |
"status": "pass",
|
| 1273 |
+
"value": "Temporal Order Verification",
|
| 1274 |
"raw_hits": []
|
| 1275 |
},
|
| 1276 |
{
|
| 1277 |
+
"name": "temporal_order: public_field_plain_goal_is_human_readable",
|
| 1278 |
"status": "pass",
|
| 1279 |
+
"value": "Tell whether two nearby windows are in the correct time order.",
|
| 1280 |
"raw_hits": []
|
| 1281 |
},
|
| 1282 |
{
|
| 1283 |
+
"name": "temporal_order: public_field_process_short_is_human_readable",
|
| 1284 |
"status": "pass",
|
| 1285 |
+
"value": "pair builder -> feature combiner -> binary classifier",
|
| 1286 |
"raw_hits": []
|
| 1287 |
},
|
| 1288 |
{
|
|
|
|
| 1360 |
"observed": "misalignment_detection"
|
| 1361 |
},
|
| 1362 |
{
|
| 1363 |
+
"name": "misalignment_detection: public_field_input_short_is_human_readable",
|
| 1364 |
"status": "pass",
|
| 1365 |
+
"value": "motion-side and visual/depth-side feature groups",
|
| 1366 |
"raw_hits": []
|
| 1367 |
},
|
| 1368 |
{
|
| 1369 |
+
"name": "misalignment_detection: public_field_card_blurb_is_human_readable",
|
| 1370 |
"status": "pass",
|
| 1371 |
+
"value": "Detect whether motion and visual/depth streams have been artificially shifted out of sync.",
|
| 1372 |
"raw_hits": []
|
| 1373 |
},
|
| 1374 |
{
|
| 1375 |
+
"name": "misalignment_detection: public_field_display_name_is_human_readable",
|
| 1376 |
"status": "pass",
|
| 1377 |
+
"value": "Multimodal Synchronization Detection",
|
| 1378 |
"raw_hits": []
|
| 1379 |
},
|
| 1380 |
{
|
| 1381 |
+
"name": "misalignment_detection: public_field_output_short_is_human_readable",
|
| 1382 |
"status": "pass",
|
| 1383 |
+
"value": "aligned or shifted",
|
| 1384 |
"raw_hits": []
|
| 1385 |
},
|
| 1386 |
{
|
| 1387 |
+
"name": "misalignment_detection: public_field_research_name_is_human_readable",
|
| 1388 |
"status": "pass",
|
| 1389 |
+
"value": "Cross-Modal Misalignment Detection",
|
| 1390 |
"raw_hits": []
|
| 1391 |
},
|
| 1392 |
{
|
| 1393 |
+
"name": "misalignment_detection: public_field_plain_goal_is_human_readable",
|
| 1394 |
"status": "pass",
|
| 1395 |
+
"value": "Detect when modalities that should match are shifted out of sync.",
|
| 1396 |
"raw_hits": []
|
| 1397 |
},
|
| 1398 |
{
|
| 1399 |
+
"name": "misalignment_detection: public_field_process_short_is_human_readable",
|
| 1400 |
"status": "pass",
|
| 1401 |
+
"value": "aligned/shifted pairs -> feature combiner -> binary classifier",
|
| 1402 |
"raw_hits": []
|
| 1403 |
},
|
| 1404 |
{
|
metrics/website_integrity.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
-
"generated_at_utc": "2026-06-
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
-
"local_references":
|
| 9 |
-
"external_reference_count":
|
| 10 |
-
"json_files":
|
| 11 |
"image_assets_referenced": 22,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
@@ -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",
|
|
@@ -119,13 +119,13 @@
|
|
| 119 |
"name": "reader_resources_link_qwen_status",
|
| 120 |
"status": "pass",
|
| 121 |
"reason": "The website should expose the Qwen3-Omni scale-up status.",
|
| 122 |
-
"marker_count":
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"name": "roadmap_html_matches_json_phases",
|
| 126 |
"status": "pass",
|
| 127 |
"reason": "The roadmap section should show every stage defined in research_roadmap.json.",
|
| 128 |
-
"phase_count":
|
| 129 |
"missing_phase_names": [],
|
| 130 |
"roadmap_json_error": null
|
| 131 |
},
|
|
@@ -133,11 +133,12 @@
|
|
| 133 |
"name": "roadmap_status_chips_match_json",
|
| 134 |
"status": "pass",
|
| 135 |
"reason": "The roadmap status chips should match the phase statuses in research_roadmap.json.",
|
| 136 |
-
"phase_count":
|
| 137 |
"statuses": [
|
| 138 |
"implemented",
|
| 139 |
-
"
|
| 140 |
-
"
|
|
|
|
| 141 |
"next",
|
| 142 |
"planned",
|
| 143 |
"planned",
|
|
@@ -151,8 +152,8 @@
|
|
| 151 |
"status": "pass",
|
| 152 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 153 |
"overview_index": 67412,
|
| 154 |
-
"protocol_index":
|
| 155 |
-
"evidence_index":
|
| 156 |
},
|
| 157 |
{
|
| 158 |
"name": "evaluation_protocol_links_json",
|
|
@@ -226,7 +227,7 @@
|
|
| 226 |
{
|
| 227 |
"path": "index.html",
|
| 228 |
"id_count": 77,
|
| 229 |
-
"reference_count":
|
| 230 |
"image_count": 24
|
| 231 |
},
|
| 232 |
{
|
|
@@ -245,12 +246,12 @@
|
|
| 245 |
"json_files": [
|
| 246 |
{
|
| 247 |
"path": "data/additional_development_directions.json",
|
| 248 |
-
"bytes":
|
| 249 |
"top_level_type": "dict"
|
| 250 |
},
|
| 251 |
{
|
| 252 |
"path": "data/artifact_index.json",
|
| 253 |
-
"bytes":
|
| 254 |
"top_level_type": "dict"
|
| 255 |
},
|
| 256 |
{
|
|
@@ -265,12 +266,12 @@
|
|
| 265 |
},
|
| 266 |
{
|
| 267 |
"path": "data/evaluation_protocol.json",
|
| 268 |
-
"bytes":
|
| 269 |
"top_level_type": "dict"
|
| 270 |
},
|
| 271 |
{
|
| 272 |
"path": "data/evidence_contract.json",
|
| 273 |
-
"bytes":
|
| 274 |
"top_level_type": "dict"
|
| 275 |
},
|
| 276 |
{
|
|
@@ -280,7 +281,7 @@
|
|
| 280 |
},
|
| 281 |
{
|
| 282 |
"path": "data/foundation_model_plan.json",
|
| 283 |
-
"bytes":
|
| 284 |
"top_level_type": "dict"
|
| 285 |
},
|
| 286 |
{
|
|
@@ -290,7 +291,7 @@
|
|
| 290 |
},
|
| 291 |
{
|
| 292 |
"path": "data/mirror_parity.json",
|
| 293 |
-
"bytes":
|
| 294 |
"top_level_type": "dict"
|
| 295 |
},
|
| 296 |
{
|
|
@@ -298,24 +299,29 @@
|
|
| 298 |
"bytes": 3797,
|
| 299 |
"top_level_type": "dict"
|
| 300 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
{
|
| 302 |
"path": "data/project_brief.json",
|
| 303 |
-
"bytes":
|
| 304 |
"top_level_type": "dict"
|
| 305 |
},
|
| 306 |
{
|
| 307 |
"path": "data/project_manifest.json",
|
| 308 |
-
"bytes":
|
| 309 |
"top_level_type": "dict"
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"path": "data/project_packet.json",
|
| 313 |
-
"bytes":
|
| 314 |
"top_level_type": "dict"
|
| 315 |
},
|
| 316 |
{
|
| 317 |
"path": "data/project_status.json",
|
| 318 |
-
"bytes":
|
| 319 |
"top_level_type": "dict"
|
| 320 |
},
|
| 321 |
{
|
|
@@ -340,7 +346,7 @@
|
|
| 340 |
},
|
| 341 |
{
|
| 342 |
"path": "data/reproducibility_matrix.json",
|
| 343 |
-
"bytes":
|
| 344 |
"top_level_type": "dict"
|
| 345 |
},
|
| 346 |
{
|
|
@@ -355,22 +361,22 @@
|
|
| 355 |
},
|
| 356 |
{
|
| 357 |
"path": "data/research_roadmap.json",
|
| 358 |
-
"bytes":
|
| 359 |
"top_level_type": "dict"
|
| 360 |
},
|
| 361 |
{
|
| 362 |
"path": "data/research_roadmap_interactive.json",
|
| 363 |
-
"bytes":
|
| 364 |
"top_level_type": "dict"
|
| 365 |
},
|
| 366 |
{
|
| 367 |
"path": "data/research_takeaways.json",
|
| 368 |
-
"bytes":
|
| 369 |
"top_level_type": "dict"
|
| 370 |
},
|
| 371 |
{
|
| 372 |
"path": "data/scope_claims_audit.json",
|
| 373 |
-
"bytes":
|
| 374 |
"top_level_type": "dict"
|
| 375 |
},
|
| 376 |
{
|
|
@@ -385,7 +391,7 @@
|
|
| 385 |
},
|
| 386 |
{
|
| 387 |
"path": "data/summary_metrics.json",
|
| 388 |
-
"bytes":
|
| 389 |
"top_level_type": "dict"
|
| 390 |
},
|
| 391 |
{
|
|
@@ -400,7 +406,7 @@
|
|
| 400 |
},
|
| 401 |
{
|
| 402 |
"path": "data/website_integrity.json",
|
| 403 |
-
"bytes":
|
| 404 |
"top_level_type": "dict"
|
| 405 |
},
|
| 406 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"status": "pass",
|
| 3 |
+
"generated_at_utc": "2026-06-06T14:36:10+00:00",
|
| 4 |
"docs_root": "docs",
|
| 5 |
"site_base": "/ropedia-xperience-10m-task-suite/",
|
| 6 |
"summary": {
|
| 7 |
"html_pages": 4,
|
| 8 |
+
"local_references": 133,
|
| 9 |
+
"external_reference_count": 107,
|
| 10 |
+
"json_files": 34,
|
| 11 |
"image_assets_referenced": 22,
|
| 12 |
"failure_count": 0
|
| 13 |
},
|
|
|
|
| 75 |
"status": "pass",
|
| 76 |
"reason": "The project overview should appear before the deeper progress ledger.",
|
| 77 |
"overview_index": 67412,
|
| 78 |
+
"evidence_index": 89661
|
| 79 |
},
|
| 80 |
{
|
| 81 |
"name": "project_status_links_json",
|
|
|
|
| 119 |
"name": "reader_resources_link_qwen_status",
|
| 120 |
"status": "pass",
|
| 121 |
"reason": "The website should expose the Qwen3-Omni scale-up status.",
|
| 122 |
+
"marker_count": 5
|
| 123 |
},
|
| 124 |
{
|
| 125 |
"name": "roadmap_html_matches_json_phases",
|
| 126 |
"status": "pass",
|
| 127 |
"reason": "The roadmap section should show every stage defined in research_roadmap.json.",
|
| 128 |
+
"phase_count": 8,
|
| 129 |
"missing_phase_names": [],
|
| 130 |
"roadmap_json_error": null
|
| 131 |
},
|
|
|
|
| 133 |
"name": "roadmap_status_chips_match_json",
|
| 134 |
"status": "pass",
|
| 135 |
"reason": "The roadmap status chips should match the phase statuses in research_roadmap.json.",
|
| 136 |
+
"phase_count": 8,
|
| 137 |
"statuses": [
|
| 138 |
"implemented",
|
| 139 |
+
"implemented_for_first_pilot",
|
| 140 |
+
"verified_baseline",
|
| 141 |
+
"active_next_step",
|
| 142 |
"next",
|
| 143 |
"planned",
|
| 144 |
"planned",
|
|
|
|
| 152 |
"status": "pass",
|
| 153 |
"reason": "The evaluation protocol should appear before the deeper evidence ledger.",
|
| 154 |
"overview_index": 67412,
|
| 155 |
+
"protocol_index": 86399,
|
| 156 |
+
"evidence_index": 89661
|
| 157 |
},
|
| 158 |
{
|
| 159 |
"name": "evaluation_protocol_links_json",
|
|
|
|
| 227 |
{
|
| 228 |
"path": "index.html",
|
| 229 |
"id_count": 77,
|
| 230 |
+
"reference_count": 110,
|
| 231 |
"image_count": 24
|
| 232 |
},
|
| 233 |
{
|
|
|
|
| 246 |
"json_files": [
|
| 247 |
{
|
| 248 |
"path": "data/additional_development_directions.json",
|
| 249 |
+
"bytes": 6121,
|
| 250 |
"top_level_type": "dict"
|
| 251 |
},
|
| 252 |
{
|
| 253 |
"path": "data/artifact_index.json",
|
| 254 |
+
"bytes": 37736,
|
| 255 |
"top_level_type": "dict"
|
| 256 |
},
|
| 257 |
{
|
|
|
|
| 266 |
},
|
| 267 |
{
|
| 268 |
"path": "data/evaluation_protocol.json",
|
| 269 |
+
"bytes": 13788,
|
| 270 |
"top_level_type": "dict"
|
| 271 |
},
|
| 272 |
{
|
| 273 |
"path": "data/evidence_contract.json",
|
| 274 |
+
"bytes": 12219,
|
| 275 |
"top_level_type": "dict"
|
| 276 |
},
|
| 277 |
{
|
|
|
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"path": "data/foundation_model_plan.json",
|
| 284 |
+
"bytes": 13112,
|
| 285 |
"top_level_type": "dict"
|
| 286 |
},
|
| 287 |
{
|
|
|
|
| 291 |
},
|
| 292 |
{
|
| 293 |
"path": "data/mirror_parity.json",
|
| 294 |
+
"bytes": 111950,
|
| 295 |
"top_level_type": "dict"
|
| 296 |
},
|
| 297 |
{
|
|
|
|
| 299 |
"bytes": 3797,
|
| 300 |
"top_level_type": "dict"
|
| 301 |
},
|
| 302 |
+
{
|
| 303 |
+
"path": "data/omni_finetune_verified_result.json",
|
| 304 |
+
"bytes": 3145,
|
| 305 |
+
"top_level_type": "dict"
|
| 306 |
+
},
|
| 307 |
{
|
| 308 |
"path": "data/project_brief.json",
|
| 309 |
+
"bytes": 3752,
|
| 310 |
"top_level_type": "dict"
|
| 311 |
},
|
| 312 |
{
|
| 313 |
"path": "data/project_manifest.json",
|
| 314 |
+
"bytes": 4927,
|
| 315 |
"top_level_type": "dict"
|
| 316 |
},
|
| 317 |
{
|
| 318 |
"path": "data/project_packet.json",
|
| 319 |
+
"bytes": 7802,
|
| 320 |
"top_level_type": "dict"
|
| 321 |
},
|
| 322 |
{
|
| 323 |
"path": "data/project_status.json",
|
| 324 |
+
"bytes": 10977,
|
| 325 |
"top_level_type": "dict"
|
| 326 |
},
|
| 327 |
{
|
|
|
|
| 346 |
},
|
| 347 |
{
|
| 348 |
"path": "data/reproducibility_matrix.json",
|
| 349 |
+
"bytes": 5223,
|
| 350 |
"top_level_type": "dict"
|
| 351 |
},
|
| 352 |
{
|
|
|
|
| 361 |
},
|
| 362 |
{
|
| 363 |
"path": "data/research_roadmap.json",
|
| 364 |
+
"bytes": 8981,
|
| 365 |
"top_level_type": "dict"
|
| 366 |
},
|
| 367 |
{
|
| 368 |
"path": "data/research_roadmap_interactive.json",
|
| 369 |
+
"bytes": 142418,
|
| 370 |
"top_level_type": "dict"
|
| 371 |
},
|
| 372 |
{
|
| 373 |
"path": "data/research_takeaways.json",
|
| 374 |
+
"bytes": 7102,
|
| 375 |
"top_level_type": "dict"
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"path": "data/scope_claims_audit.json",
|
| 379 |
+
"bytes": 20823,
|
| 380 |
"top_level_type": "dict"
|
| 381 |
},
|
| 382 |
{
|
|
|
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"path": "data/summary_metrics.json",
|
| 394 |
+
"bytes": 26028,
|
| 395 |
"top_level_type": "dict"
|
| 396 |
},
|
| 397 |
{
|
|
|
|
| 406 |
},
|
| 407 |
{
|
| 408 |
"path": "data/website_integrity.json",
|
| 409 |
+
"bytes": 15221,
|
| 410 |
"top_level_type": "dict"
|
| 411 |
},
|
| 412 |
{
|
scripts/build_artifact_index.py
CHANGED
|
@@ -81,6 +81,54 @@ ARTIFACTS = [
|
|
| 81 |
"surface": "website_hf",
|
| 82 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 83 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
{
|
| 85 |
"id": "additional_development_directions",
|
| 86 |
"title": "Additional development directions",
|
|
@@ -616,7 +664,7 @@ ARTIFACTS = [
|
|
| 616 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 617 |
"kind": "scaleup_status",
|
| 618 |
"surface": "repo_hf",
|
| 619 |
-
"shows": "Summarizes the
|
| 620 |
},
|
| 621 |
{
|
| 622 |
"id": "multi_episode_access_status",
|
|
|
|
| 81 |
"surface": "website_hf",
|
| 82 |
"shows": "Machine-readable foundation-model selection matrix with source links, entry conditions, and evaluation additions.",
|
| 83 |
},
|
| 84 |
+
{
|
| 85 |
+
"id": "omni_model_extension_contract",
|
| 86 |
+
"title": "Omni model extension contract",
|
| 87 |
+
"path": "OMNI_MODEL_EXTENSION_CONTRACT.md",
|
| 88 |
+
"kind": "scaleup_contract",
|
| 89 |
+
"surface": "repo_hf",
|
| 90 |
+
"shows": "Defines the shared manifest, episode split, held-out evaluation, packaging, and public-safety rules for Qwen3-Omni, Cosmos-style, and VLA/policy model branches.",
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": "omni_backbone_registry_configs",
|
| 94 |
+
"title": "Omni backbone registry configs",
|
| 95 |
+
"path": "configs/omni_backbones",
|
| 96 |
+
"kind": "scaleup_contract",
|
| 97 |
+
"surface": "repo_hf",
|
| 98 |
+
"shows": "Stores the implemented Qwen3-Omni LoRA contract and planned Cosmos-style world-model and VLA/policy branch contracts.",
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "omni_backbone_registry_validator",
|
| 102 |
+
"title": "Omni backbone registry validator",
|
| 103 |
+
"path": "scripts/omni/backbone_registry.py",
|
| 104 |
+
"kind": "scaleup_contract",
|
| 105 |
+
"surface": "repo_hf",
|
| 106 |
+
"shows": "Validates backbone ids, split defaults, leakage guards, required metrics, required files, and forbidden public package categories.",
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": "omni_model_neutral_window_index_exporter",
|
| 110 |
+
"title": "Model-neutral window index exporter",
|
| 111 |
+
"path": "scripts/omni/export_model_neutral_window_index.py",
|
| 112 |
+
"kind": "scaleup_contract",
|
| 113 |
+
"surface": "repo_hf",
|
| 114 |
+
"shows": "Converts Qwen JSONL records into a model-neutral window index with Qwen, Cosmos-style, and policy/VLA adapter views.",
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"id": "omni_backbone_scaffolder",
|
| 118 |
+
"title": "Omni backbone scaffolder",
|
| 119 |
+
"path": "scripts/omni/scaffold_omni_backbone.py",
|
| 120 |
+
"kind": "scaleup_contract",
|
| 121 |
+
"surface": "repo_hf",
|
| 122 |
+
"shows": "Creates a validated planned-backbone config from an existing contract template so new model families inherit the shared rules.",
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"id": "omni_backbone_packaging_smoke",
|
| 126 |
+
"title": "Omni backbone packaging smoke test",
|
| 127 |
+
"path": "scripts/omni/smoke_test_backbone_packaging.py",
|
| 128 |
+
"kind": "scaleup_contract",
|
| 129 |
+
"surface": "repo_hf",
|
| 130 |
+
"shows": "Builds synthetic verified packages for every configured backbone and audits them against the public-safe package contract.",
|
| 131 |
+
},
|
| 132 |
{
|
| 133 |
"id": "additional_development_directions",
|
| 134 |
"title": "Additional development directions",
|
|
|
|
| 664 |
"path": "results/omni_finetune/DATA_ACCESS_STATUS.md",
|
| 665 |
"kind": "scaleup_status",
|
| 666 |
"surface": "repo_hf",
|
| 667 |
+
"shows": "Summarizes the data-readiness checks required before a held-out Qwen3-Omni pilot can report metrics.",
|
| 668 |
},
|
| 669 |
{
|
| 670 |
"id": "multi_episode_access_status",
|