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: 554 Bytes
540e67a a8124a8 540e67a a8124a8 540e67a a8124a8 540e67a eeac43c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"accuracy": 0.4540229885057471,
"precision": 0.4665271966527197,
"recall": 0.6408045977011494,
"f1": 0.5399515738498789,
"tp": 223,
"tn": 93,
"fp": 255,
"fn": 125,
"positive_rate_true": 0.5,
"positive_rate_pred": 0.6867816091954023,
"task": "temporal_order",
"input": "two adjacent windows -> whether order is correct",
"split": "chronological",
"num_samples": 2320,
"num_train_samples": 1624,
"num_test_samples": 696,
"train_final_accuracy": 0.5086206896551724,
"task_display_name": "Temporal Order Verification"
}
|