Porjaz commited on
Commit
b8d9bbd
·
verified ·
1 Parent(s): 3c0ff3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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: