Automatic Speech Recognition
Welsh
whispercpp
DewiBrynJones commited on
Commit
6820fe3
1 Parent(s): 7d2404e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -15,18 +15,22 @@ tags:
15
 
16
  # whisper-base-ft-btb-cv-cy-cpp
17
 
18
- This model is a version of the [openai/whisper-base](https://huggingface.co/openai/whisper-base) model, finedtuned with transcriptions
19
- of Welsh language spontaneous speech Banc Trawsgrifiadau Bangor (btb) ac well as recordings of read speach from Welsh Common Voice
20
- version 18 (cv) for additional training, and then
21
- [converted for use in whisper.cpp](https://github.com/ggerganov/whisper.cpp/tree/master/models#fine-tuned-models). Whispercpp is
22
- a C/C++ port of Whisper that provides high performance inference on offline hardware such as desktops, laptops and mobile devices.
23
-
24
- The model is a smaller in size to the corresponding cloud hosted model
25
- [techiaith/whisper-large-v3-ft-btb-cv-cy](https://huggingface.co/techiaith/whisper-large-v3-ft-btb-cv-cy).
 
 
 
 
26
  It achieves the following WER results for transcribing Welsh language spontaneous speech:
27
 
28
- - Wer: 62.76
29
- - Cer: 27.70
30
 
31
 
32
  ## Usage
 
15
 
16
  # whisper-base-ft-btb-cv-cy-cpp
17
 
18
+ This model is a version of the [openai/whisper-base](https://huggingface.co/openai/whisper-base) model, fine-tuned with
19
+ transcriptions of Welsh language spontaneous speech from Banc Trawsgrifiadau Bangor (btb) dataset, as well as read
20
+ speech from Welsh Common Voice version 18 (cv) for additional training, and then
21
+ [converted for use in whisper.cpp](https://github.com/ggerganov/whisper.cpp/tree/master/models#fine-tuned-models).
22
+
23
+ Whispercpp is a C/C++ port of Whisper that provides high performance inference on hardware such as desktops, laptops
24
+ and mobile devices, thus giving an offline option.
25
+
26
+ The model is a smaller in size to the corresponding model for hosting on cloud GPU based infrastructure
27
+ [techiaith/whisper-large-v3-ft-btb-cv-cy](https://huggingface.co/techiaith/whisper-large-v3-ft-btb-cv-cy) and thus
28
+ not as accurate.
29
+
30
  It achieves the following WER results for transcribing Welsh language spontaneous speech:
31
 
32
+ - WER: 62.76
33
+ - CER: 27.70
34
 
35
 
36
  ## Usage