You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
When I run the command to download all of the language models: make dl_all_lm
I can't run it, with the response: make: *** No rule to make target 'dl_all_lm'. Stop.
Also, I am able to download the english language model (using make lang=en dl_lm), but the perplexity calculation doesn't work..
Any ideas?
The text was updated successfully, but these errors were encountered:
When I run the command to download all of the language models: make dl_all_lm I can't run it, with the response: make: *** No rule to make target 'dl_all_lm'. Stop.
Also, I am able to download the english language model (using make lang=en dl_lm), but the perplexity calculation doesn't work..
Any ideas?
In Makefile, it's dl_all_lms, you lost the "s".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run the command to download all of the language models:
make dl_all_lm
I can't run it, with the response:
make: *** No rule to make target 'dl_all_lm'. Stop.
Also, I am able to download the english language model (using
make lang=en dl_lm
), but the perplexity calculation doesn't work..Any ideas?
The text was updated successfully, but these errors were encountered: