HugoLaurencon HF staff commited on
Commit
7104df5
1 Parent(s): b1c1344

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: caption
5
+ dtype: string
6
+ - name: dialog
7
+ sequence:
8
+ sequence: string
9
+ - name: image_path
10
+ dtype: string
11
+ - name: global_image_id
12
+ dtype: string
13
+ - name: anns_id
14
+ dtype: string
15
+ - name: image
16
+ dtype: image
17
+ splits:
18
+ - name: train
19
+ num_bytes: 20164224439.724
20
+ num_examples: 123287
21
+ - name: validation
22
+ num_bytes: 337279788.664
23
+ num_examples: 2064
24
+ - name: test
25
+ num_bytes: 1300162874.0
26
+ num_examples: 8000
27
+ download_size: 21748651305
28
+ dataset_size: 21801667102.388
29
+ ---
30
+ # Dataset Card for "VisDial"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)