vihangp commited on
Commit
17372b5
·
1 Parent(s): f650164

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: caption
7
+ dtype: string
8
+ - name: url
9
+ dtype: string
10
+ - name: key
11
+ dtype: string
12
+ - name: status
13
+ dtype: string
14
+ - name: error_message
15
+ dtype: 'null'
16
+ - name: width
17
+ dtype: int64
18
+ - name: height
19
+ dtype: int64
20
+ - name: original_width
21
+ dtype: int64
22
+ - name: original_height
23
+ dtype: int64
24
+ - name: exif
25
+ dtype: string
26
+ - name: sha256
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1884418582.296
31
+ num_examples: 18982
32
+ - name: validation
33
+ num_bytes: 1827717279.35
34
+ num_examples: 18935
35
+ download_size: 1641694126
36
+ dataset_size: 3712135861.646
37
+ ---
38
+ # Dataset Card for "small-coco-wm_50"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)