sharedata commited on
Commit
44df4f8
·
1 Parent(s): 10d1653

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: 1946738057.45
31
+ num_examples: 9890
32
+ - name: validation
33
+ num_bytes: 1953823510.0
34
+ num_examples: 9893
35
+ download_size: 1313384992
36
+ dataset_size: 3900561567.45
37
+ ---
38
+ # Dataset Card for "small-coco"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)