Datasets:
Update IBDColEpi.py
Browse files- IBDColEpi.py +2 -0
IBDColEpi.py
CHANGED
|
@@ -74,6 +74,8 @@ class IBDColEpi(datasets.GeneratorBasedBuilder):
|
|
| 74 |
|
| 75 |
VERSION = datasets.Version("1.0.0")
|
| 76 |
|
|
|
|
|
|
|
| 77 |
# This is an example of a dataset with multiple configurations.
|
| 78 |
# If you don't want/need to define several sub-sets in your dataset,
|
| 79 |
# just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
|
|
|
|
| 74 |
|
| 75 |
VERSION = datasets.Version("1.0.0")
|
| 76 |
|
| 77 |
+
print("VERSION:", VERSION)
|
| 78 |
+
|
| 79 |
# This is an example of a dataset with multiple configurations.
|
| 80 |
# If you don't want/need to define several sub-sets in your dataset,
|
| 81 |
# just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
|