Steven668866 commited on
Commit
e598731
·
verified ·
1 Parent(s): 3c1628e

strict-faithful model config

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "/root/autodl-tmp/covt_repro/covt_data/output/merged/stage1_merged",
4
+ "architectures": [
5
+ "Qwen2_5_VLForConditionalGeneration"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 151643,
9
+ "eos_token_id": 151645,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 3584,
12
+ "image_token_id": 151655,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 18944,
15
+ "max_position_embeddings": 128000,
16
+ "max_window_layers": 28,
17
+ "model_type": "qwen2_5_vl",
18
+ "num_attention_heads": 28,
19
+ "num_hidden_layers": 28,
20
+ "num_key_value_heads": 4,
21
+ "rms_norm_eps": 1e-06,
22
+ "rope_scaling": {
23
+ "mrope_section": [
24
+ 16,
25
+ 24,
26
+ 24
27
+ ],
28
+ "rope_type": "default",
29
+ "type": "default"
30
+ },
31
+ "rope_theta": 1000000.0,
32
+ "sliding_window": 32768,
33
+ "tie_word_embeddings": false,
34
+ "tokenizer_padding_side": "right",
35
+ "torch_dtype": "bfloat16",
36
+ "transformers_version": "4.49.0",
37
+ "use_cache": true,
38
+ "use_sliding_window": false,
39
+ "video_token_id": 151656,
40
+ "vision_config": {
41
+ "hidden_size": 1280,
42
+ "in_chans": 3,
43
+ "model_type": "qwen2_5_vl",
44
+ "spatial_patch_size": 14,
45
+ "tokens_per_second": 2,
46
+ "torch_dtype": "bfloat16"
47
+ },
48
+ "vision_end_token_id": 151653,
49
+ "vision_lr": null,
50
+ "vision_start_token_id": 151652,
51
+ "vision_token_id": 151654,
52
+ "vocab_size": 152064
53
+ }