ItsMeDevRoland commited on
Commit
f4813bf
Β·
verified Β·
1 Parent(s): 2f33a81

Trained with Unsloth - config

Browse files
Files changed (1) hide show
  1. config.json +112 -0
config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SmolLM3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "torch_dtype": "float16",
9
+ "eos_token_id": 128012,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 11008,
14
+ "layer_types": [
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention"
51
+ ],
52
+ "max_position_embeddings": 65536,
53
+ "max_window_layers": 28,
54
+ "mlp_bias": false,
55
+ "model_name": "MassivDash/SmolLM3-3B-heretic",
56
+ "model_type": "smollm3",
57
+ "no_rope_layer_interval": 4,
58
+ "no_rope_layers": [
59
+ 1,
60
+ 1,
61
+ 1,
62
+ 0,
63
+ 1,
64
+ 1,
65
+ 1,
66
+ 0,
67
+ 1,
68
+ 1,
69
+ 1,
70
+ 0,
71
+ 1,
72
+ 1,
73
+ 1,
74
+ 0,
75
+ 1,
76
+ 1,
77
+ 1,
78
+ 0,
79
+ 1,
80
+ 1,
81
+ 1,
82
+ 0,
83
+ 1,
84
+ 1,
85
+ 1,
86
+ 0,
87
+ 1,
88
+ 1,
89
+ 1,
90
+ 0,
91
+ 1,
92
+ 1,
93
+ 1,
94
+ 0
95
+ ],
96
+ "num_attention_heads": 16,
97
+ "num_hidden_layers": 36,
98
+ "num_key_value_heads": 4,
99
+ "pad_token_id": 128012,
100
+ "pretraining_tp": 1,
101
+ "rms_norm_eps": 1e-06,
102
+ "rope_parameters": {
103
+ "rope_theta": 5000000.0,
104
+ "rope_type": "default"
105
+ },
106
+ "sliding_window": null,
107
+ "tie_word_embeddings": true,
108
+ "unsloth_version": "2026.3.4",
109
+ "use_cache": false,
110
+ "use_sliding_window": false,
111
+ "vocab_size": 128256
112
+ }