TKU410410103
commited on
Commit
•
9566646
1
Parent(s):
16ba0f8
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ metrics:
|
|
6 |
- wer
|
7 |
- cer
|
8 |
model-index:
|
9 |
-
- name: hubert-
|
10 |
results:
|
11 |
- task:
|
12 |
name: Speech Recognition
|
@@ -65,10 +65,12 @@ The training hyperparameters remained consistent throughout the fine-tuning proc
|
|
65 |
- total_train_batch_size: 30
|
66 |
- lr_scheduler_type: linear
|
67 |
|
68 |
-
### Test
|
69 |
-
|
70 |
-
The final evaluation of the model on the common_voice_11_0 dataset showed a Word Error Rate (WER) of 27.511982% and a Character Error Rate (CER) of 11.699897%.
|
71 |
|
|
|
|
|
|
|
72 |
### Framework versions
|
73 |
|
74 |
- Transformers 4.39.1
|
|
|
6 |
- wer
|
7 |
- cer
|
8 |
model-index:
|
9 |
+
- name: hubert-base-japanese-asr
|
10 |
results:
|
11 |
- task:
|
12 |
name: Speech Recognition
|
|
|
65 |
- total_train_batch_size: 30
|
66 |
- lr_scheduler_type: linear
|
67 |
|
68 |
+
### Test results
|
69 |
+
The final model was evaluated as follows:
|
|
|
70 |
|
71 |
+
On common_voice_11_0:
|
72 |
+
- WER: 27.511982%
|
73 |
+
- CER: 11.699897%
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.39.1
|