Update casehold.py
Browse files- casehold.py +1 -1
casehold.py
CHANGED
@@ -207,6 +207,6 @@ class CaseHOLD(datasets.GeneratorBasedBuilder):
|
|
207 |
"holding_2": str(row[4]),
|
208 |
"holding_3": str(row[5]),
|
209 |
"holding_4": str(row[6]),
|
210 |
-
"label":
|
211 |
}
|
212 |
|
|
|
207 |
"holding_2": str(row[4]),
|
208 |
"holding_3": str(row[5]),
|
209 |
"holding_4": str(row[6]),
|
210 |
+
"label": str(row[12]),
|
211 |
}
|
212 |
|