5roop commited on
Commit
9f52149
1 Parent(s): d4b6d9e

Added fasttext results

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,14 +30,14 @@ model_args = {
30
 
31
  ## Performance
32
 
33
- The same pipeline was run with two other models and with the same dataset. Accuracy and macro F1 score were recorded for each of the 6 fine-tuning sessions and post festum analyzed.
34
 
35
  | model | average accuracy | average macro F1|
36
  |---|---|---|
37
  |roberta-base-frenk-hate|0.7915|0.7785|
38
  |xlm-roberta-large |0.7904|0.77876|
39
  |xlm-roberta-base |0.7577|0.7402|
40
-
41
 
42
 
43
 
30
 
31
  ## Performance
32
 
33
+ 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.
34
 
35
  | model | average accuracy | average macro F1|
36
  |---|---|---|
37
  |roberta-base-frenk-hate|0.7915|0.7785|
38
  |xlm-roberta-large |0.7904|0.77876|
39
  |xlm-roberta-base |0.7577|0.7402|
40
+ |fasttext|0.712|0.686|
41
 
42
 
43