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

Fix fr and ru models training.

parent a455a0d1
Branches
No related merge requests found
Pipeline #2940 passed with stage
in 4 minutes and 29 seconds
......@@ -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