Update README.md
Browse files
README.md
CHANGED
@@ -25,3 +25,15 @@ while for transcribing it achieves the following WER results:
|
|
25 |
|
26 |
- Welsh: 40.10
|
27 |
- English: 30.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
- Welsh: 40.10
|
27 |
- English: 30.9
|
28 |
+
|
29 |
+
## Usage
|
30 |
+
|
31 |
+
whispercpp makes it easy to use models in many platforms and applications. See the 'examples' folder
|
32 |
+
in the whispercpp github repo for more information and example code.
|
33 |
+
|
34 |
+
To get quickly started with whispercpp's basic usage however, follow the '[Quick Start](https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#quick-start)'
|
35 |
+
but download this model with the following command:
|
36 |
+
|
37 |
+
```bash
|
38 |
+
$ wget https://huggingface.co/techiaith/whisper-base-ft-cv-cy-en-cpp/resolve/main/ggml-model.bin
|
39 |
+
```
|