gtang666 commited on
Commit
f697358
·
verified ·
1 Parent(s): 97f0b3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -25,6 +25,21 @@ configs:
25
  path:
26
  - reasoning/bilingual/medium/bilingual_medium.parquet
27
  - reasoning/bilingual/hard/bilingual_hard.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  dataset_info:
29
  - config_name: Full_page_ocr
30
  features:
@@ -65,6 +80,48 @@ dataset_info:
65
  dtype: string
66
  splits:
67
  - name: test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  tags:
69
  - art
70
  size_categories:
 
25
  path:
26
  - reasoning/bilingual/medium/bilingual_medium.parquet
27
  - reasoning/bilingual/hard/bilingual_hard.parquet
28
+ - config_name: Author
29
+ data_files:
30
+ - split: test
31
+ path:
32
+ - reasoning/choice/author/author.parquet
33
+ - config_name: Style
34
+ data_files:
35
+ - split: test
36
+ path:
37
+ - reasoning/choice/style/style.parquet
38
+ - config_name: Layout
39
+ data_files:
40
+ - split: test
41
+ path:
42
+ - reasoning/choice/layout/layout.parquet
43
  dataset_info:
44
  - config_name: Full_page_ocr
45
  features:
 
80
  dtype: string
81
  splits:
82
  - name: test
83
+ - config_name: Author
84
+ features:
85
+ - name: id
86
+ dtype: string
87
+ - name: image
88
+ dtype: image
89
+ - name: question
90
+ dtype: image
91
+ - name: answer
92
+ dtype: string
93
+ - name: annotation
94
+ dtype: string
95
+ splits:
96
+ - name: test
97
+ - config_name: Style
98
+ features:
99
+ - name: id
100
+ dtype: string
101
+ - name: image
102
+ dtype: image
103
+ - name: question
104
+ dtype: image
105
+ - name: answer
106
+ dtype: string
107
+ - name: annotation
108
+ dtype: string
109
+ splits:
110
+ - name: test
111
+ - config_name: Layout
112
+ features:
113
+ - name: id
114
+ dtype: string
115
+ - name: image
116
+ dtype: image
117
+ - name: question
118
+ dtype: image
119
+ - name: answer
120
+ dtype: string
121
+ - name: annotation
122
+ dtype: string
123
+ splits:
124
+ - name: test
125
  tags:
126
  - art
127
  size_categories: