From 274a3964498ba56da64be722d07f4f7163a6e07d Mon Sep 17 00:00:00 2001 From: Virginia Adams <78445382+vadam5@users.noreply.github.com> Date: Wed, 25 May 2022 11:33:14 -0700 Subject: [PATCH] Typo fix, branch change, better download messagae (#4262) Signed-off-by: Virginia Adams --- .../nlp/Multitask_Prompt_and_PTuning.ipynb | 28 +++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/tutorials/nlp/Multitask_Prompt_and_PTuning.ipynb b/tutorials/nlp/Multitask_Prompt_and_PTuning.ipynb index 5444b673d430..7e52a143179a 100644 --- a/tutorials/nlp/Multitask_Prompt_and_PTuning.ipynb +++ b/tutorials/nlp/Multitask_Prompt_and_PTuning.ipynb @@ -7,7 +7,7 @@ "metadata": {}, "outputs": [], "source": [ - "BRANCH=\"main\"" + "BRANCH=\"r1.9.0\"" ] }, { @@ -212,10 +212,28 @@ "outputs": [], "source": [ "# Download the financial phrase bank dataset\n", - "!wget https://www.researchgate.net/profile/Pekka_Malo/publication/251231364_FinancialPhraseBank-v10/data/0c96051eee4fb1d56e000000/FinancialPhraseBank-v10.zip\n", + "!wget https://www.researchgate.net/profile/Pekka_Malo/publication/251231364_FinancialPhraseBank-v1.0/data/0c96051eee4fb1d56e000000/FinancialPhraseBank-v1.0.zip\n", "\n", - "# If you are having issues with this research gate link, \n", - "# copy and paste it in your browser and the file should download automatically. \n", + "# If you are having issues with the research gate link above, copy and paste it in your browser \n", + "# and the file should download automatically. Then place it in the same directory in which \n", + "# you are running this notebook. " + ] + }, + { + "cell_type": "markdown", + "id": "964a3903", + "metadata": {}, + "source": [ + "If you are having issues with the research gate link above, copy and paste it in your browser and the file should download automatically. Then place it in the same directory in which you are running this notebook. " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9b934dac", + "metadata": {}, + "outputs": [], + "source": [ "!unzip FinancialPhraseBank-v1.0.zip -d {DATA_DIR}" ] }, @@ -388,7 +406,7 @@ "id": "e803eaed", "metadata": {}, "source": [ - "For the virtual assistent dataset, there are a set of 64 possible intents:" + "For the virtual assistant dataset, there are a set of 64 possible intents:" ] }, {