Datasets:
Add files using upload-large-folder tool
Browse files- README.md +94 -0
- data/train-00000-of-00004.parquet +3 -0
- data/train-00001-of-00004.parquet +3 -0
- data/train-00002-of-00004.parquet +3 -0
- data/train-00003-of-00004.parquet +3 -0
- subset_info.json +14 -0
README.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
language:
|
| 6 |
+
- bo
|
| 7 |
+
tags:
|
| 8 |
+
- ocr
|
| 9 |
+
- tibetan
|
| 10 |
+
- manuscript
|
| 11 |
+
- dbu-med
|
| 12 |
+
- bon
|
| 13 |
+
pretty_name: "Tibetan OCR — Berkeley (dbu-med manuscripts)"
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: "data/train-*.parquet"
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Tibetan OCR — Berkeley
|
| 24 |
+
|
| 25 |
+
<!-- DRAFT. Kurt Keutzer (UC Berkeley) contributed transcriptions. Numbers measured 2026-08-18. -->
|
| 26 |
+
|
| 27 |
+
**8,866 page images of Tibetan text with page-level Unicode transcriptions**, mostly
|
| 28 |
+
dbu-med (u-med) manuscripts with a small woodblock (uchen) portion. The transcriptions
|
| 29 |
+
were contributed by the group of **Prof. Kurt Keutzer (UC Berkeley)** and aligned to
|
| 30 |
+
BDRC scans. Content skews toward Bön and Nyingma material (e.g. the Zhangzhung Nyengyü
|
| 31 |
+
and Dzogchen cycles).
|
| 32 |
+
|
| 33 |
+
Part of the **BDRC Tibetan OCR** release; see the model
|
| 34 |
+
[`BDRC/tibetan-ocr`](https://huggingface.co/BDRC/tibetan-ocr) and the
|
| 35 |
+
[evaluation benchmark](https://huggingface.co/datasets/BDRC/tibetan-ocr-benchmark).
|
| 36 |
+
|
| 37 |
+
## At a glance
|
| 38 |
+
|
| 39 |
+
| | |
|
| 40 |
+
|---|---|
|
| 41 |
+
| Images (pages) | **8,866** |
|
| 42 |
+
| Total size | **1.88 GiB** |
|
| 43 |
+
| Script | **u-med** (8,547) + uchen (319) |
|
| 44 |
+
| Technology | manuscript (8,547) · woodblock (319) |
|
| 45 |
+
| Writing styles (`script_4`) | danyig/pedri (4,084) · druma (2,928) · gyuyig/tsugdri (899) · multi-script (552) · other/blank (78) |
|
| 46 |
+
| Source of images | BDRC scans |
|
| 47 |
+
| Source of transcriptions | contributed via Prof. Kurt Keutzer (UC Berkeley) |
|
| 48 |
+
| License | **CC0-1.0** |
|
| 49 |
+
|
| 50 |
+
## Contents & schema
|
| 51 |
+
|
| 52 |
+
One row per page. Columns:
|
| 53 |
+
|
| 54 |
+
| Column | Description |
|
| 55 |
+
|---|---|
|
| 56 |
+
| `image` | embedded page scan (HF `Image`) |
|
| 57 |
+
| `transcription` | Tibetan Unicode ground truth |
|
| 58 |
+
| `id` | unique row id |
|
| 59 |
+
| `mw_id` | BDRC version id of the source volume |
|
| 60 |
+
| `technology` | `manuscript` / `woodblock` |
|
| 61 |
+
| `script` | `ume` / `uchen` |
|
| 62 |
+
| `script_4` | writing-style family (when available) |
|
| 63 |
+
|
| 64 |
+
```python
|
| 65 |
+
from datasets import load_dataset
|
| 66 |
+
ds = load_dataset("BDRC/berkeley", split="train")
|
| 67 |
+
print(ds[0]["transcription"]); ds[0]["image"]
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
## Splits
|
| 71 |
+
|
| 72 |
+
Single `train` split (training resource). For held-out evaluation use the separate
|
| 73 |
+
[BDRC Tibetan OCR benchmark](https://huggingface.co/datasets/BDRC/tibetan-ocr-benchmark).
|
| 74 |
+
|
| 75 |
+
## License, attribution & image rights
|
| 76 |
+
|
| 77 |
+
- **License: CC0-1.0** — use, modify, redistribute freely.
|
| 78 |
+
- **Attribution requested (not required):** please cite the **Buddhist Digital
|
| 79 |
+
Resource Center (BDRC)** and **Prof. Kurt Keutzer (UC Berkeley)**.
|
| 80 |
+
- **⚠ Image-rights disclaimer:** BDRC claims no copyright over the scans, but
|
| 81 |
+
verifying the copyright status of each underlying original book is the user's
|
| 82 |
+
responsibility.
|
| 83 |
+
|
| 84 |
+
## Citation
|
| 85 |
+
|
| 86 |
+
```bibtex
|
| 87 |
+
@misc{bdrc_berkeley_2026,
|
| 88 |
+
title = {Tibetan OCR --- Berkeley (dbu-med manuscripts)},
|
| 89 |
+
author = {Buddhist Digital Resource Center and Keutzer, Kurt},
|
| 90 |
+
year = {2026},
|
| 91 |
+
howpublished = {Hugging Face},
|
| 92 |
+
note = {https://huggingface.co/datasets/BDRC/berkeley}
|
| 93 |
+
}
|
| 94 |
+
```
|
data/train-00000-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18a5b05662a107b0d92559b47ff38a312a3f6c6ad464c79799df2504af2d3b41
|
| 3 |
+
size 512007976
|
data/train-00001-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53ded1a583e24c09e3bb53cadff6b721ef40ef862c8131c5dd32580fee542fb0
|
| 3 |
+
size 514055898
|
data/train-00002-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b38b14c192bf2f86dcf7d94cae140664bdaf9d417e90abcb0a2c498c7aea040a
|
| 3 |
+
size 519374269
|
data/train-00003-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b0d1cf1af8313fa3715a264e64137ed7e2f561950b36a164cb9b1413d2c4ad6
|
| 3 |
+
size 468870087
|
subset_info.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Kurt — Tibetan OCR page images + transcriptions (BDRC).",
|
| 3 |
+
"creation_date": "2026-08-18T12:19:42.873338+00:00",
|
| 4 |
+
"author": "Buddhist Digital Resource Center",
|
| 5 |
+
"nb_images": 8866,
|
| 6 |
+
"parquet_total_size": 2014308230,
|
| 7 |
+
"image_format": "image_bytes",
|
| 8 |
+
"extra_fields": [
|
| 9 |
+
"script_4"
|
| 10 |
+
],
|
| 11 |
+
"data_files": {
|
| 12 |
+
"train": "data/train-*.parquet"
|
| 13 |
+
}
|
| 14 |
+
}
|