ai-forever
commited on
Commit
•
a460b42
1
Parent(s):
1185f22
Update README.md
Browse files
README.md
CHANGED
@@ -14,78 +14,80 @@ library_name: transformers
|
|
14 |
model-index:
|
15 |
- name: sage-fredt5-distilled-95m
|
16 |
results:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
89 |
---
|
90 |
# sage-fredt5-distilled-95m
|
91 |
|
|
|
14 |
model-index:
|
15 |
- name: sage-fredt5-distilled-95m
|
16 |
results:
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
dataset:
|
20 |
+
type: spellcheck_benchmark
|
21 |
+
name: RUSpellRU (spell&punct)
|
22 |
+
metrics:
|
23 |
+
- name: F1 (spell)
|
24 |
+
type: f1_spell
|
25 |
+
value: 78.9
|
26 |
+
verified: false
|
27 |
+
- name: F1 (punct)
|
28 |
+
type: f1_punct
|
29 |
+
value: 83.6
|
30 |
+
verified: false
|
31 |
+
- name: F1 (case)
|
32 |
+
type: f1_case
|
33 |
+
value: 93.5
|
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: 73.4
|
44 |
+
verified: false
|
45 |
+
- name: F1 (punct)
|
46 |
+
type: f1_punct
|
47 |
+
value: 65
|
48 |
+
verified: false
|
49 |
+
- name: F1 (case)
|
50 |
+
type: f1_case
|
51 |
+
value: 77.9
|
52 |
+
verified: false
|
53 |
+
- task:
|
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: 64.9
|
62 |
+
verified: false
|
63 |
+
- name: F1 (punct)
|
64 |
+
type: f1_punct
|
65 |
+
value: 70
|
66 |
+
verified: false
|
67 |
+
- name: F1 (case)
|
68 |
+
type: f1_case
|
69 |
+
value: 68.7
|
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
|
79 |
+
value: 52.7
|
80 |
+
verified: false
|
81 |
+
- name: F1 (punct)
|
82 |
+
type: f1_punct
|
83 |
+
value: 42.1
|
84 |
+
verified: false
|
85 |
+
- name: F1 (case)
|
86 |
+
type: f1_case
|
87 |
+
value: 36.3
|
88 |
+
verified: false
|
89 |
+
datasets:
|
90 |
+
- ai-forever/spellcheck_punctuation_benchmark
|
91 |
---
|
92 |
# sage-fredt5-distilled-95m
|
93 |
|