GPT-3.5 crashes when it thinks about useRalativeImagePath too much
1–10 of 164 posts
Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#2Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#3Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#4Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#5That isn't how LLMs generate tokens. Each step outputs a logit for each possible token in the tokenizer (100k in the case of GPT-3.5), then softmaxes the logits to covert them into probabilities, and samples from them depending on temperature to get the token to be used.
It's possible something in the tokenizer BPE merge process breaks due to the rare token, which can be verified offline using tiktoken. But if GPT-4 works, and since GPT-3.5 and GPT-4 use the same tokenizer, then that's likely not the issue.
Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#6A common example is usernames that participated on the r/counting subreddit, where some names appear hundreds of thousands of times. OpenAI has fixed most of them for the hosted models (not sure how, I could imagine by tokenizing them differently), but looks like you found a new one!
[1] https://www.lesswrong.com/posts/aPeJE8bSo6rAFoLqg/solidgoldm...
Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#7> As a result, the model isn’t trained on understanding the useRalativeImagePath token, and so it outputs something that isn’t a valid token. That isn't how LLMs generate tokens. Each step outputs a logit for each possible token in the tokenizer (100k in the case of GPT-3.5), then softmaxes the logits to covert them into probabilities, and samples from them depending on temperature to get the token to be used. It's p…
Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#8> As a result, the model isn’t trained on understanding the useRalativeImagePath token, and so it outputs something that isn’t a valid token. That isn't how LLMs generate tokens. Each step outputs a logit for each possible token in the tokenizer (100k in the case of GPT-3.5), then softmaxes the logits to covert them into probabilities, and samples from them depending on temperature to get the token to be used. It's p…
Correct me if I'm wrong—but we don't know if GPT-4 uses the same tokenizer as GPT-3.5, right?
Re: GPT-3.5 crashes when it thinks about useRalativeImagePath too much
#9That screenshot reminded me of this old meme: https://knowyourmeme.com/memes/candlejack