OverflowError: can't convert negative int to unsigned (GPT2TokenizerFast) #129
-
I used the model aubmindlab/aragpt2-base and GPT2TokenizerFast in my code but I got an error:
libraries' versions used
please, how can I solve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
WissamAntoun
Sep 4, 2021
Replies: 1 comment 1 reply
-
can you try using it with GPT2Tokenizer and set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
En-J-A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can you try using it with GPT2Tokenizer and set
use_fast=False
when loading it?