Update config.json
Browse files- 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": "/
|
12 |
"model_type": "tinyllava",
|
13 |
"num_queries": 512,
|
14 |
"num_resampler_layers": 3,
|
@@ -16,7 +16,7 @@
|
|
16 |
"pad_token_id": 50256,
|
17 |
"resampler_hidden_size": 768,
|
18 |
"text_config": {
|
19 |
-
"_name_or_path": "/
|
20 |
"architectures": [
|
21 |
"PhiForCausalLM"
|
22 |
],
|
@@ -36,7 +36,7 @@
|
|
36 |
"vocab_size": 51200
|
37 |
},
|
38 |
"tokenizer_model_max_length": 3072,
|
39 |
-
"tokenizer_name_or_path": "/
|
40 |
"tokenizer_padding_side": "right",
|
41 |
"tokenizer_use_fast": false,
|
42 |
"torch_dtype": "float16",
|
@@ -52,7 +52,7 @@
|
|
52 |
"image_size": 384,
|
53 |
"intermediate_size": 4304,
|
54 |
"layer_norm_eps": 1e-06,
|
55 |
-
"model_name_or_path": "/
|
56 |
"model_name_or_path2": "",
|
57 |
"model_type": "siglip_vision_model",
|
58 |
"num_attention_heads": 16,
|
@@ -62,7 +62,7 @@
|
|
62 |
"vision_feature_layer": -2,
|
63 |
"vision_feature_select_strategy": "patch",
|
64 |
"vision_hidden_size": 1152,
|
65 |
-
"vision_model_name_or_path": "/
|
66 |
"vision_model_name_or_path2": "",
|
67 |
"vocab_size": 51200
|
68 |
}
|
|
|
8 |
"ignore_index": -100,
|
9 |
"image_aspect_ratio": "square",
|
10 |
"image_token_index": -200,
|
11 |
+
"llm_model_name_or_path": "microsoft/phi-2",
|
12 |
"model_type": "tinyllava",
|
13 |
"num_queries": 512,
|
14 |
"num_resampler_layers": 3,
|
|
|
16 |
"pad_token_id": 50256,
|
17 |
"resampler_hidden_size": 768,
|
18 |
"text_config": {
|
19 |
+
"_name_or_path": "microsoft/phi-2",
|
20 |
"architectures": [
|
21 |
"PhiForCausalLM"
|
22 |
],
|
|
|
36 |
"vocab_size": 51200
|
37 |
},
|
38 |
"tokenizer_model_max_length": 3072,
|
39 |
+
"tokenizer_name_or_path": "microsoft/phi-2",
|
40 |
"tokenizer_padding_side": "right",
|
41 |
"tokenizer_use_fast": false,
|
42 |
"torch_dtype": "float16",
|
|
|
52 |
"image_size": 384,
|
53 |
"intermediate_size": 4304,
|
54 |
"layer_norm_eps": 1e-06,
|
55 |
+
"model_name_or_path": "google/siglip-so400m-patch14-384",
|
56 |
"model_name_or_path2": "",
|
57 |
"model_type": "siglip_vision_model",
|
58 |
"num_attention_heads": 16,
|
|
|
62 |
"vision_feature_layer": -2,
|
63 |
"vision_feature_select_strategy": "patch",
|
64 |
"vision_hidden_size": 1152,
|
65 |
+
"vision_model_name_or_path": "google/siglip-so400m-patch14-384",
|
66 |
"vision_model_name_or_path2": "",
|
67 |
"vocab_size": 51200
|
68 |
}
|