Commit
·
6976c2d
1
Parent(s):
e8a4782
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,8 @@ It predicts for each word, whether the word can be dropped from the sentence wit
|
|
5 |
The resulting sentences are often ungrammatical, but they still can be useful.
|
6 |
|
7 |
The model is [rubert-tiny2]() fine-tuned on the dataset from the paper
|
8 |
-
[Sentence compression for Russian: dataset and baselines](https://www.dialog-21.ru/media/5106/kuvshinovat-050.pdf)
|
|
|
9 |
|
10 |
Example usage:
|
11 |
|
|
|
5 |
The resulting sentences are often ungrammatical, but they still can be useful.
|
6 |
|
7 |
The model is [rubert-tiny2]() fine-tuned on the dataset from the paper
|
8 |
+
[Sentence compression for Russian: dataset and baselines](https://www.dialog-21.ru/media/5106/kuvshinovat-050.pdf)
|
9 |
+
(the data can be found [here](https://drive.google.com/drive/folders/1WWqq187pN4aHHbRUwlhaKW4JP1FZ_9zh)).
|
10 |
|
11 |
Example usage:
|
12 |
|