fmasterpro27 commited on
Commit
0d6473b
·
verified ·
1 Parent(s): 24f4216

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +99 -0
config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GraniteMoeHybridForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attention_multiplier": 0.015625,
8
+ "bos_token_id": 100257,
9
+ "embedding_multiplier": 12,
10
+ "eos_token_id": 100257,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2560,
13
+ "initializer_range": 0.1,
14
+ "intermediate_size": 8192,
15
+ "layer_types": [
16
+ "attention",
17
+ "attention",
18
+ "attention",
19
+ "attention",
20
+ "attention",
21
+ "attention",
22
+ "attention",
23
+ "attention",
24
+ "attention",
25
+ "attention",
26
+ "attention",
27
+ "attention",
28
+ "attention",
29
+ "attention",
30
+ "attention",
31
+ "attention",
32
+ "attention",
33
+ "attention",
34
+ "attention",
35
+ "attention",
36
+ "attention",
37
+ "attention",
38
+ "attention",
39
+ "attention",
40
+ "attention",
41
+ "attention",
42
+ "attention",
43
+ "attention",
44
+ "attention",
45
+ "attention",
46
+ "attention",
47
+ "attention",
48
+ "attention",
49
+ "attention",
50
+ "attention",
51
+ "attention",
52
+ "attention",
53
+ "attention",
54
+ "attention",
55
+ "attention"
56
+ ],
57
+ "logits_scaling": 10,
58
+ "mamba_chunk_size": 256,
59
+ "mamba_conv_bias": true,
60
+ "mamba_d_conv": 4,
61
+ "mamba_d_head": 40,
62
+ "mamba_d_state": 256,
63
+ "mamba_expand": 2,
64
+ "mamba_n_groups": 1,
65
+ "mamba_n_heads": 128,
66
+ "mamba_proj_bias": false,
67
+ "max_position_embeddings": 131072,
68
+ "model_type": "granitemoehybrid",
69
+ "normalization_function": "rmsnorm",
70
+ "num_attention_heads": 40,
71
+ "num_experts_per_tok": 0,
72
+ "num_hidden_layers": 40,
73
+ "num_key_value_heads": 8,
74
+ "num_local_experts": 0,
75
+ "output_router_logits": false,
76
+ "pad_token_id": 100256,
77
+ "position_embedding_type": "rope",
78
+ "quantization": {
79
+ "group_size": 64,
80
+ "bits": 3,
81
+ "mode": "affine"
82
+ },
83
+ "quantization_config": {
84
+ "group_size": 64,
85
+ "bits": 3,
86
+ "mode": "affine"
87
+ },
88
+ "residual_multiplier": 0.22,
89
+ "rms_norm_eps": 1e-05,
90
+ "rope_scaling": null,
91
+ "rope_theta": 10000000,
92
+ "router_aux_loss_coef": 0.01,
93
+ "shared_intermediate_size": 8192,
94
+ "tie_word_embeddings": true,
95
+ "torch_dtype": "bfloat16",
96
+ "transformers_version": "4.56.0",
97
+ "use_cache": true,
98
+ "vocab_size": 100352
99
+ }