Daniel Ecer commited on
Commit ·
afc236a
1
Parent(s): b1a6583
Switched other models to GROBID's wapiti models
Browse files- config.yml +15 -10
config.yml
CHANGED
|
@@ -80,27 +80,32 @@ models:
|
|
| 80 |
engine: 'wapiti'
|
| 81 |
use_first_token_of_block: false
|
| 82 |
header:
|
| 83 |
-
path: 'https://github.com/
|
|
|
|
| 84 |
name_header:
|
| 85 |
-
|
| 86 |
-
path: 'https://github.com/kermitt2/grobid/raw/0.6.0/grobid-home/models/name/header'
|
| 87 |
engine: 'wapiti'
|
| 88 |
name_citation:
|
| 89 |
-
# path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/grobid-0.6.1/2021-06-28-grobid-0.6.1-name-citation-no-word-embedding-no-layout-features-e500.tar.gz'
|
| 90 |
path: 'https://github.com/kermitt2/grobid/raw/0.6.2/grobid-home/models/name/citation'
|
| 91 |
engine: 'wapiti'
|
| 92 |
affiliation_address:
|
| 93 |
-
path: 'https://github.com/
|
|
|
|
| 94 |
fulltext:
|
| 95 |
-
path: 'https://github.com/
|
|
|
|
| 96 |
figure:
|
| 97 |
-
path: 'https://github.com/
|
|
|
|
| 98 |
table:
|
| 99 |
-
path: 'https://github.com/
|
|
|
|
| 100 |
reference_segmenter:
|
| 101 |
-
path: 'https://github.com/
|
|
|
|
| 102 |
citation:
|
| 103 |
-
path: 'https://github.com/
|
|
|
|
| 104 |
|
| 105 |
cv_models:
|
| 106 |
default:
|
|
|
|
| 80 |
engine: 'wapiti'
|
| 81 |
use_first_token_of_block: false
|
| 82 |
header:
|
| 83 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/segmentation'
|
| 84 |
+
engine: 'wapiti'
|
| 85 |
name_header:
|
| 86 |
+
path: 'https://github.com/kermitt2/grobid/raw/0.6.2/grobid-home/models/name/header'
|
|
|
|
| 87 |
engine: 'wapiti'
|
| 88 |
name_citation:
|
|
|
|
| 89 |
path: 'https://github.com/kermitt2/grobid/raw/0.6.2/grobid-home/models/name/citation'
|
| 90 |
engine: 'wapiti'
|
| 91 |
affiliation_address:
|
| 92 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/affiliation-address'
|
| 93 |
+
engine: 'wapiti'
|
| 94 |
fulltext:
|
| 95 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/fulltext'
|
| 96 |
+
engine: 'wapiti'
|
| 97 |
figure:
|
| 98 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/figure'
|
| 99 |
+
engine: 'wapiti'
|
| 100 |
table:
|
| 101 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/table'
|
| 102 |
+
engine: 'wapiti'
|
| 103 |
reference_segmenter:
|
| 104 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/reference-segmenter'
|
| 105 |
+
engine: 'wapiti'
|
| 106 |
citation:
|
| 107 |
+
path: 'https://github.com/kermitt2/grobid/raw/refs/tags/0.6.2/grobid-home/models/citation'
|
| 108 |
+
engine: 'wapiti'
|
| 109 |
|
| 110 |
cv_models:
|
| 111 |
default:
|