| { | |
| "model_type": "xperience10m_task_baseline_suite", | |
| "project": "Ropedia Xperience-10M Task Suite", | |
| "description": "Minimal NumPy baselines and compact PyTorch MLP checkpoints for single-episode Xperience-10M embodied-AI task probes.", | |
| "source_datasets": [ | |
| "ropedia-ai/xperience-10m", | |
| "ropedia-ai/xperience-10m-sample" | |
| ], | |
| "base_model_reference": "Qwen/Qwen3-Omni-30B-A3B-Instruct", | |
| "artifact_layout": { | |
| "pytorch_bundle": "pytorch_model.bin", | |
| "pytorch_bundle_manifest": "pytorch_model_manifest.json", | |
| "minimal_numpy_baselines": "artifacts/**/model.npz", | |
| "neural_mlp_baselines": "artifacts/episode_task_suite/neural_mlp/**/model.pt", | |
| "metrics": "artifacts/**/metrics.json", | |
| "predictions": "artifacts/**/*predictions*" | |
| } | |
| } | |