kiddothe2b
commited on
Commit
·
8cd0988
1
Parent(s):
5f93979
Update medical-bios.py
Browse files- medical-bios.py +2 -0
medical-bios.py
CHANGED
@@ -31,6 +31,7 @@ class MedicalBIOSConfig(datasets.BuilderConfig):
|
|
31 |
|
32 |
def __init__(
|
33 |
self,
|
|
|
34 |
url,
|
35 |
data_url,
|
36 |
citation,
|
@@ -47,6 +48,7 @@ class MedicalBIOSConfig(datasets.BuilderConfig):
|
|
47 |
"""
|
48 |
super(MedicalBIOSConfig, self).__init__(version=datasets.Version("1.0.0", ""), **kwargs)
|
49 |
self.url = url
|
|
|
50 |
self.data_url = data_url
|
51 |
self.citation = citation
|
52 |
|
|
|
31 |
|
32 |
def __init__(
|
33 |
self,
|
34 |
+
label_classes,
|
35 |
url,
|
36 |
data_url,
|
37 |
citation,
|
|
|
48 |
"""
|
49 |
super(MedicalBIOSConfig, self).__init__(version=datasets.Version("1.0.0", ""), **kwargs)
|
50 |
self.url = url
|
51 |
+
self.label_classes = label_classes
|
52 |
self.data_url = data_url
|
53 |
self.citation = citation
|
54 |
|