Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Jul 8, 2024
1 parent de3639b commit ecd3e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/zeyer/experiments/exp2024_04_23_baselines/ctc.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def py():
("spm10k", "spm", 0.7), # 6.20
("spm10k", "bpe", 0.01), # 5.93 (!!)
("spm_bpe10k", None, None),
("spm_bpe10k", "spm", 0.7),
("spm_bpe10k", "spm", 1e-4),
("spm_bpe10k", "bpe", 0.01),
("spm4k", None, None), # 6.07 (but test-other even better: 5.94?)
("spm4k", "spm", 0.7),
Expand Down

0 comments on commit ecd3e2d

Please sign in to comment.