Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,18 +1,49 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
license: cc-by-4.0
|
| 5 |
size_categories:
|
| 6 |
-
|
| 7 |
task_categories:
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
pretty_name: Azerbaijani Synthetic Handwritten OCR Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Azerbaijani Synthetic Handwritten OCR Dataset
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- az
|
| 4 |
license: cc-by-4.0
|
| 5 |
size_categories:
|
| 6 |
+
- 1M<n<10M
|
| 7 |
task_categories:
|
| 8 |
+
- image-to-text
|
| 9 |
tags:
|
| 10 |
+
- ocr
|
| 11 |
+
- htr
|
| 12 |
+
- handwritten-text-recognition
|
| 13 |
+
- azerbaijani
|
| 14 |
+
- synthetic
|
| 15 |
pretty_name: Azerbaijani Synthetic Handwritten OCR Dataset
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: data/train-*
|
| 21 |
+
- split: validation
|
| 22 |
+
path: data/validation-*
|
| 23 |
+
- split: test
|
| 24 |
+
path: data/test-*
|
| 25 |
+
dataset_info:
|
| 26 |
+
features:
|
| 27 |
+
- name: image
|
| 28 |
+
dtype: image
|
| 29 |
+
- name: text
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: font
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: profile
|
| 34 |
+
dtype: string
|
| 35 |
+
splits:
|
| 36 |
+
- name: train
|
| 37 |
+
num_bytes: 33441242062
|
| 38 |
+
num_examples: 1402306
|
| 39 |
+
- name: validation
|
| 40 |
+
num_bytes: 894779841
|
| 41 |
+
num_examples: 37160
|
| 42 |
+
- name: test
|
| 43 |
+
num_bytes: 886726559
|
| 44 |
+
num_examples: 37282
|
| 45 |
+
download_size: 31586595391
|
| 46 |
+
dataset_size: 35222748462
|
| 47 |
---
|
| 48 |
|
| 49 |
# Azerbaijani Synthetic Handwritten OCR Dataset
|