YC-Chen commited on
Commit
1c7d80b
·
verified ·
1 Parent(s): fec9ab0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "asr_config": {
6
  "_attn_implementation_autoset": false,
7
- "_name_or_path": "/proj/mtklmadm/models/whisper-large-v3",
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": "/proj/mtklmadm/models/distil-whisper-large-v3",
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": "/proj/mtklmadm/models/Llama-3.2-1B",
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"