Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
Not-For-All-Audiences
License:
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ dataset_info:
|
|
31 |
num_bytes: 132970.4
|
32 |
num_examples: 218
|
33 |
download_size: 786719
|
34 |
-
dataset_size: 1329704
|
35 |
configs:
|
36 |
- config_name: default
|
37 |
data_files:
|
@@ -39,6 +39,15 @@ configs:
|
|
39 |
path: data/train-*
|
40 |
- split: test
|
41 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
---
|
43 |
|
44 |
## Moderation Dataset
|
@@ -46,7 +55,10 @@ configs:
|
|
46 |
Based on mmathys/openai-moderation-api-evaluation and davanstrien/WELFake
|
47 |
|
48 |
```
|
49 |
-
**Warning**
|
|
|
|
|
|
|
50 |
```
|
51 |
|
52 |
|
@@ -61,4 +73,4 @@ Based on mmathys/openai-moderation-api-evaluation and davanstrien/WELFake
|
|
61 |
| hate/threatening | `H2` | Hateful content that also includes violence or serious harm towards the targeted group. |
|
62 |
| violence/graphic | `V2` | Violent content that depicts death, violence, or serious physical injury in extreme graphic detail. |
|
63 |
| fake news | `FN` | Fake news
|
64 |
-
| OK | `OK` | OK
|
|
|
31 |
num_bytes: 132970.4
|
32 |
num_examples: 218
|
33 |
download_size: 786719
|
34 |
+
dataset_size: 1329704
|
35 |
configs:
|
36 |
- config_name: default
|
37 |
data_files:
|
|
|
39 |
path: data/train-*
|
40 |
- split: test
|
41 |
path: data/test-*
|
42 |
+
license: mit
|
43 |
+
task_categories:
|
44 |
+
- text-classification
|
45 |
+
language:
|
46 |
+
- en
|
47 |
+
tags:
|
48 |
+
- not-for-all-audiences
|
49 |
+
size_categories:
|
50 |
+
- 1K<n<10K
|
51 |
---
|
52 |
|
53 |
## Moderation Dataset
|
|
|
55 |
Based on mmathys/openai-moderation-api-evaluation and davanstrien/WELFake
|
56 |
|
57 |
```
|
58 |
+
**Warning**
|
59 |
+
This dataset contains nsfw, chocking, discriminatory and hateful text.
|
60 |
+
It is intended to be used to train moderation AI assistants and should not be used for any other mean or reason.
|
61 |
+
Please use with care.
|
62 |
```
|
63 |
|
64 |
|
|
|
73 |
| hate/threatening | `H2` | Hateful content that also includes violence or serious harm towards the targeted group. |
|
74 |
| violence/graphic | `V2` | Violent content that depicts death, violence, or serious physical injury in extreme graphic detail. |
|
75 |
| fake news | `FN` | Fake news
|
76 |
+
| OK | `OK` | OK
|