You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\cheth\Music\new chaya\OneReality\OneRealityMemory.py", line 68, in
ExLlamatokenizer = ExLlamaV2Tokenizer(config)
File "C:\Python310\lib\site-packages\exllamav2\tokenizer\tokenizer.py", line 192, in _init
self.eos_token = (self.tokenizer_model.eos_token() or self.extended_id_to_piece.get(self.eos_token_id, None)) or self.tokenizer_model.id_to_piece(self.eos_token_id)
File "C:\Python310\lib\site-packages\exllamav2\tokenizer\spm.py", line 43, in id_to_piece
return self.spm.id_to_piece(idx)
File "C:\Python310\lib\site-packages\sentencepiece_init.py", line 1179, in _batched_func
return func(self, arg)
File "C:\Python310\lib\site-packages\sentencepiece_init.py", line 1172, in _func
raise IndexError('piece id is out of range.')
IndexError: piece id is out of range.
The text was updated successfully, but these errors were encountered:
The model seems to be using the same tokenizer as Mistral, which doesn't define the two ChatML tokens that Dolphin needs. You can try adding an added_tokens.json file to the model directory with this content:
can someone help me with this error please
Traceback (most recent call last):
File "C:\Users\cheth\Music\new chaya\OneReality\OneRealityMemory.py", line 68, in
ExLlamatokenizer = ExLlamaV2Tokenizer(config)
File "C:\Python310\lib\site-packages\exllamav2\tokenizer\tokenizer.py", line 192, in _init
self.eos_token = (self.tokenizer_model.eos_token() or self.extended_id_to_piece.get(self.eos_token_id, None)) or self.tokenizer_model.id_to_piece(self.eos_token_id)
File "C:\Python310\lib\site-packages\exllamav2\tokenizer\spm.py", line 43, in id_to_piece
return self.spm.id_to_piece(idx)
File "C:\Python310\lib\site-packages\sentencepiece_init.py", line 1179, in _batched_func
return func(self, arg)
File "C:\Python310\lib\site-packages\sentencepiece_init.py", line 1172, in _func
raise IndexError('piece id is out of range.')
IndexError: piece id is out of range.
The text was updated successfully, but these errors were encountered: