luodian commited on
Commit
44ac713
·
verified ·
1 Parent(s): 6fee45e

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: image_coco_url
7
+ dtype: string
8
+ - name: image_date_captured
9
+ dtype: string
10
+ - name: image_file_name
11
+ dtype: string
12
+ - name: image_height
13
+ dtype: int32
14
+ - name: image_width
15
+ dtype: int32
16
+ - name: image_id
17
+ dtype: int32
18
+ - name: image_license
19
+ dtype: int8
20
+ - name: image_open_images_id
21
+ dtype: string
22
+ - name: annotations_ids
23
+ sequence: int32
24
+ - name: annotations_captions
25
+ sequence: string
26
+ splits:
27
+ - name: validation
28
+ num_bytes: 1421862846.0
29
+ num_examples: 4500
30
+ download_size: 1419828832
31
+ dataset_size: 1421862846.0
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: validation
36
+ path: data/validation-*
37
+ ---
38
+ # Dataset Card for "NoCaps"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)