AliMuhammad73 commited on
Commit
4856cc3
·
verified ·
1 Parent(s): 9ff4563

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -3
README.md CHANGED
@@ -1,3 +1,73 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - text-generation
6
+ tags:
7
+ - pashto
8
+ - poetry
9
+ - literature
10
+ pretty_name: Pashto Poetry Dataset
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---
14
+
15
+ # Pashto Poetry Dataset
16
+
17
+ ## Dataset Description
18
+ This dataset contains Pashto poetry from various poets. Each entry includes a line of poetry and the corresponding poet's name.
19
+
20
+ ### Dataset Structure
21
+ - **text**: A line of Pashto poetry (string).
22
+ - **poet**: The name of the poet (string).
23
+
24
+ ### Poets Included
25
+ The dataset includes works by poets such as Rahman Baba, Ghani Khan, Hamza Baba, and others. The complete dataset details are as follows:
26
+
27
+
28
+ | **No.** | **Poet** | **Couplet Count** |
29
+ | --- | --- | --- |
30
+ | 1 | Abbasin Yousuf | 1875 |
31
+ | 2 | Abid Malnak | 534 |
32
+ | 3 | Ajmal Khattak | 780 |
33
+ | 4 | Allama Abdul Hai | 2380 |
34
+ | 5 | Aziz Mazerwal | 30 |
35
+ | 6 | Bakht Zadah | 565 |
36
+ | 7 | Da Ali Khan | 977 |
37
+ | 8 | Ghani Khan | 1399 |
38
+ | 9 | Gul Mansoor | 487 |
39
+ | 10 | Hamza Baba | 1177 |
40
+ | 11 | Haseena Gul | 617 |
41
+ | 12 | Hazbullah Shahbaz | 1216 |
42
+ | 13 | Javed Ahmedzai | 561 |
43
+ | 14 | Jawad Azad | 650 |
44
+ | 15 | Karan Khan | 979 |
45
+ | 16 | Khaliq Ziari | 40 |
46
+ | 17 | Khatir Afridi | 1436 |
47
+ | 18 | Khayyam Yousufzai | 533 |
48
+ | 19 | Khushal Khan Khattak | 4257 |
49
+ | 20 | Matiullah Turab | 1192 |
50
+ | 21 | Mohammad Ajanyar | 672 |
51
+ | 22 | Mumtaz Orakazi | 1645 |
52
+ | 23 | Munir Hunaray | 471 |
53
+ | 24 | Munir Jan | 1169 |
54
+ | 25 | Naeem Ahmed | 856 |
55
+ | 26 | Rabia Mumtaz | 572 |
56
+ | 27 | Rahman Baba | 2202 |
57
+ | 28 | Rehmat Shah | 1534 |
58
+ | 29 | Sahib Shah Sabir | 1051 |
59
+ | 30 | Salim Riaz | 232 |
60
+ | 31 | Shabbir Khan Durrani | 1056 |
61
+ | 32 | Shakir Orakzai | 569 |
62
+ | 33 | Shoaib Khan Khattak | 615 |
63
+ | 34 | Suleman Shahbaz | 655 |
64
+ | 35 | Zia Ur Rehman | 653 |
65
+
66
+ **Total Couplets: 35637**
67
+
68
+ ### Usage
69
+ This dataset can be used for tasks like poet identification, text generation, or linguistic analysis of Pashto poetry.
70
+
71
+ ### License
72
+ This dataset is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Please provide appropriate attribution when using this dataset.
73
+ ---