modify class name to match convention
Browse files
vaw.py
CHANGED
|
@@ -67,7 +67,7 @@ _URLS = {
|
|
| 67 |
|
| 68 |
|
| 69 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
| 70 |
-
class
|
| 71 |
"""TODO: Short description of my dataset."""
|
| 72 |
|
| 73 |
VERSION = datasets.Version("1.0.0")
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
| 70 |
+
class VAW(datasets.GeneratorBasedBuilder):
|
| 71 |
"""TODO: Short description of my dataset."""
|
| 72 |
|
| 73 |
VERSION = datasets.Version("1.0.0")
|