wzkariampuzha
commited on
Commit
·
930f15f
1
Parent(s):
b8165b1
Update EpiClassify4GARD.py
Browse files- EpiClassify4GARD.py +3 -3
EpiClassify4GARD.py
CHANGED
@@ -29,9 +29,9 @@ _CITATION = """\
|
|
29 |
John JN, Sid E, Zhu Q. Recurrent Neural Networks to Automatically Identify Rare Disease Epidemiologic Studies from PubMed. AMIA Jt Summits Transl Sci Proc. 2021 May 17;2021:325-334. PMID: 34457147; PMCID: PMC8378621.
|
30 |
"""
|
31 |
|
32 |
-
_TRAIN_DOWNLOAD_URL = "https://
|
33 |
-
_VAL_DOWNLOAD_URL = "https://
|
34 |
-
_TEST_DOWNLOAD_URL = "https://
|
35 |
|
36 |
|
37 |
class EpiClassify4GARD(datasets.GeneratorBasedBuilder):
|
|
|
29 |
John JN, Sid E, Zhu Q. Recurrent Neural Networks to Automatically Identify Rare Disease Epidemiologic Studies from PubMed. AMIA Jt Summits Transl Sci Proc. 2021 May 17;2021:325-334. PMID: 34457147; PMCID: PMC8378621.
|
30 |
"""
|
31 |
|
32 |
+
_TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/dataset/train.tsv"
|
33 |
+
_VAL_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/dataset/val.tsv"
|
34 |
+
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/dataset/test.tsv"
|
35 |
|
36 |
|
37 |
class EpiClassify4GARD(datasets.GeneratorBasedBuilder):
|