annadmitrieva
commited on
Commit
·
9d2a4b6
1
Parent(s):
f787d7e
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is the David Dale's paraphraser model (https://huggingface.co/cointegrated/rut5-base-paraphraser) finetuned on the RuAdapt literature subcorpus (https://github.com/Digital-Pushkin-Lab/RuAdapt) for simplification. SARI score on the RuSimpleSentEval public test set: 35.623
|
|
|
1 |
+
---
|
2 |
+
language: ["ru"]
|
3 |
+
tags:
|
4 |
+
- russian
|
5 |
+
- simplification
|
6 |
+
license: mit
|
7 |
+
widget:
|
8 |
+
- text: "Она была самолюбива, живо чувствовала своё положение и глядела кругом себя, – с нетерпением ожидая избавителя."
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
num_beams: 3
|
12 |
+
no_repeat_ngram_size: 5
|
13 |
+
---
|
14 |
+
|
15 |
This is the David Dale's paraphraser model (https://huggingface.co/cointegrated/rut5-base-paraphraser) finetuned on the RuAdapt literature subcorpus (https://github.com/Digital-Pushkin-Lab/RuAdapt) for simplification. SARI score on the RuSimpleSentEval public test set: 35.623
|