diff --git a/ch05/01_main-chapter-code/exercise-solutions.ipynb b/ch05/01_main-chapter-code/exercise-solutions.ipynb index 3f415e9..8baad8a 100644 --- a/ch05/01_main-chapter-code/exercise-solutions.ipynb +++ b/ch05/01_main-chapter-code/exercise-solutions.ipynb @@ -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`." ] }, @@ -1008,7 +1008,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.10.16" } }, "nbformat": 4,