spacemanidol
commited on
Commit
•
61c2b26
1
Parent(s):
d8c9534
fix
Browse files- ESCI-product-dataset.py +1 -1
ESCI-product-dataset.py
CHANGED
@@ -34,7 +34,7 @@ _DATASET_URLS = {
|
|
34 |
}
|
35 |
|
36 |
|
37 |
-
class
|
38 |
VERSION = datasets.Version("0.0.1")
|
39 |
|
40 |
BUILDER_CONFIGS = [
|
|
|
34 |
}
|
35 |
|
36 |
|
37 |
+
class ESCIproduct(datasets.GeneratorBasedBuilder):
|
38 |
VERSION = datasets.Version("0.0.1")
|
39 |
|
40 |
BUILDER_CONFIGS = [
|