Update README.md
Browse files
README.md
CHANGED
|
@@ -7,13 +7,26 @@ language:
|
|
| 7 |
- zh
|
| 8 |
- en
|
| 9 |
configs:
|
| 10 |
-
- config_name:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
tags:
|
| 18 |
- art
|
| 19 |
size_categories:
|
|
|
|
| 7 |
- zh
|
| 8 |
- en
|
| 9 |
configs:
|
| 10 |
+
- config_name: Full_page_ocr
|
| 11 |
+
data_files:
|
| 12 |
+
- split: test
|
| 13 |
+
path:
|
| 14 |
+
- data/full_page_ocr/easy/easy.parquet
|
| 15 |
+
- data/full_page_ocr/medium/medium.parquet
|
| 16 |
+
- data/full_page_ocr/hard/hard.parquet
|
| 17 |
+
|
| 18 |
+
dataset_info:
|
| 19 |
+
- config_name: Full_page_ocr
|
| 20 |
+
features:
|
| 21 |
+
- name: image
|
| 22 |
+
dtype: image
|
| 23 |
+
- name: image_filename
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: labels
|
| 26 |
+
dtype: string
|
| 27 |
+
splits:
|
| 28 |
+
- name: test
|
| 29 |
+
|
| 30 |
tags:
|
| 31 |
- art
|
| 32 |
size_categories:
|