Datasets:
Commit
·
e7fc9f3
1
Parent(s):
84974f5
Fix task_ids (#2)
Browse files- Fix task_ids (e1aae35f73c0a1321638299af4b8a0f91d933991)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- hr
|
4 |
license:
|
5 |
- other
|
6 |
-
task_categories:
|
7 |
-
- text-classification
|
8 |
-
task_ids:
|
9 |
-
- text-classification-other-hate-speech-detection
|
10 |
-
- text-classification-other-offensive-language
|
11 |
size_categories:
|
12 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Offensive language dataset of Croatian comments FRENK 1.0
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- hr
|
4 |
license:
|
5 |
- other
|
|
|
|
|
|
|
|
|
|
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
+
task_ids: []
|
11 |
+
tags:
|
12 |
+
- hate-speech-detection
|
13 |
+
- offensive-language
|
14 |
---
|
15 |
|
16 |
# Offensive language dataset of Croatian comments FRENK 1.0
|