jxie commited on
Commit
a2ed90d
·
1 Parent(s): ef19189

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: filename
7
+ dtype: string
8
+ - name: cocoid
9
+ dtype: int32
10
+ - name: caption
11
+ dtype: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 90684615607.036
15
+ num_examples: 566747
16
+ - name: validation
17
+ num_bytes: 4562095167.09
18
+ num_examples: 25010
19
+ - name: test
20
+ num_bytes: 4221845598.88
21
+ num_examples: 25010
22
+ download_size: 20920410197
23
+ dataset_size: 99468556373.006
24
+ ---
25
+ # Dataset Card for "coco_captions"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)