Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Czech Synthetic Text Recognition Dataset
|
2 |
|
3 |
A large-scale synthetic dataset for Czech text recognition, containing 454,820 text images with corresponding transcriptions. Created using [SynthTiger](https://github.com/clovaai/synthtiger).
|
|
|
1 |
+
pretty_name: czech-synth-text-2025
|
2 |
+
size_categories:
|
3 |
+
- 100K<n<1M
|
4 |
+
dataset_info:
|
5 |
+
features:
|
6 |
+
- name: image
|
7 |
+
dtype: image
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 2156337658.4
|
13 |
+
num_examples: 454820
|
14 |
+
download_size: 2117123960
|
15 |
+
dataset_size: 2156337658.4
|
16 |
+
configs:
|
17 |
+
- config_name: default
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: data/train-*
|
21 |
+
---
|
22 |
# Czech Synthetic Text Recognition Dataset
|
23 |
|
24 |
A large-scale synthetic dataset for Czech text recognition, containing 454,820 text images with corresponding transcriptions. Created using [SynthTiger](https://github.com/clovaai/synthtiger).
|