commanderstrife commited on
Commit
f43e94e
·
1 Parent(s): ac8ccdd

Update jnlpba.py

Browse files
Files changed (1) hide show
  1. jnlpba.py +1 -1
jnlpba.py CHANGED
@@ -47,7 +47,7 @@ Among the classes, 36 terminal classes were used to annotate the GENIA corpus.
47
  _HOMEPAGE = "http://www.geniaproject.org/shared-tasks/bionlp-jnlpba-shared-task-2004"
48
  TRAIN_URL = "http://www.nactem.ac.uk/GENIA/current/Shared-tasks/JNLPBA/Train/Genia4ERtraining.tar.gz"
49
  VAL_URL = "http://www.nactem.ac.uk/GENIA/current/Shared-tasks/JNLPBA/Evaluation/Genia4ERtest.tar.gz"
50
- TEST_URL = "http://www.nactem.ac.uk/GENIA/current/Shared-tasks/JNLPBA/Tool/JNLPBA2004_eval.tar.gz
51
 
52
 
53
  class JNLPBAConfig(datasets.BuilderConfig):
 
47
  _HOMEPAGE = "http://www.geniaproject.org/shared-tasks/bionlp-jnlpba-shared-task-2004"
48
  TRAIN_URL = "http://www.nactem.ac.uk/GENIA/current/Shared-tasks/JNLPBA/Train/Genia4ERtraining.tar.gz"
49
  VAL_URL = "http://www.nactem.ac.uk/GENIA/current/Shared-tasks/JNLPBA/Evaluation/Genia4ERtest.tar.gz"
50
+ TEST_URL = "http://www.nactem.ac.uk/GENIA/current/Shared-tasks/JNLPBA/Tool/JNLPBA2004_eval.tar.gz"
51
 
52
 
53
  class JNLPBAConfig(datasets.BuilderConfig):