This a summary dataset. You can train abstractive summarization model using this dataset. It contains 3 files i.e.
train, test and val. Data is in jsonl format.
Every line has these keys.
id
url
title
summary
text
You can easily read the data with pandas
import pandas as pd
test = pd.read_json("summary/urdu_test.jsonl", lines=True)
Urdu dataset for POS training. This is a small dataset and can be used for training parts of speech tagging… See the full description on the dataset page:
https://huggingface.co/datasets/ReySajju742/urdu-speech-tagging.