Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
albertvillanova HF staff commited on
Commit
23b7819
1 Parent(s): 25a3330
Files changed (1) hide show
  1. biomrc.py +2 -2
biomrc.py CHANGED
@@ -33,7 +33,7 @@ from .bigbiohub import qa_features
33
  from .bigbiohub import BigBioConfig
34
  from .bigbiohub import Tasks
35
 
36
- _LANGUAGES = ['English']
37
  _PUBMED = True
38
  _LOCAL = False
39
  _CITATION = """\
@@ -69,7 +69,7 @@ sizes, also releasing our code, and providing a leaderboard.
69
 
70
  _HOMEPAGE = "https://github.com/PetrosStav/BioMRC_code"
71
 
72
- _LICENSE = 'License information unavailable'
73
 
74
  _BASE_URL = "https://huggingface.co/datasets/biomrc/resolve/main/data/"
75
  _URLS = {
 
33
  from .bigbiohub import BigBioConfig
34
  from .bigbiohub import Tasks
35
 
36
+ _LANGUAGES = ["English"]
37
  _PUBMED = True
38
  _LOCAL = False
39
  _CITATION = """\
 
69
 
70
  _HOMEPAGE = "https://github.com/PetrosStav/BioMRC_code"
71
 
72
+ _LICENSE = "License information unavailable"
73
 
74
  _BASE_URL = "https://huggingface.co/datasets/biomrc/resolve/main/data/"
75
  _URLS = {