Probably a bug in your example code

#8
by peymanpmk - opened

Hi there,
By running your example code I get this error:

line 49, in
del inputs["token_type_ids"]
File "/usr/lib/python3.10/collections/init.py", line 1112, in delitem
del self.data[key]
KeyError: 'token_type_ids'

Sign up or log in to comment