ybkim95-ai commited on
Commit
fd84290
·
verified ·
1 Parent(s): 1792f0d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen-Audio-Chat",
3
+ "architectures": [
4
+ "QWenLMHeadModel"
5
+ ],
6
+ "attn_dropout_prob": 0.0,
7
+ "audio": {
8
+ "add_audio_bos_eos_token": true,
9
+ "audio_start_id": 155163,
10
+ "avg_pool": true,
11
+ "n_ctx": 1500,
12
+ "n_head": 20,
13
+ "n_layer": 32,
14
+ "n_mels": 80,
15
+ "n_state": 1280,
16
+ "output_dim": 4096
17
+ },
18
+ "auto_map": {
19
+ "AutoConfig": "Qwen/Qwen-Audio-Chat--configuration_qwen.QWenConfig",
20
+ "AutoModelForCausalLM": "Qwen/Qwen-Audio-Chat--modeling_qwen.QWenLMHeadModel"
21
+ },
22
+ "bf16": true,
23
+ "emb_dropout_prob": 0.0,
24
+ "fp16": false,
25
+ "fp32": false,
26
+ "hidden_size": 4096,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 22016,
29
+ "kv_channels": 128,
30
+ "layer_norm_epsilon": 1e-06,
31
+ "max_position_embeddings": 2048,
32
+ "model_type": "qwen",
33
+ "no_bias": true,
34
+ "num_attention_heads": 32,
35
+ "num_hidden_layers": 32,
36
+ "onnx_safe": null,
37
+ "rotary_emb_base": 10000,
38
+ "rotary_pct": 1.0,
39
+ "scale_attn_weights": true,
40
+ "seq_length": 2048,
41
+ "softmax_in_fp32": false,
42
+ "tie_word_embeddings": false,
43
+ "tokenizer_type": "QWenTokenizer",
44
+ "torch_dtype": "bfloat16",
45
+ "transformers_version": "4.40.0",
46
+ "use_cache": false,
47
+ "use_cache_kernel": false,
48
+ "use_cache_quantization": false,
49
+ "use_dynamic_ntk": true,
50
+ "use_flash_attn": true,
51
+ "use_logn_attn": true,
52
+ "vocab_size": 155947
53
+ }