Julia Moska commited on
Commit ·
a555323
1
Parent(s): 4c09cc9
added intial loader
Browse files- airbnb_multicity.py +1 -1
airbnb_multicity.py
CHANGED
|
@@ -15,7 +15,7 @@ class AirbnbDatasetConfig(datasets.BuilderConfig):
|
|
| 15 |
**kwargs: keyword arguments forwarded to super.
|
| 16 |
"""
|
| 17 |
super(AirbnbDatasetConfig, self).__init__(**kwargs)
|
| 18 |
-
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 15 |
**kwargs: keyword arguments forwarded to super.
|
| 16 |
"""
|
| 17 |
super(AirbnbDatasetConfig, self).__init__(**kwargs)
|
| 18 |
+
|
| 19 |
|
| 20 |
|
| 21 |
|