Update README.md
Browse files
README.md
CHANGED
@@ -67,9 +67,19 @@ print(summary)
|
|
67 |
|
68 |
## Eval results
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
| Model | R-1-f | R-2-f | R-L-f | METEOR | BLEU |
|
71 |
|:--------------------------|:------|:------|:------|:-------|:-----|
|
72 |
-
|
|
|
|
73 |
|
74 |
Predicting all summaries:
|
75 |
```python
|
|
|
67 |
|
68 |
## Eval results
|
69 |
|
70 |
+
Gazeta v1 train -> Gazeta v1 test
|
71 |
+
|
72 |
+
| Model | R-1-f | R-2-f | R-L-f | METEOR | BLEU |
|
73 |
+
|:--------------------------|:------|:------|:------|:-------|:-----|
|
74 |
+
| mbart_ru_sum_gazeta | 32.1 | 14.3 | **27.9** | **25.7** | **12.4** |
|
75 |
+
| rut5_base_sum_gazeta | **32.3** | **14.5** | 27.9 | 25.1 | 11.5 |
|
76 |
+
|
77 |
+
Gazeta v1 train -> Gazeta v2 test
|
78 |
+
|
79 |
| Model | R-1-f | R-2-f | R-L-f | METEOR | BLEU |
|
80 |
|:--------------------------|:------|:------|:------|:-------|:-----|
|
81 |
+
| mbart_ru_sum_gazeta | **28.8** | **11.1** | **24.5** | **22.7** | **9.5** |
|
82 |
+
| rut5_base_sum_gazeta | 28.5 | 11.0 | 24.2 | 21.2 | 8.6 |
|
83 |
|
84 |
Predicting all summaries:
|
85 |
```python
|