WiktorS/polish-news
This dataset contains more than 250k articles obtained from polish news site tvp.info.pl. Main purpouse of collecting the data was to create a transformer-based model for text summarization. Columns: link - link to article title - original title of the article headline - lead/headline of the article - first paragraph of the article visible directly from the page content - full textual contents of the article Link to original repo: https://github.com/WiktorSob/scraper-tvp Download the data:… See the full description on the dataset page: https://huggingface.co/datasets/WiktorS/polish-news.
This dataset contains more than 250k articles obtained from polish news site tvp.info.pl. Main purpouse of collecting the data was to create a transformer-based model for text summarization.
Columns:
link- link to articletitle- original title of the articleheadline- lead/headline of the article - first paragraph of the article visible directly from the pagecontent- full textual contents of the article
Link to original repo: https://github.com/WiktorSob/scraper-tvp
Download the data:
from datasets import load_dataset
dataset = load_dataset("WiktorS/polish-news")