Improve Dataset Card with task category, paper link, Github link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -18,8 +18,17 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
**Please see paper & code for more information:**
|
| 24 |
-
- https://
|
| 25 |
-
- https://
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
task_categories:
|
| 22 |
+
- image-to-text
|
| 23 |
+
- visual-question-answering
|
| 24 |
+
language:
|
| 25 |
+
- ar
|
| 26 |
+
tags:
|
| 27 |
+
- OCR
|
| 28 |
+
- arabic
|
| 29 |
---
|
| 30 |
|
| 31 |
**Please see paper & code for more information:**
|
| 32 |
+
- [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)
|
| 33 |
+
- [Github](https://github.com/mbzuai-oryx/KITAB-Bench)
|
| 34 |
+
- [Paper](https://arxiv.org/abs/2502.14949)
|