Update stampy answer type
Browse files
alignment-research-dataset.py
CHANGED
@@ -219,7 +219,7 @@ DATASOURCES = {
|
|
219 |
'source_filetype': Value(dtype='string', id=None),
|
220 |
'authors': Value(dtype='string', id=None),
|
221 |
'question': Value(dtype='string', id=None),
|
222 |
-
'answer':
|
223 |
'entry': Value(dtype='string', id=None)
|
224 |
},
|
225 |
'vkrakovna.wordpress.com': {
|
|
|
219 |
'source_filetype': Value(dtype='string', id=None),
|
220 |
'authors': Value(dtype='string', id=None),
|
221 |
'question': Value(dtype='string', id=None),
|
222 |
+
'answer': Value(dtype='string', id=None),
|
223 |
'entry': Value(dtype='string', id=None)
|
224 |
},
|
225 |
'vkrakovna.wordpress.com': {
|