AIAny
Icon for item

5CD-AI/Viet-Handwriting-OCR-v2

Labeled Vietnamese handwritten line images paired with text transcriptions for training and evaluating OCR/text-recognition models. Stored in Parquet (optimized) with a dataset size in the 10K–100K sample range, suitable for model training and benchmarking.

Introduction

Most OCR benchmarks target printed text or high-resource languages; Vietnamese handwritten text remains underrepresented. This dataset supplies a focused collection of handwritten line images with corresponding transcriptions, aiming to close that gap for Vietnamese-script OCR research and model evaluation.

What Sets It Apart
  • Language-specific coverage: curated for Vietnamese handwriting, so models can learn language- and script-specific character patterns and diacritics rather than relying on synthetic or multilingual proxies. This reduces the mismatch when deploying OCR on real Vietnamese handwriting.
  • Practical storage and tooling: provided in Parquet/optimized-Parquet formats compatible with Hugging Face Datasets, Dask, Polars and other data tooling, which simplifies large-batch preprocessing and distributed loading for training.
  • Mid-scale yet useful for fine-tuning: with a size category between 10K and 100K samples, it’s large enough to fine-tune modern OCR and text-recognition models but small enough to iterate quickly during experimentation.
Who It's For and Tradeoffs

Great fit if you need a language-focused dataset to fine-tune or evaluate handwriting OCR models for Vietnamese or to benchmark text-recognition pipelines that must handle diacritics and local orthography. It’s also useful for researchers comparing transfer learning from printed-text or multilingual models to language-specific handwritten performance.

Look elsewhere if you need massive-scale pretraining corpora (100K+ images) or per-character bounding-box annotations — this dataset is line-level with transcript pairs and optimized for sequence transcription tasks, not dense layout parsing or full-page document OCR.

Where It Fits

Use this dataset as a domain-specific fine-tuning and evaluation split after pretraining on larger printed/multilingual OCR datasets. It’s also a practical choice for ablation studies on diacritic handling, tokenizer choices for Vietnamese, and robustness testing for handwriting variability.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.