Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- bg
|
4 |
+
metrics:
|
5 |
+
- f1
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
base_model:
|
10 |
+
- google-bert/bert-base-uncased
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
---
|
13 |
+
Toxic language classification model of Bulgarian language, based on the [bert-base-bg](https://huggingface.co/rmihaylov/bert-base-bg) model.
|
14 |
+
|
15 |
+
The model classifies between 4 classes: Toxic, MedicalTerminology, NonToxic, MinorityGroup.
|
16 |
+
|
17 |
+
Classification report:
|
18 |
+
|
19 |
+
| Accuracy | Precision | Recall | F1 Score | Loss Function |
|
20 |
+
|----------|-----------|--------|----------|---------------|
|
21 |
+
| 0.85 | 0.86 | 0.85 | 0.85 | 0.43 |
|
22 |
+
|
23 |
+
More information in the paper (coming soon).
|