WorkInTheDark commited on
Commit
d9e2557
1 Parent(s): 4033df0

Upload FairytaleQA.py

Browse files
Files changed (1) hide show
  1. FairytaleQA.py +1 -1
FairytaleQA.py CHANGED
@@ -81,7 +81,7 @@ class FairytaleQA(datasets.GeneratorBasedBuilder):
81
  BUILDER_CONFIGS = [
82
  FairytaleQAConfig(
83
  name="plain_text",
84
- version=datasets.Version("0.0", ""),
85
  description="Plain text",
86
  ),
87
  ]
 
81
  BUILDER_CONFIGS = [
82
  FairytaleQAConfig(
83
  name="plain_text",
84
+ version=datasets.Version("1.0.0", ""),
85
  description="Plain text",
86
  ),
87
  ]