mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-29 19:10:19 +00:00
47,678-->48,725 (#281)
This commit is contained in:
parent
5d8a0c22ab
commit
bce3a708f9
@ -743,7 +743,7 @@
|
|||||||
"id": "71ae26dd-d77e-41fd-b924-6bd103dd4ee7",
|
"id": "71ae26dd-d77e-41fd-b924-6bd103dd4ee7",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"- The perplexity is often considered more interpretable because it can be understood as the effective vocabulary size that the model is uncertain about at each step (in the example above, that'd be 47,678 words or tokens)\n",
|
"- The perplexity is often considered more interpretable because it can be understood as the effective vocabulary size that the model is uncertain about at each step (in the example above, that'd be 48,725 words or tokens)\n",
|
||||||
"- In other words, perplexity provides a measure of how well the probability distribution predicted by the model matches the actual distribution of the words in the dataset\n",
|
"- In other words, perplexity provides a measure of how well the probability distribution predicted by the model matches the actual distribution of the words in the dataset\n",
|
||||||
"- Similar to the loss, a lower perplexity indicates that the model predictions are closer to the actual distribution"
|
"- Similar to the loss, a lower perplexity indicates that the model predictions are closer to the actual distribution"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user