Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,14 @@ In training of the model, we used the following data sources:
|
|
32 |
This model is a fine-tuned version of the large Whisper-v3 model. During fine-tuning, the encoder was kept frozen and only the decoder was optimized.
|
33 |
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
## Usage
|
36 |
|
37 |
The model is developed using the [SpeechBrain](https://speechbrain.github.io) toolkit. To use it, you need to install SpeechBrain with:
|
|
|
32 |
This model is a fine-tuned version of the large Whisper-v3 model. During fine-tuning, the encoder was kept frozen and only the decoder was optimized.
|
33 |
|
34 |
|
35 |
+
## Results
|
36 |
+
|
37 |
+
The results are reported on all the test sets combined.
|
38 |
+
|
39 |
+
WER: 10.51 \
|
40 |
+
CER: 4.43
|
41 |
+
|
42 |
+
|
43 |
## Usage
|
44 |
|
45 |
The model is developed using the [SpeechBrain](https://speechbrain.github.io) toolkit. To use it, you need to install SpeechBrain with:
|