Comment on ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?Comments−xaphod3yText is broken into something called "tokens" [0] for GPT. It doesn't work on individual characters. That explains why it always fails these character counting questions.[0]: https://help.openai.com/en/articles/4936856-what-are-tokens-...−nfcampos3yInterestingly both “halves” of the word as it split it have the same number of tokens−charcircuit3yit always failsIt usually is able to get the answer within 1 character of the actual answer.
Comments
Text is broken into something called "tokens" [0] for GPT. It doesn't work on individual characters. That explains why it always fails these character counting questions.
[0]: https://help.openai.com/en/articles/4936856-what-are-tokens-...
Interestingly both “halves” of the word as it split it have the same number of tokens
It usually is able to get the answer within 1 character of the actual answer.