will33am commited on
Commit
6e270e9
·
1 Parent(s): 78afe34

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: filepath
7
+ dtype: string
8
+ - name: sentids
9
+ list: int32
10
+ - name: filename
11
+ dtype: string
12
+ - name: imgid
13
+ dtype: int32
14
+ - name: split
15
+ dtype: string
16
+ - name: sentences_tokens
17
+ list:
18
+ list: string
19
+ - name: sentences_raw
20
+ list: string
21
+ - name: sentences_sentid
22
+ list: int32
23
+ - name: cocoid
24
+ dtype: int32
25
+ - name: id
26
+ dtype: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 18595506212.0
30
+ num_examples: 113287
31
+ download_size: 18500220513
32
+ dataset_size: 18595506212.0
33
+ ---
34
+ # Dataset Card for "COCO_captions_train"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)