mathiascreutz commited on
Commit
a40dcc3
1 Parent(s): 7bf90d1

Field names

Browse files
Files changed (1) hide show
  1. opusparcus.py +3 -2
opusparcus.py CHANGED
@@ -77,8 +77,9 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
77
  #if self.config.name == "test": # This is the name of the configuration selected in BUILDER_CONFIGS above
78
  features = datasets.Features(
79
  {
80
- "sentence": datasets.Value("string"),
81
- "label": datasets.Value("float"),
 
82
  "gem_id": datasets.Value("string")
83
  }
84
  )
 
77
  #if self.config.name == "test": # This is the name of the configuration selected in BUILDER_CONFIGS above
78
  features = datasets.Features(
79
  {
80
+ "sent1": datasets.Value("string"),
81
+ "sent2": datasets.Value("string"),
82
+ "annot_score": datasets.Value("float"),
83
  "gem_id": datasets.Value("string")
84
  }
85
  )