--- 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") ```