Update README.md
Browse files
README.md
CHANGED
@@ -34,5 +34,15 @@ model-index:
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
|
|
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) for **French speech-to-phoneme** using the train and validation splits of [Common Voice v13](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0).
|
38 |
+
|
39 |
+
- The model has been trained for 14 epochs on 4 2080 Ti GPUs (256 audios per update, corresponding roughly to 25 minutes of speech per update -> 2k updates per epoch)
|
40 |
+
- Learning rate schedule : Double Tri-state schedule
|
41 |
+
- Warmup from 1e-5 for 7% of total updates
|
42 |
+
- Constant at 1e-4 for 28% of total updates
|
43 |
+
- Linear decrease to 1e-6 for 36% of total updates
|
44 |
+
- Second warmup boost to 3e-5 for 3% of total updates
|
45 |
+
- Constant at 3e-5 for 12% of total updates
|
46 |
+
- Linear decrease to 1e-7 for remaining 14% of updates
|
47 |
+
|
48 |
When using this model, make sure that your speech input is sampled at 16kHz.
|