Datasets:
Tasks:
Text Classification
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
DOI:
License:
FpOliveira
commited on
Commit
•
6864451
1
Parent(s):
34fd898
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
|
4 |
+
configs:
|
5 |
+
- config_name: binary
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: "binary/binary_train.csv"
|
9 |
+
- split: test
|
10 |
+
path: "binary/binary_test.csv"
|
11 |
+
|
12 |
---
|