THUdyh commited on
Commit
f7cd9c7
1 Parent(s): 1329468

Upload 4 files

Browse files
instructions/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["val"]}
instructions/val/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc8aef042f8b23b7b5f13c780ab80f02939fa6b479874e7925afed8653ae2e22
3
+ size 332832
instructions/val/dataset_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "robovqa",
3
+ "citation": "@inproceedings{robovqa2023arxiv,\n title={RoboVQA: Multimodal Long-Horizon Reasoning for Robotics},\n author={Pierre Sermanet and Tianli Ding and Jeffrey Zhao and Fei Xia and Debidatta Dwibedi and Keerthana Gopalakrishnan and Christine Chan and Gabriel Dulac-Arnold and Sharath Maddineni and Nikhil J Joshi and Pete Florence and Wei Han and Robert Baruch and Yao Lu and Suvir Mirchandani and Peng Xu and Pannag Sanketi and Karol Hausman and Izhak Shafran and Brian Ichter and Yuan Cao},\n booktitle={arXiv preprint arXiv:2311.00899},\n year={2023}\n}\n",
4
+ "config_name": "val_instructions",
5
+ "dataset_name": "robovqa",
6
+ "dataset_size": 331492,
7
+ "description": "RoboVQA: Multimodal Long-Horizon Reasoning for Robotics\n",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "sequence_id": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "question": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "answer": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ }
27
+ },
28
+ "homepage": "https://robovqa.github.io/",
29
+ "license": "Apache",
30
+ "size_in_bytes": 331492,
31
+ "splits": {
32
+ "val": {
33
+ "name": "val",
34
+ "num_bytes": 331492,
35
+ "num_examples": 1894,
36
+ "dataset_name": "robovqa"
37
+ }
38
+ },
39
+ "version": {
40
+ "version_str": "0.0.1",
41
+ "major": 0,
42
+ "minor": 0,
43
+ "patch": 1
44
+ }
45
+ }
instructions/val/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "7abfe75fca359210",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "val"
13
+ }