saattrupdan commited on
Commit
58752af
1 Parent(s): 5e0b932

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -13,13 +13,14 @@ This model is a fine-tuned version of [Maltehb/aelaectra-danish-electra-small-ca
13
 
14
  The model achieves SOTA on a test set consisting of 500 Facebook comments annotated by two people, of which 41.2% were labelled as offensive:
15
 
16
- | **Model** | **Precision** | **Recall** | **F1-score** |
17
- | :-------- | :------------ | :--------- | :----------- |
18
- | `alexandrainst/electra-small-offensive-text-detection-da` (this) | 85.45% | 91.26% | **88.26%** |
19
- | [`alexandrainst/xlm-roberta-base-offensive-text-detection-da`](https://huggingface.co/alexandrainst/xlm-roberta-base-offensive-text-detection-da) | 83.48% | **93.20%** | 88.07% |
20
- | [`A-ttack`](https://github.com/ogtal/A-ttack) | **99.17%** | 58.25% | 73.39% |
21
- | [`DaNLP/da-electra-hatespeech-detection`](https://huggingface.co/DaNLP/da-electra-hatespeech-detection) | 92.19% | 57.28% | 70.66% |
22
- | [`Guscode/DKbert-hatespeech-detection`](https://huggingface.co/Guscode/DKbert-hatespeech-detection) | 84.91% | 43.69% | 57.69% |
 
23
 
24
  ## Training procedure
25
 
 
13
 
14
  The model achieves SOTA on a test set consisting of 500 Facebook comments annotated by two people, of which 41.2% were labelled as offensive:
15
 
16
+ | **Model** | **Precision** | **Recall** | **F1-score** | **F2-score** |
17
+ | :-------- | :------------ | :--------- | :----------- | :----------- |
18
+ | [`alexandrainst/xlm-roberta-base-offensive-text-detection-da`](https://huggingface.co/alexandrainst/xlm-roberta-base-offensive-text-detection-da) | 74.81% | **89.77%** | **81.61%** | **86.32%** |
19
+ | `alexandrainst/electra-small-offensive-text-detection-da` (this) | 74.13% | 89.30% | 81.01% | 85.79% |
20
+ | [`A-ttack`](https://github.com/ogtal/A-ttack) | **97.32%** | 50.70% | 66.67% | 56.07% |
21
+ | [`DaNLP/da-electra-hatespeech-detection`](https://huggingface.co/DaNLP/da-electra-hatespeech-detection) | 86.43% | 56.28% | 68.17% | 60.50% |
22
+ | [`Guscode/DKbert-hatespeech-detection`](https://huggingface.co/Guscode/DKbert-hatespeech-detection) | 75.41% | 42.79% | 54.60% | 46.84% |
23
+
24
 
25
  ## Training procedure
26