Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- bg
|
4 |
-
metrics:
|
5 |
-
- f1
|
6 |
-
- accuracy
|
7 |
-
- precision
|
8 |
-
- recall
|
9 |
-
base_model:
|
10 |
-
-
|
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.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- bg
|
4 |
+
metrics:
|
5 |
+
- f1
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
base_model:
|
10 |
+
- rmihaylov/bert-base-bg
|
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.
|