Add canonical model config for download stats
Browse files- config.json +24 -0
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "xperience10m_task_baseline_suite",
|
| 3 |
+
"library_name": "pytorch",
|
| 4 |
+
"pipeline_tag": "robotics",
|
| 5 |
+
"project": "Ropedia Xperience-10M Task Suite",
|
| 6 |
+
"description": "Minimal NumPy baselines and compact PyTorch MLP checkpoints for single-episode Xperience-10M embodied-AI task probes.",
|
| 7 |
+
"source_datasets": [
|
| 8 |
+
"ropedia-ai/xperience-10m",
|
| 9 |
+
"ropedia-ai/xperience-10m-sample"
|
| 10 |
+
],
|
| 11 |
+
"base_model_reference": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
|
| 12 |
+
"artifact_layout": {
|
| 13 |
+
"minimal_numpy_baselines": "artifacts/**/model.npz",
|
| 14 |
+
"neural_mlp_baselines": "artifacts/episode_task_suite/neural_mlp/**/model.pt",
|
| 15 |
+
"metrics": "artifacts/**/metrics.json",
|
| 16 |
+
"predictions": "artifacts/**/*predictions*"
|
| 17 |
+
},
|
| 18 |
+
"download_entrypoint": "config.json",
|
| 19 |
+
"notes": [
|
| 20 |
+
"This repository is a baseline/artifact model repository, not a single Transformers checkpoint.",
|
| 21 |
+
"Use huggingface_hub snapshot_download or hf_hub_download to retrieve the artifacts needed for a task.",
|
| 22 |
+
"The root config.json provides a canonical Hugging Face Hub query file for model download accounting."
|
| 23 |
+
]
|
| 24 |
+
}
|