Skip to content

Commit f2dfa58

Browse files
author
Zhuochen Wu
committed
update path
1 parent e3d2241 commit f2dfa58

4 files changed

+12
-12
lines changed

notebooks/1-Text_Cleaning.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"source": [
2626
"### Change notebook directory, for Gadi environment only\n",
2727
"import os\n",
28-
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/AI-ML-Applications-Natural-Language-Processing/\")\n",
28+
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/Introduction-to-NLP/\")\n",
2929
"os.chdir(working_path)\n",
30-
"data_path = '/scratch/vp91/NLP-2023/data/'\n",
31-
"model_path = '/scratch/vp91/NLP-2023/model/'"
30+
"data_path = '/scratch/vp91/NLP-2024/data/'\n",
31+
"model_path = '/scratch/vp91/NLP-2024/model/'"
3232
]
3333
},
3434
{

notebooks/2-Glove-Embedding.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"source": [
2727
"### Change notebook directory, for Gadi environment only\n",
2828
"import os\n",
29-
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/AI-ML-Applications-Natural-Language-Processing/\")\n",
29+
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/Introduction-to-NLP\")\n",
3030
"os.chdir(working_path)\n",
31-
"data_path = '/scratch/vp91/NLP-2023/data/'\n",
32-
"model_path = '/scratch/vp91/NLP-2023/model/'"
31+
"data_path = '/scratch/vp91/NLP-2024/data/'\n",
32+
"model_path = '/scratch/vp91/NLP-2024/model/'"
3333
]
3434
},
3535
{

notebooks/3-Q&A_bert.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"source": [
3737
"### Change notebook directory, for Gadi environment only\n",
3838
"import os\n",
39-
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/AI-ML-Applications-Natural-Language-Processing/\")\n",
39+
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/Introduction-to-NLP/\")\n",
4040
"os.chdir(working_path)\n",
41-
"data_path = '/scratch/vp91/NLP-2023/data/'\n",
42-
"model_path = '/scratch/vp91/NLP-2023/model/'\n",
41+
"data_path = '/scratch/vp91/NLP-2024/data/'\n",
42+
"model_path = '/scratch/vp91/NLP-2024/model/'\n",
4343
"\n",
4444
"# without setting to false, huggingface will throw a warning incase deadlock occurs. We use small dataset here so we do this here to hide the warnings\n",
4545
"os.environ[\"TOKENIZERS_PARALLELISM\"] = \"false\""

notebooks/4-Topic_Modelling.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"### Change notebook directory, for Gadi environment only\n",
3030
"### Change notebook directory, for Gadi environment only\n",
3131
"import os\n",
32-
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/AI-ML-Applications-Natural-Language-Processing/\")\n",
32+
"working_path = os.path.expandvars(\"/scratch/vp91/$USER/Introduction-to-NLP/\")\n",
3333
"os.chdir(working_path)\n",
34-
"data_path = '/scratch/vp91/NLP-2023/data/'\n",
35-
"model_path = '/scratch/vp91/NLP-2023/model/'"
34+
"data_path = '/scratch/vp91/NLP-2024/data/'\n",
35+
"model_path = '/scratch/vp91/NLP-2024/model/'"
3636
]
3737
},
3838
{

0 commit comments

Comments
 (0)