TKU410410103 commited on
Commit
2285fb5
·
verified ·
1 Parent(s): 39e32c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -26,6 +26,20 @@ model-index:
26
  - type: cer
27
  value: 6.462501%
28
  name: Test CER
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # wav2vec2-base-asr
@@ -40,6 +54,15 @@ This model's fine-tuning approach was inspired by and references the training me
40
 
41
  Fine-tuning on the common_voice_11_0 dataset led to the following results:
42
 
 
 
 
 
 
 
 
 
 
43
 
44
  ### Training hyperparameters
45
 
@@ -144,7 +167,10 @@ The final model was evaluated as follows:
144
  On common_voice_11_0:
145
  - WER: 14.177284%
146
  - CER: 6.462501%
147
-
 
 
 
148
  ### Framework versions
149
 
150
  - Transformers 4.39.1
 
26
  - type: cer
27
  value: 6.462501%
28
  name: Test CER
29
+ - task:
30
+ name: Speech Recognition
31
+ type: automatic-speech-recognition
32
+ dataset:
33
+ name: Reazonspeech
34
+ type: custom
35
+ args: ja
36
+ metrics:
37
+ - name: Test WER
38
+ type: wer
39
+ value: 40.864413
40
+ - name: Test CER
41
+ type: cer
42
+ value: 29.367348
43
  ---
44
 
45
  # wav2vec2-base-asr
 
54
 
55
  Fine-tuning on the common_voice_11_0 dataset led to the following results:
56
 
57
+ | Step | Training Loss | Validation Loss | WER |
58
+ |-------|---------------|-----------------|----------|
59
+ | 1000 | 6.088100 | 3.452597 | 1.000000 |
60
+ | 2000 | 2.816600 | 0.756278 | 0.263624 |
61
+ | 3000 | 0.837600 | 0.471486 | 0.185915 |
62
+ | 4000 | 0.624900 | 0.420854 | 0.159801 |
63
+ | 5000 | 0.533300 | 0.392494 | 0.149141 |
64
+ | 6000 | 0.490000 | 0.394669 | 0.144826 |
65
+ | 7000 | 0.441600 | 0.379999 | 0.141807 |
66
 
67
  ### Training hyperparameters
68
 
 
167
  On common_voice_11_0:
168
  - WER: 14.177284%
169
  - CER: 6.462501%
170
+
171
+ On reazonspeech(tiny):
172
+ - WER: 40.864413%
173
+ - CER: 29.367348%
174
  ### Framework versions
175
 
176
  - Transformers 4.39.1