Update README.md
Browse files
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,
|
| 19 |
-
of Welsh language spontaneous speech Banc Trawsgrifiadau Bangor (btb)
|
| 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).
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
It achieves the following WER results for transcribing Welsh language spontaneous speech:
|
| 27 |
|
| 28 |
-
-
|
| 29 |
-
-
|
| 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
|