Update alignment-research-dataset.py
Browse files
alignment-research-dataset.py
CHANGED
@@ -229,7 +229,7 @@ DATASOURCES = {
|
|
229 |
'source_type': Value(dtype='string', id=None),
|
230 |
'authors': Value(dtype='string', id=None)
|
231 |
},
|
232 |
-
'
|
233 |
'paged_url': Value(dtype='string', id=None)
|
234 |
},
|
235 |
}
|
|
|
229 |
'source_type': Value(dtype='string', id=None),
|
230 |
'authors': Value(dtype='string', id=None)
|
231 |
},
|
232 |
+
'yudkowsky.net': {
|
233 |
'paged_url': Value(dtype='string', id=None)
|
234 |
},
|
235 |
}
|