ThucPD commited on
Commit
8b2e1ce
·
verified ·
1 Parent(s): e64677a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_path
14
+ dtype: string
15
+ - name: image_id
16
+ dtype: int64
17
+ - name: question
18
+ dtype: string
19
+ - name: question_id
20
+ dtype: string
21
+ - name: answer
22
+ dtype: string
23
+ - name: type
24
+ dtype: int64
25
+ - name: split
26
+ dtype: string
27
+ - name: rationale
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 2751506
32
+ num_examples: 10199
33
+ - name: val
34
+ num_bytes: 495819
35
+ num_examples: 1800
36
+ - name: test
37
+ num_bytes: 810955
38
+ num_examples: 3001
39
+ download_size: 1754103
40
+ dataset_size: 4058280
41
+ ---
42
+ # Dataset Card for "vivqa_rationale"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)