Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,8 @@ the train transcriptions (train.tsv) of CommonVoice (FR).
|
|
39 |
- Acoustic model (wav2vec2.0 + CTC). A pretrained wav2vec 2.0 model ([LeBenchmark/wav2vec2-FR-7K-large](https://huggingface.co/LeBenchmark/wav2vec2-FR-7K-large)) is combined with two DNN layers and finetuned on CommonVoice FR.
|
40 |
The obtained final acoustic representation is given to the CTC greedy decoder.
|
41 |
|
|
|
|
|
42 |
|
43 |
## Install SpeechBrain
|
44 |
|
|
|
39 |
- Acoustic model (wav2vec2.0 + CTC). A pretrained wav2vec 2.0 model ([LeBenchmark/wav2vec2-FR-7K-large](https://huggingface.co/LeBenchmark/wav2vec2-FR-7K-large)) is combined with two DNN layers and finetuned on CommonVoice FR.
|
40 |
The obtained final acoustic representation is given to the CTC greedy decoder.
|
41 |
|
42 |
+
The system is trained with recordings sampled at 16kHz (single channel).
|
43 |
+
The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *transcribe_file* if needed.
|
44 |
|
45 |
## Install SpeechBrain
|
46 |
|