Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
pretty_name: toxic-comments
|
@@ -21,4 +21,4 @@ This dataset is part of the tutorial tied to the [Teeny-Tiny Castle](https://git
|
|
21 |
from datasets import load_dataset
|
22 |
|
23 |
dataset = load_dataset("AiresPucrs/toxic_content", split = 'train')
|
24 |
-
```
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
language:
|
4 |
- en
|
5 |
pretty_name: toxic-comments
|
|
|
21 |
from datasets import load_dataset
|
22 |
|
23 |
dataset = load_dataset("AiresPucrs/toxic_content", split = 'train')
|
24 |
+
```
|