You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,19 @@
1
-
## Running the Code
1
+
## Extracting the Dataset
2
2
In order to extract the features from the corpus proto files, run:
3
-
python data_generation.py
4
3
4
+
`python data_processing/data_generation.py`
5
+
6
+
In order for the command to be successful, it is necessary to have a directory
7
+
_corpus/r252-corpus-features_ with the protos of the corpus. Optionally, it is possible to
8
+
downloaded the extracted dataset at https://drive.google.com/file/d/14k4AgOVws4_TfPtDGefXzPn3x2Ph083h/view?usp=sharing. After putting the downloaded file
9
+
under the _data/_ directory, it is possible to train and evaluate the model.
10
+
11
+
## Running the Models
5
12
In order to train a model and evaluate a model, run:
0 commit comments