caspro commited on
Commit
1895116
·
verified ·
1 Parent(s): d4ecbdd

Update README.md

Browse files

Add description to the dataset

Files changed (1) hide show
  1. README.md +39 -37
README.md CHANGED
@@ -1,37 +1,39 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: title
5
- dtype: string
6
- - name: summary
7
- dtype: string
8
- - name: url
9
- dtype: string
10
- - name: text
11
- dtype: string
12
- - name: category
13
- dtype: string
14
- - name: __index_level_0__
15
- dtype: int64
16
- splits:
17
- - name: train
18
- num_bytes: 398237595
19
- num_examples: 50953
20
- - name: validation
21
- num_bytes: 99722589
22
- num_examples: 12739
23
- - name: test
24
- num_bytes: 54748044
25
- num_examples: 7077
26
- download_size: 205482667
27
- dataset_size: 552708228
28
- configs:
29
- - config_name: default
30
- data_files:
31
- - split: train
32
- path: data/train-*
33
- - split: validation
34
- path: data/validation-*
35
- - split: test
36
- path: data/test-*
37
- ---
 
 
 
1
+
2
+ This dataset contains information like title of news article, summary of news article, url to the news article, body of the news article and type of news.
3
+ This dataset was compiled from various Nepali news portals to support community knowledge and research, not for profit.
4
+
5
+ Sources:
6
+
7
+ * Kantipur,
8
+ * Gorkhapatra and
9
+ * BBC Nepali
10
+
11
+ Dataset Distribution::
12
+
13
+ Category--------Count
14
+
15
+ News------------36798
16
+
17
+ Sports-----------18767
18
+
19
+ Others-----------7258
20
+
21
+ Opinion----------2358
22
+
23
+ Entertainment---2144
24
+
25
+ Feature----------2014
26
+
27
+ Diaspora---------750
28
+
29
+ World------------462
30
+
31
+ Education--------188
32
+
33
+ Blog--------------30
34
+
35
+ The following task can be performed using the dataset:
36
+
37
+ * Nepali News Classification
38
+ * Nepali Text Summarization
39
+ * Nepali News Headline Generation