Update config.json
Browse files- config.json +51 -52
config.json
CHANGED
@@ -1,52 +1,51 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
"
|
9 |
-
|
10 |
-
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
|
15 |
-
"
|
16 |
-
"
|
17 |
-
|
18 |
-
|
19 |
-
"
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
|
40 |
-
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
|
51 |
-
|
52 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"EMOVAForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_emova.EMOVAConfig",
|
7 |
+
"AutoModel": "modeling_emova.EMOVAForConditionalGeneration",
|
8 |
+
"AutoModelForCausalLM": "modeling_emova.EMOVAForConditionalGeneration"
|
9 |
+
},
|
10 |
+
"default_system_prompt": "You are a helpful assistant.",
|
11 |
+
"ignore_index": -100,
|
12 |
+
"image_token_index": 155761,
|
13 |
+
"mm_projector_config": {
|
14 |
+
"mlp_depth": 2,
|
15 |
+
"trainable": true,
|
16 |
+
"type": "MLPProjector"
|
17 |
+
},
|
18 |
+
"model_type": "emova",
|
19 |
+
"text_config": {
|
20 |
+
"architectures": [
|
21 |
+
"Qwen2ForCausalLM"
|
22 |
+
],
|
23 |
+
"bos_token_id": 151643,
|
24 |
+
"eos_token_id": 151645,
|
25 |
+
"hidden_size": 2048,
|
26 |
+
"intermediate_size": 11008,
|
27 |
+
"max_position_embeddings": 32768,
|
28 |
+
"max_window_layers": 70,
|
29 |
+
"model_type": "qwen2",
|
30 |
+
"num_attention_heads": 16,
|
31 |
+
"num_hidden_layers": 36,
|
32 |
+
"num_key_value_heads": 2,
|
33 |
+
"rope_theta": 1000000.0,
|
34 |
+
"sliding_window": null,
|
35 |
+
"tie_word_embeddings": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"use_sliding_window": false,
|
38 |
+
"vocab_size": 155776
|
39 |
+
},
|
40 |
+
"tie_word_embeddings": false,
|
41 |
+
"torch_dtype": "bfloat16",
|
42 |
+
"transformers_version": "4.44.2",
|
43 |
+
"vision_config": {
|
44 |
+
"max_pixels": 3211264,
|
45 |
+
"model_type": "qwen2_vl",
|
46 |
+
"pretrained_model_name_or_path": "Emova-ollm/qwen2vit600m",
|
47 |
+
"trainable": true,
|
48 |
+
"type": "Qwen2VisionTower",
|
49 |
+
"unfreeze_mm_vision_tower": true
|
50 |
+
}
|
51 |
+
}
|
|