Skip to content

Commit ce4d0aa

Browse files
committed
Fix typo in whisper presets files
1 parent a05f411 commit ce4d0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keras_nlp/models/whisper/whisper_presets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@
234234
"special_tokens": ENGLISH_SPECIAL_TOKENS,
235235
"language_tokens": None,
236236
},
237-
"weights_url": "https://storage.googleapis.com/keras-nlp/models/whisper_base_en/v1/model.h5",
237+
"weights_url": "https://storage.googleapis.com/keras-nlp/models/whisper_small_en/v1/model.h5",
238238
"weights_hash": "b75a89225e20019d85ff5f1c362f8a49",
239-
"vocabulary_url": "https://storage.googleapis.com/keras-nlp/models/whisper_base_en/v1/vocab.json",
239+
"vocabulary_url": "https://storage.googleapis.com/keras-nlp/models/whisper_small_en/v1/vocab.json",
240240
"vocabulary_hash": "22377f841debacb023848b3468ea3281",
241-
"merges_url": "https://storage.googleapis.com/keras-nlp/models/whisper_base_en/v1/merges.txt",
241+
"merges_url": "https://storage.googleapis.com/keras-nlp/models/whisper_small_en/v1/merges.txt",
242242
"merges_hash": "093ecf3f30371012f2e96fcfb10ea6ab",
243243
},
244244
"whisper_medium_en": {

0 commit comments

Comments
 (0)