AhmadMustafa
commited on
Commit
•
efcba87
1
Parent(s):
7f6de58
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,50 @@ dataset_info:
|
|
13 |
num_bytes: 28361735.316437364
|
14 |
num_examples: 11187
|
15 |
download_size: 122416750
|
16 |
-
dataset_size: 283594536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
# Dataset Card for "Urdu-Instruct-News-Article-Generation"
|
19 |
|
20 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
num_bytes: 28361735.316437364
|
14 |
num_examples: 11187
|
15 |
download_size: 122416750
|
16 |
+
dataset_size: 283594536
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
+
- text2text-generation
|
20 |
+
language:
|
21 |
+
- ur
|
22 |
+
pretty_name: Instruct News Article Generation Urdu
|
23 |
+
size_categories:
|
24 |
+
- 100K<n<1M
|
25 |
---
|
26 |
# Dataset Card for "Urdu-Instruct-News-Article-Generation"
|
27 |
|
28 |
+
This Dataset is converted from the [original dataset](https://data.mendeley.com/datasets/834vsxnb99/3) by Khalid Hussain, Nimra Mughal, Irfan Ali, Saif Hassan, Sher Muhammad Daudpota.
|
29 |
+
|
30 |
+
## Task:
|
31 |
+
Generate the News Article from the given headline.
|
32 |
+
|
33 |
+
## Split Size:
|
34 |
+
- train: 100674
|
35 |
+
- test: 11187
|
36 |
+
|
37 |
+
## Prompt Template (In Urdu):
|
38 |
+
Random.choice b.w these 2
|
39 |
+
```
|
40 |
+
[ "اس دی گی ایک خبر سے متعلق ایک مضمون لکھیں۔
|
41 |
+
خبر: {}",
|
42 |
+
"یہ خبر جو {} سے تعلق رکھتی ہے، اس پر ایک مضمون لکھیں۔
|
43 |
+
خبر: {}"
|
44 |
+
]
|
45 |
+
```
|
46 |
+
<b>Translation</b>:
|
47 |
+
```
|
48 |
+
1. Write an article from the given news.
|
49 |
+
news: {}
|
50 |
+
2. Given the news belonging to category {}, write an article on it.
|
51 |
+
news: {}
|
52 |
+
```
|
53 |
+
## Completion Template (In Urdu)
|
54 |
+
```
|
55 |
+
جی ضرور، یہ رہا آپ کی خبر سے متعلق ایک مضمون:
|
56 |
+
{}
|
57 |
+
```
|
58 |
+
<b>Translation</b>:
|
59 |
+
```
|
60 |
+
Sure, here is the article related to the given news
|
61 |
+
{}
|
62 |
+
```
|