Add dataset card
Browse files
README.md
CHANGED
|
@@ -17,50 +17,36 @@ task_categories:
|
|
| 17 |
- image-classification
|
| 18 |
- image-feature-extraction
|
| 19 |
task_ids: []
|
| 20 |
-
pretty_name:
|
| 21 |
dataset_info:
|
| 22 |
features:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
splits:
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
- name: test
|
| 51 |
-
num_bytes: 44373506
|
| 52 |
-
num_examples: 353
|
| 53 |
-
download_size: 287249737
|
| 54 |
-
dataset_size: 287476717
|
| 55 |
-
configs:
|
| 56 |
-
- config_name: default
|
| 57 |
-
data_files:
|
| 58 |
-
- split: train
|
| 59 |
-
path: data/train-*
|
| 60 |
-
- split: validation
|
| 61 |
-
path: data/validation-*
|
| 62 |
-
- split: test
|
| 63 |
-
path: data/test-*
|
| 64 |
---
|
| 65 |
|
| 66 |
# SAQR: A Paired Printed–Handwritten Arabic Line Dataset for Handwriting Recognition and Cross-Modal Retrieval
|
|
@@ -89,6 +75,12 @@ SAQR is a large-scale paired **Printed Ground Truth – Handwritten (GT-HW)** Ar
|
|
| 89 |
| **Language** | Arabic (Modern Standard Arabic / formal prose) |
|
| 90 |
| **License** | CC-BY 4.0 |
|
| 91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
## Supported Tasks
|
| 93 |
|
| 94 |
| Task | Description |
|
|
|
|
| 17 |
- image-classification
|
| 18 |
- image-feature-extraction
|
| 19 |
task_ids: []
|
| 20 |
+
pretty_name: "SAQR: A Paired Printed–Handwritten Arabic Line Dataset"
|
| 21 |
dataset_info:
|
| 22 |
features:
|
| 23 |
+
- name: pair_id
|
| 24 |
+
dtype: int64
|
| 25 |
+
- name: gt_image
|
| 26 |
+
dtype: image
|
| 27 |
+
- name: hw_image
|
| 28 |
+
dtype: image
|
| 29 |
+
- name: text
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: category
|
| 32 |
+
dtype:
|
| 33 |
+
class_label:
|
| 34 |
+
names:
|
| 35 |
+
'0': boys
|
| 36 |
+
'1': girls
|
| 37 |
+
- name: split
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: student_id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: form_creator
|
| 42 |
+
dtype: string
|
| 43 |
splits:
|
| 44 |
+
- name: train
|
| 45 |
+
num_examples: 1575
|
| 46 |
+
- name: validation
|
| 47 |
+
num_examples: 335
|
| 48 |
+
- name: test
|
| 49 |
+
num_examples: 353
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
---
|
| 51 |
|
| 52 |
# SAQR: A Paired Printed–Handwritten Arabic Line Dataset for Handwriting Recognition and Cross-Modal Retrieval
|
|
|
|
| 75 |
| **Language** | Arabic (Modern Standard Arabic / formal prose) |
|
| 76 |
| **License** | CC-BY 4.0 |
|
| 77 |
|
| 78 |
+
## Dataset Preview
|
| 79 |
+
|
| 80 |
+
Sample GT–HW line pairs from SAQR, showing the range of handwriting styles across the writer population (printed ground truth on top, student handwriting below):
|
| 81 |
+
|
| 82 |
+

|
| 83 |
+
|
| 84 |
## Supported Tasks
|
| 85 |
|
| 86 |
| Task | Description |
|