Julia Moska commited on
Commit ·
689e0ae
1
Parent(s): a555323
fix on loader
Browse files- airbnb_multicity.py +1 -1
airbnb_multicity.py
CHANGED
|
@@ -9,7 +9,7 @@ DATA_URL="https://huggingface.co/datasets/kraina/airbnb_multicity/resolve/main/d
|
|
| 9 |
class AirbnbDatasetConfig(datasets.BuilderConfig):
|
| 10 |
"""BuilderConfig """
|
| 11 |
|
| 12 |
-
def __init__(self,
|
| 13 |
"""BuilderConfig.
|
| 14 |
Args:
|
| 15 |
**kwargs: keyword arguments forwarded to super.
|
|
|
|
| 9 |
class AirbnbDatasetConfig(datasets.BuilderConfig):
|
| 10 |
"""BuilderConfig """
|
| 11 |
|
| 12 |
+
def __init__(self, **kwargs):
|
| 13 |
"""BuilderConfig.
|
| 14 |
Args:
|
| 15 |
**kwargs: keyword arguments forwarded to super.
|