gokuls commited on
Commit
ddc17b9
1 Parent(s): ba29086

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: caption_id
7
+ dtype: int64
8
+ - name: caption
9
+ dtype: string
10
+ - name: height
11
+ dtype: int64
12
+ - name: width
13
+ dtype: int64
14
+ - name: file_name
15
+ dtype: string
16
+ - name: coco_url
17
+ dtype: string
18
+ - name: image_path
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 187874990
23
+ num_examples: 591753
24
+ - name: validation
25
+ num_bytes: 7839895
26
+ num_examples: 25014
27
+ - name: test
28
+ num_bytes: 10777550
29
+ num_examples: 40670
30
+ download_size: 35917412
31
+ dataset_size: 206492435
32
+ ---
33
+ # Dataset Card for "coco_dataset"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)