melaniab commited on
Commit
b64157d
1 Parent(s): 0163dcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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
- - 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.
 
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.