CoolFace
Datasetpublic

BDRC/berkeley-transcriptions

Tibetan OCR — Berkeley 8,866 page images of Tibetan text with page-level Unicode transcriptions, mostly dbu-med (u-med) manuscripts with a small woodblock (uchen) portion. These works were transcribed by Geshe Dangsong Namgyal, from 2016 to 2026, in his role as a Data System Analyst at University of California, Berkeley. This work was initiated by Prof. Kurt Keutzer with the longstanding hope of producing training data for Handwritten Text Recognition for dbu med and OCR of… See the full description on the dataset page: https://huggingface.co/datasets/BDRC/berkeley-transcriptions.

sourceHugging Facecc0-1.0updated 1mo agoView on Hugging Face
0likes52downloads
Dataset Card

Tibetan OCR — Berkeley

<!-- DRAFT. Kurt Keutzer (UC Berkeley) contributed transcriptions. Numbers measured 2026-08-18. -->

8,866 page images of Tibetan text with page-level Unicode transcriptions, mostly dbu-med (u-med) manuscripts with a small woodblock (uchen) portion.

These works were transcribed by Geshe Dangsong Namgyal, from 2016 to 2026, in his role as a Data System Analyst at University of California, Berkeley. This work was initiated by Prof. Kurt Keutzer with the longstanding hope of producing training data for Handwritten Text Recognition for dbu med and OCR of blockprint of Tibetan.

The transcriptions focus on readability of the produced text rather than fidelity to the image. The orthographic shorthands are thus expanded to their full form, and some transcriptions might still contain some markup to represent emendations and inserts.

The data provided here is a modified version of the original files with the following changes:

  • alignment image by image reviewed manually
  • line breaks added manually
  • manual filtering of transcriptions judged too distant from the enscribed text

These changes were implemented in a collaboration between BDRC and Dharmaduta in the context of the project "The BDRC Etext Corpus", a grant by the Khyentse Foundation.

Part of the BDRC Tibetan OCR release; see the model `BDRC/tibetan-ocr` and the evaluation benchmark.

At a glance

Images (pages)8,866
Total size1.88 GiB
Scriptu-med (8,547) + uchen (319)
Technologymanuscript (8,547) · woodblock (319)
Writing styles (script_4)danyig/pedri (4,084) · druma (2,928) · gyuyig/tsugdri (899) · multi-script (552) · other/blank (78)
Source of imagesBDRC scans
Source of transcriptionscontributed via Prof. Kurt Keutzer (UC Berkeley)
LicenseCC0-1.0

Contents & schema

One row per page. Columns:

ColumnDescription
imageembedded page scan (HF Image)
transcriptionTibetan Unicode ground truth
idunique row id
mw_idBDRC version id of the source volume
technologymanuscript / woodblock
scriptume / uchen
script_4writing-style family (when available)
python
from datasets import load_dataset
ds = load_dataset("BDRC/berkeley", split="train")
print(ds[0]["transcription"]); ds[0]["image"]

Splits

Single train split (training resource). For held-out evaluation use the separate BDRC Tibetan OCR benchmark.

License, attribution & image rights

  • License: CC0-1.0 — use, modify, redistribute freely.
  • Attribution requested (not required): please cite the Buddhist Digital Resource Center (BDRC) and Prof. Kurt Keutzer (UC Berkeley).
  • ⚠ Image-rights disclaimer: BDRC claims no copyright over the scans, but verifying the copyright status of each underlying original book is the user's responsibility.

Citation

bibtex
@misc{bdrc_berkeley_2026,
  title  = {Tibetan OCR --- Berkeley (dbu-med manuscripts)},
  author = {Kurt Keutzer, Geshe Dangsong Namgyal and Buddhist Digital Resource Center},
  year   = {2026},
  howpublished = {Hugging Face},
  note   = {https://huggingface.co/datasets/BDRC/berkeley}
}