|
|
|
|
|
by pimanrules
1191 days ago
|
|
>it couldn't possibly understand how to spell "platoggle" if it's treating it just as a single, never-before-seen, opaque token That's not how the tokenizer works. A novel word like "platoggle" is decomposed into three separate tokens, "pl", "at", and "oggle". You can see for yourself how prompts are tokenized: https://platform.openai.com/tokenizer |
|