AttributeError: 'BaichuanTokenizer' object has no attribute 'sp_model'
#3
by
lucasjin
- opened
AttributeError: 'BaichuanTokenizer' object has no attribute 'sp_model'
You can try to put the put the call to super.init() at the end of the init in the class BaichuanTokenizer in tokenization_baichuan.py, which might be help.