Datasets:
File size: 1,009 Bytes
4f2b7c2 80bcc71 4f2b7c2 80bcc71 4f2b7c2 80bcc71 4f2b7c2 80bcc71 e171a0d 80bcc71 b5a11a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
language:
- ru
size_categories:
- 10K<n<100K
task_categories:
- text-classification
pretty_name: Classified well-balanced russian-language news for 2019-2024
dataset_info:
features:
- name: news
dtype: string
- name: labels
dtype: int32
splits:
- name: train
num_bytes: 132863829.81185599
num_examples: 57530
- name: test
num_bytes: 33217112.188144006
num_examples: 14383
download_size: 86321663
dataset_size: 166080942.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
tags:
- russian
- news
- media
---
This is a dataset for training models on the task of multiclass classification of news texts in Russian.
It consists of a set of news items for the last 5 years and is well balanced.
```
categories_translator =
{'climate': 0,
'conflicts': 1,
'culture': 2,
'economy': 3,
'gloss': 4,
'health': 5,
'politics': 6,
'science': 7,
'society': 8,
'sports': 9,
'travel': 10}
``` |