File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,10 @@ Optional
6464## Usage
65651 . Download the [ MPST Corpus] ( http://ritual.uh.edu/mpst-2018 ) .
66662 . Unzip the data and put the <b >MPST</b > directory inside the <b >data</b > directory.
67- 3 . Use the data processor notebook located at <b >source/notebooks/Prepare Data.ipynb</b > to prepare the data for the model.
67+ 3 . Download the Fasttext pre-trained embeddings and edit the path in the code in the notebook.
68+ 4 . Use the data processor notebook located at <b >source/notebooks/Prepare Data.ipynb</b > to prepare the data for the model.
6869 The processed data would be dumped inside <b >processed_data</b > directory.
69- 4 . After completing the processing, <b >processed_data</b > directory should look like below.
70+ 5 . After completing the processing, <b >processed_data</b > directory should look like below.
7071
7172```
7273├── processed_data
@@ -89,7 +90,7 @@ Optional
8990│ └── word2idx_no_process.json
9091```
9192
92- 5 . For training, use the train.py. It will dump the model and logs in the output directory set in the code.
93+ 6 . For training, use the train.py. It will dump the model and logs in the output directory set in the code.
9394
9495
9596
You can’t perform that action at this time.
0 commit comments