Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,65 @@ pipeline_tag: automatic-speech-recognition
|
|
12 |
tags:
|
13 |
- asr
|
14 |
- whisper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# Distil-Whisper: distil-large-v3-fr
|
17 |
|
|
|
12 |
tags:
|
13 |
- asr
|
14 |
- whisper
|
15 |
+
model-index:
|
16 |
+
- name: distil-large-v3-fr
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Automatic Speech Recognition
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
dataset:
|
22 |
+
name: Common Voice 17.0, short-form (<= 30sec)
|
23 |
+
type: mozilla-foundation/common_voice_17_0
|
24 |
+
config: fr
|
25 |
+
split: test
|
26 |
+
args:
|
27 |
+
language: fr
|
28 |
+
metrics:
|
29 |
+
- name: WER
|
30 |
+
type: wer
|
31 |
+
value: 12.681
|
32 |
+
- task:
|
33 |
+
name: Automatic Speech Recognition
|
34 |
+
type: automatic-speech-recognition
|
35 |
+
dataset:
|
36 |
+
name: Multilingual LibriSpeech, short-form (<= 30sec)
|
37 |
+
type: facebook/multilingual_librispeech
|
38 |
+
config: french
|
39 |
+
split: test
|
40 |
+
args:
|
41 |
+
language: fr
|
42 |
+
metrics:
|
43 |
+
- name: WER
|
44 |
+
type: wer
|
45 |
+
value: 5.865
|
46 |
+
- task:
|
47 |
+
name: Automatic Speech Recognition
|
48 |
+
type: automatic-speech-recognition
|
49 |
+
dataset:
|
50 |
+
name: VoxPopuli, short-form (<= 30sec)
|
51 |
+
type: facebook/voxpopuli
|
52 |
+
config: fr
|
53 |
+
split: test
|
54 |
+
args:
|
55 |
+
language: fr
|
56 |
+
metrics:
|
57 |
+
- name: WER
|
58 |
+
type: wer
|
59 |
+
value: 10.851
|
60 |
+
- task:
|
61 |
+
name: Automatic Speech Recognition
|
62 |
+
type: automatic-speech-recognition
|
63 |
+
dataset:
|
64 |
+
name: Fleurs, short-form (<= 30sec)
|
65 |
+
type: google/fleurs
|
66 |
+
config: fr_fr
|
67 |
+
split: test
|
68 |
+
args:
|
69 |
+
language: fr
|
70 |
+
metrics:
|
71 |
+
- name: WER
|
72 |
+
type: wer
|
73 |
+
value: 7.984
|
74 |
---
|
75 |
# Distil-Whisper: distil-large-v3-fr
|
76 |
|