OCR-Norbuketaka / README.md
dhakar's picture
Update README with dataset statistics
ef8f15c verified
|
Raw
History Blame
2.88 kB
---
dataset_info:
features:
- name: filename
dtype: string
- name: label
dtype: string
- name: url
dtype: string
- name: BDRC_work_id
dtype: string
- name: char_len
dtype: int64
- name: script
dtype: string
- name: print_method
dtype: string
splits:
- name: train
num_bytes: 749922951
num_examples: 1791160
- name: eval
num_bytes: 93653992
num_examples: 223808
- name: test
num_bytes: 93293786
num_examples: 223080
download_size: 280628099
dataset_size: 936870729
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
- split: test
path: data/test-*
---
---
# Dataset Statistics
## Configuration: `default`
### Split: `train`
**Total Rows**: 1,791,160
#### `char_len`
- **Type**: numerical
- **Data Type**: `int64`
- **Sum**: 150,688,620.00
- **Average**: 84.13
#### `script`
- **Type**: categorical
- **Data Type**: `object`
- **Unique Values**: 3
**Value Distribution:**
| Value | Count | Percentage |
|-------|-------|------------|
| `['ScriptTibt']` | 1,467,104 | 81.91% |
| `['ScriptDbuCan']` | 313,402 | 17.50% |
| `['ScriptHani' 'ScriptTibt']` | 10,654 | 0.59% |
#### `print_method`
- **Type**: categorical
- **Data Type**: `object`
- **Unique Values**: 1
**Value Distribution:**
| Value | Count | Percentage |
|-------|-------|------------|
| `['PrintMethod_Modern']` | 1,791,160 | 100.00% |
---
### Split: `eval`
**Total Rows**: 223,808
#### `char_len`
- **Type**: numerical
- **Data Type**: `int64`
- **Sum**: 18,812,322.00
- **Average**: 84.06
#### `script`
- **Type**: categorical
- **Data Type**: `object`
- **Unique Values**: 3
**Value Distribution:**
| Value | Count | Percentage |
|-------|-------|------------|
| `['ScriptTibt']` | 183,541 | 82.01% |
| `['ScriptDbuCan']` | 38,984 | 17.42% |
| `['ScriptHani' 'ScriptTibt']` | 1,283 | 0.57% |
#### `print_method`
- **Type**: categorical
- **Data Type**: `object`
- **Unique Values**: 1
**Value Distribution:**
| Value | Count | Percentage |
|-------|-------|------------|
| `['PrintMethod_Modern']` | 223,808 | 100.00% |
---
### Split: `test`
**Total Rows**: 223,080
#### `char_len`
- **Type**: numerical
- **Data Type**: `int64`
- **Sum**: 18,731,141.00
- **Average**: 83.97
#### `script`
- **Type**: categorical
- **Data Type**: `object`
- **Unique Values**: 3
**Value Distribution:**
| Value | Count | Percentage |
|-------|-------|------------|
| `['ScriptTibt']` | 182,580 | 81.85% |
| `['ScriptDbuCan']` | 39,133 | 17.54% |
| `['ScriptHani' 'ScriptTibt']` | 1,367 | 0.61% |
#### `print_method`
- **Type**: categorical
- **Data Type**: `object`
- **Unique Values**: 1
**Value Distribution:**
| Value | Count | Percentage |
|-------|-------|------------|
| `['PrintMethod_Modern']` | 223,080 | 100.00% |
---