Add metadata, add links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -18,8 +18,13 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
**Please see paper & code for more information:**
|
| 24 |
-
- https://github.com/mbzuai-oryx/KITAB-Bench
|
| 25 |
-
- https://arxiv.org/abs/2502.14949
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
task_categories:
|
| 22 |
+
- image-to-text
|
| 23 |
+
language:
|
| 24 |
+
- ar
|
| 25 |
---
|
| 26 |
|
| 27 |
**Please see paper & code for more information:**
|
| 28 |
+
- Github: https://github.com/mbzuai-oryx/KITAB-Bench
|
| 29 |
+
- Paper: https://arxiv.org/abs/2502.14949
|
| 30 |
+
- Project page: https://mbzuai-oryx.github.io/KITAB-Bench/
|