mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-07-01 06:59:58 +02:00
add model that is trained on all available ground-truth
This commit is contained in:
parent
3ed5437f64
commit
4b56341000
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -198,6 +198,10 @@ $(BUILD_PATH)/bert-germ-eval-de-finetuned/$(EPOCH_FILE):
|
|||
$(BUILD_PATH)/bert-all-german-de-finetuned/$(EPOCH_FILE):
|
||||
bert-ner --train_sets='GERM-EVAL-TRAIN|DE-CONLL-TRAIN' --dev_sets='GERM-EVAL-DEV|DE-CONLL-TESTA' --bert_model=$(BERT_FINETUNED_PATH) --output_dir=$(@D) $(BERT_NER_OPTIONS) >> $(@D).log 2<&1
|
||||
|
||||
$(BUILD_PATH)/bert-complete-de-finetuned/$(EPOCH_FILE):
|
||||
bert-ner --train_sets='GERM-EVAL-TRAIN|DE-CONLL-TRAIN|SBB|ONB|LFT|DE-CONLL-TESTA|DE-CONLL-TESTB|GERM-EVAL-TEST' --dev_sets='GERM-EVAL-DEV|DE-CONLL-TESTA' --bert_model=$(BERT_FINETUNED_PATH) --output_dir=$(@D) $(BERT_NER_OPTIONS) >> $(@D).log 2<&1
|
||||
|
||||
|
||||
|
||||
$(BUILD_PATH)/bert-wikiner-de-finetuned/$(EPOCH_FILE):
|
||||
bert-ner --train_sets='WIKINER-WP3' --dev_sets='GERM-EVAL-DEV|DE-CONLL-TESTA' --bert_model=$(BERT_FINETUNED_PATH) --output_dir=$(@D) $(BERT_NER_OPTIONS) >> $(@D).log 2<&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue