Skip to content
New issue

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

FastTextLanguageDetector not download with from_pretrained #7

Open
ncoop57 opened this issue Dec 1, 2022 · 0 comments
Open

FastTextLanguageDetector not download with from_pretrained #7

ncoop57 opened this issue Dec 1, 2022 · 0 comments

Comments

@ncoop57
Copy link
Collaborator

ncoop57 commented Dec 1, 2022

Describe the bug
When attempting to download a pretrained FastTextLanguageDetector model, the model is not downloaded.

To Reproduce
Steps to reproduce the behavior:

from squeakily.helpers import FastTextLanguageDetector

fasttext_model = FastTextLanguageDetector.from_pretrained()

Additional context
I think the bad line is: https://github.com/CarperAI/squeakily/blob/main/squeakily/helpers.py#L7331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant