Datasets:
mteb
/

Modalities:
Text
Formats:
json
Libraries:
Datasets
Dask
nouamanetazi HF staff commited on
Commit
17d0313
1 Parent(s): fdf5bd8

add label_text

Browse files
Files changed (1) hide show
  1. amazon_massive_scenario.py +1 -0
amazon_massive_scenario.py CHANGED
@@ -169,6 +169,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
169
  yield key_, {
170
  "id": data["id"],
171
  "label": data["scenario"],
 
172
  "text": data["utt"],
173
  }
174
  key_ += 1
 
169
  yield key_, {
170
  "id": data["id"],
171
  "label": data["scenario"],
172
+ "label_text": _SCENARIOS[data["scenario"]],
173
  "text": data["utt"],
174
  }
175
  key_ += 1