Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,14 @@ size_categories:
|
|
| 13 |
This dataset contains more than 250k articles obtained from polish news site `tvp.info.pl`.
|
| 14 |
Main purpouse of collecting the data was to create a transformer-based model for text summarization.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Link to original repo: https://github.com/WiktorSob/scraper-tvp
|
| 17 |
|
| 18 |
Download the data:
|
|
|
|
| 13 |
This dataset contains more than 250k articles obtained from polish news site `tvp.info.pl`.
|
| 14 |
Main purpouse of collecting the data was to create a transformer-based model for text summarization.
|
| 15 |
|
| 16 |
+
Columns:
|
| 17 |
+
* `link` - link to article
|
| 18 |
+
* `title` - original title of the article
|
| 19 |
+
* `headline` - lead/headline of the article - first paragraph of rhe article visible directly from the page
|
| 20 |
+
* `content` - full textual contents of the article
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
Link to original repo: https://github.com/WiktorSob/scraper-tvp
|
| 25 |
|
| 26 |
Download the data:
|