Mikimi commited on
Commit
df86193
·
verified ·
1 Parent(s): 001e897

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -59
README.md CHANGED
@@ -1,61 +1,31 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: float64
6
- - name: text
7
- dtype: float64
8
- - name: text_original
9
- dtype: float64
10
- - name: source_lang
11
- dtype: float64
12
- - name: language
13
- dtype: float64
14
- - name: source_dataset
15
- dtype: float64
16
- - name: source_platform
17
- dtype: float64
18
- - name: source_labels_raw
19
- dtype: float64
20
- - name: generation_method
21
- dtype: float64
22
- - name: toxic_binary
23
- dtype: float64
24
- - name: toxicity_type
25
- dtype: float64
26
- - name: target_group
27
- dtype: float64
28
- - name: explicitness
29
- dtype: float64
30
- - name: toxic_spans
31
- dtype: float64
32
- - name: severity
33
- dtype: float64
34
- - name: has_distortion
35
- dtype: float64
36
- - name: annotation_confidence
37
- dtype: float64
38
- - name: mapping_confidence
39
- dtype: float64
40
- - name: needs_review
41
- dtype: bool
42
- - name: text_hash
43
- dtype: float64
44
- - name: label
45
- dtype: float64
46
- - name: source
47
- dtype: float64
48
- - name: lang
49
- dtype: float64
50
- splits:
51
- - name: train
52
- num_bytes: 14546516
53
- num_examples: 82592
54
- download_size: 392387
55
- dataset_size: 14546516
56
- configs:
57
- - config_name: default
58
- data_files:
59
- - split: train
60
- path: data/train-*
61
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ru
4
+ - en
5
+ license: cc-by-nc-sa-4.0
6
+ task_categories:
7
+ - text-classification
8
+ tags:
9
+ - toxicity
10
+ - hate-speech
11
+ - russian
12
+ size_categories:
13
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
+
16
+ # RuAllToxic
17
+
18
+ Единый русскоязычный датасет токсичности, собранный из четырёх нативных русскоязычных источников: RuToxic, RuEthnoHate, Russian Distorted Toxicity Corpus и Russian Inappropriate Messages.
19
+
20
+ ## Stats
21
+
22
+ - **Total:** 82,592
23
+ - **Toxic:** 4,726 (5.7%)
24
+ - **Non-toxic:** 75,022 (90.8%)
25
+
26
+ ## Sources
27
+
28
+ | Dataset | Count | % |
29
+ |---------|-------|---|
30
+ | ru_inappropriate | 65593 | 79.4% |
31
+ | rutoxic | 14155 | 17.1% |