birgermoell commited on
Commit
c8e268b
1 Parent(s): cb26e38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -16,25 +16,42 @@ Nord roberta model trainined on the swedish danish and norwegian wikipedia.
16
  Evaluation on Named Entity recognition in Danish.
17
 
18
  I finetuned each model on 3 epochs on DaNE, repeated it 5 times for each model, and calculated 95% confidence intervals for the means. Here are the results:
 
19
  xlm-roberta-base : 88.01 +- 0.43
 
20
  flax-community/nordic-roberta-wiki: 85.75 +- 0.69 (this model)
 
21
  Maltehb/danish-bert-botxo: 85.38 +- 0.55
 
22
  flax-community/roberta-base-danish: 80.14 +- 1.47
 
23
  flax-community/roberta-base-scandinavian : 78.03 +- 3.02
 
24
  Maltehb/-l-ctra-danish-electra-small-cased: 57.87 +- 3.19
 
25
  NbAiLab/nb-bert-base : 30.24 +- 1.21
 
26
  Randomly initialised RoBERTa model: 19.79 +- 2.00
27
 
28
  Evaluation on Sentiment analysis in Dansish
29
  Here are the results on test set, where each model has been trained 5 times, and the “+-” refers to a 95% confidence interval of the mean score:
 
30
  Maltehb/danish-bert-botxo: 65.19 +- 0.53
 
31
  NbAiLab/nb-bert-base : 63.80 +- 0.77
 
32
  xlm-roberta-base : 63.55 +- 1.59
 
33
  flax-community/nordic-roberta-wiki : 56.46 +- 1.77
 
34
  flax-community/roberta-base-danish : 54.73 +- 8.96
 
35
  flax-community/roberta-base-scandinavian : 44.28 +- 9.21
 
36
  Maltehb/-l-ctra-danish-electra-small-cased : 47.78 +- 12.65
 
37
  Randomly initialised RoBERTa model: 36.96 +- 1.02
 
38
  Maltehb/roberta-base-scandinavian : 33.65 +- 8.32
39
 
40
  ## Model series
 
16
  Evaluation on Named Entity recognition in Danish.
17
 
18
  I finetuned each model on 3 epochs on DaNE, repeated it 5 times for each model, and calculated 95% confidence intervals for the means. Here are the results:
19
+
20
  xlm-roberta-base : 88.01 +- 0.43
21
+
22
  flax-community/nordic-roberta-wiki: 85.75 +- 0.69 (this model)
23
+
24
  Maltehb/danish-bert-botxo: 85.38 +- 0.55
25
+
26
  flax-community/roberta-base-danish: 80.14 +- 1.47
27
+
28
  flax-community/roberta-base-scandinavian : 78.03 +- 3.02
29
+
30
  Maltehb/-l-ctra-danish-electra-small-cased: 57.87 +- 3.19
31
+
32
  NbAiLab/nb-bert-base : 30.24 +- 1.21
33
+
34
  Randomly initialised RoBERTa model: 19.79 +- 2.00
35
 
36
  Evaluation on Sentiment analysis in Dansish
37
  Here are the results on test set, where each model has been trained 5 times, and the “+-” refers to a 95% confidence interval of the mean score:
38
+
39
  Maltehb/danish-bert-botxo: 65.19 +- 0.53
40
+
41
  NbAiLab/nb-bert-base : 63.80 +- 0.77
42
+
43
  xlm-roberta-base : 63.55 +- 1.59
44
+
45
  flax-community/nordic-roberta-wiki : 56.46 +- 1.77
46
+
47
  flax-community/roberta-base-danish : 54.73 +- 8.96
48
+
49
  flax-community/roberta-base-scandinavian : 44.28 +- 9.21
50
+
51
  Maltehb/-l-ctra-danish-electra-small-cased : 47.78 +- 12.65
52
+
53
  Randomly initialised RoBERTa model: 36.96 +- 1.02
54
+
55
  Maltehb/roberta-base-scandinavian : 33.65 +- 8.32
56
 
57
  ## Model series