Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# olmOCR-bench
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: olmocr-bench
|
5 |
+
data_files:
|
6 |
+
- split: arxiv_math
|
7 |
+
path:
|
8 |
+
- bench_data/arxiv_math.jsonl
|
9 |
+
- split: headers_footers
|
10 |
+
path:
|
11 |
+
- bench_data/headers_footers.jsonl
|
12 |
+
- split: long_tiny_text
|
13 |
+
path:
|
14 |
+
- bench_data/long_tiny_text.jsonl
|
15 |
+
- split: multi_column
|
16 |
+
path:
|
17 |
+
- bench_data/multi_column.jsonl
|
18 |
+
- split: old_scans
|
19 |
+
path:
|
20 |
+
- bench_data/old_scans.jsonl
|
21 |
+
- split: old_scans_math
|
22 |
+
path:
|
23 |
+
- bench_data/old_scans_math.jsonl
|
24 |
+
- split: table_tests
|
25 |
+
path:
|
26 |
+
- bench_data/table_tests.jsonl
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
pretty_name: olmOCR-bench
|
30 |
+
size_categories:
|
31 |
+
- 1K<n<10K
|
32 |
---
|
33 |
|
34 |
# olmOCR-bench
|