Skip to content
Snippets Groups Projects
Commit 6619ed5a authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

download_dataset command

parent c8ffda6c
Branches
No related merge requests found
......@@ -30,7 +30,8 @@ def process_message(body: bytes):
elif task == 'run_spacy_pos_wer_pipeline':
run_spacy_pos_wer_pipeline(dataset, asr_name)
elif task == 'run_wikineural_ner_pipeline':
run_wikineural_ner_pipeline(dataset, asr_name)
# run_wikineural_ner_pipeline(dataset, asr_name)
print('run_wikineural_ner_pipeline --- skip')
elif task == 'run_flair_upos_multi_pipeline':
run_flair_upos_multi_pipeline(dataset, asr_name)
else:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment