chore: updated version number
Browse files
autogkb_annotation_benchmark.py
CHANGED
@@ -44,7 +44,7 @@ _URLS = {}
|
|
44 |
class AutoGKBAnnotationBenchmark(datasets.GeneratorBasedBuilder):
|
45 |
"""AutoGKB Annotation Benchmark dataset."""
|
46 |
|
47 |
-
VERSION = datasets.Version("1.
|
48 |
|
49 |
BUILDER_CONFIGS = [
|
50 |
datasets.BuilderConfig(
|
|
|
44 |
class AutoGKBAnnotationBenchmark(datasets.GeneratorBasedBuilder):
|
45 |
"""AutoGKB Annotation Benchmark dataset."""
|
46 |
|
47 |
+
VERSION = datasets.Version("1.2.0")
|
48 |
|
49 |
BUILDER_CONFIGS = [
|
50 |
datasets.BuilderConfig(
|