Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
leonardPKU commited on
Commit
ac92716
·
verified ·
1 Parent(s): 1c5a93c

Upload dataset

Browse files
Open-World Game/test_open-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80042450e2658dcb5ff28388986ec4a73c4202c474cfc21ad1bb28a834e9001f
3
+ size 15980762
README.md CHANGED
@@ -62,6 +62,34 @@ dataset_info:
62
  num_examples: 200
63
  download_size: 105390299
64
  dataset_size: 269529637.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  configs:
66
  - config_name: Autonomous Driving
67
  data_files:
@@ -75,4 +103,8 @@ configs:
75
  path: Domestic Robot/test_open-*
76
  - split: test_closed
77
  path: Domestic Robot/test_closed-*
 
 
 
 
78
  ---
 
62
  num_examples: 200
63
  download_size: 105390299
64
  dataset_size: 269529637.0
65
+ - config_name: Open-World Game
66
+ features:
67
+ - name: domain
68
+ dtype: string
69
+ - name: image
70
+ dtype: image
71
+ - name: question
72
+ dtype: string
73
+ - name: actions
74
+ sequence: string
75
+ - name: answer_index
76
+ dtype: int64
77
+ - name: reason
78
+ dtype: string
79
+ - name: key_concept
80
+ sequence: string
81
+ - name: question_prompt
82
+ dtype: string
83
+ - name: answer_with_reason
84
+ dtype: string
85
+ - name: full_meta_data_json
86
+ dtype: string
87
+ splits:
88
+ - name: test_open
89
+ num_bytes: 16139511.0
90
+ num_examples: 117
91
+ download_size: 15980762
92
+ dataset_size: 16139511.0
93
  configs:
94
  - config_name: Autonomous Driving
95
  data_files:
 
103
  path: Domestic Robot/test_open-*
104
  - split: test_closed
105
  path: Domestic Robot/test_closed-*
106
+ - config_name: Open-World Game
107
+ data_files:
108
+ - split: test_open
109
+ path: Open-World Game/test_open-*
110
  ---