Daniel Ecer commited on
Commit ·
69f2423
1
Parent(s): 4e6720f
Switched segmentation model to GROBID's wapiti model
Browse files- config.yml +2 -1
config.yml
CHANGED
|
@@ -76,7 +76,8 @@ processors:
|
|
| 76 |
max_graphic_distance: 0.3
|
| 77 |
models:
|
| 78 |
segmentation:
|
| 79 |
-
path: 'https://github.com/
|
|
|
|
| 80 |
use_first_token_of_block: false
|
| 81 |
header:
|
| 82 |
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/v0.0.1/2020-10-04-delft-grobid-header-biorxiv-no-word-embedding.tar.gz'
|
|
|
|
| 76 |
max_graphic_distance: 0.3
|
| 77 |
models:
|
| 78 |
segmentation:
|
| 79 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/segmentation/model.wapiti'
|
| 80 |
+
engine: 'wapiti'
|
| 81 |
use_first_token_of_block: false
|
| 82 |
header:
|
| 83 |
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/v0.0.1/2020-10-04-delft-grobid-header-biorxiv-no-word-embedding.tar.gz'
|