kakooch commited on
Commit
b99ca1d
1 Parent(s): 74c6a73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,4 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
 
2
  # Persian Poetry Dataset
3
 
4
  ## Dataset Description
@@ -45,7 +75,7 @@ This dataset can be utilized for various Natural Language Processing and analysi
45
 
46
  ### License
47
 
48
- GPL (GNU General Public License)
49
 
50
  ## Additional Information
51
 
 
1
+ ---
2
+ name: Persian Poetry QA Dataset
3
+ description: |
4
+ This dataset is structured in a question-answering format derived from a rich collection of Persian poems along with metadata about the poets and the verses.
5
+ It is designed to be utilized for various Natural Language Processing and analysis tasks related to Persian poetry, such as Question Answering, Text Generation, Language Modeling, and Style Analysis.
6
+ license: gpl-2.0
7
+ url: https://github.com/ganjoor/desktop/releases/tag/v2.81
8
+ citation: |
9
+ Persian Poetry QA Dataset. Collected by Kakooch from the Ganjoor Project.
10
+ Available at: https://huggingface.co/datasets/persian_poetry
11
+ size: "Custom"
12
+ language:
13
+ - fa
14
+ splits:
15
+ train:
16
+ description: "This split contains Persian poems structured for QA, where each row asks for a sample poem from a specific poet with the poem or verse as the answer."
17
+ features:
18
+ context:
19
+ description: "A static string which is 'Persian Poetry or شعر فارسی'."
20
+ type: "string"
21
+ question:
22
+ description: "A string that asks for a sample poem from a specific poet in the format 'یک نمونه از شعر [POET_NAME]'."
23
+ type: "string"
24
+ answer:
25
+ description: "Text of a hemistich or verse."
26
+ type: "string"
27
+ answer_start:
28
+ description: "The starting character index of `answer` within `context` (Note: this is always -1 in the current dataset as `answer` is not a substring of `context`)."
29
+ type: "int32"
30
 
31
+ ---
32
  # Persian Poetry Dataset
33
 
34
  ## Dataset Description
 
75
 
76
  ### License
77
 
78
+ GPL-2 (GNU General Public License) ingerited from original ganjoor project
79
 
80
  ## Additional Information
81