Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: comment
|
10 |
+
dtype: string
|
11 |
+
- name: identity_attack
|
12 |
+
dtype: float64
|
13 |
+
- name: insult
|
14 |
+
dtype: float64
|
15 |
+
- name: obscene
|
16 |
+
dtype: float64
|
17 |
+
- name: severe_toxicity
|
18 |
+
dtype: float64
|
19 |
+
- name: sexual_explicit
|
20 |
+
dtype: float64
|
21 |
+
- name: threat
|
22 |
+
dtype: float64
|
23 |
+
- name: toxicity
|
24 |
+
dtype: float64
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 14252665
|
28 |
+
num_examples: 118890
|
29 |
+
download_size: 6015721
|
30 |
+
dataset_size: 14252665
|
31 |
+
---
|
32 |
+
# Dataset Card for "toxic_dataset_classification_azerbaijani"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|