|
|
|
|
|
by miket
1271 days ago
|
|
Any question asking about the letters of words is bound to underwhelm because GPT3 is trained on sub-word tokens, so it does not have random access to individual letters. The word "prime" is tokenized as a single token, instead of 5 characters: https://beta.openai.com/tokenizer |
|