Laurin-myreha
commited on
Commit
•
6a04289
1
Parent(s):
752d065
Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ We also provide a converted model to be compatible with [faster whisper](https:/
|
|
96 |
```python
|
97 |
from faster_whisper import WhisperModel
|
98 |
from datasets import load_dataset
|
99 |
-
faster_whisper_model =
|
100 |
|
101 |
# Initialize the Whisper model
|
102 |
|
|
|
96 |
```python
|
97 |
from faster_whisper import WhisperModel
|
98 |
from datasets import load_dataset
|
99 |
+
faster_whisper_model = "nyrahealth/faster_CrisperWhisper"
|
100 |
|
101 |
# Initialize the Whisper model
|
102 |
|