Laurin-myreha commited on
Commit
6a04289
1 Parent(s): 752d065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = '/home/azureuser/data2/models/faster_crisper_whisper_verbatim_timestamp_finetuned_de_en_swiss'
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