Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ name: Persian Poetry Dataset
|
|
| 3 |
description: |
|
| 4 |
This dataset contains a rich collection of Persian poems along with metadata about the poets and the verses.
|
| 5 |
The data spans various poets and their poems, and includes the verses with associated information about their position within each poem.
|
| 6 |
-
|
| 7 |
license: gpl-2.0
|
| 8 |
url: https://github.com/ganjoor/desktop/releases/tag/v2.81
|
| 9 |
citation: |
|
|
@@ -12,6 +12,11 @@ citation: |
|
|
| 12 |
size: "Custom"
|
| 13 |
language:
|
| 14 |
- fa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Persian Poetry Dataset
|
|
|
|
| 3 |
description: |
|
| 4 |
This dataset contains a rich collection of Persian poems along with metadata about the poets and the verses.
|
| 5 |
The data spans various poets and their poems, and includes the verses with associated information about their position within each poem.
|
| 6 |
+
The dataset is split into a training set and a test set, with 90% of the verses of each poem for each poet used for training and 10% used for testing.
|
| 7 |
license: gpl-2.0
|
| 8 |
url: https://github.com/ganjoor/desktop/releases/tag/v2.81
|
| 9 |
citation: |
|
|
|
|
| 12 |
size: "Custom"
|
| 13 |
language:
|
| 14 |
- fa
|
| 15 |
+
splits:
|
| 16 |
+
train:
|
| 17 |
+
description: "This split contains 90% of the verses of each poem for each poet and is used for training."
|
| 18 |
+
test:
|
| 19 |
+
description: "This split contains 10% of the verses of each poem for each poet and is used for testing."
|
| 20 |
---
|
| 21 |
|
| 22 |
# Persian Poetry Dataset
|