Mikimi commited on
Commit
d785681
·
verified ·
1 Parent(s): 5e84ba5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -63
README.md CHANGED
@@ -1,69 +1,16 @@
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
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- dataset_info:
20
- features:
21
- - name: id
22
- dtype: string
23
- - name: text
24
- dtype: string
25
- - name: text_original
26
- dtype: 'null'
27
- - name: source_lang
28
- dtype: string
29
- - name: language
30
- dtype: string
31
- - name: source_dataset
32
- dtype: string
33
- - name: source_platform
34
- dtype: string
35
- - name: source_labels_raw
36
- dtype: string
37
- - name: generation_method
38
- dtype: string
39
- - name: toxic_binary
40
- dtype: int64
41
- - name: toxicity_type
42
- dtype: string
43
- - name: target_group
44
- dtype: 'null'
45
- - name: explicitness
46
- dtype: string
47
- - name: toxic_spans
48
- dtype: 'null'
49
- - name: severity
50
- dtype: 'null'
51
- - name: has_distortion
52
- dtype: int64
53
- - name: annotation_confidence
54
- dtype: float64
55
- - name: mapping_confidence
56
- dtype: string
57
- - name: needs_review
58
- dtype: bool
59
- - name: text_hash
60
- dtype: string
61
- splits:
62
- - name: train
63
- num_bytes: 34164460
64
- num_examples: 82587
65
- download_size: 15868194
66
- dataset_size: 34164460
67
  ---
68
 
69
  # RuAllToxic
@@ -72,9 +19,9 @@ dataset_info:
72
 
73
  ## Stats
74
 
75
- - **Total:** 82,592
76
- - **Toxic:** 4,726 (5.7%)
77
- - **Non-toxic:** 75,022 (90.8%)
78
 
79
  ## Sources
80
 
@@ -82,3 +29,4 @@ dataset_info:
82
  |---------|-------|---|
83
  | ru_inappropriate | 65593 | 79.4% |
84
  | rutoxic | 14155 | 17.1% |
 
 
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
 
19
 
20
  ## Stats
21
 
22
+ - **Total:** 82,587
23
+ - **Toxic:** 5,283 (6.4%)
24
+ - **Non-toxic:** 77,304 (93.6%)
25
 
26
  ## Sources
27
 
 
29
  |---------|-------|---|
30
  | ru_inappropriate | 65593 | 79.4% |
31
  | rutoxic | 14155 | 17.1% |
32
+ | ru_distorted | 2839 | 3.4% |