diff --git a/examples/smoking_cessation_in_an_alchemical_world.ipynb b/examples/smoking_cessation_in_an_alchemical_world.ipynb index fd2a550a..f974fe7b 100644 --- a/examples/smoking_cessation_in_an_alchemical_world.ipynb +++ b/examples/smoking_cessation_in_an_alchemical_world.ipynb @@ -24,7 +24,7 @@ "id": "J2TwJrZ08wXz" }, "source": [ - "## Setup and imports" + "## Install packages and imports" ] }, { @@ -153,33 +153,13 @@ "embedder = lambda x: st_model.encode(x, show_progress_bar=False)" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "Yc1QsPHcwAaI" - }, - "outputs": [], - "source": [ - "# @title SAX Language Model\n", - "\n", - "SAX_PATH = '/sax/simulacra/llmit-340b-v10' # @param [\"/sax/simulacra/llmit-340b-v10-8k\", \"/sax/simulacra/llmit-340b-v10\"]\n", - "DEFAULT_MAX_TOKENS = 300 # @param {type: 'integer'}\n", - "DEFAULT_TIMEOUT_SECONDS = 60 # @param {type: 'number'}\n", - "\n", - "model = sax_model.SAXLanguageModel(\n", - " SAX_PATH,\n", - " deterministic_multiple_choice=True,\n", - ")" - ] - }, { "cell_type": "markdown", "metadata": { - "id": "z9HYjZgyakc_" + "id": "ZP49rm1dC92V" }, "source": [ - "## Configuring the generic knowledge of players and GM." + "# Setup" ] }, {