We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation doesn't seem to contain information on pretrained models - I can't find any information on them other than getting keys from
gensim.downloader.models.keys()
Is there a reason to not contain this information in documentation?
If there is no such reason, then wouldn't it be beneficial to document these models?
I'd be happy to help with adding this information. But where should we put it? I think downloader documentation would be the correct place.
The text was updated successfully, but these errors were encountered:
@lambdaofgod
Yes, because this is really dynamic (independent repo) + all info stored in gensim-data repo (no reason to duplicate it). See https://radimrehurek.com/gensim/downloader.html for usage.
gensim-data
All additional information about models / datasets available through .info() or in https://github.com/RaRe-Technologies/gensim-data repository
.info()
Sorry, something went wrong.
@menshikh-iv Shouldn't gensim.downloader description have a link on gensim-data repo ?
gensim.downloader
And current https://radimrehurek.com/gensim/downloader.html page has broken layout in the text nearly at the footer.
No branches or pull requests
Description
Documentation doesn't seem to contain information on pretrained models - I can't find any information on them other than getting keys from
gensim.downloader.models.keys()
Is there a reason to not contain this information in documentation?
If there is no such reason, then wouldn't it be beneficial to document these models?
I'd be happy to help with adding this information. But where should we put it? I think downloader documentation would be the correct place.
The text was updated successfully, but these errors were encountered: