Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
albertvillanova HF staff commited on
Commit
054eb32
·
verified ·
1 Parent(s): 2ee733d
Files changed (1) hide show
  1. bionlp_st_2019_bb.py +2 -2
bionlp_st_2019_bb.py CHANGED
@@ -31,7 +31,7 @@ _DISPLAYNAME = "BioNLP 2019 BB"
31
  _SOURCE_VIEW_NAME = "source"
32
  _UNIFIED_VIEW_NAME = "bigbio"
33
 
34
- _LANGUAGES = ['English']
35
  _PUBMED = True
36
  _LOCAL = False
37
  _CITATION = """\
@@ -76,7 +76,7 @@ and applications in microbiology.
76
 
77
  _HOMEPAGE = "https://sites.google.com/view/bb-2019/dataset"
78
 
79
- _LICENSE = 'License information unavailable'
80
 
81
  _SUBTASKS = ["norm", "norm+ner", "rel", "rel+ner", "kb", "kb+ner"]
82
  _FILENAMES = ["train", "dev", "test"]
 
31
  _SOURCE_VIEW_NAME = "source"
32
  _UNIFIED_VIEW_NAME = "bigbio"
33
 
34
+ _LANGUAGES = ["English"]
35
  _PUBMED = True
36
  _LOCAL = False
37
  _CITATION = """\
 
76
 
77
  _HOMEPAGE = "https://sites.google.com/view/bb-2019/dataset"
78
 
79
+ _LICENSE = "License information unavailable"
80
 
81
  _SUBTASKS = ["norm", "norm+ner", "rel", "rel+ner", "kb", "kb+ner"]
82
  _FILENAMES = ["train", "dev", "test"]