Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
hate-speech-detection
Languages:
English
Size:
100K - 1M
License:
pietrolesci
commited on
Commit
•
6eb1d81
1
Parent(s):
732a6d8
Update README.md
Browse files
README.md
CHANGED
@@ -113,7 +113,39 @@ dataset_info:
|
|
113 |
num_examples: 63978
|
114 |
download_size: 827907964
|
115 |
dataset_size: 689425116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
---
|
117 |
-
# Dataset Card for "wikitoxic"
|
118 |
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
num_examples: 63978
|
114 |
download_size: 827907964
|
115 |
dataset_size: 689425116
|
116 |
+
annotations_creators:
|
117 |
+
- crowdsourced
|
118 |
+
language:
|
119 |
+
- en
|
120 |
+
language_creators:
|
121 |
+
- found
|
122 |
+
license:
|
123 |
+
- cc0-1.0
|
124 |
+
multilinguality:
|
125 |
+
- monolingual
|
126 |
+
pretty_name: Toxic Wikipedia Comments
|
127 |
+
size_categories:
|
128 |
+
- 100K<n<1M
|
129 |
+
source_datasets:
|
130 |
+
- extended|other
|
131 |
+
tags:
|
132 |
+
- wikipedia
|
133 |
+
- toxicity
|
134 |
+
- toxic comments
|
135 |
+
task_categories:
|
136 |
+
- text-classification
|
137 |
+
task_ids:
|
138 |
+
- hate-speech-detection
|
139 |
---
|
|
|
140 |
|
141 |
+
This is the same dataset as [`OxAISH-AL-LLM/wiki_toxic`](https://huggingface.co/datasets/OxAISH-AL-LLM/wiki_toxic).
|
142 |
+
The only differences are
|
143 |
+
|
144 |
+
1. Addition of a unique identifier, `uid`
|
145 |
+
|
146 |
+
1. Addition of the indices, that is 3 columns with the embeddings of 3 different sentence-transformers
|
147 |
+
- `all-mpnet-base-v2`
|
148 |
+
- `multi-qa-mpnet-base-dot-v1`
|
149 |
+
- `all-MiniLM-L12-v2`
|
150 |
+
|
151 |
+
1. Renaming of the `label` column to `labels` for easier compatibility with the transformers library
|