|
|
|
|
|
by HappMacDonald
303 days ago
|
|
Have you ever seen what these arbitrary length whole numbers look like once they are tokenized? They don't break down to one-digit-per-token, and the same long number has no guarantee of breaking down into tokens the same way every time it is encountered. But the algorithms they teach humans in school to do long-hand arithmetic (which are liable to be the only algorithms demonstrated in the training data) require a single unique numeral for every digit. This is the same source as the problem of counting "R"'s in "Strawberry". |
|