orsharir commited on
Commit
85f680a
1 Parent(s): d22e4f7

Bump versions

Browse files
Files changed (1) hide show
  1. hyperpartisan_news_detection.py +2 -2
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.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.0", "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
 
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