DimV-Ai/kuzushiji-character-dataset-v1
Filename components: U+81EA → Unicode code point of the character 100241706 → Book / manuscript ID 00004_2 → Page image identifier X1852_Y1736 → Character position on the page (top-left corner) 📑 Metadata (metadata.csv) The metadata.csv file provides structured annotations for each character instance and serves as the main index linking text labels to image data. CSV Columns Column name Description source Origin of the annotation. Values include… See the full description on the dataset page: https://huggingface.co/datasets/DimV-Ai/kuzushiji-character-dataset-v1.
Filename components:
U+81EA→ Unicode code point of the character100241706→ Book / manuscript ID00004_2→ Page image identifierX1852_Y1736→ Character position on the page (top-left corner)
📑 Metadata (metadata.csv)
The metadata.csv file provides structured annotations for each character instance and serves as the main index linking text labels to image data.
CSV Columns
Together, these columns allow:
- character-level classification
- reconstruction of page layout
- filtering by manuscript, character, or source
- alignment between visual and textual representations
🧠 Intended Use
This dataset is suitable for:
- Kuzushiji OCR and recognition
- Character-level image classification
- Vision–language / multimodal models
- Contrastive or few-shot learning
- Digital Humanities research on historical Japanese texts
The tar-sharded format is particularly well suited for:
- large-scale training
- streaming data loaders (e.g. WebDataset)
- cloud and HPC environments
🛠️ Example: Loading Metadata
import pandas as pd
df = pd.read_csv("metadata.csv")
df.head()
