Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,31 +25,34 @@ size_categories:
|
|
| 25 |
|
| 26 |
# OCR-Synthetic-Multilingual-v1
|
| 27 |
|
| 28 |
-
##
|
| 29 |
|
| 30 |
Large-scale synthetically generated OCR training dataset for multilingual text detection and recognition. The data was produced using a heavily modified and extended version of [SynthDoG](https://github.com/clovaai/donut/tree/master/synthdog) (Synthetic Document Generator), originally introduced in the [Donut](https://github.com/clovaai/donut) project by Kim et al.
|
| 31 |
|
| 32 |
This dataset was used to train [**Nemotron OCR v2**](https://huggingface.co/nvidia/nemotron-ocr-v2), a state-of-the-art multilingual OCR model that is part of the [NVIDIA NeMo Retriever](https://developer.nvidia.com/nemo-retriever/) collection.
|
| 33 |
|
| 34 |
-
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
| `en` | English | 1,825,089 | 1,460,304 (63) | 183,629 (63) | 181,156 (63) |
|
| 39 |
-
| `ja` | Japanese | 1,889,137 | 1,502,712 (67) | 193,779 (67) | 192,646 (67) |
|
| 40 |
-
| `ko` | Korean | 2,269,540 | 1,814,994 (78) | 227,091 (78) | 227,455 (78) |
|
| 41 |
-
| `ru` | Russian | 1,724,733 | 1,380,404 (59) | 171,678 (59) | 172,651 (59) |
|
| 42 |
-
| `zh_hans` | Chinese (Simplified) | 2,335,343 | 1,914,948 (83) | 210,143 (73) | 210,252 (73) |
|
| 43 |
-
| `zh_hant` | Chinese (Traditional) | 2,214,304 | 1,772,280 (77) | 221,867 (77) | 220,157 (77) |
|
| 44 |
-
| **Total** | | **12,258,146** | **9,845,642** | **1,208,187** | **1,204,317** |
|
| 45 |
|
| 46 |
-
|
|
|
|
| 47 |
|
| 48 |
-
##
|
|
|
|
| 49 |
|
| 50 |
-
|
|
|
|
| 51 |
|
| 52 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
```
|
| 55 |
OCR-Synthetic-Multilingual-v1/
|
|
@@ -151,6 +154,24 @@ with h5py.File("en/train/train_000.h5", "r") as f:
|
|
| 151 |
```
|
| 152 |
|
| 153 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
|
| 155 |
## Per-Language Details
|
| 156 |
|
|
@@ -214,6 +235,14 @@ with h5py.File("en/train/train_000.h5", "r") as f:
|
|
| 214 |
| Test | 221,867 samples (77 files) |
|
| 215 |
| Validation | 220,157 samples (77 files) |
|
| 216 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 217 |
## Acknowledgements
|
| 218 |
|
| 219 |
The synthetic data generation pipeline is based on [SynthDoG](https://github.com/clovaai/donut/tree/master/synthdog) from the Donut project, with substantial modifications to support additional languages, custom rendering effects, structured bounding-box annotations (word/line/paragraph levels with reading-order graphs), and HDF5 output.
|
|
|
|
| 25 |
|
| 26 |
# OCR-Synthetic-Multilingual-v1
|
| 27 |
|
| 28 |
+
## Dataset Description
|
| 29 |
|
| 30 |
Large-scale synthetically generated OCR training dataset for multilingual text detection and recognition. The data was produced using a heavily modified and extended version of [SynthDoG](https://github.com/clovaai/donut/tree/master/synthdog) (Synthetic Document Generator), originally introduced in the [Donut](https://github.com/clovaai/donut) project by Kim et al.
|
| 31 |
|
| 32 |
This dataset was used to train [**Nemotron OCR v2**](https://huggingface.co/nvidia/nemotron-ocr-v2), a state-of-the-art multilingual OCR model that is part of the [NVIDIA NeMo Retriever](https://developer.nvidia.com/nemo-retriever/) collection.
|
| 33 |
|
| 34 |
+
This dataset is ready for commercial/non-commercial use.
|
| 35 |
|
| 36 |
+
## Dataset Owner(s):
|
| 37 |
+
NVIDIA Corporation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
+
## Dataset Creation Date:
|
| 40 |
+
April 15, 2026
|
| 41 |
|
| 42 |
+
## License/Terms of Use:
|
| 43 |
+
Dataset Governing Terms: Use of the dataset is governed by the Creative Commons Attribution 4.0 International License (CC BY 4.0).
|
| 44 |
|
| 45 |
+
## Intended Usage:
|
| 46 |
+
This dataset is intended for machine learning researchers, AI engineers, and developers working on information retrieval with OCR.
|
| 47 |
|
| 48 |
+
## Dataset Characterization
|
| 49 |
+
** Data Collection Method<br>
|
| 50 |
+
* [Hybrid: Human, Automated, Synthetic]
|
| 51 |
+
|
| 52 |
+
** Labeling Method<br>
|
| 53 |
+
* [Not Applicable] <br>
|
| 54 |
+
|
| 55 |
+
## Dataset Format
|
| 56 |
|
| 57 |
```
|
| 58 |
OCR-Synthetic-Multilingual-v1/
|
|
|
|
| 154 |
```
|
| 155 |
|
| 156 |
---
|
| 157 |
+
## Dataset Quantification
|
| 158 |
+
# Languages
|
| 159 |
+
|
| 160 |
+
| Subfolder | Language | Total Samples | Train | Test | Validation |
|
| 161 |
+
|-------------|------------------------|---------------|----------------|----------------|----------------|
|
| 162 |
+
| `en` | English | 1,825,089 | 1,460,304 (63) | 183,629 (63) | 181,156 (63) |
|
| 163 |
+
| `ja` | Japanese | 1,889,137 | 1,502,712 (67) | 193,779 (67) | 192,646 (67) |
|
| 164 |
+
| `ko` | Korean | 2,269,540 | 1,814,994 (78) | 227,091 (78) | 227,455 (78) |
|
| 165 |
+
| `ru` | Russian | 1,724,733 | 1,380,404 (59) | 171,678 (59) | 172,651 (59) |
|
| 166 |
+
| `zh_hans` | Chinese (Simplified) | 2,335,343 | 1,914,948 (83) | 210,143 (73) | 210,252 (73) |
|
| 167 |
+
| `zh_hant` | Chinese (Traditional) | 2,214,304 | 1,772,280 (77) | 221,867 (77) | 220,157 (77) |
|
| 168 |
+
| **Total** | | **12,258,146** | **9,845,642** | **1,208,187** | **1,204,317** |
|
| 169 |
+
|
| 170 |
+
> Numbers in parentheses are the number of `.h5` files per split.
|
| 171 |
+
|
| 172 |
+
## Related Model
|
| 173 |
+
|
| 174 |
+
This dataset was created to train the detection, recognition, and relational components of [**Nemotron OCR v2**](https://huggingface.co/nvidia/nemotron-ocr-v2). See the model card for architecture details, evaluation results, and usage instructions.
|
| 175 |
|
| 176 |
## Per-Language Details
|
| 177 |
|
|
|
|
| 235 |
| Test | 221,867 samples (77 files) |
|
| 236 |
| Validation | 220,157 samples (77 files) |
|
| 237 |
|
| 238 |
+
Total Data Storage: 5.45TB
|
| 239 |
+
|
| 240 |
+
## Reference(s):
|
| 241 |
+
The synthetic data generation pipeline is based on SynthDoG from the Donut project, with substantial modifications to support additional languages, custom rendering effects, structured bounding-box annotations (word/line/paragraph levels with reading-order graphs), and HDF5 output.
|
| 242 |
+
## Ethical Considerations:
|
| 243 |
+
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
| 244 |
+
Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns here.
|
| 245 |
+
|
| 246 |
## Acknowledgements
|
| 247 |
|
| 248 |
The synthetic data generation pipeline is based on [SynthDoG](https://github.com/clovaai/donut/tree/master/synthdog) from the Donut project, with substantial modifications to support additional languages, custom rendering effects, structured bounding-box annotations (word/line/paragraph levels with reading-order graphs), and HDF5 output.
|