Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,13 @@ splits:
|
|
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
|
|
|
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 |
+
configs:
|
21 |
+
- config_name: default
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: poems-train_data.jsonl
|
25 |
+
- split: test
|
26 |
+
path: poems-test.jsonl
|
27 |
---
|
28 |
|
29 |
# Persian Poetry Dataset
|