Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This model can be used in CTranslate2 or projects based on CTranslate2 such as [
|
|
17 |
Install library and download sample audio.
|
18 |
```shell
|
19 |
pip install faster-whisper
|
20 |
-
wget https://huggingface.co/kotoba-tech/kotoba-whisper-
|
21 |
```
|
22 |
Inference with the kotoba-whisper-v2.0-faster.
|
23 |
|
|
|
17 |
Install library and download sample audio.
|
18 |
```shell
|
19 |
pip install faster-whisper
|
20 |
+
wget https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/resolve/main/sample_ja_speech.wav
|
21 |
```
|
22 |
Inference with the kotoba-whisper-v2.0-faster.
|
23 |
|