Eroux commited on
Commit
d092c04
·
verified ·
1 Parent(s): 260ab28

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -7,9 +7,9 @@ language:
7
  tags:
8
  - ocr
9
  - tibetan
10
- - pecha
11
  - manuscript
12
- pretty_name: "Tibetan OCR — MonlamAI Transcriptions (manuscript u-med)"
 
13
  size_categories:
14
  - 1K<n<10K
15
  configs:
@@ -19,21 +19,21 @@ configs:
19
  path: "data/train-*.parquet"
20
  ---
21
 
22
- # Tibetan OCR — MonlamAI Transcriptions (manuscript u-med)
23
 
24
- <!-- DRAFT. MonlamAI real manuscript transcriptions. Measured 2026-08-17: 3,072 images / 0.78 GiB.
25
- NOTE: this is the *transcriptions* set — the handwritten line-crop reconstructions
26
- (I1MAHW_SYNTH02) ship separately as BDRC/monlamai-handwritten. -->
27
 
28
- **3,072 page images of Tibetan manuscripts (u-med / dbu med) with Unicode
29
- transcriptions**, contributed by [MonlamAI](https://monlam.ai/) and matched to BDRC
30
- scans. This is the *real manuscript transcription* portion of the MonlamAI data; the
31
- handwritten line-crop page reconstructions are released separately as
32
- [`BDRC/monlamai-handwritten`](https://huggingface.co/datasets/BDRC/monlamai-handwritten).
33
 
34
  Part of the **BDRC Tibetan OCR** release; see the model
35
- [`BDRC/tibetan-ocr`](https://huggingface.co/BDRC/tibetan-ocr) and the
36
- [evaluation benchmark](https://huggingface.co/datasets/BDRC/tibetan-ocr-benchmark).
 
 
37
 
38
  ## At a glance
39
 
@@ -41,25 +41,26 @@ Part of the **BDRC Tibetan OCR** release; see the model
41
  |---|---|
42
  | Images (pages) | **3,072** |
43
  | Total size | **0.78 GiB** |
44
- | Script | **u-med** (dbu med) |
45
- | Technology | manuscript |
 
46
  | Source of images | BDRC scans |
47
- | Source of transcriptions | MonlamAI |
48
  | License | **CC0-1.0** |
49
 
50
  ## Contents & schema
51
 
52
  One row per page. Columns:
53
 
54
- | column | type | description |
55
- |---|---|---|
56
- | `image` | image | the page scan (embedded bytes; renders in the viewer) |
57
- | `transcription` | string | Tibetan Unicode ground truth |
58
- | `id` | string | unique row id |
59
- | `mw_id` | string | BDRC version id of the source volume |
60
- | `technology` | string | manuscript |
61
- | `script` | string | ume |
62
- | `script_4` | string | fine writing style (when available) |
63
 
64
  ```python
65
  from datasets import load_dataset
@@ -69,33 +70,26 @@ print(ds[0]["transcription"]); ds[0]["image"]
69
 
70
  ## Splits
71
 
72
- Single `train` split (a training resource). For held-out evaluation use the separate
73
  [BDRC Tibetan OCR benchmark](https://huggingface.co/datasets/BDRC/tibetan-ocr-benchmark).
74
 
75
- ## How the images are packaged
76
-
77
- Embedded image bytes in sharded Parquet (HF `datasets` `Image` feature); the viewer
78
- renders them and `load_dataset` streams them. Archival snapshot on Zenodo: <DOI TBD>.
79
-
80
  ## License, attribution & image rights
81
 
82
  - **License: CC0-1.0** — use, modify, redistribute freely.
83
  - **Attribution requested (not required):** please cite the **Buddhist Digital
84
  Resource Center (BDRC)** and **MonlamAI**.
85
  - **⚠ Image-rights disclaimer:** BDRC claims no copyright over the scans, but
86
- **verifying the copyright status of each underlying original work is the user's
87
- responsibility**.
88
 
89
  ## Citation
90
 
91
  ```bibtex
92
  @misc{bdrc_monlamai_transcriptions_2026,
93
- title = {Tibetan OCR --- MonlamAI Transcriptions (manuscript u-med)},
94
  author = {Buddhist Digital Resource Center and MonlamAI},
95
  year = {2026},
96
  howpublished = {Hugging Face},
97
  note = {https://huggingface.co/datasets/BDRC/monlamai-transcriptions}
98
  }
99
  ```
100
-
101
- Funded by the **Khyentse Foundation** ("The BDRC Etext Corpus").
 
7
  tags:
8
  - ocr
9
  - tibetan
 
10
  - manuscript
11
+ - dbu-med
12
+ pretty_name: "Tibetan OCR — MonlamAI transcriptions (dbu-med manuscripts)"
13
  size_categories:
14
  - 1K<n<10K
15
  configs:
 
19
  path: "data/train-*.parquet"
20
  ---
21
 
22
+ # Tibetan OCR — MonlamAI transcriptions
23
 
24
+ <!-- DRAFT. Real page-to-text MonlamAI transcriptions (the synthetic handwritten
25
+ pages live in BDRC/monlamai-handwritten). Numbers measured 2026-08-18. -->
 
26
 
27
+ **3,072 page images of Tibetan dbu-med (u-med) manuscripts with page-level Unicode
28
+ transcriptions**, contributed by [MonlamAI](https://monlam.ai/) over BDRC manuscript
29
+ scans and aligned page by page. The pages span a range of *dpe rnying* manuscript
30
+ collections (e.g. the Nyingma Gyübum of Zhichen, Kadam collected works, and others).
 
31
 
32
  Part of the **BDRC Tibetan OCR** release; see the model
33
+ [`BDRC/tibetan-ocr`](https://huggingface.co/BDRC/tibetan-ocr), the
34
+ [evaluation benchmark](https://huggingface.co/datasets/BDRC/tibetan-ocr-benchmark), and
35
+ the companion synthetic set
36
+ [`BDRC/monlamai-handwritten`](https://huggingface.co/datasets/BDRC/monlamai-handwritten).
37
 
38
  ## At a glance
39
 
 
41
  |---|---|
42
  | Images (pages) | **3,072** |
43
  | Total size | **0.78 GiB** |
44
+ | Script | **u-med** (3,072) |
45
+ | Technology | manuscript (3,072) |
46
+ | Writing styles (`script_4`) | danyig/pedri (2,459) · druma (590) · multi-script (22) · gyuyig/tsugdri (1) |
47
  | Source of images | BDRC scans |
48
+ | Source of transcriptions | MonlamAI (page-to-text) |
49
  | License | **CC0-1.0** |
50
 
51
  ## Contents & schema
52
 
53
  One row per page. Columns:
54
 
55
+ | Column | Description |
56
+ |---|---|
57
+ | `image` | embedded page scan (HF `Image`) |
58
+ | `transcription` | Tibetan Unicode ground truth |
59
+ | `id` | unique row id |
60
+ | `mw_id` | BDRC version id of the source volume |
61
+ | `technology` | `manuscript` |
62
+ | `script` | `ume` |
63
+ | `script_4` | writing-style family (danyig/pedri, druma, …) |
64
 
65
  ```python
66
  from datasets import load_dataset
 
70
 
71
  ## Splits
72
 
73
+ Single `train` split (training resource). For held-out evaluation use the separate
74
  [BDRC Tibetan OCR benchmark](https://huggingface.co/datasets/BDRC/tibetan-ocr-benchmark).
75
 
 
 
 
 
 
76
  ## License, attribution & image rights
77
 
78
  - **License: CC0-1.0** — use, modify, redistribute freely.
79
  - **Attribution requested (not required):** please cite the **Buddhist Digital
80
  Resource Center (BDRC)** and **MonlamAI**.
81
  - **⚠ Image-rights disclaimer:** BDRC claims no copyright over the scans, but
82
+ verifying the copyright status of each underlying original book is the user's
83
+ responsibility.
84
 
85
  ## Citation
86
 
87
  ```bibtex
88
  @misc{bdrc_monlamai_transcriptions_2026,
89
+ title = {Tibetan OCR --- MonlamAI transcriptions (dbu-med manuscripts)},
90
  author = {Buddhist Digital Resource Center and MonlamAI},
91
  year = {2026},
92
  howpublished = {Hugging Face},
93
  note = {https://huggingface.co/datasets/BDRC/monlamai-transcriptions}
94
  }
95
  ```
 
 
data/train-00000-of-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:378fc7fd8d711e696bae0ddfc115d7c987f362f9db2bf2874c9c7905eb224569
3
- size 420145407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d966af3b5b17012adb5ea4b3febd8a1fb349bbcec1a6fc5eed8786dbe9d10d2c
3
+ size 510416815
data/train-00001-of-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28d4d89702fd41e585eca19388153f5a237d91bca30b9c33e66469ea5ae42b34
3
- size 419360777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf32e544d21168763bb01b25d04890a38a347ced29abf23561663e903ca219d6
3
+ size 329116993
subset_info.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "description": "MonlamAI — Tibetan OCR page images + transcriptions (BDRC).",
3
- "creation_date": "2026-08-17T11:32:18.983773+00:00",
4
  "author": "Buddhist Digital Resource Center",
5
  "nb_images": 3072,
6
- "parquet_total_size": 839506184,
7
  "image_format": "image_bytes",
8
  "extra_fields": [
9
  "script_4"
 
1
  {
2
  "description": "MonlamAI — Tibetan OCR page images + transcriptions (BDRC).",
3
+ "creation_date": "2026-08-18T12:17:22.649043+00:00",
4
  "author": "Buddhist Digital Resource Center",
5
  "nb_images": 3072,
6
+ "parquet_total_size": 839533808,
7
  "image_format": "image_bytes",
8
  "extra_fields": [
9
  "script_4"