moonstruxx commited on
Commit
b6a4873
·
verified ·
1 Parent(s): df369cc

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +40 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 896,
10
+ "image_token_id": 151655,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4864,
13
+ "max_position_embeddings": 16384,
14
+ "max_window_layers": 24,
15
+ "model_type": "qwen2_vl",
16
+ "num_attention_heads": 14,
17
+ "num_hidden_layers": 24,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": {
21
+ "type": "mrope",
22
+ "mrope_section": [
23
+ 8,
24
+ 12,
25
+ 12
26
+ ]
27
+ },
28
+ "rope_theta": 1000000.0,
29
+ "sliding_window": 16384,
30
+ "tie_word_embeddings": true,
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.41.2",
33
+ "use_cache": true,
34
+ "use_sliding_window": false,
35
+ "video_token_id": 151656,
36
+ "vision_end_token_id": 151653,
37
+ "vision_start_token_id": 151652,
38
+ "vision_token_id": 151654,
39
+ "vocab_size": 151936
40
+ }