mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2026-02-26 10:21:56 +01:00
fix model build process
This commit is contained in:
parent
4b56341000
commit
54edcbc44d
2 changed files with 4 additions and 3 deletions
1
setup.py
1
setup.py
|
|
@ -24,6 +24,7 @@ setup(
|
|||
"compile_germ_eval=qurator.sbb_ner.ground_truth.germeval:main",
|
||||
"compile_conll=qurator.sbb_ner.ground_truth.conll:main",
|
||||
"compile_wikiner=qurator.sbb_ner.ground_truth.wikiner:main",
|
||||
"join-gt=qurator.sbb_ner.ground_truth.join_gt:main",
|
||||
"bert-ner=qurator.sbb_ner.models.bert:main"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue