Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- ar
|
5 |
+
tags:
|
6 |
+
- text-generation
|
7 |
+
license: apache-2.0
|
8 |
+
datasets:
|
9 |
+
- Arabic Poem Comprehensive Dataset (APCD)
|
10 |
+
widget:
|
11 |
+
- text: "عمرو بنِ قُمَيئَة: خَليلَيَّ لا تَستَعجِلا أَن"
|
12 |
+
|
13 |
+
---
|
14 |
+
This is a poem generator that creates poems based on the style of the targeted poet. The model was trained on different poets and their respective poems, and the model's input is the poet's name and a suggestion that the model will strive to develop something that imitates the style of that specific poet.
|