Gaëtan Caillaut commited on
Commit ·
b6db9f8
1
Parent(s): 7ff32be
update version
Browse files- citeseer.py +1 -1
citeseer.py
CHANGED
|
@@ -58,7 +58,7 @@ _CLASS_LABELS = [
|
|
| 58 |
|
| 59 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
| 60 |
class CiteseerDataset(datasets.GeneratorBasedBuilder):
|
| 61 |
-
VERSION = datasets.Version("1.0.
|
| 62 |
|
| 63 |
# This is an example of a dataset with multiple configurations.
|
| 64 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
|
| 58 |
|
| 59 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
| 60 |
class CiteseerDataset(datasets.GeneratorBasedBuilder):
|
| 61 |
+
VERSION = datasets.Version("1.0.1")
|
| 62 |
|
| 63 |
# This is an example of a dataset with multiple configurations.
|
| 64 |
# If you don't want/need to define several sub-sets in your dataset,
|