bigdefence commited on
Commit
751e39c
·
verified ·
1 Parent(s): 8a2e5a5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "./hf_hub/midm",
3
  "architectures": [
4
- "OmniSpeechLlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -21,7 +21,7 @@
21
  "max_position_embeddings": 32768,
22
  "mlp_bias": false,
23
  "mm_tunable_parts": "speech_projector,backbone",
24
- "model_type": "omni_speech_llama",
25
  "num_attention_heads": 32,
26
  "num_hidden_layers": 48,
27
  "num_key_value_heads": 8,
@@ -43,4 +43,4 @@
43
  "use_cache": true,
44
  "use_duplex": false,
45
  "vocab_size": 131392
46
- }
 
1
  {
2
  "_name_or_path": "./hf_hub/midm",
3
  "architectures": [
4
+ "OmniSpeechMidmForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
21
  "max_position_embeddings": 32768,
22
  "mlp_bias": false,
23
  "mm_tunable_parts": "speech_projector,backbone",
24
+ "model_type": "omni_speech_midm",
25
  "num_attention_heads": 32,
26
  "num_hidden_layers": 48,
27
  "num_key_value_heads": 8,
 
43
  "use_cache": true,
44
  "use_duplex": false,
45
  "vocab_size": 131392
46
+ }