README fix
Browse files
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
|
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.
|
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
|