Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,13 @@ Included classes;
|
|
16 |
- Irkçılık
|
17 |
|
18 |
3388 tweets were used in the training of the model. Accordingly, the success rates in education are as follows;
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
|
22 |
## Example
|
@@ -33,8 +39,9 @@ Result;
|
|
33 |
```sh
|
34 |
[{'label': 'Nötr', 'score': 0.999175488948822}]
|
35 |
```
|
36 |
-
label= It shows which class the sent Turkish text belongs to according to the model.
|
37 |
-
score= It shows the compliance rate of the Turkish text sent to the label found.
|
|
|
38 |
|
39 |
## License
|
40 |
|
|
|
16 |
- Irkçılık
|
17 |
|
18 |
3388 tweets were used in the training of the model. Accordingly, the success rates in education are as follows;
|
19 |
+
|
20 |
+
| | Cinsiyetçilik | Irkçılık | Kızdırma | Nötr | Accuracy |
|
21 |
+
| ------ | ------ | ------ | ------ | ------ | ------ |
|
22 |
+
| Precision | 0.884298 | 0.844037 | 0.910180 | 0.903571 | 892171 |
|
23 |
+
| Recall | 0.891667 | 0.938776 | 0.835165 | 0.913357 | 892171 |
|
24 |
+
| F1 Score | 0.887967 | 0.888889 | 0.871060 | 0.908438 | 892171 |
|
25 |
+
|
26 |
|
27 |
|
28 |
## Example
|
|
|
39 |
```sh
|
40 |
[{'label': 'Nötr', 'score': 0.999175488948822}]
|
41 |
```
|
42 |
+
- label= It shows which class the sent Turkish text belongs to according to the model.
|
43 |
+
- score= It shows the compliance rate of the Turkish text sent to the label found.
|
44 |
+
|
45 |
|
46 |
## License
|
47 |
|