Replies: 1 comment 1 reply
-
Hello, The difference between "effort" and "Effort" may seem meaningless but behind the scenes, they are tokenized differently, and since you feed different tokens to the LLM, you'll get a different trajectory. You can try by yourself on https://tiktokenizer.vercel.app/?model=gpt2 and see the difference in tokenization between the 2 sentences in lowercase/capitalized. It''s not just GPT2, as long as they are tokenized differently, you can try also on Google AI studio, with a non reasoning model like GEMMA, set temperature to 0, feed the lowercase sentence, rerun and you'll see no difference. Rerun with capitalized, you'll see a slightly different answer but close semantically. Although i don't have a good answer as to why only/specifically the 2nd part differs in this case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In cha05.ipynb, the last code block
And the following is the output of my MacBook:
Only when I change
effort
toEffort
, that isThe output becomes, (the first line the same, the second line varies significantly)
Does this mean openAI GPT2 model is highly untrustworthy?
Beta Was this translation helpful? Give feedback.
All reactions