zeynepgulhan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
Offensive Language Detection For Turkish Language
|
@@ -161,4 +174,4 @@ We achive %89 accuracy on test set.
|
|
161 |
|---------|-----------|--------|----------|----------|
|
162 |
| Class 0 | 0.92 | 0.94 | 0.93 | 0.89 |
|
163 |
| Class 1 | 0.73 | 0.67 | 0.70 | |
|
164 |
-
| Macro | 0.83 | 0.80 | 0.81 | |
|
|
|
1 |
---
|
2 |
+
language: tr
|
3 |
+
tags:
|
4 |
+
- bert
|
5 |
+
- turkish
|
6 |
+
- text-classification
|
7 |
+
- offensive-language-detection
|
8 |
license: mit
|
9 |
+
datasets:
|
10 |
+
- offenseval2020_tr
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
- f1
|
14 |
+
- precision
|
15 |
+
- recall
|
16 |
---
|
17 |
|
18 |
Offensive Language Detection For Turkish Language
|
|
|
174 |
|---------|-----------|--------|----------|----------|
|
175 |
| Class 0 | 0.92 | 0.94 | 0.93 | 0.89 |
|
176 |
| Class 1 | 0.73 | 0.67 | 0.70 | |
|
177 |
+
| Macro | 0.83 | 0.80 | 0.81 | |
|