Asking for the special tokens crashes ChatGPT
1–6 of 6 posts
Re: Asking for the special tokens crashes ChatGPT
#2[deleted]
Re: Asking for the special tokens crashes ChatGPT
#3This is most likely because ChatGPT returning the actual token corresponding to `` instead of returning the text representation of it
Re: Asking for the special tokens crashes ChatGPT
#4This is most likely because ChatGPT returning the actual token corresponding to ` ` instead of returning the text representation of it
So it’s not crashing.
Re: Asking for the special tokens crashes ChatGPT
#5This is most likely because ChatGPT returning the actual token corresponding to ` ` instead of returning the text representation of it
So it’s not crashing.
Try it for yourself, it enters in a loop, so it probably detects the abrupt termination and tries to start again, not sure how to call that behaviour, but crashing is not too incorrect in that case
Re: Asking for the special tokens crashes ChatGPT
#6Earlier quoted context omitted.
So it’s not crashing.
Try it for yourself, it enters in a loop, so it probably detects the abrupt termination and tries to start again, not sure how to call that behaviour, but crashing is not too incorrect in that case
Oh ok, I couldn't tell that from the screenshot.