umaru97 commited on
Commit
d775c63
·
1 Parent(s): e6215bd

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
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: val
8
+ path: data/val-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: caption
16
+ list: string
17
+ - name: sentids
18
+ list: string
19
+ - name: split
20
+ dtype: string
21
+ - name: img_id
22
+ dtype: string
23
+ - name: filename
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 3817535945.6791124
28
+ num_examples: 29000
29
+ - name: val
30
+ num_bytes: 140547184.20822826
31
+ num_examples: 1014
32
+ - name: test
33
+ num_bytes: 142117238.54065907
34
+ num_examples: 1000
35
+ download_size: 4305964964
36
+ dataset_size: 4100200368.4279995
37
+ ---
38
+ # Dataset Card for "flickr30k_train_val_test"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)