Datasets:
Upload dataset
Browse files- README.md +60 -7
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -1,16 +1,69 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
license: cc-by-nc-sa-4.0
|
| 6 |
task_categories:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
size_categories:
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# RuAllToxic
|
|
|
|
| 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
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cdec87f0c0cad21b1a0da5ead337602e0f47375259631a1b0ab37afed0cef0c
|
| 3 |
+
size 15868194
|