jxie commited on
Commit
dca2ca6
1 Parent(s): 9b9c160

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: caption_0
7
+ dtype: string
8
+ - name: caption_1
9
+ dtype: string
10
+ - name: caption_2
11
+ dtype: string
12
+ - name: caption_3
13
+ dtype: string
14
+ - name: caption_4
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 826721431.0
19
+ num_examples: 6000
20
+ - name: val_dataset
21
+ num_bytes: 138017615.0
22
+ num_examples: 1000
23
+ - name: test_dataset
24
+ num_bytes: 136871307.0
25
+ num_examples: 1000
26
+ download_size: 1103266299
27
+ dataset_size: 1101610353.0
28
+ ---
29
+ # Dataset Card for "flickr8k"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)