Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,10 @@ pipeline_tag: automatic-speech-recognition
|
|
15 |
---
|
16 |
|
17 |
**This is a small CTC-based Automatic Speech Recognition system for French.**
|
18 |
-
This model is part of the SLU demo available here: [LINK TO THE DEMO GOES HERE]
|
19 |
|
20 |
-
This is
|
|
|
|
|
21 |
|
22 |
* Training data: 123 hours (84,707 utterances)
|
23 |
* Normalization: Whisper normalization
|
@@ -37,6 +38,7 @@ This is a [mHuBERT-147](https://huggingface.co/utter-project/mHuBERT-147) ASR fi
|
|
37 |
| **CommonVoice 17** | 16.0 | 4.9 | 19.0 | 6.5 |
|
38 |
|
39 |
## Training Parameters
|
|
|
40 |
The training parameters are available in [config.yaml](https://huggingface.co/naver/mHuBERT-147-ASR-fr/blob/main/config.yaml).
|
41 |
We highlight the use of 0.3 for hubert.final_dropout, which we found to be very helpful in convergence. We also use fp32 training, as we found fp16 training to be unstable.
|
42 |
|
|
|
15 |
---
|
16 |
|
17 |
**This is a small CTC-based Automatic Speech Recognition system for French.**
|
|
|
18 |
|
19 |
+
This model is part of the SLU demo available here: https://huggingface.co/spaces/naver/French-SLU-DEMO-Interspeech2024
|
20 |
+
|
21 |
+
Please check our blog post available at: TBD
|
22 |
|
23 |
* Training data: 123 hours (84,707 utterances)
|
24 |
* Normalization: Whisper normalization
|
|
|
38 |
| **CommonVoice 17** | 16.0 | 4.9 | 19.0 | 6.5 |
|
39 |
|
40 |
## Training Parameters
|
41 |
+
This is a [mHuBERT-147](https://huggingface.co/utter-project/mHuBERT-147) ASR fine-tuned model.
|
42 |
The training parameters are available in [config.yaml](https://huggingface.co/naver/mHuBERT-147-ASR-fr/blob/main/config.yaml).
|
43 |
We highlight the use of 0.3 for hubert.final_dropout, which we found to be very helpful in convergence. We also use fp32 training, as we found fp16 training to be unstable.
|
44 |
|