ChatGLMTokenizer._pad() got an unexpected keyword argument 'padding_side'
#113
by
Yu-Jie
- opened
Hello,Thank you for this model !
I noticed that the _pad method in the ChatGLM2-6bTokenizer class is missing the padding_side field, which is causing a TypeError when calling the encode method.Is there any solution?
Thank you!