Spaces:
Running
on
Zero
Running
on
Zero
feat: add whisper-large-v2-all
Browse files- configs/models.yaml +3 -0
configs/models.yaml
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
whisper-small-all:
|
2 |
model: ${load_pipe:formospeech/whisper-small-formosan-all}
|
3 |
dialect_mapping: null
|
|
|
1 |
+
whisper-large-v2-all:
|
2 |
+
model: ${load_pipe:formospeech/whisper-large-v2-formosan-all}
|
3 |
+
dialect_mapping: null
|
4 |
whisper-small-all:
|
5 |
model: ${load_pipe:formospeech/whisper-small-formosan-all}
|
6 |
dialect_mapping: null
|