Daniel Ecer commited on
Commit ·
42040aa
1
Parent(s): afc236a
Revert "Switched other models to GROBID's wapiti models"
Browse filesThis reverts commit afc236ac48b14d207d68617a4bed46cd8ad14fb0.
- config.yml +10 -15
config.yml
CHANGED
|
@@ -80,32 +80,27 @@ models:
|
|
| 80 |
engine: 'wapiti'
|
| 81 |
use_first_token_of_block: false
|
| 82 |
header:
|
| 83 |
-
path: 'https://github.com/
|
| 84 |
-
engine: 'wapiti'
|
| 85 |
name_header:
|
| 86 |
-
path: 'https://github.com/
|
|
|
|
| 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/
|
| 93 |
-
engine: 'wapiti'
|
| 94 |
fulltext:
|
| 95 |
-
path: 'https://github.com/
|
| 96 |
-
engine: 'wapiti'
|
| 97 |
figure:
|
| 98 |
-
path: 'https://github.com/
|
| 99 |
-
engine: 'wapiti'
|
| 100 |
table:
|
| 101 |
-
path: 'https://github.com/
|
| 102 |
-
engine: 'wapiti'
|
| 103 |
reference_segmenter:
|
| 104 |
-
path: 'https://github.com/
|
| 105 |
-
engine: 'wapiti'
|
| 106 |
citation:
|
| 107 |
-
path: 'https://github.com/
|
| 108 |
-
engine: 'wapiti'
|
| 109 |
|
| 110 |
cv_models:
|
| 111 |
default:
|
|
|
|
| 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'
|
|
|
|
| 84 |
name_header:
|
| 85 |
+
# path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/grobid-0.6.1/2021-06-21-grobid-0.6.1-name-header-no-word-embedding-no-layout-features-e800.tar.gz'
|
| 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/elifesciences/sciencebeam-models/releases/download/v0.0.1/2020-10-04-delft-grobid-affiliation-address-biorxiv-no-word-embedding.tar.gz'
|
|
|
|
| 94 |
fulltext:
|
| 95 |
+
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/biorxiv-grobid/2021-05-11-delft-grobid-fulltext-biorxiv-10k-auto-v0.0.21-train-1986-e159.tar.gz'
|
|
|
|
| 96 |
figure:
|
| 97 |
+
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/biorxiv-grobid/2021-05-11-delft-grobid-figure-biorxiv-10k-auto-v0.0.18-train-1865-e219.tar.gz'
|
|
|
|
| 98 |
table:
|
| 99 |
+
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/biorxiv-grobid/2021-05-11-delft-grobid-table-biorxiv-10k-auto-v0.0.18-train-1865-e569.tar.gz'
|
|
|
|
| 100 |
reference_segmenter:
|
| 101 |
+
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/v0.0.1/2020-10-04-delft-grobid-reference-segmenter-biorxiv-no-word-embedding.tar.gz'
|
|
|
|
| 102 |
citation:
|
| 103 |
+
path: 'https://github.com/elifesciences/sciencebeam-models/releases/download/v0.0.1/2020-10-04-delft-grobid-citation-biorxiv-no-word-embedding.tar.gz'
|
|
|
|
| 104 |
|
| 105 |
cv_models:
|
| 106 |
default:
|