Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +1 -1
Mimic4Dataset.py
CHANGED
@@ -59,7 +59,7 @@ class Mimic4DatasetConfig(datasets.BuilderConfig):
|
|
59 |
|
60 |
class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
61 |
"""Create Mimic4Dataset dataset from Mimic-IV data stored in user machine."""
|
62 |
-
VERSION = datasets.Version("1.
|
63 |
|
64 |
def __init__(self, **kwargs):
|
65 |
self.mimic_path = kwargs.pop("mimic_path", None)
|
|
|
59 |
|
60 |
class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
61 |
"""Create Mimic4Dataset dataset from Mimic-IV data stored in user machine."""
|
62 |
+
VERSION = datasets.Version("1.1.0")
|
63 |
|
64 |
def __init__(self, **kwargs):
|
65 |
self.mimic_path = kwargs.pop("mimic_path", None)
|