saattrupdan
commited on
Commit
•
8edd4cd
1
Parent(s):
6687172
Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,13 @@ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/
|
|
13 |
|
14 |
The model achieves second place 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 |
-
|
|
19 |
-
| `alexandrainst/
|
20 |
-
| [`A-ttack`](https://github.com/ogtal/A-ttack) | **
|
21 |
-
| [`DaNLP/da-electra-hatespeech-detection`](https://huggingface.co/DaNLP/da-electra-hatespeech-detection) |
|
22 |
-
| [`Guscode/DKbert-hatespeech-detection`](https://huggingface.co/Guscode/DKbert-hatespeech-detection) |
|
23 |
|
24 |
## Training procedure
|
25 |
|
|
|
13 |
|
14 |
The model achieves second place 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` (this) | 74.81% | **89.77%** | **81.61%** | **86.32%** |
|
19 |
+
| [`alexandrainst/electra-small-offensive-text-detection-da`](https://huggingface.co/alexandrainst/electra-small-offensive-text-detection-da) | 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 |
## Training procedure
|
25 |
|