From 2e884f3b081a261c125d1597b1c18a2d84c6462a Mon Sep 17 00:00:00 2001 From: Aadarsh Singh Date: Thu, 8 Oct 2020 11:45:38 +0530 Subject: [PATCH] Fix script path in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db0beb..1b375d4 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ We include a broad set of scientific nlp datasets under the `data/` directory ac └── sciie-relation-extraction ``` -For example to run the model on the Named Entity Recognition (`NER`) task and on the `BC5CDR` dataset (BioCreative V CDR), modify the `scibert/train_allennlp_local.sh` script according to: +For example to run the model on the Named Entity Recognition (`NER`) task and on the `BC5CDR` dataset (BioCreative V CDR), modify the `scibert/scripts/train_allennlp_local.sh` script according to: ``` DATASET='bc5cdr' TASK='ner'