Philip May commited on
Commit
36500c3
1 Parent(s): dd54448

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -63,13 +63,18 @@ This model is trained on the following datasets:
63
  | English | 552,559
64
  | Total | 903,556
65
 
66
- ## Evaluation on MLSUM German Test Set
67
 
68
  | Model | Params | rouge1 | rouge2 | rougeL | rougeLsum
69
  |-------|--------|--------|--------|--------|----------
70
  | mT5-small-sum-de-en-01 (this) | no beam | 21.7336 | 7.2614 | 17.1323 | 19.3977
71
- | mT5-small-sum-de-en-01 (this) | num_beams: 5 | 22.6018 | 7.8047 | 17.1363 | 19.719
72
  | [ml6team/mt5-small-german-finetune-mlsum](https://huggingface.co/ml6team/mt5-small-german-finetune-mlsum) | no beam | 18.3607 | 5.3604 | 14.5456 | 16.1946
 
 
 
 
 
 
73
  | [ml6team/mt5-small-german-finetune-mlsum](https://huggingface.co/ml6team/mt5-small-german-finetune-mlsum) | num_beams: 5 | 19.6166 | 5.8818 | 14.74 | 16.889
74
 
75
  ## Evaluation on CNN Daily English Test Set (no beams)
 
63
  | English | 552,559
64
  | Total | 903,556
65
 
66
+ ## Evaluation on MLSUM German Test Set (no beams)
67
 
68
  | Model | Params | rouge1 | rouge2 | rougeL | rougeLsum
69
  |-------|--------|--------|--------|--------|----------
70
  | mT5-small-sum-de-en-01 (this) | no beam | 21.7336 | 7.2614 | 17.1323 | 19.3977
 
71
  | [ml6team/mt5-small-german-finetune-mlsum](https://huggingface.co/ml6team/mt5-small-german-finetune-mlsum) | no beam | 18.3607 | 5.3604 | 14.5456 | 16.1946
72
+
73
+ ## Evaluation on MLSUM German Test Set (5 beams)
74
+
75
+ | Model | Params | rouge1 | rouge2 | rougeL | rougeLsum
76
+ |-------|--------|--------|--------|--------|----------
77
+ | mT5-small-sum-de-en-01 (this) | num_beams: 5 | 22.6018 | 7.8047 | 17.1363 | 19.719
78
  | [ml6team/mt5-small-german-finetune-mlsum](https://huggingface.co/ml6team/mt5-small-german-finetune-mlsum) | num_beams: 5 | 19.6166 | 5.8818 | 14.74 | 16.889
79
 
80
  ## Evaluation on CNN Daily English Test Set (no beams)