Update README.md
Browse files
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 = "
|
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 |
)
|