Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
6 |
# Ukrainian News Dataset
|
7 |
|
8 |
-
This is a dataset of news articles downloaded from various Ukrainian websites. The dataset contains approximately 10
|
9 |
|
10 |
```json
|
11 |
title: The title of the news article
|
@@ -38,12 +45,12 @@ This will load the entire dataset into memory. If you prefer to load only a subs
|
|
38 |
```python
|
39 |
|
40 |
# Load only the first 10,000 examples from the "train" split
|
41 |
-
dataset = load_dataset('zeusfsx/
|
42 |
```
|
43 |
|
44 |
-
##
|
45 |
|
46 |
-
If you have any questions or comments about this dataset, please contact me at [
|
47 |
|
48 |
## License
|
49 |
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- uk
|
7 |
+
pretty_name: ukr-news
|
8 |
+
size_categories:
|
9 |
+
- 10M<n<100M
|
10 |
---
|
11 |
|
12 |
|
13 |
# Ukrainian News Dataset
|
14 |
|
15 |
+
This is a dataset of news articles downloaded from various Ukrainian websites. The dataset contains approximately 10 569 428 JSON objects (news), each with the following fields:
|
16 |
|
17 |
```json
|
18 |
title: The title of the news article
|
|
|
45 |
```python
|
46 |
|
47 |
# Load only the first 10,000 examples from the "train" split
|
48 |
+
dataset = load_dataset('zeusfsx/ukrainian-news', split='train[:10000]')
|
49 |
```
|
50 |
|
51 |
+
## Contacts
|
52 |
|
53 |
+
If you have any questions or comments about this dataset, please contact me at email [zeusfsxtmp@gmail.com]. I will do our best to respond to your inquiry as soon as possible.
|
54 |
|
55 |
## License
|
56 |
|