Add WBench evaluation results
Browse filesThis PR adds this model's results on [**WBench**](https://github.com/meituan-longcat/WBench) — a multi-turn benchmark for interactive video world models (289 cases, 22 metrics, 5 dimensions), now registered as a benchmark on the Hub.
Scores link to the [leaderboard](https://meituan-longcat.github.io/WBench/). Feel free to close if you'd prefer not to include it — thanks for the great work!
- .eval_results/wbench.yaml +14 -0
.eval_results/wbench.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- dataset:
|
| 2 |
+
id: meituan-longcat/WBench
|
| 3 |
+
task_id: wbench_navi
|
| 4 |
+
value: 70.7
|
| 5 |
+
source:
|
| 6 |
+
url: https://meituan-longcat.github.io/WBench/
|
| 7 |
+
name: WBench Leaderboard
|
| 8 |
+
- dataset:
|
| 9 |
+
id: meituan-longcat/WBench
|
| 10 |
+
task_id: wbench_full
|
| 11 |
+
value: 65.7
|
| 12 |
+
source:
|
| 13 |
+
url: https://meituan-longcat.github.io/WBench/
|
| 14 |
+
name: WBench Leaderboard
|