Capitalisation Issue
#2
by
will-maclean
- opened
I'm getting an issue when loading the model using the sample code provided. It's leading to some errors later on. Can somebody help me with what's going on?
The tokenizer class you load from this checkpoint is not the same type as the class this function is called from. It may result in unexpected tokenization.
The tokenizer class you load from this checkpoint is 'LLaMATokenizer'.
The class this function is called from is 'LlamaTokenizer'.