piushorn commited on
Commit
189332b
·
verified ·
1 Parent(s): 75fdcee

Upload eval.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. eval.yaml +26 -0
eval.yaml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: pdf-parse-bench
2
+ description: Benchmark for evaluating PDF parsers on mathematical formula and table extraction from PDFs.
3
+ evaluation_framework: pdf-parse-bench
4
+
5
+ tasks:
6
+ - id: tables_overall
7
+ config: 2026-q1-tables-only
8
+ split: test
9
+ - id: tables_simple
10
+ config: 2026-q1-tables-only
11
+ split: test
12
+ - id: tables_moderate
13
+ config: 2026-q1-tables-only
14
+ split: test
15
+ - id: tables_complex
16
+ config: 2026-q1-tables-only
17
+ split: test
18
+ - id: formulas_overall
19
+ config: 2026-q1-formulas-only
20
+ split: test
21
+ - id: formulas_inline
22
+ config: 2026-q1-formulas-only
23
+ split: test
24
+ - id: formulas_display
25
+ config: 2026-q1-formulas-only
26
+ split: test