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. Tell the summary of the given paragraph in 1 sentence | |
paragraph: {} | |
2. Summarize the given sentences into 1 sentence | |
sentences: {} | |
``` | |
## Completion Template (In Urdu) | |
``` | |
جی ضرور، یہ رہا آپ کے پیراگراف کا خلاصہ ایک جملہ میں: | |
{} | |
``` | |
<b>Translation</b>: | |
``` | |
Sure, here is the summary of the given sentences | |
{} | |
``` |