It's really not so complicated. This is just an issue with text tokenization, and the fact that the learning model never actually sees the raw input bytes. All modern LLMs use a tokenizer to convert a sequence of bytes into a sequence of tokens. Short, common words like "the" and "why" are represented as single tokens, while longer and less-common words are represented by multiple tokens. For example, the word "fanta…
So.. how does it do this? : Me: To "smert" a word, I tell you every letter in it, and its place in the word, in order. For example, to smert "wertyu" I'd write: The first letter is "w". The second letter is "e". The third letter is "r". The fourth letter is "t". The fifth letter is "y". Lastly, the sixth letter is "u". Please smert "sdfkjhsndf" for me. ChatGPT: To "smert" the word "sdfkjhsndf", I would write the foll…
To smert "consequence," please see below:
The first letter is "c".
The second letter is "o".
The third letter is "n".
The fourth letter is "s".
The fifth letter is "e".
The sixth letter is "q".
The seventh letter is "u".
The eighth letter is "e".
The ninth letter is "n".
The tenth letter is "c".
The eleventh letter is "e".
Lastly, the twelfth letter is "s".