Skip to content

Commit

Permalink
Typo fix, branch change, better download messagae (#4262)
Browse files Browse the repository at this point in the history
Signed-off-by: Virginia Adams <vadams@nvidia.com>
  • Loading branch information
vadam5 authored May 25, 2022
1 parent 4e48e3f commit ac6ddc7
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions tutorials/nlp/Multitask_Prompt_and_PTuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"BRANCH=\"main\""
"BRANCH=\"r1.9.0\""
]
},
{
Expand Down Expand Up @@ -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}"
]
},
Expand Down Expand Up @@ -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:"
]
},
{
Expand Down

0 comments on commit ac6ddc7

Please sign in to comment.