kleinay commited on
Commit
80e6b8c
1 Parent(s): 250af51

versionize

Browse files
Files changed (1) hide show
  1. qa_srl2020.py +1 -1
qa_srl2020.py CHANGED
@@ -106,7 +106,7 @@ class QaSrl2020(datasets.GeneratorBasedBuilder):
106
  However, it extends Features to include "is_verbal" and "verb_form" fields, as in the `kleinay\qanom` dataset that accounts for nominalizations.
107
  Nevertheless these fields can be ignored, since for all data points in QASRL-2020, "is_verbal"==True and "verb_form" is equivalent to the "predicate" feature. """
108
 
109
- VERSION = datasets.Version("1.1.0")
110
 
111
  BUILDER_CONFIG_CLASS = QASRL2020BuilderConfig
112
 
106
  However, it extends Features to include "is_verbal" and "verb_form" fields, as in the `kleinay\qanom` dataset that accounts for nominalizations.
107
  Nevertheless these fields can be ignored, since for all data points in QASRL-2020, "is_verbal"==True and "verb_form" is equivalent to the "predicate" feature. """
108
 
109
+ VERSION = datasets.Version("1.2.0")
110
 
111
  BUILDER_CONFIG_CLASS = QASRL2020BuilderConfig
112