Bump versions
Browse files
hyperpartisan_news_detection.py
CHANGED
@@ -46,7 +46,7 @@ _URL_BASE = "https://zenodo.org/record/1489920/files/"
|
|
46 |
class HyperpartisanNewsDetection(datasets.GeneratorBasedBuilder):
|
47 |
"""Hyperpartisan News Detection Dataset."""
|
48 |
|
49 |
-
VERSION = datasets.Version("1.0.
|
50 |
BUILDER_CONFIGS = [
|
51 |
datasets.BuilderConfig(
|
52 |
name="byarticle",
|
@@ -62,7 +62,7 @@ class HyperpartisanNewsDetection(datasets.GeneratorBasedBuilder):
|
|
62 |
),
|
63 |
datasets.BuilderConfig(
|
64 |
name="bypublisher",
|
65 |
-
version=datasets.Version("1.0.
|
66 |
description=textwrap.dedent(
|
67 |
"""
|
68 |
This part of the data (filename contains "bypublisher") is labeled by the overall bias of the publisher as provided
|
|
|
46 |
class HyperpartisanNewsDetection(datasets.GeneratorBasedBuilder):
|
47 |
"""Hyperpartisan News Detection Dataset."""
|
48 |
|
49 |
+
VERSION = datasets.Version("1.0.1")
|
50 |
BUILDER_CONFIGS = [
|
51 |
datasets.BuilderConfig(
|
52 |
name="byarticle",
|
|
|
62 |
),
|
63 |
datasets.BuilderConfig(
|
64 |
name="bypublisher",
|
65 |
+
version=datasets.Version("1.0.1", "Version Training and validation v1"),
|
66 |
description=textwrap.dedent(
|
67 |
"""
|
68 |
This part of the data (filename contains "bypublisher") is labeled by the overall bias of the publisher as provided
|