File size: 1,411 Bytes
0531ccf
 
 
 
 
 
 
 
 
91bdc49
0531ccf
 
91bdc49
0531ccf
91bdc49
 
f886504
 
 
 
 
 
 
 
0531ccf
 
 
f886504
 
 
 
 
 
 
 
 
 
13df7de
f886504
e4c2d11
13df7de
e4c2d11
13df7de
 
f886504
 
 
e4c2d11
13df7de
e4c2d11
13df7de
f886504
 
 
e4c2d11
f886504
 
 
 
e4c2d11
13df7de
f886504
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
dataset_info:
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  splits:
  - name: train
    num_bytes: 253043591.85453376
    num_examples: 100674
  - name: test
    num_bytes: 28118468.14546625
    num_examples: 11187
  download_size: 122231820
  dataset_size: 281162060.0
task_categories:
- text-generation
- summarization
language:
- ur
pretty_name: Urdu Instruct News Headline Generation
size_categories:
- 100K<n<1M
---
# Dataset Card for "Urdu-Instruct-News-Headline-Generation"

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.

## Task:
Generate the News Headline from the given News.

## Split Size:
- train: 100674
- test: 11187

## Prompt Template (In Urdu):
Random.choice b.w these 2 
```
["اس اردو پیراگراف (خبروں) کا عنوان تجویز کریں
پیراگراف: {}",
    "دیے گے خبروں کا عنوان تجویز کریں.
جملے: {}"
]
```
<b>Translation</b>:
```
1. Write a title for the following news article: 
paragraph: {}
2. Suggest the title of the given the sentences
sentences: {}
```
## Completion Template (In Urdu)
```
جی ضرور، یہ رہا آپ کے پیراگراف کا عنوان: 
{}
```
<b>Translation</b>:
```
Sure, here is the title of the given article
{}
```