Timbo89 commited on
Commit
308ea61
·
verified ·
1 Parent(s): 3a1d82f

Trained with Unsloth - config

Browse files
Files changed (1) hide show
  1. config.json +91 -0
config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "torch_dtype": "float16",
10
+ "embedding_multiplier": 12,
11
+ "eos_token_id": 100257,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.1,
15
+ "intermediate_size": 8192,
16
+ "layer_types": [
17
+ "mamba",
18
+ "mamba",
19
+ "mamba",
20
+ "mamba",
21
+ "mamba",
22
+ "attention",
23
+ "mamba",
24
+ "mamba",
25
+ "mamba",
26
+ "mamba",
27
+ "mamba",
28
+ "mamba",
29
+ "mamba",
30
+ "mamba",
31
+ "mamba",
32
+ "attention",
33
+ "mamba",
34
+ "mamba",
35
+ "mamba",
36
+ "mamba",
37
+ "mamba",
38
+ "mamba",
39
+ "mamba",
40
+ "mamba",
41
+ "mamba",
42
+ "attention",
43
+ "mamba",
44
+ "mamba",
45
+ "mamba",
46
+ "mamba",
47
+ "mamba",
48
+ "mamba",
49
+ "mamba",
50
+ "mamba",
51
+ "mamba",
52
+ "attention",
53
+ "mamba",
54
+ "mamba",
55
+ "mamba",
56
+ "mamba"
57
+ ],
58
+ "logits_scaling": 8,
59
+ "mamba_chunk_size": 256,
60
+ "mamba_conv_bias": true,
61
+ "mamba_d_conv": 4,
62
+ "mamba_d_head": 64,
63
+ "mamba_d_state": 128,
64
+ "mamba_expand": 2,
65
+ "mamba_n_groups": 1,
66
+ "mamba_n_heads": 64,
67
+ "mamba_proj_bias": false,
68
+ "max_position_embeddings": 131072,
69
+ "model_type": "granitemoehybrid",
70
+ "normalization_function": "rmsnorm",
71
+ "num_attention_heads": 32,
72
+ "num_experts_per_tok": 0,
73
+ "num_hidden_layers": 40,
74
+ "num_key_value_heads": 8,
75
+ "num_local_experts": 0,
76
+ "output_router_logits": false,
77
+ "pad_token_id": 100256,
78
+ "position_embedding_type": "nope",
79
+ "residual_multiplier": 0.22,
80
+ "rms_norm_eps": 1e-05,
81
+ "rope_scaling": null,
82
+ "rope_theta": 10000,
83
+ "router_aux_loss_coef": 0.01,
84
+ "shared_intermediate_size": 8192,
85
+ "tie_word_embeddings": true,
86
+ "transformers_version": "4.56.2",
87
+ "unsloth_fixed": true,
88
+ "unsloth_version": "2025.10.7",
89
+ "use_cache": true,
90
+ "vocab_size": 100352
91
+ }