basharalrfooh commited on
Commit
a9449c9
·
verified ·
1 Parent(s): c95d717

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ import librosa
14
  import torch
15
 
16
 
17
- model_name = "basharalrfooh/whisper-samll-quran"
18
  processor = WhisperProcessor.from_pretrained(model_name)
19
  model = WhisperForConditionalGeneration.from_pretrained(model_name)
20
  model.config.forced_decoder_ids = None
 
14
  import torch
15
 
16
 
17
+ model_name = "basharalrfooh/whisper-small-quran"
18
  processor = WhisperProcessor.from_pretrained(model_name)
19
  model = WhisperForConditionalGeneration.from_pretrained(model_name)
20
  model.config.forced_decoder_ids = None