Datasets:
mteb
/

Modalities:
Text
Formats:
json
Libraries:
Datasets
Dask
nouamanetazi HF staff commited on
Commit
ffa08d7
1 Parent(s): c0dc056
Files changed (1) hide show
  1. amazon_massive_scenario.py +1 -1
amazon_massive_scenario.py CHANGED
@@ -170,7 +170,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
170
  yield key_, {
171
  "id": data["id"],
172
  "label": data["scenario"],
173
- "label_text": _SCENARIOS[int(data["scenario"])],
174
  "text": data["utt"],
175
  }
176
  key_ += 1
 
170
  yield key_, {
171
  "id": data["id"],
172
  "label": data["scenario"],
173
+ "label_text": data["scenario"],
174
  "text": data["utt"],
175
  }
176
  key_ += 1