kostissz commited on
Commit
f5aa9ee
·
verified ·
1 Parent(s): 8f1d358

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/whisper-large-v3-turbo
3
+ datasets:
4
+ - mozilla-foundation/common_voice_17_0
5
+ language: gl
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ model-index:
9
+ - name: Finetuned openai/whisper-large-v3-turbo on Galician
10
+ results:
11
+ - task:
12
+ type: automatic-speech-recognition
13
+ name: Speech-to-Text
14
+ dataset:
15
+ name: Common Voice (Galician)
16
+ type: common_voice
17
+ metrics:
18
+ - type: wer
19
+ value: 7.89
20
+ ---
21
+
22
+ # Finetuned openai/whisper-large-v3-turbo on 35141 Galician training audio samples from mozilla-foundation/common_voice_17_0.
23
+
24
+ This model was created from the Mozilla.ai Blueprint:
25
+ [speech-to-text-finetune](https://github.com/mozilla-ai/speech-to-text-finetune).
26
+
27
+ ## Evaluation results on 9990 audio samples of Galician:
28
+
29
+ ### Baseline model (before finetuning) on Galician
30
+ - Word Error Rate: 25.04
31
+ - Loss: 1.154
32
+
33
+ ### Finetuned model (after finetuning) on Galician
34
+ - Word Error Rate: 7.89
35
+ - Loss: 0.12