File size: 1,901 Bytes
55c3d07 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
{
"architectures": [
"GlmAsrForConditionalGeneration"
],
"audio_config": {
"attention_dropout": 0.0,
"dtype": "bfloat16",
"head_dim": 64,
"hidden_act": "gelu",
"hidden_size": 1280,
"initializer_range": 0.02,
"intermediate_size": 5120,
"max_position_embeddings": 1500,
"model_type": "glmasr_encoder",
"num_attention_heads": 20,
"num_hidden_layers": 32,
"num_key_value_heads": 20,
"num_mel_bins": 128,
"partial_rotary_factor": 0.5,
"rope_parameters": {
"partial_rotary_factor": 0.5,
"rope_theta": 10000.0,
"rope_type": "default"
}
},
"audio_token_id": 59260,
"dtype": "bfloat16",
"hidden_size": 2048,
"model_type": "glmasr",
"projector_hidden_act": "gelu",
"quantization_config": {
"autoround_version": "0.9.5",
"bits": 4,
"block_name_to_quantize": "audio_tower.layers,language_model.model.layers",
"data_type": "int",
"group_size": 128,
"iters": 0,
"packing_format": "auto_round:auto_gptq",
"quant_method": "auto-round",
"sym": true
},
"text_config": {
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"dtype": "bfloat16",
"eos_token_id": [
59246,
59253,
59255
],
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 6144,
"max_position_embeddings": 8192,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 16,
"num_hidden_layers": 28,
"num_key_value_heads": 4,
"pad_token_id": null,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 10000.0,
"rope_type": "default"
},
"tie_word_embeddings": false,
"use_cache": true,
"vocab_size": 59264
},
"transformers_version": "5.0.0.dev0",
"vocab_size": 59264
}
|