CserDu123 commited on
Commit
d960a16
·
verified ·
1 Parent(s): efb5f51

Upload 002-qwen2.5-omni-h20-64x28x28-max-1024-checkpoint-277/config.json with huggingface_hub

Browse files
002-qwen2.5-omni-h20-64x28x28-max-1024-checkpoint-277/config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "Qwen2_5OmniThinkerForConditionalGeneration"
5
+ ],
6
+ "audio_config": {
7
+ "_attn_implementation_autoset": true,
8
+ "activation_dropout": 0.0,
9
+ "activation_function": "gelu",
10
+ "attention_dropout": 0.0,
11
+ "d_model": 1280,
12
+ "dropout": 0.0,
13
+ "encoder_attention_heads": 20,
14
+ "encoder_ffn_dim": 5120,
15
+ "encoder_layerdrop": 0.0,
16
+ "encoder_layers": 32,
17
+ "init_std": 0.02,
18
+ "initializer_range": 0.02,
19
+ "max_source_positions": 1500,
20
+ "model_type": "qwen2_5_omni_audio_encoder",
21
+ "n_window": 100,
22
+ "num_hidden_layers": 32,
23
+ "num_mel_bins": 128,
24
+ "output_dim": 3584,
25
+ "scale_embedding": false
26
+ },
27
+ "audio_end_token_id": 151648,
28
+ "audio_start_token_id": 151647,
29
+ "audio_token_index": 151646,
30
+ "dtype": "bfloat16",
31
+ "eos_token_id": 151645,
32
+ "ignore_index": -100,
33
+ "image_token_index": 151655,
34
+ "init_std": 0.02,
35
+ "initializer_range": 0.02,
36
+ "model_type": "qwen2_5_omni_thinker",
37
+ "pad_token_id": 151643,
38
+ "position_id_per_seconds": 25,
39
+ "seconds_per_chunk": 2,
40
+ "text_config": {
41
+ "attention_dropout": 0.0,
42
+ "hidden_act": "silu",
43
+ "hidden_size": 3584,
44
+ "init_std": 0.02,
45
+ "initializer_range": 0.02,
46
+ "intermediate_size": 18944,
47
+ "layer_types": [
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention",
62
+ "full_attention",
63
+ "full_attention",
64
+ "full_attention",
65
+ "full_attention",
66
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention",
71
+ "full_attention",
72
+ "full_attention",
73
+ "full_attention",
74
+ "full_attention",
75
+ "full_attention"
76
+ ],
77
+ "max_position_embeddings": 32768,
78
+ "max_window_layers": 28,
79
+ "model_type": "qwen2_5_omni_text",
80
+ "num_attention_heads": 28,
81
+ "num_hidden_layers": 28,
82
+ "num_key_value_heads": 4,
83
+ "rms_norm_eps": 1e-06,
84
+ "rope_scaling": {
85
+ "mrope_section": [
86
+ 16,
87
+ 24,
88
+ 24
89
+ ],
90
+ "rope_type": "default",
91
+ "type": "default"
92
+ },
93
+ "rope_theta": 1000000.0,
94
+ "sliding_window": null,
95
+ "use_cache": true,
96
+ "use_sliding_window": false,
97
+ "vocab_size": 152064
98
+ },
99
+ "transformers_version": "4.57.3",
100
+ "user_token_id": 872,
101
+ "video_token_index": 151656,
102
+ "vision_config": {
103
+ "_attn_implementation_autoset": true,
104
+ "depth": 32,
105
+ "embed_dim": 1280,
106
+ "fullatt_block_indexes": [
107
+ 7,
108
+ 15,
109
+ 23,
110
+ 31
111
+ ],
112
+ "hidden_act": "silu",
113
+ "hidden_size": 1280,
114
+ "in_channels": 3,
115
+ "in_chans": 3,
116
+ "init_std": 0.02,
117
+ "initializer_range": 0.02,
118
+ "intermediate_size": 3420,
119
+ "model_type": "qwen2_5_omni_vision_encoder",
120
+ "num_heads": 16,
121
+ "out_hidden_size": 3584,
122
+ "patch_size": 14,
123
+ "spatial_merge_size": 2,
124
+ "spatial_patch_size": 14,
125
+ "temporal_patch_size": 2,
126
+ "tokens_per_second": 25,
127
+ "window_size": 112
128
+ },
129
+ "vision_end_token_id": 151653,
130
+ "vision_start_token_id": 151652,
131
+ "vision_token_id": 151654
132
+ }