A question for those of you who know the OpenAI playground. When on complete mode, what does “\n” mean (image below) and also what does “Total: -0.89 ….” And the rest below that mean? I’m a non techie who needs to understand…
\n means new line As for the rest, afaik LLMs try to predict the next word when they are writing a reply. So in this case the LLM predicted that the next word after "ran" should be "after".
The log probability bit is just about how the output is natively represented. For math reasons (differentiable loss functions) the model outputs the log of the probabilities. You can reverse this by taking e ^ (-0.89) ~= 41.27%