Skip to content

Commit

Permalink
Fixed preprocess lassy ud
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Winters committed May 27, 2020
1 parent 4026724 commit 375aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprocess_lassy_ud.py
Expand Up @@ -16,7 +16,7 @@ def create_arg_parser():
parser.add_argument(
"--encoder-json",
help='path to encoder.json',
default="../models/robbert/encoder.json"
default="../models/robbert.large/encoder.json"
)
parser.add_argument(
"--vocab-bpe",
Expand Down

0 comments on commit 375aafa

Please sign in to comment.