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: 683 Bytes
eea471e a8124a8 eea471e a8124a8 eea471e eeac43c | 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 | {
"accuracy": 0.029154518950437316,
"balanced_accuracy": 0.03125,
"macro_f1": 0.05,
"weighted_f1": 0.04664723032069971,
"num_eval_windows": 343,
"num_classes": 18,
"task": "timeline_action",
"input": "all modalities -> current action label",
"split": "chronological",
"num_windows": 1144,
"num_train_windows": 801,
"num_test_windows": 343,
"feature_dim": 8546,
"majority_baseline_accuracy": 0.0,
"train_final_accuracy": 1.0,
"train_final_loss": 0.016824405640363693,
"unseen_test_classes": [
"Place item on table",
"Pour coffee",
"Pour milk into coffee",
"Wait/Prepare for pouring"
],
"task_display_name": "Action Recognition"
}
|