Zhang199 commited on
Commit
ec8bcd2
·
verified ·
1 Parent(s): 6245e13

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -8,7 +8,7 @@
8
  "ignore_index": -100,
9
  "image_aspect_ratio": "square",
10
  "image_token_index": -200,
11
- "llm_model_name_or_path": "/data/vlm/zxj/checkpoints/Qwen2.5-3B",
12
  "model_type": "tinyllava",
13
  "num_queries": 128,
14
  "num_resampler_layers": 3,
@@ -16,7 +16,7 @@
16
  "pad_token_id": 151643,
17
  "resampler_hidden_size": 768,
18
  "text_config": {
19
- "_name_or_path": "/data/vlm/zxj/checkpoints/Qwen2.5-3B",
20
  "architectures": [
21
  "Qwen2ForCausalLM"
22
  ],
@@ -39,7 +39,7 @@
39
  "vocab_size": 151936
40
  },
41
  "tokenizer_model_max_length": 2048,
42
- "tokenizer_name_or_path": "/data/vlm/zxj/checkpoints/Qwen2.5-3B",
43
  "tokenizer_padding_side": "right",
44
  "tokenizer_use_fast": false,
45
  "torch_dtype": "bfloat16",
@@ -55,7 +55,7 @@
55
  "image_size": 384,
56
  "intermediate_size": 4304,
57
  "layer_norm_eps": 1e-06,
58
- "model_name_or_path": "/data/vlm/zxj/checkpoints/siglip-so400m-patch14-384",
59
  "model_name_or_path2": "",
60
  "model_type": "siglip_vision_model",
61
  "num_attention_heads": 16,
@@ -65,7 +65,7 @@
65
  "vision_feature_layer": -2,
66
  "vision_feature_select_strategy": "patch",
67
  "vision_hidden_size": 1152,
68
- "vision_model_name_or_path": "/data/vlm/zxj/checkpoints/siglip-so400m-patch14-384",
69
  "vision_model_name_or_path2": "",
70
  "vocab_size": 151936
71
  }
 
8
  "ignore_index": -100,
9
  "image_aspect_ratio": "square",
10
  "image_token_index": -200,
11
+ "llm_model_name_or_path": "Qwen/Qwen2.5-3B",
12
  "model_type": "tinyllava",
13
  "num_queries": 128,
14
  "num_resampler_layers": 3,
 
16
  "pad_token_id": 151643,
17
  "resampler_hidden_size": 768,
18
  "text_config": {
19
+ "_name_or_path": "Qwen/Qwen2.5-3B",
20
  "architectures": [
21
  "Qwen2ForCausalLM"
22
  ],
 
39
  "vocab_size": 151936
40
  },
41
  "tokenizer_model_max_length": 2048,
42
+ "tokenizer_name_or_path": "Qwen/Qwen2.5-3B",
43
  "tokenizer_padding_side": "right",
44
  "tokenizer_use_fast": false,
45
  "torch_dtype": "bfloat16",
 
55
  "image_size": 384,
56
  "intermediate_size": 4304,
57
  "layer_norm_eps": 1e-06,
58
+ "model_name_or_path": "google/siglip-so400m-patch14-384",
59
  "model_name_or_path2": "",
60
  "model_type": "siglip_vision_model",
61
  "num_attention_heads": 16,
 
65
  "vision_feature_layer": -2,
66
  "vision_feature_select_strategy": "patch",
67
  "vision_hidden_size": 1152,
68
+ "vision_model_name_or_path": "google/siglip-so400m-patch14-384",
69
  "vision_model_name_or_path2": "",
70
  "vocab_size": 151936
71
  }