File size: 555 Bytes
cd0b8e0 a9befab cd0b8e0 a9befab cd0b8e0 adb4bb2 cd0b8e0 adb4bb2 cd0b8e0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
language:
- uk
tags:
- uk
- news
---
## Info
The dataset consists 1919 ukrainian news divided by 15 categories:
- business
- economy
- education
- fashion
- financy
- fun
- health
- kino
- porady
- realestate
- show
- smachnonews
- sport
- tech
- zakordon
## Loading
There are 2 different ways to downlaod the dataset
Firstly, you can do it manually, by downloading zip file from data/dataset.zip
Secondly you can use this python script loading script:
```
>>> train_dataset = load_dataset("Zarakun/ukrainian_news", split="train")
``` |