hackergeek98 commited on
Commit
e3eba5c
·
verified ·
1 Parent(s): 79adb43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ The following hyperparameters were used during training:
80
  from google.colab import files
81
 
82
  # Load the model and processor
83
- model_id = "hackergeek98/tinyyyy_whisper"
84
  device = "cuda" if torch.cuda.is_available() else "cpu"
85
 
86
  model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id).to(device)
 
80
  from google.colab import files
81
 
82
  # Load the model and processor
83
+ model_id = "hackergeek98/whisper-fa-tinyyy"
84
  device = "cuda" if torch.cuda.is_available() else "cpu"
85
 
86
  model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id).to(device)