Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,24 @@ model-index:
|
|
20 |
type: spellcheck_benchmark
|
21 |
name: RUSpellRU (spell&punct)
|
22 |
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- name: F1 (spell)
|
24 |
type: f1_spell
|
25 |
value: x
|
@@ -36,7 +54,25 @@ model-index:
|
|
36 |
type: text-generation
|
37 |
dataset:
|
38 |
type: spellcheck_benchmark
|
39 |
-
name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
metrics:
|
41 |
- name: F1 (spell)
|
42 |
type: f1_spell
|
@@ -54,6 +90,8 @@ model-index:
|
|
54 |
|
55 |
# sage-fredt5-large
|
56 |
|
|
|
|
|
57 |
### Summary
|
58 |
|
59 |
The model corrects spelling errors and typos by bringing all the words in the text to the norm of the Russian language.
|
|
|
20 |
type: spellcheck_benchmark
|
21 |
name: RUSpellRU (spell&punct)
|
22 |
metrics:
|
23 |
+
- name: F1 (spell)
|
24 |
+
type: f1_spell
|
25 |
+
value: 64.9
|
26 |
+
verified: false
|
27 |
+
- name: F1 (punct)
|
28 |
+
type: f1_punct
|
29 |
+
value: 61.9
|
30 |
+
verified: false
|
31 |
+
- name: F1 (case)
|
32 |
+
type: f1_case
|
33 |
+
value: 80.4
|
34 |
+
verified: false
|
35 |
+
- task:
|
36 |
+
type: text-generation
|
37 |
+
dataset:
|
38 |
+
type: spellcheck_benchmark
|
39 |
+
name: MultidomainGold (spell&punct)
|
40 |
+
metrics:
|
41 |
- name: F1 (spell)
|
42 |
type: f1_spell
|
43 |
value: x
|
|
|
54 |
type: text-generation
|
55 |
dataset:
|
56 |
type: spellcheck_benchmark
|
57 |
+
name: MedSpellchecker (spell&punct)
|
58 |
+
metrics:
|
59 |
+
- name: F1 (spell)
|
60 |
+
type: f1_spell
|
61 |
+
value: x
|
62 |
+
verified: false
|
63 |
+
- name: F1 (punct)
|
64 |
+
type: f1_punct
|
65 |
+
value: x
|
66 |
+
verified: false
|
67 |
+
- name: F1 (case)
|
68 |
+
type: f1_case
|
69 |
+
value: x
|
70 |
+
verified: false
|
71 |
+
- task:
|
72 |
+
type: text-generation
|
73 |
+
dataset:
|
74 |
+
type: spellcheck_benchmark
|
75 |
+
name: GitHubTypoCorpusRu (spell&punct)
|
76 |
metrics:
|
77 |
- name: F1 (spell)
|
78 |
type: f1_spell
|
|
|
90 |
|
91 |
# sage-fredt5-large
|
92 |
|
93 |
+

|
94 |
+
|
95 |
### Summary
|
96 |
|
97 |
The model corrects spelling errors and typos by bringing all the words in the text to the norm of the Russian language.
|