linjieli222 commited on
Commit
51f636e
·
verified ·
1 Parent(s): 192fb53

Add 2point_furthest dataset configuration

Browse files
2point_furthest/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f67014508c398b06e9b218e1413432bee74bacfa9cc3c2de6fe172fce36a698
3
+ size 94369137
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 2point_furthest
4
+ features:
5
+ - name: question
6
+ dtype: string
7
+ - name: answer
8
+ dtype: string
9
+ - name: choices
10
+ sequence: string
11
+ - name: topdown_image
12
+ dtype: image
13
+ - name: sideview_images
14
+ sequence: image
15
+ - name: sideview_desc
16
+ dtype: string
17
+ - name: sideview_sentences
18
+ sequence: 'null'
19
+ - name: text_thought
20
+ dtype: 'null'
21
+ - name: mm_thought
22
+ dtype: string
23
+ - name: scene_id
24
+ dtype: string
25
+ - name: sample_id
26
+ dtype: string
27
+ - name: room_type
28
+ dtype: string
29
+ - name: side
30
+ dtype: string
31
+ - name: direction
32
+ dtype: string
33
+ - name: path_summary
34
+ dtype: string
35
+ - name: dataset
36
+ dtype: string
37
+ - name: question_variant
38
+ dtype: string
39
+ - name: num_sideview_images
40
+ dtype: int64
41
+ - name: metadata
42
+ dtype: string
43
+ splits:
44
+ - name: train
45
+ num_bytes: 214638755.98
46
+ num_examples: 1622
47
+ download_size: 94369137
48
+ dataset_size: 214638755.98
49
+ configs:
50
+ - config_name: 2point_furthest
51
+ data_files:
52
+ - split: train
53
+ path: 2point_furthest/train-*
54
+ ---