File size: 3,769 Bytes
c964d6f | 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 | {
"architectures": [
"InklingForConditionalGeneration"
],
"audio_config": {
"audio_mode": "dmel",
"bias": false,
"decoder_dmodel": 4096,
"dmel_max_value": 2.0,
"dmel_min_value": -7.0,
"mel_vocab_size": 16,
"n_mel_bins": 80,
"use_audio_norm": true
},
"eos_token_id": 200006,
"model_type": "inkling_mm_model",
"mtp_config": {
"chain_hidden_post_norm": false,
"local_layer_ids": [
0,
2,
4,
5,
6,
7
],
"num_nextn_predict_layers": 8
},
"quantization_config": {
"config_groups": {
"config_group_0": {
"format": "float-quantized",
"input_activations": {
"actorder": null,
"block_structure": null,
"dynamic": true,
"group_size": null,
"num_bits": 8,
"observer": null,
"observer_kwargs": {},
"scale_dtype": null,
"strategy": "token",
"symmetric": true,
"type": "float",
"zp_dtype": null
},
"output_activations": null,
"targets": [
"Linear"
],
"weights": {
"actorder": null,
"block_structure": null,
"dynamic": false,
"group_size": null,
"num_bits": 8,
"observer": "memoryless_minmax",
"observer_kwargs": {},
"scale_dtype": null,
"strategy": "channel",
"symmetric": true,
"type": "float",
"zp_dtype": null
}
}
},
"format": "float-quantized",
"global_compression_ratio": null,
"ignore": [
"model.llm.unembed",
"model.llm.embed",
"re:.*norm.*",
"re:.*bias$",
"re:.*\\.attn$",
"re:.*\\.attn\\..*",
"re:.*sconv$",
"re:.*gate.*",
"re:.*global_scale$",
"re:model\\.visual\\..*",
"re:model\\.audio\\..*"
],
"kv_cache_scheme": null,
"quant_method": "compressed-tensors",
"quantization_status": "compressed",
"transform_config": {},
"version": "0.17.2.a20260730"
},
"text_config": {
"d_rel": 16,
"dense_intermediate_size": 16384,
"dense_mlp_idx": 2,
"final_logit_softcapping": null,
"gate_activation": "sigmoid",
"head_dim": 128,
"hidden_size": 4096,
"intermediate_size": 2048,
"local_layer_ids": [
0,
1,
2,
3,
4,
6,
7,
8,
9,
10,
12,
13,
14,
15,
16,
18,
19,
20,
21,
22,
24,
25,
26,
27,
28,
30,
31,
32,
33,
34,
36,
37,
38,
39,
40
],
"log_scaling_alpha": 0.1,
"log_scaling_n_floor": 128000,
"logits_mup_width_multiplier": 16.0,
"model_max_length": 1048576,
"n_routed_experts": 256,
"n_shared_experts": 2,
"norm_after_topk": true,
"num_attention_heads": 32,
"num_experts_per_tok": 6,
"num_hidden_layers": 42,
"num_key_value_heads": 8,
"o_bias": false,
"q_bias": false,
"rel_extent": 1024,
"rms_norm_eps": 1e-06,
"route_scale": 8.0,
"sconv_kernel_size": 4,
"shared_expert_sink": true,
"sliding_window_size": 512,
"swa_head_dim": 128,
"swa_num_attention_heads": 32,
"swa_num_key_value_heads": 8,
"torch_dtype": "bfloat16",
"unpadded_vocab_size": 200058,
"use_embed_norm": true,
"use_gate_bias": true,
"use_global_scale": true,
"use_sconv": true,
"vocab_size": 201024
},
"vision_config": {
"decoder_dmodel": 4096,
"n_channels": 3,
"n_layers": 4,
"patch_size": 40,
"temporal_patch_size": 2,
"use_vision_norm": true,
"vision_encoder_type": "hmlp"
}
} |