nourheshamshaheen commited on
Commit
8f75879
1 Parent(s): ce28a6e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "microsoft/llava-med-v1.5-mistral-7b",
3
  "architectures": [
4
- "LlavaMistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
@@ -23,7 +23,7 @@
23
  "mm_vision_select_feature": "patch",
24
  "mm_vision_select_layer": -2,
25
  "mm_vision_tower": "openai/clip-vit-large-patch14-336",
26
- "model_type": "llava_mistral",
27
  "num_attention_heads": 32,
28
  "num_hidden_layers": 32,
29
  "num_key_value_heads": 8,
 
1
  {
2
  "_name_or_path": "microsoft/llava-med-v1.5-mistral-7b",
3
  "architectures": [
4
+ "LlavaLlamaForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
 
23
  "mm_vision_select_feature": "patch",
24
  "mm_vision_select_layer": -2,
25
  "mm_vision_tower": "openai/clip-vit-large-patch14-336",
26
+ "model_type": "llava_llama",
27
  "num_attention_heads": 32,
28
  "num_hidden_layers": 32,
29
  "num_key_value_heads": 8,