Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,11 @@ tags:
|
|
9 |
- audio
|
10 |
- automatic-speech-recognition
|
11 |
- speech
|
|
|
12 |
model-index:
|
13 |
-
- name: Wav2Vec2-base French finetuned for phonemes by LMSSC
|
14 |
results:
|
15 |
-
- task:
|
16 |
name: Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
@@ -20,17 +21,18 @@ model-index:
|
|
20 |
type: common_voice
|
21 |
args: fr
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
30 |
---
|
31 |
|
32 |
# Fine-tuned French Voxpopuli v2 wav2vec2-base model for speech-to-phoneme task in French
|
33 |
|
34 |
Fine-tuned [facebook/wav2vec2-base-fr-voxpopuli-v2](https://huggingface.co/facebook/wav2vec2-base-fr-voxpopuli-v2) on French using the train and validation splits of [Common Voice v13](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0).
|
35 |
-
When using this model, make sure that your speech input is sampled at 16kHz.
|
36 |
-
|
|
|
9 |
- audio
|
10 |
- automatic-speech-recognition
|
11 |
- speech
|
12 |
+
- phonemize
|
13 |
model-index:
|
14 |
+
- name: Wav2Vec2-base French finetuned for phonemes by LMSSC
|
15 |
results:
|
16 |
+
- task:
|
17 |
name: Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
|
|
21 |
type: common_voice
|
22 |
args: fr
|
23 |
metrics:
|
24 |
+
- name: Test PER on Common Voice FR 13.0
|
25 |
+
type: per
|
26 |
+
value: 5.52
|
27 |
+
- name: Test PER on Multilingual Librispeech -fr
|
28 |
+
type: per
|
29 |
+
value: 4.36
|
30 |
+
- name: Val PER on Common Voice FR 13.0
|
31 |
+
type: per
|
32 |
+
value: 4.31
|
33 |
---
|
34 |
|
35 |
# Fine-tuned French Voxpopuli v2 wav2vec2-base model for speech-to-phoneme task in French
|
36 |
|
37 |
Fine-tuned [facebook/wav2vec2-base-fr-voxpopuli-v2](https://huggingface.co/facebook/wav2vec2-base-fr-voxpopuli-v2) on French using the train and validation splits of [Common Voice v13](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0).
|
38 |
+
When using this model, make sure that your speech input is sampled at 16kHz.
|
|