data-silence commited on
Commit
b5a11a2
1 Parent(s): 80bcc71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -33,3 +33,23 @@ tags:
33
  - news
34
  - media
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  - news
34
  - media
35
  ---
36
+
37
+ This is a dataset for training models on the task of multiclass classification of news texts in Russian.
38
+ It consists of a set of news items for the last 5 years and is well balanced.
39
+
40
+
41
+
42
+ ```
43
+ categories_translator =
44
+ {'climate': 0,
45
+ 'conflicts': 1,
46
+ 'culture': 2,
47
+ 'economy': 3,
48
+ 'gloss': 4,
49
+ 'health': 5,
50
+ 'politics': 6,
51
+ 'science': 7,
52
+ 'society': 8,
53
+ 'sports': 9,
54
+ 'travel': 10}
55
+ ```