Update OntoLAMA.py
Browse files- OntoLAMA.py +1 -1
OntoLAMA.py
CHANGED
@@ -53,7 +53,7 @@ class OntoLAMA(datasets.GeneratorBasedBuilder):
|
|
53 |
"""TODO: Short description of my dataset.
|
54 |
"""
|
55 |
|
56 |
-
VERSION = datasets.Version("1.0")
|
57 |
|
58 |
# This is an example of a dataset with multiple configurations.
|
59 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
53 |
"""TODO: Short description of my dataset.
|
54 |
"""
|
55 |
|
56 |
+
VERSION = datasets.Version("1.0.0")
|
57 |
|
58 |
# This is an example of a dataset with multiple configurations.
|
59 |
# If you don't want/need to define several sub-sets in your dataset,
|