Datasets:
Sean MacAvaney
commited on
Commit
•
0807d8d
1
Parent(s):
e01b20e
fix copy paste error
Browse files
hc4.py
CHANGED
@@ -11,7 +11,7 @@ _URLS = {
|
|
11 |
}
|
12 |
|
13 |
|
14 |
-
class
|
15 |
VERSION = datasets.Version("1.0.1")
|
16 |
|
17 |
def _info(self):
|
|
|
11 |
}
|
12 |
|
13 |
|
14 |
+
class Hc4(datasets.GeneratorBasedBuilder):
|
15 |
VERSION = datasets.Version("1.0.1")
|
16 |
|
17 |
def _info(self):
|