jdsannchao commited on
Commit
60b17c8
1 Parent(s): 02a814b

Upload dataset

Browse files
Files changed (2) hide show
  1. CLEVRER/train-00000-of-00001.parquet +3 -0
  2. README.md +24 -0
CLEVRER/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b235ca12bfcfedf08e9405554baa67100f3cf99ab5eef87f497e68e13c76ab37
3
+ size 203081
README.md CHANGED
@@ -1,5 +1,29 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  Here we create two datasets (from existing datasets: CLEVRER, VisualGenome) for the Object Counting instruction tuning task.
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ config_name: CLEVRER
5
+ features:
6
+ - name: video_filename
7
+ dtype: string
8
+ - name: scene_index
9
+ dtype: int64
10
+ - name: question_text
11
+ dtype: string
12
+ - name: answer_text
13
+ dtype: string
14
+ - name: attributes_list
15
+ sequence: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 2029869
19
+ num_examples: 13374
20
+ download_size: 203081
21
+ dataset_size: 2029869
22
+ configs:
23
+ - config_name: CLEVRER
24
+ data_files:
25
+ - split: train
26
+ path: CLEVRER/train-*
27
  ---
28
 
29
  Here we create two datasets (from existing datasets: CLEVRER, VisualGenome) for the Object Counting instruction tuning task.