lordChipotle commited on
Commit
ffc346d
·
verified ·
1 Parent(s): 4d3b82e

Upload 2 files

Browse files
Files changed (2) hide show
  1. text_config.json +41 -0
  2. visual_config.yaml +2 -0
text_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 3584,
10
+ "image_token_id": null,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 18944,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2_vl_text",
16
+ "num_attention_heads": 28,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 4,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": {
21
+ "mrope_section": [
22
+ 16,
23
+ 24,
24
+ 24
25
+ ],
26
+ "rope_type": "default",
27
+ "type": "default"
28
+ },
29
+ "rope_theta": 1000000.0,
30
+ "sliding_window": 32768,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.52.0.dev0",
34
+ "use_cache": true,
35
+ "use_sliding_window": false,
36
+ "video_token_id": null,
37
+ "vision_end_token_id": 151653,
38
+ "vision_start_token_id": 151652,
39
+ "vision_token_id": 151654,
40
+ "vocab_size": 152064
41
+ }
visual_config.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+
2
+ image_grid_thw: [1, 24, 24]