Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- multi-label
|
9 |
+
- classification
|
10 |
+
- acloudfan
|
11 |
+
pretty_name: toxicity classification
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
---
|
15 |
+
## Part of a course titled "Generative AI application design & development"
|
16 |
+
|
17 |
+
https://genai.acloudfan.com/
|
18 |
+
|
19 |
+
|
20 |
+
Created from a dataset available on Kaggle.
|
21 |
+
|
22 |
+
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data
|