Datasets:
Changed data
Browse files- housing_qa.py +2 -2
housing_qa.py
CHANGED
|
@@ -26,11 +26,11 @@ _CONFIGS["questions"] = {
|
|
| 26 |
'question': Value('string'),
|
| 27 |
'answer': Value('string'),
|
| 28 |
'question_group': Value('int32'),
|
| 29 |
-
'statutes':
|
| 30 |
'statute_idx': Value('int32'),
|
| 31 |
'citation': Value('string'),
|
| 32 |
'excerpt': Value('string'),
|
| 33 |
-
}
|
| 34 |
'original_question': Value('string'),
|
| 35 |
'caveats': Sequence(Value('string')),
|
| 36 |
}),
|
|
|
|
| 26 |
'question': Value('string'),
|
| 27 |
'answer': Value('string'),
|
| 28 |
'question_group': Value('int32'),
|
| 29 |
+
'statutes': [{
|
| 30 |
'statute_idx': Value('int32'),
|
| 31 |
'citation': Value('string'),
|
| 32 |
'excerpt': Value('string'),
|
| 33 |
+
}],
|
| 34 |
'original_question': Value('string'),
|
| 35 |
'caveats': Sequence(Value('string')),
|
| 36 |
}),
|