HugoLaurencon commited on
Commit
063f1c7
·
1 Parent(s): 53baad9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: question
18
+ dtype: string
19
+ - name: answer
20
+ sequence: string
21
+ - name: context
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 164280536.5563279
26
+ num_examples: 1000
27
+ - name: validation
28
+ num_bytes: 162457052.0348837
29
+ num_examples: 1000
30
+ - name: test
31
+ num_bytes: 162318287.0
32
+ num_examples: 1000
33
+ download_size: 458274072
34
+ dataset_size: 489055875.5912116
35
+ ---
36
+ # Dataset Card for "VisDial_modif-Sample"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)