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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Notes
freq is not longer required as the entire word vectors provided by WING can be loaded with lower peak memory usage than the v1.0.2
Added environment variable ENVIRONMENT to the Docker container. You may want to rebuild your image.
If the <UNK> is not provided in the word embeddings, the embedding layer will issue a warning about higher memory consumption as it will add it into the word embeddings in memory (< 7.5 GB)
Otherwise, if <UNK> exists in the word embeddings, it will be more memory efficient (< 4.5 GB). You will need to get the word embeddings with <UNK> from README
Introduced model evaluation (skipped in CI due to insufficient memory)