Datasets:
File size: 4,117 Bytes
ffcdfb1 f7f1d90 e5f5a1f f7f1d90 e5f5a1f ffcdfb1 f7f1d90 ffcdfb1 e5f5a1f ffcdfb1 e5f5a1f 0e9694c e5f5a1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | ---
license: mit
dataset_info:
features:
- name: image
dtype: image
- name: text
dtype: string
splits:
- name: train_shard_000
num_bytes: 3084316377
num_examples: 5000
- name: train_shard_001
num_bytes: 3107698844
num_examples: 5000
- name: train_shard_002
num_bytes: 3105945625
num_examples: 5000
- name: train_shard_003
num_bytes: 3064000374
num_examples: 5000
- name: train_shard_004
num_bytes: 3086188608
num_examples: 5000
- name: train_shard_005
num_bytes: 3050610859
num_examples: 5000
- name: train_shard_006
num_bytes: 2913162440
num_examples: 5000
- name: train_shard_007
num_bytes: 2919830153
num_examples: 5000
- name: train_shard_008
num_bytes: 3038788195
num_examples: 5000
- name: train_shard_009
num_bytes: 3204065572
num_examples: 5000
- name: train_shard_010
num_bytes: 3068610931
num_examples: 5000
- name: train_shard_011
num_bytes: 2933208907
num_examples: 5000
- name: train_shard_012
num_bytes: 2891239225
num_examples: 5000
- name: train_shard_013
num_bytes: 3091212463
num_examples: 5000
- name: train_shard_014
num_bytes: 2921655324
num_examples: 5000
- name: train_shard_015
num_bytes: 2979943202
num_examples: 5000
- name: train_shard_016
num_bytes: 2868563209
num_examples: 5000
- name: train_shard_017
num_bytes: 3147002484
num_examples: 5000
download_size: 54475412937
dataset_size: 54476042792
configs:
- config_name: default
data_files:
- split: train_shard_000
path: data/train_shard_000-*
- split: train_shard_001
path: data/train_shard_001-*
- split: train_shard_002
path: data/train_shard_002-*
- split: train_shard_003
path: data/train_shard_003-*
- split: train_shard_004
path: data/train_shard_004-*
- split: train_shard_005
path: data/train_shard_005-*
- split: train_shard_006
path: data/train_shard_006-*
- split: train_shard_007
path: data/train_shard_007-*
- split: train_shard_008
path: data/train_shard_008-*
- split: train_shard_009
path: data/train_shard_009-*
- split: train_shard_010
path: data/train_shard_010-*
- split: train_shard_011
path: data/train_shard_011-*
- split: train_shard_012
path: data/train_shard_012-*
- split: train_shard_013
path: data/train_shard_013-*
- split: train_shard_014
path: data/train_shard_014-*
- split: train_shard_015
path: data/train_shard_015-*
- split: train_shard_016
path: data/train_shard_016-*
- split: train_shard_017
path: data/train_shard_017-*
pretty_name: tamily 1
language:
- ta
source_datasets:
- sasicodes/solvari-1
task_categories:
- image-to-text
tags:
- vattelettu
---
# Tamily-1: Ancient Tamil OCR Synthetic Dataset
## Description
- **Repository:** [sasicodes/tamily-1](https://huggingface.co/datasets/sasicodes/tamily-1)
- **Point of Contact:** [@sasicodes](https://huggingface.co/sasicodes)
### Summary
Tamily-1 is an ancient Tamil OCR synthetic dataset generated from the first 200,000 rows of [Solvari-1](https://huggingface.co/datasets/sasicodes/solvari-1), a large Tamil text corpus. The dataset contains rendered images of Tamil text with various augmentations and styles, making it suitable for training OCR models.
### Fields
- `image`: PNG image of rendered Tamil text
- `text`: Original Tamil text
### Data Splits
The dataset is split into shards of 5,000 samples each, named as `train_shard_XXX`.
#### Annotation process
Each text is rendered with:
- Random paper style (Palm Leaf, Pale Palm Leaf, Red Stone, White Stone, Paper)
- Random background style (No Lines, With Lines, Blurred, With Lines and Noise)
- Random augmentation (Rotation, Perspective, Coffee Stain, Ink Bleed)
### License
MIT License
```bibtex
@misc{tamily-1,
author = {sasicodes},
title = {Tamily-1: Ancient Tamil OCR Synthetic Dataset},
year = {2025},
publisher = {Hugging Face},
journal = {Hugging Face Hub},
howpublished = {\url{https://huggingface.co/datasets/sasicodes/tamily-1}}
}
``` |