jbloom
commited on
Commit
·
2a5d3a0
1
Parent(s):
289df1b
update class name
Browse files- SBI-16-2D.py +2 -2
SBI-16-2D.py
CHANGED
|
@@ -35,8 +35,8 @@ _URLS = {
|
|
| 35 |
_REPO_ID = "AstroCompress/SBI-16-2D"
|
| 36 |
|
| 37 |
|
| 38 |
-
class
|
| 39 |
-
"""
|
| 40 |
|
| 41 |
VERSION = datasets.Version("1.0.0")
|
| 42 |
|
|
|
|
| 35 |
_REPO_ID = "AstroCompress/SBI-16-2D"
|
| 36 |
|
| 37 |
|
| 38 |
+
class SBI_16_2D(datasets.GeneratorBasedBuilder):
|
| 39 |
+
"""SBI-16-2D Dataset"""
|
| 40 |
|
| 41 |
VERSION = datasets.Version("1.0.0")
|
| 42 |
|