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
This is very similar to this issue but since it's slightly different I made a new issue. This is on transformers 4.49.0
I was working with deepseek-ai/DeepSeek-R1-Distill-Qwen-32B and I found that the below gives an exception saying substring not found
I didn't look too much into the cause but I did notice this happens whenever the model response ends with the token which does happen occasionally(maybe a hallucination)
System Info
This is very similar to this issue but since it's slightly different I made a new issue. This is on transformers 4.49.0
I was working with
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
and I found that the below gives an exception saying substring not foundI didn't look too much into the cause but I did notice this happens whenever the model response ends with the token which does happen occasionally(maybe a hallucination)
Who can help?
@ArthurZucker and @itazap
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
this will raise an error. The tokenizer folder was made with a folder named deepseekr1_qwen_32b with the tokenizer json files from https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/tree/main
The output is an exception saying substring not found
Expected behavior
No exceptions and no output
The text was updated successfully, but these errors were encountered: