mpasila commited on
Commit
dc62b83
1 Parent(s): eba13a2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fi
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper-event
7
+ - finnish
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ - google/fleurs
11
+ metrics:
12
+ - wer
13
+ - cer
14
+ model-index:
15
+ - name: Whisper Medium Finnish
16
+ results:
17
+ - task:
18
+ name: Automatic Speech Recognition
19
+ type: automatic-speech-recognition
20
+ dataset:
21
+ name: Common Voice 11.0
22
+ type: mozilla-foundation/common_voice_11_0
23
+ config: fi
24
+ split: test
25
+ args: fi
26
+ metrics:
27
+ - name: Wer
28
+ type: wer
29
+ value: 12.01
30
+ - name: Cer
31
+ type: cer
32
+ value: 2.27
33
+ - task:
34
+ name: Automatic Speech Recognition
35
+ type: automatic-speech-recognition
36
+ dataset:
37
+ name: FLEURS
38
+ type: google/fleurs
39
+ config: fi_fi
40
+ split: test
41
+ args: fi_fi
42
+ metrics:
43
+ - name: Wer
44
+ type: wer
45
+ value: 10.96
46
+ - name: Cer
47
+ type: cer
48
+ value: 2.99
49
+ ---
50
+ This is a conversion of [Finnish-NLP/whisper-medium-finnish](https://huggingface.co/Finnish-NLP/whisper-medium-finnish) into faster-whisper format.