-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
DeBERTa v2 throws "TypeError: stat: path should be string...", v1 not #10097
Comments
Hi @205g0 Thank you for reporting this!
|
Hey Suraj, thanks for the quick response and good to know! |
@BigBird01 do you think you could add the missing tokenizer, otherwise, I could add it. Thanks! |
DeBERTa-v2 is not available in the library yet. We're working towards it with @BigBird01. |
Thanks @205g0 for the interest in DeBERTa-v2. We are working on it with @LysandreJik, hopefully, it will be available soon. You can check our PR for the progress. |
Oh sorry, @BigBird01, I did not realize that this was a work in progress |
No worry, @patil-suraj. Thanks for your quick response. We are glad to integrate these SOTA NLU models with HF to benefit the community:) |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Environment info
transformers
version: 4.3.1Who can help
@BigBird01 @patil-suraj
Information
Model I am using (DeBERTa v2):
The problem arises when using:
The tasks I am working on is:
To reproduce
Steps to reproduce the behavior:
Run the file
You'll get:
I tried this with the DeBERTa v1 models and there was no error. I've the same behavior when using
DebertaTokenizer, DebertaModel
Expected behavior
No error.
The text was updated successfully, but these errors were encountered: