Datasets:
mteb
/

Modalities:
Text
Formats:
json
Libraries:
Datasets
Dask
nouamanetazi HF staff commited on
Commit
c0dc056
1 Parent(s): df70f6e
Files changed (1) hide show
  1. amazon_massive_scenario.py +1 -0
amazon_massive_scenario.py CHANGED
@@ -113,6 +113,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
113
  {
114
  "id": datasets.Value("string"),
115
  "label": datasets.features.ClassLabel(names=_SCENARIOS),
 
116
  "text": datasets.Value("string"),
117
  },
118
  ),
 
113
  {
114
  "id": datasets.Value("string"),
115
  "label": datasets.features.ClassLabel(names=_SCENARIOS),
116
+ "label_text": datasets.Value("string"),
117
  "text": datasets.Value("string"),
118
  },
119
  ),