Christa27 commited on
Commit
446bb6d
·
verified ·
1 Parent(s): c395067

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: query
9
+ struct:
10
+ - name: de
11
+ dtype: string
12
+ - name: en
13
+ dtype: string
14
+ - name: es
15
+ dtype: string
16
+ - name: fr
17
+ dtype: string
18
+ - name: it
19
+ dtype: string
20
+ - name: answers
21
+ sequence: string
22
+ - name: words
23
+ sequence: string
24
+ - name: bounding_boxes
25
+ sequence:
26
+ sequence: float32
27
+ length: 4
28
+ - name: answer
29
+ struct:
30
+ - name: match_score
31
+ dtype: float64
32
+ - name: matched_text
33
+ dtype: string
34
+ - name: start
35
+ dtype: int64
36
+ - name: text
37
+ dtype: string
38
+ - name: ground_truth
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 27188611.0
43
+ num_examples: 80
44
+ download_size: 9088379
45
+ dataset_size: 27188611.0
46
+ configs:
47
+ - config_name: default
48
+ data_files:
49
+ - split: train
50
+ path: data/train-*
51
+ ---
52
+ # Dataset Card for "docvqa_mini_train_subset"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)