Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
-
|
| 14 |
-
data_files:
|
| 15 |
-
- split: train
|
| 16 |
-
path: data/train-*
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- ar
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
- text-classification
|
| 8 |
+
tags:
|
| 9 |
+
- humor
|
| 10 |
+
- arabic
|
| 11 |
+
- jokes
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# Extracted Arabic Jokes Dataset
|
| 17 |
+
|
| 18 |
+
## Dataset Description
|
| 19 |
+
This dataset contains Arabic jokes extracted and cleaned from various PDF booklets using OCR and LLM-based post-processing. It was created to support research in Arabic Humor Generation.
|
| 20 |
+
|
| 21 |
+
### Data Fields
|
| 22 |
+
- `Joke_Text`: The full text of the joke in Arabic.
|
| 23 |
+
|
| 24 |
+
### Source
|
| 25 |
+
Extracted from public domain joke books.
|