Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- image-to-text
|
| 4 |
-
-
|
| 5 |
language:
|
| 6 |
- ar
|
| 7 |
---
|
|
@@ -13,6 +13,4 @@ language:
|
|
| 13 |
To load the handwritten khatt dataset, use the following instructions:
|
| 14 |
|
| 15 |
from datasets import load_dataset
|
| 16 |
-
khatt_data = load_dataset("eDaraty/Handwritten_Khatt")
|
| 17 |
-
|
| 18 |
-
|
|
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- image-to-text
|
| 4 |
+
- image-classification
|
| 5 |
language:
|
| 6 |
- ar
|
| 7 |
---
|
|
|
|
| 13 |
To load the handwritten khatt dataset, use the following instructions:
|
| 14 |
|
| 15 |
from datasets import load_dataset
|
| 16 |
+
khatt_data = load_dataset("eDaraty/Handwritten_Khatt")
|
|
|
|
|
|