Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ch05/01_main-chapter-code/exercise-solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"source": [
"There are multiple ways to force deterministic behavior with the `generate` function:\n",
"\n",
"1. Setting to `top_k=None` and applying no temperature scaling;\n",
"1. Setting to `temperature=0.0`;\n",
"2. Setting `top_k=1`."
]
},
Expand Down Expand Up @@ -1008,7 +1008,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.10.16"
}
},
"nbformat": 4,
Expand Down