Spaces:
Runtime error
Runtime error
Update config.json5
Browse files- config.json5 +33 -5
config.json5
CHANGED
@@ -27,13 +27,41 @@
|
|
27 |
"url": "large-v2"
|
28 |
},
|
29 |
// Uncomment to add custom Japanese models
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
34 |
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
//{
|
38 |
// "name": "local-model",
|
39 |
// "url": "path/to/local/model",
|
|
|
27 |
"url": "large-v2"
|
28 |
},
|
29 |
// Uncomment to add custom Japanese models
|
30 |
+
{
|
31 |
+
"name": "whisper-large-v2-japanese-5k-steps",
|
32 |
+
"url": "clu-ling/whisper-large-v2-japanese-5k-steps",
|
33 |
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
34 |
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
35 |
+
"type": "huggingface",
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"name": "Japanese_Fine_Tuned_Whisper_Model",
|
39 |
+
"url": "NadiaHolmlund/Japanese_Fine_Tuned_Whisper_Model",
|
40 |
+
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
41 |
+
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
42 |
+
"type": "huggingface",
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"name": "whisper-small-ja",
|
46 |
+
"url": "vumichien/whisper-small-ja",
|
47 |
+
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
48 |
+
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
49 |
+
"type": "huggingface",
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"name": "whisper-medium-jp",
|
53 |
+
"url": "vumichien/whisper-medium-jp",
|
54 |
+
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
55 |
+
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
56 |
+
"type": "huggingface",
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"name": "whisper-large-v2-mix-jp",
|
60 |
+
"url": "vumichien/whisper-large-v2-mix-jp",
|
61 |
+
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
62 |
+
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
63 |
+
"type": "huggingface",
|
64 |
+
},
|
65 |
//{
|
66 |
// "name": "local-model",
|
67 |
// "url": "path/to/local/model",
|