Skip to content

Commit bc6b48f

Browse files
committed
Improve README and requirements.
1 parent ca493a7 commit bc6b48f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ make evaluate
3838
Inside the `evaluation_results` directory you will find the evaluation results
3939
over 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+
4150
By calling `make help` an help message will be generated.
4251

4352
## Advanced Usage

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cryptography=2.8=py37h1ba5d50_0
1414
cymem=2.0.2=py37hfd86e86_0
1515
cytoolz=0.9.0.1=py37h14c3975_1
1616
dill=0.2.9=py37_0
17-
en-core-web-sm=2.0.0=pypi_0
1817
idna=2.8=py37_0
1918
libedit=3.1.20181209=hc058e9b_0
2019
libffi=3.2.1=hd88cf55_4

0 commit comments

Comments
 (0)