sandy1990418
commited on
Commit
•
21c955c
1
Parent(s):
6251617
Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,17 @@ pipeline_tag: automatic-speech-recognition
|
|
12 |
|
13 |
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
|
15 |
-
This model card describes a fine-tuned version of the Whisper-large-v3-turbo model, optimized for Mandarin automatic speech recognition (ASR). The model was fine-tuned on the Common Voice 13.0 dataset using PEFT with LoRA to ensure efficient training while maintaining the performance of the original model
|
16 |
-
<br>
|
17 |
<br>
|
|
|
18 |
Wer before fine-tune: 77.08
|
19 |
<br>
|
20 |
Wer after fine-tune: 44.93
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
## Uses
|
|
|
12 |
|
13 |
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
|
15 |
+
This model card describes a fine-tuned version of the Whisper-large-v3-turbo model, optimized for Mandarin automatic speech recognition (ASR). The model was fine-tuned on the Common Voice 13.0 dataset using PEFT with LoRA to ensure efficient training while maintaining the performance of the original model. It achieves the following results on the evaluation set:
|
|
|
16 |
<br>
|
17 |
+
- Common Voice 13.0 dataset(test):
|
18 |
Wer before fine-tune: 77.08
|
19 |
<br>
|
20 |
Wer after fine-tune: 44.93
|
21 |
+
<br>
|
22 |
+
- Common Voice 16.1 dataset(test):
|
23 |
+
Wer before fine-tune: 77.57
|
24 |
+
<br>
|
25 |
+
Wer after fine-tune: 45.16
|
26 |
|
27 |
|
28 |
## Uses
|