IlyaGusev commited on
Commit
d5f1442
1 Parent(s): daba94b

README fix

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,7 +50,7 @@ print(summary)
50
 
51
  #### Limitations and bias
52
 
53
- - The model should work well with Gazeta.ru articles, but for any other agencies it can suffer from domain change
54
 
55
 
56
  ## Training data
@@ -66,7 +66,7 @@ print(summary)
66
 
67
  | Model | R-1-f | R-2-f | R-L-f | METEOR | BLEU |
68
  |:--------------------------|:------|:------|:------|:-------|:-----|
69
- | gazeta_mbart | 32.6 | 14.6 | 28.2 | 25.7 | 49.8 |
70
 
71
  Predicting all summaries:
72
  ```python
 
50
 
51
  #### Limitations and bias
52
 
53
+ - The model should work well with Gazeta.ru articles, but for any other agencies it can suffer from domain shift
54
 
55
 
56
  ## Training data
 
66
 
67
  | Model | R-1-f | R-2-f | R-L-f | METEOR | BLEU |
68
  |:--------------------------|:------|:------|:------|:-------|:-----|
69
+ | gazeta_mbart | 32.3 | 14.3 | 27.9 | 25.5 | 48.9 |
70
 
71
  Predicting all summaries:
72
  ```python