AhmadMustafa commited on
Commit
f886504
1 Parent(s): c90653b

Updated Data Card

Browse files
Files changed (1) hide show
  1. README.md +37 -2
README.md CHANGED
@@ -13,8 +13,43 @@ dataset_info:
13
  num_bytes: 28610192.10491592
14
  num_examples: 11187
15
  download_size: 0
16
- dataset_size: 286078904.0
 
 
 
 
 
 
 
 
17
  ---
18
  # Dataset Card for "Urdu-Instruct-News-Headline-Generation"
19
 
20
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  num_bytes: 28610192.10491592
14
  num_examples: 11187
15
  download_size: 0
16
+ dataset_size: 286078904
17
+ task_categories:
18
+ - text-generation
19
+ - summarization
20
+ language:
21
+ - ur
22
+ pretty_name: Urdu Instruct News Headline Generation
23
+ size_categories:
24
+ - 100K<n<1M
25
  ---
26
  # Dataset Card for "Urdu-Instruct-News-Headline-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 Headline from the given News.
32
+
33
+ ## Split Size:
34
+ - train: 100674
35
+ - test: 11187
36
+
37
+ ## Prompt Template (In Urdu):
38
+ ```
39
+ دیے گے جملوں کو ایک جملے میں خلاصہ بیان کریں.
40
+ {}
41
+ ```
42
+ <b>Translation</b>:
43
+ ```
44
+ Summarize the given sentences into 1 sentence
45
+ {}
46
+ ```
47
+ ## Completion Template (In Urdu)
48
+ ```
49
+ جی ضرور، یہ رہا آپ کے پیراگراف کا خلاصہ ایک جملہ میں:
50
+ {}
51
+ ```
52
+ <b>Translation</b>:
53
+ ```
54
+ Sure, here is the summary of the given sentences
55
+ ```