[WIP] Upload folder using huggingface_hub (multi-commit 1787213f8bb770ac693d3723954c3be65528ce8ba1f6ffdfa526fd8d9f22e9b9)

#1
by dattaraj - opened
README.md DELETED
@@ -1,36 +0,0 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- language:
5
- - en
6
- base_model: mlx-community/SmolLM2-1.7B-Instruct
7
- tags:
8
- - mlx
9
- - mlx
10
- ---
11
-
12
- # dattaraj/smol-lora-insurance-estimates
13
-
14
- The Model [dattaraj/smol-lora-insurance-estimates](https://huggingface.co/dattaraj/smol-lora-insurance-estimates) was converted to MLX format from [mlx-community/SmolLM2-1.7B-Instruct](https://huggingface.co/mlx-community/SmolLM2-1.7B-Instruct) using mlx-lm version **0.19.1**.
15
-
16
- ## Use with mlx
17
-
18
- ```bash
19
- pip install mlx-lm
20
- ```
21
-
22
- ```python
23
- from mlx_lm import load, generate
24
-
25
- model, tokenizer = load("dattaraj/smol-lora-insurance-estimates")
26
-
27
- prompt="hello"
28
-
29
- if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
30
- messages = [{"role": "user", "content": prompt}]
31
- prompt = tokenizer.apply_chat_template(
32
- messages, tokenize=False, add_generation_prompt=True
33
- )
34
-
35
- response = generate(model, tokenizer, prompt=prompt, verbose=True)
36
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "architectures": [
3
- "LlamaForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 2,
9
- "hidden_act": "silu",
10
- "hidden_size": 2048,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 8192,
13
- "max_position_embeddings": 8192,
14
- "mlp_bias": false,
15
- "model_type": "llama",
16
- "num_attention_heads": 32,
17
- "num_hidden_layers": 24,
18
- "num_key_value_heads": 32,
19
- "pad_token_id": 2,
20
- "pretraining_tp": 1,
21
- "rms_norm_eps": 1e-05,
22
- "rope_scaling": null,
23
- "rope_theta": 130000,
24
- "tie_word_embeddings": true,
25
- "torch_dtype": "bfloat16",
26
- "transformers.js_config": {
27
- "kv_cache_dtype": {
28
- "q4f16": "float16",
29
- "fp16": "float16"
30
- }
31
- },
32
- "transformers_version": "4.42.3",
33
- "use_cache": true,
34
- "vocab_size": 49152
35
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed434ebda3c316df8449bbf0061a63c10518926e82cdf283cc5d83790ee1c6a7
3
- size 3422777902
 
 
 
 
model.safetensors.index.json DELETED
@@ -1,225 +0,0 @@
1
- {
2
- "metadata": {
3
- "total_size": 3422752768
4
- },
5
- "weight_map": {
6
- "model.embed_tokens.weight": "model.safetensors",
7
- "model.layers.0.input_layernorm.weight": "model.safetensors",
8
- "model.layers.0.mlp.down_proj.weight": "model.safetensors",
9
- "model.layers.0.mlp.gate_proj.weight": "model.safetensors",
10
- "model.layers.0.mlp.up_proj.weight": "model.safetensors",
11
- "model.layers.0.post_attention_layernorm.weight": "model.safetensors",
12
- "model.layers.0.self_attn.k_proj.weight": "model.safetensors",
13
- "model.layers.0.self_attn.o_proj.weight": "model.safetensors",
14
- "model.layers.0.self_attn.q_proj.weight": "model.safetensors",
15
- "model.layers.0.self_attn.v_proj.weight": "model.safetensors",
16
- "model.layers.1.input_layernorm.weight": "model.safetensors",
17
- "model.layers.1.mlp.down_proj.weight": "model.safetensors",
18
- "model.layers.1.mlp.gate_proj.weight": "model.safetensors",
19
- "model.layers.1.mlp.up_proj.weight": "model.safetensors",
20
- "model.layers.1.post_attention_layernorm.weight": "model.safetensors",
21
- "model.layers.1.self_attn.k_proj.weight": "model.safetensors",
22
- "model.layers.1.self_attn.o_proj.weight": "model.safetensors",
23
- "model.layers.1.self_attn.q_proj.weight": "model.safetensors",
24
- "model.layers.1.self_attn.v_proj.weight": "model.safetensors",
25
- "model.layers.10.input_layernorm.weight": "model.safetensors",
26
- "model.layers.10.mlp.down_proj.weight": "model.safetensors",
27
- "model.layers.10.mlp.gate_proj.weight": "model.safetensors",
28
- "model.layers.10.mlp.up_proj.weight": "model.safetensors",
29
- "model.layers.10.post_attention_layernorm.weight": "model.safetensors",
30
- "model.layers.10.self_attn.k_proj.weight": "model.safetensors",
31
- "model.layers.10.self_attn.o_proj.weight": "model.safetensors",
32
- "model.layers.10.self_attn.q_proj.weight": "model.safetensors",
33
- "model.layers.10.self_attn.v_proj.weight": "model.safetensors",
34
- "model.layers.11.input_layernorm.weight": "model.safetensors",
35
- "model.layers.11.mlp.down_proj.weight": "model.safetensors",
36
- "model.layers.11.mlp.gate_proj.weight": "model.safetensors",
37
- "model.layers.11.mlp.up_proj.weight": "model.safetensors",
38
- "model.layers.11.post_attention_layernorm.weight": "model.safetensors",
39
- "model.layers.11.self_attn.k_proj.weight": "model.safetensors",
40
- "model.layers.11.self_attn.o_proj.weight": "model.safetensors",
41
- "model.layers.11.self_attn.q_proj.weight": "model.safetensors",
42
- "model.layers.11.self_attn.v_proj.weight": "model.safetensors",
43
- "model.layers.12.input_layernorm.weight": "model.safetensors",
44
- "model.layers.12.mlp.down_proj.weight": "model.safetensors",
45
- "model.layers.12.mlp.gate_proj.weight": "model.safetensors",
46
- "model.layers.12.mlp.up_proj.weight": "model.safetensors",
47
- "model.layers.12.post_attention_layernorm.weight": "model.safetensors",
48
- "model.layers.12.self_attn.k_proj.weight": "model.safetensors",
49
- "model.layers.12.self_attn.o_proj.weight": "model.safetensors",
50
- "model.layers.12.self_attn.q_proj.weight": "model.safetensors",
51
- "model.layers.12.self_attn.v_proj.weight": "model.safetensors",
52
- "model.layers.13.input_layernorm.weight": "model.safetensors",
53
- "model.layers.13.mlp.down_proj.weight": "model.safetensors",
54
- "model.layers.13.mlp.gate_proj.weight": "model.safetensors",
55
- "model.layers.13.mlp.up_proj.weight": "model.safetensors",
56
- "model.layers.13.post_attention_layernorm.weight": "model.safetensors",
57
- "model.layers.13.self_attn.k_proj.weight": "model.safetensors",
58
- "model.layers.13.self_attn.o_proj.weight": "model.safetensors",
59
- "model.layers.13.self_attn.q_proj.weight": "model.safetensors",
60
- "model.layers.13.self_attn.v_proj.weight": "model.safetensors",
61
- "model.layers.14.input_layernorm.weight": "model.safetensors",
62
- "model.layers.14.mlp.down_proj.weight": "model.safetensors",
63
- "model.layers.14.mlp.gate_proj.weight": "model.safetensors",
64
- "model.layers.14.mlp.up_proj.weight": "model.safetensors",
65
- "model.layers.14.post_attention_layernorm.weight": "model.safetensors",
66
- "model.layers.14.self_attn.k_proj.weight": "model.safetensors",
67
- "model.layers.14.self_attn.o_proj.weight": "model.safetensors",
68
- "model.layers.14.self_attn.q_proj.weight": "model.safetensors",
69
- "model.layers.14.self_attn.v_proj.weight": "model.safetensors",
70
- "model.layers.15.input_layernorm.weight": "model.safetensors",
71
- "model.layers.15.mlp.down_proj.weight": "model.safetensors",
72
- "model.layers.15.mlp.gate_proj.weight": "model.safetensors",
73
- "model.layers.15.mlp.up_proj.weight": "model.safetensors",
74
- "model.layers.15.post_attention_layernorm.weight": "model.safetensors",
75
- "model.layers.15.self_attn.k_proj.weight": "model.safetensors",
76
- "model.layers.15.self_attn.o_proj.weight": "model.safetensors",
77
- "model.layers.15.self_attn.q_proj.weight": "model.safetensors",
78
- "model.layers.15.self_attn.v_proj.weight": "model.safetensors",
79
- "model.layers.16.input_layernorm.weight": "model.safetensors",
80
- "model.layers.16.mlp.down_proj.weight": "model.safetensors",
81
- "model.layers.16.mlp.gate_proj.weight": "model.safetensors",
82
- "model.layers.16.mlp.up_proj.weight": "model.safetensors",
83
- "model.layers.16.post_attention_layernorm.weight": "model.safetensors",
84
- "model.layers.16.self_attn.k_proj.weight": "model.safetensors",
85
- "model.layers.16.self_attn.o_proj.weight": "model.safetensors",
86
- "model.layers.16.self_attn.q_proj.weight": "model.safetensors",
87
- "model.layers.16.self_attn.v_proj.weight": "model.safetensors",
88
- "model.layers.17.input_layernorm.weight": "model.safetensors",
89
- "model.layers.17.mlp.down_proj.weight": "model.safetensors",
90
- "model.layers.17.mlp.gate_proj.weight": "model.safetensors",
91
- "model.layers.17.mlp.up_proj.weight": "model.safetensors",
92
- "model.layers.17.post_attention_layernorm.weight": "model.safetensors",
93
- "model.layers.17.self_attn.k_proj.weight": "model.safetensors",
94
- "model.layers.17.self_attn.o_proj.weight": "model.safetensors",
95
- "model.layers.17.self_attn.q_proj.weight": "model.safetensors",
96
- "model.layers.17.self_attn.v_proj.weight": "model.safetensors",
97
- "model.layers.18.input_layernorm.weight": "model.safetensors",
98
- "model.layers.18.mlp.down_proj.weight": "model.safetensors",
99
- "model.layers.18.mlp.gate_proj.weight": "model.safetensors",
100
- "model.layers.18.mlp.up_proj.weight": "model.safetensors",
101
- "model.layers.18.post_attention_layernorm.weight": "model.safetensors",
102
- "model.layers.18.self_attn.k_proj.weight": "model.safetensors",
103
- "model.layers.18.self_attn.o_proj.weight": "model.safetensors",
104
- "model.layers.18.self_attn.q_proj.weight": "model.safetensors",
105
- "model.layers.18.self_attn.v_proj.weight": "model.safetensors",
106
- "model.layers.19.input_layernorm.weight": "model.safetensors",
107
- "model.layers.19.mlp.down_proj.weight": "model.safetensors",
108
- "model.layers.19.mlp.gate_proj.weight": "model.safetensors",
109
- "model.layers.19.mlp.up_proj.weight": "model.safetensors",
110
- "model.layers.19.post_attention_layernorm.weight": "model.safetensors",
111
- "model.layers.19.self_attn.k_proj.weight": "model.safetensors",
112
- "model.layers.19.self_attn.o_proj.weight": "model.safetensors",
113
- "model.layers.19.self_attn.q_proj.weight": "model.safetensors",
114
- "model.layers.19.self_attn.v_proj.weight": "model.safetensors",
115
- "model.layers.2.input_layernorm.weight": "model.safetensors",
116
- "model.layers.2.mlp.down_proj.weight": "model.safetensors",
117
- "model.layers.2.mlp.gate_proj.weight": "model.safetensors",
118
- "model.layers.2.mlp.up_proj.weight": "model.safetensors",
119
- "model.layers.2.post_attention_layernorm.weight": "model.safetensors",
120
- "model.layers.2.self_attn.k_proj.weight": "model.safetensors",
121
- "model.layers.2.self_attn.o_proj.weight": "model.safetensors",
122
- "model.layers.2.self_attn.q_proj.weight": "model.safetensors",
123
- "model.layers.2.self_attn.v_proj.weight": "model.safetensors",
124
- "model.layers.20.input_layernorm.weight": "model.safetensors",
125
- "model.layers.20.mlp.down_proj.weight": "model.safetensors",
126
- "model.layers.20.mlp.gate_proj.weight": "model.safetensors",
127
- "model.layers.20.mlp.up_proj.weight": "model.safetensors",
128
- "model.layers.20.post_attention_layernorm.weight": "model.safetensors",
129
- "model.layers.20.self_attn.k_proj.weight": "model.safetensors",
130
- "model.layers.20.self_attn.o_proj.weight": "model.safetensors",
131
- "model.layers.20.self_attn.q_proj.weight": "model.safetensors",
132
- "model.layers.20.self_attn.v_proj.weight": "model.safetensors",
133
- "model.layers.21.input_layernorm.weight": "model.safetensors",
134
- "model.layers.21.mlp.down_proj.weight": "model.safetensors",
135
- "model.layers.21.mlp.gate_proj.weight": "model.safetensors",
136
- "model.layers.21.mlp.up_proj.weight": "model.safetensors",
137
- "model.layers.21.post_attention_layernorm.weight": "model.safetensors",
138
- "model.layers.21.self_attn.k_proj.weight": "model.safetensors",
139
- "model.layers.21.self_attn.o_proj.weight": "model.safetensors",
140
- "model.layers.21.self_attn.q_proj.weight": "model.safetensors",
141
- "model.layers.21.self_attn.v_proj.weight": "model.safetensors",
142
- "model.layers.22.input_layernorm.weight": "model.safetensors",
143
- "model.layers.22.mlp.down_proj.weight": "model.safetensors",
144
- "model.layers.22.mlp.gate_proj.weight": "model.safetensors",
145
- "model.layers.22.mlp.up_proj.weight": "model.safetensors",
146
- "model.layers.22.post_attention_layernorm.weight": "model.safetensors",
147
- "model.layers.22.self_attn.k_proj.weight": "model.safetensors",
148
- "model.layers.22.self_attn.o_proj.weight": "model.safetensors",
149
- "model.layers.22.self_attn.q_proj.weight": "model.safetensors",
150
- "model.layers.22.self_attn.v_proj.weight": "model.safetensors",
151
- "model.layers.23.input_layernorm.weight": "model.safetensors",
152
- "model.layers.23.mlp.down_proj.weight": "model.safetensors",
153
- "model.layers.23.mlp.gate_proj.weight": "model.safetensors",
154
- "model.layers.23.mlp.up_proj.weight": "model.safetensors",
155
- "model.layers.23.post_attention_layernorm.weight": "model.safetensors",
156
- "model.layers.23.self_attn.k_proj.weight": "model.safetensors",
157
- "model.layers.23.self_attn.o_proj.weight": "model.safetensors",
158
- "model.layers.23.self_attn.q_proj.weight": "model.safetensors",
159
- "model.layers.23.self_attn.v_proj.weight": "model.safetensors",
160
- "model.layers.3.input_layernorm.weight": "model.safetensors",
161
- "model.layers.3.mlp.down_proj.weight": "model.safetensors",
162
- "model.layers.3.mlp.gate_proj.weight": "model.safetensors",
163
- "model.layers.3.mlp.up_proj.weight": "model.safetensors",
164
- "model.layers.3.post_attention_layernorm.weight": "model.safetensors",
165
- "model.layers.3.self_attn.k_proj.weight": "model.safetensors",
166
- "model.layers.3.self_attn.o_proj.weight": "model.safetensors",
167
- "model.layers.3.self_attn.q_proj.weight": "model.safetensors",
168
- "model.layers.3.self_attn.v_proj.weight": "model.safetensors",
169
- "model.layers.4.input_layernorm.weight": "model.safetensors",
170
- "model.layers.4.mlp.down_proj.weight": "model.safetensors",
171
- "model.layers.4.mlp.gate_proj.weight": "model.safetensors",
172
- "model.layers.4.mlp.up_proj.weight": "model.safetensors",
173
- "model.layers.4.post_attention_layernorm.weight": "model.safetensors",
174
- "model.layers.4.self_attn.k_proj.weight": "model.safetensors",
175
- "model.layers.4.self_attn.o_proj.weight": "model.safetensors",
176
- "model.layers.4.self_attn.q_proj.weight": "model.safetensors",
177
- "model.layers.4.self_attn.v_proj.weight": "model.safetensors",
178
- "model.layers.5.input_layernorm.weight": "model.safetensors",
179
- "model.layers.5.mlp.down_proj.weight": "model.safetensors",
180
- "model.layers.5.mlp.gate_proj.weight": "model.safetensors",
181
- "model.layers.5.mlp.up_proj.weight": "model.safetensors",
182
- "model.layers.5.post_attention_layernorm.weight": "model.safetensors",
183
- "model.layers.5.self_attn.k_proj.weight": "model.safetensors",
184
- "model.layers.5.self_attn.o_proj.weight": "model.safetensors",
185
- "model.layers.5.self_attn.q_proj.weight": "model.safetensors",
186
- "model.layers.5.self_attn.v_proj.weight": "model.safetensors",
187
- "model.layers.6.input_layernorm.weight": "model.safetensors",
188
- "model.layers.6.mlp.down_proj.weight": "model.safetensors",
189
- "model.layers.6.mlp.gate_proj.weight": "model.safetensors",
190
- "model.layers.6.mlp.up_proj.weight": "model.safetensors",
191
- "model.layers.6.post_attention_layernorm.weight": "model.safetensors",
192
- "model.layers.6.self_attn.k_proj.weight": "model.safetensors",
193
- "model.layers.6.self_attn.o_proj.weight": "model.safetensors",
194
- "model.layers.6.self_attn.q_proj.weight": "model.safetensors",
195
- "model.layers.6.self_attn.v_proj.weight": "model.safetensors",
196
- "model.layers.7.input_layernorm.weight": "model.safetensors",
197
- "model.layers.7.mlp.down_proj.weight": "model.safetensors",
198
- "model.layers.7.mlp.gate_proj.weight": "model.safetensors",
199
- "model.layers.7.mlp.up_proj.weight": "model.safetensors",
200
- "model.layers.7.post_attention_layernorm.weight": "model.safetensors",
201
- "model.layers.7.self_attn.k_proj.weight": "model.safetensors",
202
- "model.layers.7.self_attn.o_proj.weight": "model.safetensors",
203
- "model.layers.7.self_attn.q_proj.weight": "model.safetensors",
204
- "model.layers.7.self_attn.v_proj.weight": "model.safetensors",
205
- "model.layers.8.input_layernorm.weight": "model.safetensors",
206
- "model.layers.8.mlp.down_proj.weight": "model.safetensors",
207
- "model.layers.8.mlp.gate_proj.weight": "model.safetensors",
208
- "model.layers.8.mlp.up_proj.weight": "model.safetensors",
209
- "model.layers.8.post_attention_layernorm.weight": "model.safetensors",
210
- "model.layers.8.self_attn.k_proj.weight": "model.safetensors",
211
- "model.layers.8.self_attn.o_proj.weight": "model.safetensors",
212
- "model.layers.8.self_attn.q_proj.weight": "model.safetensors",
213
- "model.layers.8.self_attn.v_proj.weight": "model.safetensors",
214
- "model.layers.9.input_layernorm.weight": "model.safetensors",
215
- "model.layers.9.mlp.down_proj.weight": "model.safetensors",
216
- "model.layers.9.mlp.gate_proj.weight": "model.safetensors",
217
- "model.layers.9.mlp.up_proj.weight": "model.safetensors",
218
- "model.layers.9.post_attention_layernorm.weight": "model.safetensors",
219
- "model.layers.9.self_attn.k_proj.weight": "model.safetensors",
220
- "model.layers.9.self_attn.o_proj.weight": "model.safetensors",
221
- "model.layers.9.self_attn.q_proj.weight": "model.safetensors",
222
- "model.layers.9.self_attn.v_proj.weight": "model.safetensors",
223
- "model.norm.weight": "model.safetensors"
224
- }
225
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
special_tokens_map.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "additional_special_tokens": [
3
- "<|im_start|>",
4
- "<|im_end|>"
5
- ],
6
- "bos_token": {
7
- "content": "<|im_start|>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false
12
- },
13
- "eos_token": {
14
- "content": "<|im_end|>",
15
- "lstrip": false,
16
- "normalized": false,
17
- "rstrip": false,
18
- "single_word": false
19
- },
20
- "pad_token": {
21
- "content": "<|im_end|>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false
26
- },
27
- "unk_token": {
28
- "content": "<|endoftext|>",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false
33
- }
34
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json DELETED
@@ -1,154 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "added_tokens_decoder": {
4
- "0": {
5
- "content": "<|endoftext|>",
6
- "lstrip": false,
7
- "normalized": false,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "1": {
13
- "content": "<|im_start|>",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- },
20
- "2": {
21
- "content": "<|im_end|>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false,
26
- "special": true
27
- },
28
- "3": {
29
- "content": "<repo_name>",
30
- "lstrip": false,
31
- "normalized": false,
32
- "rstrip": false,
33
- "single_word": false,
34
- "special": true
35
- },
36
- "4": {
37
- "content": "<reponame>",
38
- "lstrip": false,
39
- "normalized": false,
40
- "rstrip": false,
41
- "single_word": false,
42
- "special": true
43
- },
44
- "5": {
45
- "content": "<file_sep>",
46
- "lstrip": false,
47
- "normalized": false,
48
- "rstrip": false,
49
- "single_word": false,
50
- "special": true
51
- },
52
- "6": {
53
- "content": "<filename>",
54
- "lstrip": false,
55
- "normalized": false,
56
- "rstrip": false,
57
- "single_word": false,
58
- "special": true
59
- },
60
- "7": {
61
- "content": "<gh_stars>",
62
- "lstrip": false,
63
- "normalized": false,
64
- "rstrip": false,
65
- "single_word": false,
66
- "special": true
67
- },
68
- "8": {
69
- "content": "<issue_start>",
70
- "lstrip": false,
71
- "normalized": false,
72
- "rstrip": false,
73
- "single_word": false,
74
- "special": true
75
- },
76
- "9": {
77
- "content": "<issue_comment>",
78
- "lstrip": false,
79
- "normalized": false,
80
- "rstrip": false,
81
- "single_word": false,
82
- "special": true
83
- },
84
- "10": {
85
- "content": "<issue_closed>",
86
- "lstrip": false,
87
- "normalized": false,
88
- "rstrip": false,
89
- "single_word": false,
90
- "special": true
91
- },
92
- "11": {
93
- "content": "<jupyter_start>",
94
- "lstrip": false,
95
- "normalized": false,
96
- "rstrip": false,
97
- "single_word": false,
98
- "special": true
99
- },
100
- "12": {
101
- "content": "<jupyter_text>",
102
- "lstrip": false,
103
- "normalized": false,
104
- "rstrip": false,
105
- "single_word": false,
106
- "special": true
107
- },
108
- "13": {
109
- "content": "<jupyter_code>",
110
- "lstrip": false,
111
- "normalized": false,
112
- "rstrip": false,
113
- "single_word": false,
114
- "special": true
115
- },
116
- "14": {
117
- "content": "<jupyter_output>",
118
- "lstrip": false,
119
- "normalized": false,
120
- "rstrip": false,
121
- "single_word": false,
122
- "special": true
123
- },
124
- "15": {
125
- "content": "<jupyter_script>",
126
- "lstrip": false,
127
- "normalized": false,
128
- "rstrip": false,
129
- "single_word": false,
130
- "special": true
131
- },
132
- "16": {
133
- "content": "<empty_output>",
134
- "lstrip": false,
135
- "normalized": false,
136
- "rstrip": false,
137
- "single_word": false,
138
- "special": true
139
- }
140
- },
141
- "additional_special_tokens": [
142
- "<|im_start|>",
143
- "<|im_end|>"
144
- ],
145
- "bos_token": "<|im_start|>",
146
- "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful AI assistant named SmolLM, trained by Hugging Face<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
147
- "clean_up_tokenization_spaces": false,
148
- "eos_token": "<|im_end|>",
149
- "model_max_length": 2048,
150
- "pad_token": "<|im_end|>",
151
- "tokenizer_class": "GPT2Tokenizer",
152
- "unk_token": "<|endoftext|>",
153
- "vocab_size": 49152
154
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vocab.json DELETED
The diff for this file is too large to render. See raw diff