Robotics
PyTorch
Cosmos
xperience10m_task_baseline_suite
embodied-ai
multimodal
xperience-10m
baseline
evaluation
qwen3-omni
Instructions to use cy0307/ropedia-xperience-10m-task-baselines with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use cy0307/ropedia-xperience-10m-task-baselines with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 725 Bytes
540e67a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"name": "Ropedia Xperience-10M Task Suite",
"short_name": "Xperience-10M",
"description": "Research-development multimodal embodied-AI task lab for the public Xperience-10M sample.",
"start_url": "/ropedia-xperience-10m-task-suite/",
"display": "standalone",
"background_color": "#020502",
"theme_color": "#020502",
"icons": [
{
"src": "assets/brand/xperience10m-logo-favicon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "assets/brand/xperience10m-logo-mark-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/brand/xperience10m-logo-mark-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
|