Update gazeta.py
Browse files
gazeta.py
CHANGED
@@ -51,7 +51,7 @@ _URLs = {
|
|
51 |
class GazetaDataset(datasets.GeneratorBasedBuilder):
|
52 |
"""Dataset for automatic summarization of Russian news"""
|
53 |
|
54 |
-
VERSION = datasets.Version("1.0")
|
55 |
|
56 |
BUILDER_CONFIGS = [
|
57 |
datasets.BuilderConfig(name="basic", version=VERSION, description=""),
|
|
|
51 |
class GazetaDataset(datasets.GeneratorBasedBuilder):
|
52 |
"""Dataset for automatic summarization of Russian news"""
|
53 |
|
54 |
+
VERSION = datasets.Version("1.0.0")
|
55 |
|
56 |
BUILDER_CONFIGS = [
|
57 |
datasets.BuilderConfig(name="basic", version=VERSION, description=""),
|