Text Generation
Safetensors
French
smollm3
text-generation-inference
unsloth
nsemhoun commited on
Commit
0db9128
·
verified ·
1 Parent(s): 3c4c782

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +116 -0
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SmolLM3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "eos_token_id": 128001,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
13
+ "layer_types": [
14
+ "full_attention",
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
+ ],
51
+ "max_position_embeddings": 65536,
52
+ "mlp_bias": false,
53
+ "model_type": "smollm3",
54
+ "no_rope_layer_interval": 4,
55
+ "no_rope_layers": [
56
+ 1,
57
+ 1,
58
+ 1,
59
+ 0,
60
+ 1,
61
+ 1,
62
+ 1,
63
+ 0,
64
+ 1,
65
+ 1,
66
+ 1,
67
+ 0,
68
+ 1,
69
+ 1,
70
+ 1,
71
+ 0,
72
+ 1,
73
+ 1,
74
+ 1,
75
+ 0,
76
+ 1,
77
+ 1,
78
+ 1,
79
+ 0,
80
+ 1,
81
+ 1,
82
+ 1,
83
+ 0,
84
+ 1,
85
+ 1,
86
+ 1,
87
+ 0,
88
+ 1,
89
+ 1,
90
+ 1,
91
+ 0
92
+ ],
93
+ "num_attention_heads": 16,
94
+ "num_hidden_layers": 36,
95
+ "num_key_value_heads": 4,
96
+ "pad_token_id": 128004,
97
+ "pretraining_tp": 1,
98
+ "rms_norm_eps": 1e-06,
99
+ "rope_scaling": null,
100
+ "rope_theta": 5000000.0,
101
+ "sliding_window": null,
102
+ "torch_dtype": "bfloat16",
103
+ "transformers.js_config": {
104
+ "dtype": "q4",
105
+ "kv_cache_dtype": {
106
+ "fp16": "float16",
107
+ "q4f16": "float16"
108
+ },
109
+ "use_external_data_format": true
110
+ },
111
+ "transformers_version": "4.55.4",
112
+ "unsloth_version": "2025.9.7",
113
+ "use_cache": true,
114
+ "use_sliding_window": false,
115
+ "vocab_size": 128256
116
+ }