wzkariampuzha commited on
Commit
fe260fd
1 Parent(s): 7f5c208

Update EpiClassify4GARD.py

Browse files
Files changed (1) hide show
  1. EpiClassify4GARD.py +3 -1
EpiClassify4GARD.py CHANGED
@@ -25,7 +25,9 @@ from datasets.tasks import TextClassification
25
  _DESCRIPTION = """\
26
  INSERT DESCRIPTION
27
  """
28
-
 
 
29
  _TRAIN_DOWNLOAD_URL = "https://huggingface.co/datasets/ncats/EpiClassify4GARD/raw/main/train.tsv"
30
  _VAL_DOWNLOAD_URL = "https://huggingface.co/datasets/ncats/EpiClassify4GARD/raw/main/validation.tsv"
31
  _TEST_DOWNLOAD_URL = "https://huggingface.co/datasets/ncats/EpiClassify4GARD/raw/main/test.tsv"
 
25
  _DESCRIPTION = """\
26
  INSERT DESCRIPTION
27
  """
28
+ _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
  _TRAIN_DOWNLOAD_URL = "https://huggingface.co/datasets/ncats/EpiClassify4GARD/raw/main/train.tsv"
32
  _VAL_DOWNLOAD_URL = "https://huggingface.co/datasets/ncats/EpiClassify4GARD/raw/main/validation.tsv"
33
  _TEST_DOWNLOAD_URL = "https://huggingface.co/datasets/ncats/EpiClassify4GARD/raw/main/test.tsv"