Skip to content
Snippets Groups Projects
Commit 00c388ed authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Fix fr and ru models training.

parent 2941cf06
Branches
Tags
2 merge requests!37Release 1.0.4.,!36Release 1.0.4
......@@ -125,8 +125,9 @@ def run(_):
# Datasets without XPOS
if lang in {"fr", "ru"}:
command = command + " --targets deprel,head,upostag,lemma,feats"
command = command + " --targets deprel,head,upostag,lemma,feats,deps"
# Smaller dataset
if lang in {"ta"}:
command = command + " --word_batch_size 500"
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