Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
],
|
5 |
"asr_config": {
|
6 |
"_attn_implementation_autoset": false,
|
7 |
-
"_name_or_path": "/
|
8 |
"activation_dropout": 0.0,
|
9 |
"activation_function": "gelu",
|
10 |
"add_cross_attention": false,
|
@@ -140,7 +140,7 @@
|
|
140 |
"forward_type": "asr_attn_pooling",
|
141 |
"is_word_level": true,
|
142 |
"make_v_proj_identity": true,
|
143 |
-
"model_name_or_path": "
|
144 |
"skip_prefix_idx": 4,
|
145 |
"use_custom": true
|
146 |
},
|
@@ -387,7 +387,7 @@
|
|
387 |
},
|
388 |
"text_config": {
|
389 |
"_attn_implementation_autoset": false,
|
390 |
-
"_name_or_path": "/
|
391 |
"add_cross_attention": false,
|
392 |
"architectures": [
|
393 |
"LlamaForCausalLM"
|
|
|
4 |
],
|
5 |
"asr_config": {
|
6 |
"_attn_implementation_autoset": false,
|
7 |
+
"_name_or_path": "openai/whisper-large-v3",
|
8 |
"activation_dropout": 0.0,
|
9 |
"activation_function": "gelu",
|
10 |
"add_cross_attention": false,
|
|
|
140 |
"forward_type": "asr_attn_pooling",
|
141 |
"is_word_level": true,
|
142 |
"make_v_proj_identity": true,
|
143 |
+
"model_name_or_path": "distil-whisper/distil-large-v3",
|
144 |
"skip_prefix_idx": 4,
|
145 |
"use_custom": true
|
146 |
},
|
|
|
387 |
},
|
388 |
"text_config": {
|
389 |
"_attn_implementation_autoset": false,
|
390 |
+
"_name_or_path": "meta-llama/Llama-3.2-1B",
|
391 |
"add_cross_attention": false,
|
392 |
"architectures": [
|
393 |
"LlamaForCausalLM"
|