smajumdar94
commited on
Commit
•
232d284
1
Parent(s):
1a04e61
Update README.md
Browse files
README.md
CHANGED
@@ -29,8 +29,8 @@ model-index:
|
|
29 |
args:
|
30 |
language: zh
|
31 |
metrics:
|
32 |
-
- name: Test
|
33 |
-
type:
|
34 |
value: 5.3
|
35 |
- task:
|
36 |
type: Automatic Speech Recognition
|
@@ -42,8 +42,8 @@ model-index:
|
|
42 |
args:
|
43 |
language: zh
|
44 |
metrics:
|
45 |
-
- name: Test
|
46 |
-
type:
|
47 |
value: 5.7
|
48 |
- task:
|
49 |
type: Automatic Speech Recognition
|
@@ -55,8 +55,8 @@ model-index:
|
|
55 |
args:
|
56 |
language: zh
|
57 |
metrics:
|
58 |
-
- name: Test
|
59 |
-
type:
|
60 |
value: 5.6
|
61 |
---
|
62 |
|
|
|
29 |
args:
|
30 |
language: zh
|
31 |
metrics:
|
32 |
+
- name: Test CER
|
33 |
+
type: cer
|
34 |
value: 5.3
|
35 |
- task:
|
36 |
type: Automatic Speech Recognition
|
|
|
42 |
args:
|
43 |
language: zh
|
44 |
metrics:
|
45 |
+
- name: Test CER
|
46 |
+
type: cer
|
47 |
value: 5.7
|
48 |
- task:
|
49 |
type: Automatic Speech Recognition
|
|
|
55 |
args:
|
56 |
language: zh
|
57 |
metrics:
|
58 |
+
- name: Test CER
|
59 |
+
type: cer
|
60 |
value: 5.6
|
61 |
---
|
62 |
|