jfk-files-2025 / dataset_infos.json
Varun Hemachandran
Fix dataset format for Hugging Face viewer
2ad713c
raw
history blame contribute delete
864 Bytes
{
"default-fixed": {
"description": "JFK Document Release 2025 - Collection of declassified documents related to the assassination of President John F. Kennedy",
"citation": "",
"homepage": "https://github.com/varun-heman/jfk-files-2025",
"license": "cc0-1.0",
"features": {
"file_name": {
"dtype": "string",
"_type": "Value"
},
"file_path": {
"dtype": "string",
"_type": "Value"
},
"file_size": {
"dtype": "int64",
"_type": "Value"
},
"content_type": {
"dtype": "string",
"_type": "Value"
}
},
"supervised_keys": null,
"task_templates": [
{
"task": "document-question-answering",
"document_column": "file_path",
"question_column": null,
"answers_column": null
}
]
}
}