Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
unknown
Annotations Creators:
unknown
Source Datasets:
unknown
License:
wzkariampuzha commited on
Commit
0e5403e
1 Parent(s): 956069b

Update EpiSet4BinaryClassification.py

Browse files
Files changed (1) hide show
  1. EpiSet4BinaryClassification.py +3 -3
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/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):
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):