vnixxa31 commited on
Commit
81accf3
·
verified ·
1 Parent(s): 3d1b966

(Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. config.json +101 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +14 -0
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GraniteMoeHybridForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attention_multiplier": 0.0078125,
8
+ "bos_token_id": 100257,
9
+ "torch_dtype": "bfloat16",
10
+ "embedding_multiplier": 12,
11
+ "eos_token_id": 100257,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 1536,
14
+ "initializer_range": 0.1,
15
+ "intermediate_size": 512,
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": 6,
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": 48,
67
+ "mamba_proj_bias": false,
68
+ "max_position_embeddings": 131072,
69
+ "model_name": "unsloth/granite-4.0-h-tiny-base",
70
+ "model_type": "granitemoehybrid",
71
+ "normalization_function": "rmsnorm",
72
+ "num_attention_heads": 12,
73
+ "num_experts_per_tok": 6,
74
+ "num_hidden_layers": 40,
75
+ "num_key_value_heads": 4,
76
+ "num_local_experts": 64,
77
+ "output_router_logits": false,
78
+ "pad_token_id": 100256,
79
+ "position_embedding_type": "nope",
80
+ "residual_multiplier": 0.22,
81
+ "rms_norm_eps": 1e-05,
82
+ "rope_parameters": {
83
+ "rope_theta": 10000,
84
+ "rope_type": "default"
85
+ },
86
+ "router_aux_loss_coef": 0.0,
87
+ "shared_intermediate_size": 1024,
88
+ "tie_word_embeddings": true,
89
+ "time_step_limit": [
90
+ 0.0,
91
+ {
92
+ "__float__": "Infinity"
93
+ }
94
+ ],
95
+ "time_step_max": 0.1,
96
+ "time_step_min": 0.001,
97
+ "unsloth_fixed": true,
98
+ "unsloth_version": "2026.3.15",
99
+ "use_cache": false,
100
+ "vocab_size": 100352
101
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|end_of_text|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|end_of_text|>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "model_max_length": 131072,
10
+ "pad_token": "<|pad|>",
11
+ "padding_side": "left",
12
+ "tokenizer_class": "GPT2Tokenizer",
13
+ "unk_token": "<|unk|>"
14
+ }