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

Unable to reproduce the results on colab #13

Open
rahulchittimalla opened this issue Jun 15, 2023 · 2 comments
Open

Unable to reproduce the results on colab #13

rahulchittimalla opened this issue Jun 15, 2023 · 2 comments

Comments

@rahulchittimalla
Copy link

rahulchittimalla commented Jun 15, 2023

When the zberta.find_new_intents function is called on the utterances the following is the output

Screenshot 2023-06-15 at 12 07 27 PM

@comidan
Copy link
Member

comidan commented Jul 6, 2023

Hello @rahulchittimalla and sorry for the delay on my side, I've looked into this and the only way I was able to reproduce this issue was in the case spacy didn't correctly downloaded its English language model.

If you run python -m spacy download en_core_web_trf --no-deps before everything else you should then get it to work as wanted!

Let me know for anything else!

@marmardodo
Copy link

I am facing the same issue, also after having executed the download of en_core_web_trf first as advised above. The current colab environment also does not contain spacy_transformers, which needs to be installed separately. Thanks for looking into this.

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

3 participants