瀏覽代碼

Remove deprecated comment in fine-tuning notebook (#443)

Alexander Borzunov 2 年之前
父節點
當前提交
32fbab5192
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      examples/prompt-tuning-sst2.ipynb

+ 0 - 3
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",