Datasets:
Fix dataset_info.features: declare script_type column
Browse files
README.md
CHANGED
|
@@ -31,6 +31,8 @@ dataset_info:
|
|
| 31 |
'5': Uchen
|
| 32 |
'6': multiscript
|
| 33 |
'7': non_tibetan
|
|
|
|
|
|
|
| 34 |
splits:
|
| 35 |
- name: test
|
| 36 |
num_bytes: 0
|
|
@@ -69,6 +71,7 @@ All images are BDRC manuscript page scans, balanced by subclass.
|
|
| 69 |
| `id` | string | BDRC page id (e.g. `W00KG09391-I00KG093950005`) |
|
| 70 |
| `image_bytes` | binary | JPEG/PNG page image |
|
| 71 |
| `script` | string | One of: `Danyig`, `Druma`, `Gyuyig`, `Pedri`, `Tsugdri`, `Uchen`, `multiscript`, `non_tibetan` |
|
|
|
|
| 72 |
|
| 73 |
## Load in Python
|
| 74 |
|
|
|
|
| 31 |
'5': Uchen
|
| 32 |
'6': multiscript
|
| 33 |
'7': non_tibetan
|
| 34 |
+
- name: script_type
|
| 35 |
+
dtype: string
|
| 36 |
splits:
|
| 37 |
- name: test
|
| 38 |
num_bytes: 0
|
|
|
|
| 71 |
| `id` | string | BDRC page id (e.g. `W00KG09391-I00KG093950005`) |
|
| 72 |
| `image_bytes` | binary | JPEG/PNG page image |
|
| 73 |
| `script` | string | One of: `Danyig`, `Druma`, `Gyuyig`, `Pedri`, `Tsugdri`, `Uchen`, `multiscript`, `non_tibetan` |
|
| 74 |
+
| `script_type` | string | Sub-script / subclass name (e.g. `DraDring`, `Multi-Scripts`, `Other`) |
|
| 75 |
|
| 76 |
## Load in Python
|
| 77 |
|