Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ tags:
|
|
4 |
- news
|
5 |
---
|
6 |
|
|
|
|
|
7 |
The dataset consists 1919 ukrainian news divided by 15 categories:
|
8 |
- business
|
9 |
- economy
|
@@ -21,7 +23,12 @@ The dataset consists 1919 ukrainian news divided by 15 categories:
|
|
21 |
- tech
|
22 |
- zakordon
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
25 |
```
|
26 |
>>> train_dataset = load_dataset("Zarakun/ukrainian_news", split="train")
|
27 |
```
|
|
|
4 |
- news
|
5 |
---
|
6 |
|
7 |
+
## Info
|
8 |
+
|
9 |
The dataset consists 1919 ukrainian news divided by 15 categories:
|
10 |
- business
|
11 |
- economy
|
|
|
23 |
- tech
|
24 |
- zakordon
|
25 |
|
26 |
+
## Loading
|
27 |
+
There are 2 different ways to downlaod the dataset
|
28 |
+
|
29 |
+
Firstly, you can do it manually, by downloading zip file from data/dataset.zip
|
30 |
+
|
31 |
+
Secondly you can use this python script loading script:
|
32 |
```
|
33 |
>>> train_dataset = load_dataset("Zarakun/ukrainian_news", split="train")
|
34 |
```
|