File size: 713 Bytes
f8f301f
9d4749d
 
f8f301f
9d4749d
e1b7b87
 
 
 
 
 
 
 
 
fd6b821
e1b7b87
9e6a966
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
language: en
license: mit
---
...
# Page Filtering


Model to identify pages in children's books of the long 19th century (ca. 1789-1914)
 that contain illustrations. It is used to filter non-relevant pages without 
 illustrations trained on hand-coded data.

Results on our validation dataset:

|                |   f1score |   precision |   recall | accuracy   |
|:---------------|----------:|------------:|---------:|:-----------|
| not-relevant   |     99.09 |       99.39 |    98.79 | -          |
| relevant-cover |    100    |      100    |   100    | -          |
| relevant-page  |     95.65 |       94.29 |    97.06 | -          |
| Macro Avg.     |     98.25 |       97.89 |    98.62 | 98.5       |