Update visual_embeddings_1.0.py
Browse files- visual_embeddings_1.0.py +1 -1
visual_embeddings_1.0.py
CHANGED
@@ -74,7 +74,7 @@ _URLS = {
|
|
74 |
|
75 |
|
76 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
77 |
-
class visual_embeddings_1
|
78 |
"""TODO: Short description of my dataset."""
|
79 |
|
80 |
VERSION = datasets.Version("1.0")
|
|
|
74 |
|
75 |
|
76 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
77 |
+
class visual_embeddings_1(datasets.GeneratorBasedBuilder):
|
78 |
"""TODO: Short description of my dataset."""
|
79 |
|
80 |
VERSION = datasets.Version("1.0")
|