toxic-bert-bg / README.md
melaniab's picture
Create README.md
031049e verified
|
raw
history blame
649 Bytes
---
language:
- bg
metrics:
- f1
- accuracy
- precision
- recall
base_model:
- google-bert/bert-base-uncased
pipeline_tag: text-classification
---
Toxic language classification model of Bulgarian language, based on the [bert-base-bg](https://huggingface.co/rmihaylov/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).