Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"ConditionalSpeakerGeneration"
|
8 |
],
|
9 |
-
"asr_model_cache_dir": "
|
10 |
"asr_model_name_or_path": "openai/whisper-large-v2",
|
11 |
"attention_dropout": 0.0,
|
12 |
"begin_suppress_tokens": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"ConditionalSpeakerGeneration"
|
8 |
],
|
9 |
+
"asr_model_cache_dir": "./cache/model",
|
10 |
"asr_model_name_or_path": "openai/whisper-large-v2",
|
11 |
"attention_dropout": 0.0,
|
12 |
"begin_suppress_tokens": [
|