CoolFace
Datasetpublic

himalaya-ai/indic-deva-ocr-eval

indic_deva_eval Broad Indic Devanagari OCR benchmark across printed pages, digits, word crops, and handwriting. Repo: himalaya-ai/indic-deva-ocr-eval Task: indic_devanagari_ocr Main raw file: *.ocr.jsonl with image, ocr, source_repo, and language/provenance columns. Optional fine-tuning/eval file: *.sharegpt.json with messages and images. Core Columns id: unique sample identifier image: relative path to the image file ocr: ground-truth text label… See the full description on the dataset page: https://huggingface.co/datasets/himalaya-ai/indic-deva-ocr-eval.

sourceHugging Faceupdated 4mo agoView on Hugging Face
1likes657downloads
eval_set_summary.json17 linesDownload Raw Back to root
1{2  "name": "indic_deva_eval",3  "description": "Broad Indic Devanagari OCR benchmark across printed pages, digits, word crops, and handwriting.",4  "task": "indic_devanagari_ocr",5  "output_dir": "data/eval_ocr/indic_deva_eval",6  "ocr_rows": 1068,7  "sharegpt_rows": 1068,8  "image_errors": 0,9  "images_per_dir": 5000,10  "outputs": {11    "ocr_jsonl": "data/eval_ocr/indic_deva_eval/indic_deva_eval.ocr.jsonl",12    "sharegpt_json": "data/eval_ocr/indic_deva_eval/indic_deva_eval.sharegpt.json",13    "dataset_info": "data/eval_ocr/indic_deva_eval/dataset_info_fragment.json",14    "metadata_jsonl": "data/eval_ocr/indic_deva_eval/indic_deva_eval.metadata.jsonl"15  }16}17