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
No related branches found
No related tags found
2 merge requests!37Release 1.0.4.,!36Release 1.0.4
...@@ -125,8 +125,9 @@ def run(_): ...@@ -125,8 +125,9 @@ def run(_):
# Datasets without XPOS # Datasets without XPOS
if lang in {"fr", "ru"}: 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"}: if lang in {"ta"}:
command = command + " --word_batch_size 500" command = command + " --word_batch_size 500"
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment