Added fasttext comparison
Browse files
README.md
CHANGED
@@ -26,13 +26,14 @@ model_args = {
|
|
26 |
|
27 |
## Performance
|
28 |
|
29 |
-
The same pipeline was run with two other models and
|
30 |
|
31 |
| model | average accuracy | average macro F1|
|
32 |
|---|---|---|
|
33 |
|bcms-bertic-frenk-hate|0.8313|0.8219|
|
34 |
|EMBEDDIA/crosloengual-bert |0.8054|0.796|
|
35 |
|xlm-roberta-base |0.7175|0.7049|
|
|
|
36 |
|
37 |
|
38 |
|
|
|
26 |
|
27 |
## Performance
|
28 |
|
29 |
+
The same pipeline was run with two other transformer models and `fasttext` for comparison. Accuracy and macro F1 score were recorded for each of the 6 fine-tuning sessions and post festum analyzed.
|
30 |
|
31 |
| model | average accuracy | average macro F1|
|
32 |
|---|---|---|
|
33 |
|bcms-bertic-frenk-hate|0.8313|0.8219|
|
34 |
|EMBEDDIA/crosloengual-bert |0.8054|0.796|
|
35 |
|xlm-roberta-base |0.7175|0.7049|
|
36 |
+
|fasttext|0.709|0.691|
|
37 |
|
38 |
|
39 |
|