Datasets:

Languages:
English
ArXiv:
License:
ccstan99 commited on
Commit
ece5ead
·
1 Parent(s): 0ad7d8d

Update stampy answer type

Browse files
Files changed (1) hide show
  1. alignment-research-dataset.py +1 -1
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': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None),
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': {