bigdefence commited on
Commit
5656da4
·
verified ·
1 Parent(s): 62b0fc5

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/kanana",
3
  "architectures": [
4
- "OmniSpeechLlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -19,7 +19,7 @@
19
  "max_position_embeddings": 32768,
20
  "mlp_bias": false,
21
  "mm_tunable_parts": "speech_projector,backbone",
22
- "model_type": "omni_speech_llama",
23
  "num_attention_heads": 24,
24
  "num_hidden_layers": 32,
25
  "num_key_value_heads": 8,
@@ -42,4 +42,4 @@
42
  "use_cache": true,
43
  "use_duplex": false,
44
  "vocab_size": 128259
45
- }
 
1
  {
2
  "_name_or_path": "./hf_hub/kanana",
3
  "architectures": [
4
+ "OmniSpeechKananaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
19
  "max_position_embeddings": 32768,
20
  "mlp_bias": false,
21
  "mm_tunable_parts": "speech_projector,backbone",
22
+ "model_type": "omni_speech_kanana",
23
  "num_attention_heads": 24,
24
  "num_hidden_layers": 32,
25
  "num_key_value_heads": 8,
 
42
  "use_cache": true,
43
  "use_duplex": false,
44
  "vocab_size": 128259
45
+ }