Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
hate-speech-detection
Languages:
English
Size:
100K - 1M
License:
pietrolesci
commited on
Commit
•
4426061
1
Parent(s):
e63b2cb
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: text
|
16 |
+
dtype: string
|
17 |
+
- name: labels
|
18 |
+
dtype:
|
19 |
+
class_label:
|
20 |
+
names:
|
21 |
+
'0': non
|
22 |
+
'1': tox
|
23 |
+
- name: uid
|
24 |
+
dtype: int64
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 55430581
|
28 |
+
num_examples: 127656
|
29 |
+
- name: validation
|
30 |
+
num_bytes: 13936861
|
31 |
+
num_examples: 31915
|
32 |
+
- name: test
|
33 |
+
num_bytes: 27474227
|
34 |
+
num_examples: 63978
|
35 |
+
download_size: 62548640
|
36 |
+
dataset_size: 96841669
|
37 |
+
---
|
38 |
+
# Dataset Card for "wikitoxic"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|