-
Notifications
You must be signed in to change notification settings - Fork 218
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
make ZeroShotClassification support the roberta-large-mnli #422
Conversation
I don't know if it's correct, so a review would be appreciated
Thank you @njaard - this was indeed a mistake. Could you please update the error string a few lines below with |
Done. Also note that I removed the reference to |
Could you please clarify? |
@guillaume-be, with
And this torch backtrace:
|
Thank you for the feedback. This was due to a bug in the tokenization crate. I have pushed an update for the latter ( |
I don't know if it's correct, so a review would be appreciated