CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
10likes68downloads
Dataset Card

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:

python
from datasets import load_dataset

dataset = load_dataset("WiktorS/polish-news")