Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ to the CTranslate2 model format. This model can be used with
|
|
| 22 |
\```python
|
| 23 |
from faster_whisper import WhisperModel
|
| 24 |
|
| 25 |
-
model = WhisperModel("
|
| 26 |
|
| 27 |
segments, info = model.transcribe("audio.mp3", language="nl")
|
| 28 |
|
|
|
|
| 22 |
\```python
|
| 23 |
from faster_whisper import WhisperModel
|
| 24 |
|
| 25 |
+
model = WhisperModel("FutureCow/whisperd-nl-ct2", device="cpu", compute_type="float16")
|
| 26 |
|
| 27 |
segments, info = model.transcribe("audio.mp3", language="nl")
|
| 28 |
|