Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
bansalaman18 bansalaman commited on
Commit
cf5338b
1 Parent(s): e33e262

Update README.md (#2)

Browse files

- Update README.md (4e729abed9ee85f7ca0da0296eba68de849b6129)


Co-authored-by: Aman Bansal <bansalaman@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +33 -28
README.md CHANGED
@@ -1,28 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: image
6
- dtype: image
7
- - name: difficulty_in_understanding
8
- dtype: string
9
- - name: left_image
10
- dtype: string
11
- - name: overall_description
12
- dtype: string
13
- - name: right_image
14
- dtype: string
15
- - name: stage
16
- dtype: string
17
- splits:
18
- - name: train
19
- num_bytes: 142007936.672
20
- num_examples: 1084
21
- download_size: 139447610
22
- dataset_size: 142007936.672
23
- configs:
24
- - config_name: default
25
- data_files:
26
- - split: train
27
- path: data/train-*
28
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: difficulty_in_understanding
8
+ dtype: string
9
+ - name: left_image
10
+ dtype: string
11
+ - name: overall_description
12
+ dtype: string
13
+ - name: right_image
14
+ dtype: string
15
+ - name: stage
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 142007936.672
20
+ num_examples: 1084
21
+ download_size: 139447610
22
+ dataset_size: 142007936.672
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ language:
29
+ - en
30
+ pretty_name: 'Y'
31
+ size_categories:
32
+ - 1K<n<10K
33
+ ---