Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
wzkariampuzha
commited on
Commit
•
f969019
1
Parent(s):
e614802
Update EpiSet4NER-v2.py
Browse files- EpiSet4NER-v2.py +1 -1
EpiSet4NER-v2.py
CHANGED
@@ -38,7 +38,7 @@ EpiSet4NER-2 is a dataset generated from 620 rare disease abstracts labeled usin
|
|
38 |
For more details see *INSERT PAPER* and https://github.com/ncats/epi4GARD/tree/master/EpiExtract4GARD#epiextract4gard
|
39 |
"""
|
40 |
|
41 |
-
_URL = "https://
|
42 |
_TRAINING_FILE = "train.tsv"
|
43 |
_VAL_FILE = "val.tsv"
|
44 |
_TEST_FILE = "test.tsv"
|
|
|
38 |
For more details see *INSERT PAPER* and https://github.com/ncats/epi4GARD/tree/master/EpiExtract4GARD#epiextract4gard
|
39 |
"""
|
40 |
|
41 |
+
_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/epi_extract_datasets/datasets/epi_gold/"
|
42 |
_TRAINING_FILE = "train.tsv"
|
43 |
_VAL_FILE = "val.tsv"
|
44 |
_TEST_FILE = "test.tsv"
|