Commit
•
c0dc056
1
Parent(s):
df70f6e
quick fix
Browse files
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 |
),
|