wzkariampuzha
commited on
Commit
•
0e5403e
1
Parent(s):
956069b
Update EpiSet4BinaryClassification.py
Browse files
EpiSet4BinaryClassification.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://raw.githubusercontent.com/ncats/epi4GARD/master/
|
33 |
-
_VAL_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/
|
34 |
-
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/
|
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/epi_classify_dataset/train.tsv"
|
33 |
+
_VAL_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/epi_classify_dataset/val.tsv"
|
34 |
+
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/ncats/epi4GARD/master/epi_classify_dataset/test.tsv"
|
35 |
|
36 |
|
37 |
class EpiClassify4GARD(datasets.GeneratorBasedBuilder):
|