Valeriy Sinyukov commited on
Commit
3ee2ccf
Β·
1 Parent(s): ce0c8db

Change datasets directory layout

Browse files

Make it so that there are no symlinks needed.

category_classification/datasets/{download_common.py β†’ datasets_common.py} RENAMED
File without changes
category_classification/datasets/en/download_common.py DELETED
@@ -1 +0,0 @@
1
- ../download_common.py
 
 
category_classification/datasets/{en/prepare_dataset.ipynb β†’ prepare_en_dataset.ipynb} RENAMED
@@ -17,7 +17,7 @@
17
  "source": [
18
  "from pathlib import Path\n",
19
  "\n",
20
- "from download_common import *"
21
  ]
22
  },
23
  {
 
17
  "source": [
18
  "from pathlib import Path\n",
19
  "\n",
20
+ "from datasets_common import *"
21
  ]
22
  },
23
  {