File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,15 @@ make evaluate
3838Inside the ` evaluation_results ` directory you will find the evaluation results
3939over the test set.
4040
41+ To run the complete hyperparameter search procedure, please follow the following instructions:
42+ ``` bash
43+ cd concept_tagging_NLP
44+ conda activate ctnlp
45+ bash concept_tagging_tuning.sh
46+ ```
47+ This will generate a file called ` complete_results.txt ` with all the evaluations. Be aware that the entire procedure
48+ take quite some time.
49+
4150By calling ` make help ` an help message will be generated.
4251
4352## Advanced Usage
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ cryptography=2.8=py37h1ba5d50_0
1414cymem =2.0.2=py37hfd86e86_0
1515cytoolz =0.9.0.1=py37h14c3975_1
1616dill =0.2.9=py37_0
17- en-core-web-sm =2.0.0=pypi_0
1817idna =2.8=py37_0
1918libedit =3.1.20181209=hc058e9b_0
2019libffi =3.2.1=hd88cf55_4
You can’t perform that action at this time.
0 commit comments