Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- speech-recognition
|
7 |
---
|
8 |
|
9 |
-
|
10 |
```python
|
11 |
import faster_whisper
|
12 |
model = faster_whisper.WhisperModel("Finnish-NLP/whisper-large-finnish-v3-ct2")
|
|
|
6 |
- speech-recognition
|
7 |
---
|
8 |
|
9 |
+
How to use in python, tested with faster-whisper==0.10.0
|
10 |
```python
|
11 |
import faster_whisper
|
12 |
model = faster_whisper.WhisperModel("Finnish-NLP/whisper-large-finnish-v3-ct2")
|