add ml_safety_newsletter
Browse files
alignment-research-dataset.py
CHANGED
@@ -230,6 +230,9 @@ DATASOURCES = {
|
|
230 |
'paged_url': Value(dtype='string'),
|
231 |
'summary': Sequence(feature=Value(dtype='string')),
|
232 |
},
|
|
|
|
|
|
|
233 |
'nonarxiv_papers': {
|
234 |
'source_filetype': Value(dtype='string'),
|
235 |
'abstract': Value(dtype='string'),
|
|
|
230 |
'paged_url': Value(dtype='string'),
|
231 |
'summary': Sequence(feature=Value(dtype='string')),
|
232 |
},
|
233 |
+
'ml_safety_newsletter': {
|
234 |
+
'source_type': Value(dtype='string')
|
235 |
+
},
|
236 |
'nonarxiv_papers': {
|
237 |
'source_filetype': Value(dtype='string'),
|
238 |
'abstract': Value(dtype='string'),
|