Yehor commited on
Commit
3078015
1 Parent(s): 5beacdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -2,7 +2,18 @@
2
  license: cc-by-nc-sa-4.0
3
  ---
4
 
5
- This dataset contains X samples of Ukrainian news headlines.
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  Attribution to the dataset:
8
 
 
2
  license: cc-by-nc-sa-4.0
3
  ---
4
 
5
+ This dataset contains **5,242,391** samples of Ukrainian news headlines.
6
+
7
+ Usage:
8
+
9
+ ```python
10
+ from datasets import load_dataset
11
+
12
+ ds = load_dataset('Yehor/ukrainian-news-headlines', split='train')
13
+
14
+ for row in ds:
15
+ print(row['headline'])
16
+ ```
17
 
18
  Attribution to the dataset:
19