Datasets:
Commit ·
277dfa4
1
Parent(s): ee17b50
Upload folder using huggingface_hub (#3)
Browse files- Upload folder using huggingface_hub (7af0b6e00c8b2101baa1bab4f689ef33ef995042)
Co-authored-by: Ishan Maharjan <Shan99@users.noreply.huggingface.co>
- README.md +11 -0
- indic_deva_eval.viewer.ocr.jsonl +0 -0
- indic_deva_eval.viewer.ocr.parquet +3 -0
- upload_manifest.json +15 -3
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
task_categories:
|
| 3 |
- image-to-text
|
| 4 |
language:
|
|
@@ -21,6 +26,12 @@ Broad Indic Devanagari OCR benchmark across printed pages, digits, word crops, a
|
|
| 21 |
- Main raw file: `*.ocr.jsonl` with `image`, `ocr`, `source_repo`, and language/provenance columns.
|
| 22 |
- Optional fine-tuning/eval file: `*.sharegpt.json` with `messages` and `images`.
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Source Mix
|
| 25 |
|
| 26 |
- `devanagari_page_ocr` `default/test`: 25%
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: test
|
| 6 |
+
path: indic_deva_eval.viewer.ocr.parquet
|
| 7 |
task_categories:
|
| 8 |
- image-to-text
|
| 9 |
language:
|
|
|
|
| 26 |
- Main raw file: `*.ocr.jsonl` with `image`, `ocr`, `source_repo`, and language/provenance columns.
|
| 27 |
- Optional fine-tuning/eval file: `*.sharegpt.json` with `messages` and `images`.
|
| 28 |
|
| 29 |
+
## Core Columns
|
| 30 |
+
|
| 31 |
+
- `id`: unique sample identifier
|
| 32 |
+
- `image`: relative path to the image file
|
| 33 |
+
- `ocr`: ground-truth text label
|
| 34 |
+
|
| 35 |
## Source Mix
|
| 36 |
|
| 37 |
- `devanagari_page_ocr` `default/test`: 25%
|
indic_deva_eval.viewer.ocr.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
indic_deva_eval.viewer.ocr.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c09edc2307470bf69a15ac0353aca00aff2f2b48400c33578dbcc95b44b10f7
|
| 3 |
+
size 70758002
|
upload_manifest.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"repo_id": "
|
| 3 |
-
"generated_at": "2026-06-
|
| 4 |
"shard_count": 11,
|
| 5 |
"files": [
|
| 6 |
{
|
| 7 |
"path": "README.md",
|
| 8 |
-
"bytes":
|
| 9 |
},
|
| 10 |
{
|
| 11 |
"path": "dataset_info_fragment.json",
|
|
@@ -4298,6 +4298,18 @@
|
|
| 4298 |
{
|
| 4299 |
"path": "indic_deva_eval.sharegpt.json",
|
| 4300 |
"bytes": 3506331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4301 |
}
|
| 4302 |
]
|
| 4303 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"repo_id": "Shan99/indic-deva-ocr-eval",
|
| 3 |
+
"generated_at": "2026-06-04T04:31:30Z",
|
| 4 |
"shard_count": 11,
|
| 5 |
"files": [
|
| 6 |
{
|
| 7 |
"path": "README.md",
|
| 8 |
+
"bytes": 1236
|
| 9 |
},
|
| 10 |
{
|
| 11 |
"path": "dataset_info_fragment.json",
|
|
|
|
| 4298 |
{
|
| 4299 |
"path": "indic_deva_eval.sharegpt.json",
|
| 4300 |
"bytes": 3506331
|
| 4301 |
+
},
|
| 4302 |
+
{
|
| 4303 |
+
"path": "indic_deva_eval.viewer.ocr.jsonl",
|
| 4304 |
+
"bytes": 2332521
|
| 4305 |
+
},
|
| 4306 |
+
{
|
| 4307 |
+
"path": "indic_deva_eval.viewer.ocr.parquet",
|
| 4308 |
+
"bytes": 70758002
|
| 4309 |
+
},
|
| 4310 |
+
{
|
| 4311 |
+
"path": "upload_manifest.json",
|
| 4312 |
+
"bytes": 144584
|
| 4313 |
}
|
| 4314 |
]
|
| 4315 |
}
|