Update README.md
Browse files
README.md
CHANGED
@@ -79,8 +79,7 @@ Leaderboard on Papers With Code: [text-summarization-on-gazeta](https://paperswi
|
|
79 |
|
80 |
Please use the original [evaluation script](https://github.com/IlyaGusev/summarus/blob/master/evaluate.py) with the same parameters. Example:
|
81 |
```
|
82 |
-
python3 evaluate.py --predicted-path predictions.txt
|
83 |
-
--gold-path targets.txt --language ru --tokenize-after --lower
|
84 |
```
|
85 |
|
86 |
### Languages
|
@@ -111,11 +110,11 @@ Some dataset statistics are below:
|
|
111 |
|
112 |
### Data Splits
|
113 |
|
114 |
-
| Dataset Split | Number of Instances in Split |
|
115 |
-
|
116 |
-
| Train | 52,400 |
|
117 |
-
| Validation | 5,265 |
|
118 |
-
| Test | 5,770 |
|
119 |
|
120 |
## Dataset Creation
|
121 |
|
|
|
79 |
|
80 |
Please use the original [evaluation script](https://github.com/IlyaGusev/summarus/blob/master/evaluate.py) with the same parameters. Example:
|
81 |
```
|
82 |
+
python3 evaluate.py --predicted-path predictions.txt \\n --gold-path targets.txt --language ru --tokenize-after --lower
|
|
|
83 |
```
|
84 |
|
85 |
### Languages
|
|
|
110 |
|
111 |
### Data Splits
|
112 |
|
113 |
+
| Dataset Split | v1, Number of Instances in Split | v2, Number of Instances in Split |
|
114 |
+
|:---------|:---------|:---------|
|
115 |
+
| Train | 52,400 | 60,964 |
|
116 |
+
| Validation | 5,265 | 6,369 |
|
117 |
+
| Test | 5,770 | 6,793 |
|
118 |
|
119 |
## Dataset Creation
|
120 |
|