Datasets:
image
imagewidth (px) 460
1.02k
|
|---|
[Re:]Entanglements (Documents) Dataset
This dataset is a curated collection of historical document images, scraped from the [Re:]Entanglements project (https://re-entanglements.net).
This collection includes photographs of archival materials such as letters, logbooks, catalogue pages, herbarium specimens, statistical charts, and map sketches related to the N.W. Thomas archives. This dataset intentionally excludes some historical photographs of people, places, and objects, as well as all modern content, to create a focused dataset of ephemera.
This dataset is intended for research, educational, and AI development purposes.
💾 Dataset Structure
The dataset is in .jsonl format, with a corresponding /documents folder. Each line in data.jsonl corresponds to a single blog post that contained document images, and follows this schema:
{
"id": "string",
"source_name": "Re-entanglements",
"source_type": "secondary",
"original_url": "string",
"title": "string",
"raw_content": "string",
"audio": [],
"documents": [
{
"file_name": "string",
"original_url": "string",
"raw_caption": "string|null",
"width": "int",
"height": "int",
"file_size_bytes": "int"
}
],
"tags_scraped": ["string"],
"license_info": "© [Re:]Entanglements Project | CC-BY-SA-4.0 (Dataset Structure)",
"timestamp_scraped": "string",
"source_specific_metadata": {
"source_id": "re-entanglements",
"wp_post_id": "int",
"date_published": "string"
}
}
⚠️ License and Legal Information
This dataset contains copyrighted material.
- Content License: The copyright for all blog posts, text, and curated media belongs to the original [Re:]Entanglements Project and its partners. All items include an
original_urlpointing to the material. - Dataset License: The structure of this dataset (i.e., our JSON schema and the collection itself) is made available under a Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA-4.0) license.
- User Responsibility: Any user of this dataset must provide proper attribution to the original source (
re-entanglements.net) and adhere to its copyright terms.
Citing This Dataset
If you use this dataset in your work, please cite it as:
@dataset{nwokike_reentanglements_documents_2025,
author = {Nwokike, Onyeka},
title = {[Re:]Entanglements (Documents) Dataset},
year = {2025},
publisher = {Hugging Face},
version = {1.0},
url = "[https://huggingface.co/datasets/nwokikeonyeka/re-entanglements-documents](https://huggingface.co/datasets/nwokikeonyeka/re-entanglements-documents)"
}
- Downloads last month
- 61