5roop commited on
Commit
da5719f
1 Parent(s): 8d39a71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
47
  from transformers.pipelines.pt_utils import KeyDataset
48
 
49
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
50
- model_id = "5roop/whisper-large-v3-mici-princ"
51
  model = AutoModelForSpeechSeq2Seq.from_pretrained(
52
  model_id,
53
  )
 
47
  from transformers.pipelines.pt_utils import KeyDataset
48
 
49
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
50
+ model_id = "classla/whisper-large-v3-mici-princ"
51
  model = AutoModelForSpeechSeq2Seq.from_pretrained(
52
  model_id,
53
  )