metadata
language:
- bg
metrics:
- f1
- accuracy
- precision
- recall
base_model:
- rmihaylov/bert-base-bg
pipeline_tag: text-classification
Toxic language classification model of Bulgarian language, based on the bert-base-bg model.
The model classifies between 4 classes: Toxic, MedicalTerminology, NonToxic, MinorityGroup.
Classification report:
Accuracy | Precision | Recall | F1 Score | Loss Function |
---|---|---|---|---|
0.85 | 0.86 | 0.85 | 0.85 | 0.43 |
More information in the paper (coming soon).