FredZhang7
commited on
Commit
•
067cbaa
1
Parent(s):
b4daf70
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- token-classification
|
6 |
+
size_categories:
|
7 |
+
- 1M<n<10M
|
8 |
+
datasets:
|
9 |
+
- allenai/real-toxicity-prompts
|
10 |
+
- tomekkorbak/pile-toxicity-balanced2
|
11 |
+
- datasets/thai_toxicity_tweet
|
12 |
---
|
13 |
+
|
14 |
+
|
15 |
+
About 11 months ago, I downloaded and preprocessed 2.7M rows of text/toxicity data, but completely forgot the original source of these datasets...
|
16 |
+
All I know is that I looked everywhere: HuggingFace, research papers, GitHub, Kaggle, and Google search.
|
17 |
+
Today (6/28/2023) I came across three newer HuggingFace datasets, so I added them to this dataset.
|