ltzheng commited on
Commit
0835ec7
·
verified ·
1 Parent(s): 4aa9641

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -23,7 +23,7 @@ dataset_info:
23
  struct:
24
  - name: x
25
  dtype: float32
26
- - name: y
27
  dtype: float32
28
  - name: width
29
  dtype: float32
@@ -45,13 +45,22 @@ dataset_info:
45
  dtype: bool
46
  splits:
47
  - name: train
48
- num_bytes: 2343867236.0
49
  num_examples: 345
50
  download_size: 1425594267
51
- dataset_size: 2343867236.0
52
  configs:
53
  - config_name: default
54
  data_files:
55
  - split: train
56
  path: data/train-*
 
 
 
 
 
57
  ---
 
 
 
 
 
23
  struct:
24
  - name: x
25
  dtype: float32
26
+ - name: 'y'
27
  dtype: float32
28
  - name: width
29
  dtype: float32
 
45
  dtype: bool
46
  splits:
47
  - name: train
48
+ num_bytes: 2343867236
49
  num_examples: 345
50
  download_size: 1425594267
51
+ dataset_size: 2343867236
52
  configs:
53
  - config_name: default
54
  data_files:
55
  - split: train
56
  path: data/train-*
57
+ license: mit
58
+ task_categories:
59
+ - visual-question-answering
60
+ language:
61
+ - en
62
  ---
63
+
64
+ # IDM-Multiple
65
+
66
+ IDM-Multiple is part of the IDMBench in AgentStudio for evaluating agent's ability to learn from Internet-scale videos without action labels. Specifically, this dataset requires VLMs to answer an action sequence within a video clip of screen recoding. Please note that this dataset is a test set rather than a training set. Therefore, please do not use it for training. More details are provided in the [project page](https://computer-agents.github.io/agent-studio).