Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ datasets:
|
|
7 |
- common_voice_13_0
|
8 |
metrics:
|
9 |
- wer
|
|
|
10 |
model-index:
|
11 |
- name: my_jp_asr_cv13_model
|
12 |
results:
|
@@ -23,6 +24,9 @@ model-index:
|
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
value: 0.9
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -78,4 +82,4 @@ The following hyperparameters were used during training:
|
|
78 |
- Transformers 4.40.1
|
79 |
- Pytorch 2.2.1+cu121
|
80 |
- Datasets 2.19.0
|
81 |
-
- Tokenizers 0.19.1
|
|
|
7 |
- common_voice_13_0
|
8 |
metrics:
|
9 |
- wer
|
10 |
+
- cer
|
11 |
model-index:
|
12 |
- name: my_jp_asr_cv13_model
|
13 |
results:
|
|
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
value: 0.9
|
27 |
+
- name: Cer
|
28 |
+
type: cer
|
29 |
+
value: 0.2452
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
82 |
- Transformers 4.40.1
|
83 |
- Pytorch 2.2.1+cu121
|
84 |
- Datasets 2.19.0
|
85 |
+
- Tokenizers 0.19.1
|