Tristan commited on
Commit
ee79b5f
·
1 Parent(s): a89721a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: caption
12
+ list: string
13
+ - name: sentids
14
+ list: string
15
+ - name: split
16
+ dtype: string
17
+ - name: img_id
18
+ dtype: string
19
+ - name: filename
20
+ dtype: string
21
+ splits:
22
+ - name: test
23
+ num_bytes: 142117238.54065907
24
+ num_examples: 1000
25
+ download_size: 141466584
26
+ dataset_size: 142117238.54065907
27
+ ---
28
+ # Dataset Card for "flickr30k_test"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)