phiyodr commited on
Commit
3955bc3
1 Parent(s): 09d8a3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -11,6 +11,37 @@ task_ids:
11
  tags:
12
  - coco
13
  - image-captioning
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # coco2017
16
 
 
11
  tags:
12
  - coco
13
  - image-captioning
14
+ dataset_info:
15
+ features:
16
+ - name: license
17
+ dtype: int64
18
+ - name: file_name
19
+ dtype: string
20
+ - name: coco_url
21
+ dtype: string
22
+ - name: height
23
+ dtype: int64
24
+ - name: width
25
+ dtype: int64
26
+ - name: date_captured
27
+ dtype: string
28
+ - name: flickr_url
29
+ dtype: string
30
+ - name: image_id
31
+ dtype: int64
32
+ - name: ids
33
+ sequence: int64
34
+ - name: captions
35
+ sequence: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 62843491
39
+ num_examples: 118287
40
+ - name: validation
41
+ num_bytes: 2644731
42
+ num_examples: 5000
43
+ download_size: 30158565
44
+ dataset_size: 65488222
45
  ---
46
  # coco2017
47