metadata
license: cc-by-4.0
task_categories:
- summarization
language:
- hi
tags:
- hindi
- summarization
- news
- text
pretty_name: Hindi New Summaries
size_categories:
- 100K<n<1M
How to use this dataset
# You can load data using following code and then split into train and validation set
from datasets import load_dataset
data = load_dataset("d0r1h/HindiNewSummaries")
Licensing
Note: This license applies to the dataset curation and summaries. Original article copyrights remain with their publishers.
This dataset contains news articles and summaries collected from publicly available news websites.
The original copyright of the article text remains with the respective publishers and authors. The CC-BY-4.0 license applies to the dataset structure, the annotations/summaries, and the curation effort, not to the underlying news content.
Users of this dataset are responsible for ensuring compliance with the original source websites’ terms of use and copyright policies.
Citation
If you use this dataset in your research, please cite:
@dataset{HindiNewSummaries,
title = {News Articles and Summaries Dataset},
author = {Pawan Trivedi},
year = {2022},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/d0r1h/HindiNewSummaries}
}