Datasets:
Update magpie.py
Browse files
magpie.py
CHANGED
@@ -49,7 +49,7 @@ _LICENSE = "CC-BY-4.0"
|
|
49 |
class MagpieConfig(datasets.BuilderConfig):
|
50 |
"""BuilderConfig for MAGPIE."""
|
51 |
|
52 |
-
def __init__(self, **kwargs):
|
53 |
"""BuilderConfig for MAGPIE.
|
54 |
Args:
|
55 |
features: : `list[string]`, list of the features that will appear in the
|
|
|
49 |
class MagpieConfig(datasets.BuilderConfig):
|
50 |
"""BuilderConfig for MAGPIE."""
|
51 |
|
52 |
+
def __init__(self, features, data_url, **kwargs):
|
53 |
"""BuilderConfig for MAGPIE.
|
54 |
Args:
|
55 |
features: : `list[string]`, list of the features that will appear in the
|