Skip to content

Commit

Permalink
Path change to mct export
Browse files Browse the repository at this point in the history
  • Loading branch information
antsh3k committed Jan 9, 2023
1 parent 16a3b4f commit 6a43a4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"metadata": {},
"outputs": [],
"source": [
"data_dir = \"working_with_cogstack/data\"\n",
"mctrainer_export_path = data_dir + \"annotated_docs/MedCAT_Export_With_Text_2021-08-25_19_55_45.json\"\n",
"ann_dir = \"working_with_cogstack/data/annotated_docs/\"\n",
"mctrainer_export_path = ann_dir + \"MedCAT_Export_With_Text_2021-08-25_19_55_45.json\" # name of your mct export\n",
"\n",
"model_dir = 'working_with_cogstack/models/modelpack'\n",
"\n",
Expand Down

0 comments on commit 6a43a4e

Please sign in to comment.