From 32fbab5192da5ee26ee2a0a7eade6d101690a70d Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Mon, 7 Aug 2023 02:22:21 +0400 Subject: [PATCH] Remove deprecated comment in fine-tuning notebook (#443) --- examples/prompt-tuning-sst2.ipynb | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/prompt-tuning-sst2.ipynb b/examples/prompt-tuning-sst2.ipynb index 9123c1a..b6f2d8a 100644 --- a/examples/prompt-tuning-sst2.ipynb +++ b/examples/prompt-tuning-sst2.ipynb @@ -92,9 +92,6 @@ }, "outputs": [], "source": [ - "# Choose a model you'd like to prompt-tune. We recommend starting with\n", - "# a smaller model (bigscience/bloom-7b1-petals) for faster prototyping.\n", - "# The code below uses LLaMA-65B.\n", "MODEL_NAME = \"enoch/llama-65b-hf\"\n", "\n", "# Choose a prompt-tuning mode ('ptune' or 'deep_ptune').\n",