vishal0524 commited on
Commit
0b3091e
·
verified ·
1 Parent(s): a12bad3

Upload dataset

Browse files
README.md CHANGED
@@ -1,7 +1,37 @@
1
  ---
2
- # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
- # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Dataset Card for Dataset Name
 
1
  ---
2
+ dataset_info:
3
+ features:
4
+ - name: questionId
5
+ dtype: int32
6
+ - name: question
7
+ dtype: string
8
+ - name: question_types
9
+ sequence: string
10
+ - name: image
11
+ dtype: image
12
+ - name: answers
13
+ sequence: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 6825785.0
17
+ num_examples: 111
18
+ - name: test
19
+ num_bytes: 6748506.0
20
+ num_examples: 95
21
+ - name: validation
22
+ num_bytes: 6707008.0
23
+ num_examples: 71
24
+ download_size: 20277537
25
+ dataset_size: 20281299.0
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: data/train-*
31
+ - split: test
32
+ path: data/test-*
33
+ - split: validation
34
+ path: data/validation-*
35
  ---
36
 
37
  # Dataset Card for Dataset Name
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2aef13e8c10dfc1e8a23e85390dda2b30e7a91e6ac0fdecc17aef64177d7ef
3
+ size 6745578
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc1642cb2021a9984baebfe6aeb8ac67016da4928939c205d829315cdb1dccf2
3
+ size 6824639
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d93bf1674225299d08fbfa3cd59e912f9fa00c947d93c178fad125ff1cb583c3
3
+ size 6707320