zhangzixin02 commited on
Commit
84f1fe5
·
verified ·
1 Parent(s): b23dbac

Update README.md

Browse files

PhysToolBench: Benchmarking Physical Tool Understanding for MLLMs
[github repo](https://github.com/EnVision-Research/PhysToolBench)

Files changed (1) hide show
  1. README.md +0 -29
README.md CHANGED
@@ -1,29 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: difficulty
7
- dtype: string
8
- - name: task_id
9
- dtype: string
10
- - name: image
11
- dtype: image
12
- - name: correct_tool
13
- dtype: string
14
- - name: cot_prompt
15
- dtype: string
16
- - name: no_cot_prompt
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 1670050311
21
- num_examples: 1012
22
- download_size: 1670796005
23
- dataset_size: 1670050311
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
- ---