sandepaAI commited on
Commit
903f1de
·
verified ·
1 Parent(s): ffa4452

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sandepaAI/sandepa_ai_coder_small_moe_435m
3
+ library_name: transformers
4
+ model_name: sft_output
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for sft_output
13
+
14
+ This model is a fine-tuned version of [sandepaAI/sandepa_ai_coder_small_moe_435m](https://huggingface.co/sandepaAI/sandepa_ai_coder_small_moe_435m).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="None", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+
31
+
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 1.9.0
39
+ - Transformers: 5.14.1
40
+ - Pytorch: 2.13.0
41
+ - Datasets: 5.0.0
42
+ - Tokenizers: 0.22.2
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @software{vonwerra2020trl,
52
+ title = {{TRL: Transformers Reinforcement Learning}},
53
+ author = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
54
+ license = {Apache-2.0},
55
+ url = {https://github.com/huggingface/trl},
56
+ year = {2020}
57
+ }
58
+ ```
chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant
4
+ '}}{% endif %}
checkpoint-250/chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant
4
+ '}}{% endif %}
checkpoint-250/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MixtralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 50256,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 50256,
9
+ "head_dim": null,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 896,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1280,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "mixtral",
16
+ "num_attention_heads": 14,
17
+ "num_experts_per_tok": 2,
18
+ "num_hidden_layers": 16,
19
+ "num_key_value_heads": 14,
20
+ "num_local_experts": 8,
21
+ "output_router_logits": true,
22
+ "pad_token_id": 50256,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_parameters": {
25
+ "rope_theta": 1000000.0,
26
+ "rope_type": "default"
27
+ },
28
+ "router_aux_loss_coef": 0.001,
29
+ "router_jitter_noise": 0.0,
30
+ "sliding_window": null,
31
+ "tie_word_embeddings": false,
32
+ "transformers_version": "5.14.1",
33
+ "use_cache": false,
34
+ "vocab_size": 50259
35
+ }
checkpoint-250/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "output_attentions": false,
8
+ "output_hidden_states": false,
9
+ "pad_token_id": 50256,
10
+ "transformers_version": "5.14.1",
11
+ "use_cache": true
12
+ }
checkpoint-250/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d55062eaf4f00996f29f099a840380f62175671d4ff16ad315fbc87bec95c2
3
+ size 1164043184
checkpoint-250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c85c32db7f004fa9a6c55c31cf717638e0e6ca276de1e9fe809aac3af0a158
3
+ size 2328086987
checkpoint-250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
checkpoint-250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b04611bea80597dee677a377375d057cf3fa3437fb4ed8809d4662285b8811b
3
+ size 1465
checkpoint-250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-250/tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "extra_special_tokens": [
8
+ "<|im_start|>",
9
+ "<|im_end|>"
10
+ ],
11
+ "is_local": false,
12
+ "local_files_only": false,
13
+ "model_max_length": 1024,
14
+ "pad_token": "<|endoftext|>",
15
+ "tokenizer_class": "TokenizersBackend",
16
+ "unk_token": "<|endoftext|>"
17
+ }
checkpoint-250/trainer_state.json ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 250,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "aux_loss": 2.3257370829582213,
14
+ "entropy": 3.6007017314434053,
15
+ "epoch": 0.04,
16
+ "grad_norm": 1.0625,
17
+ "learning_rate": 1.9280000000000002e-05,
18
+ "loss": 3.8956069946289062,
19
+ "mean_token_accuracy": 0.3586781073361635,
20
+ "num_tokens": 72397.0,
21
+ "step": 10
22
+ },
23
+ {
24
+ "aux_loss": 2.3277345478534697,
25
+ "entropy": 3.6272001445293425,
26
+ "epoch": 0.08,
27
+ "grad_norm": 1.0625,
28
+ "learning_rate": 1.8480000000000003e-05,
29
+ "loss": 3.896469497680664,
30
+ "mean_token_accuracy": 0.3564587336033583,
31
+ "num_tokens": 143657.0,
32
+ "step": 20
33
+ },
34
+ {
35
+ "aux_loss": 2.323074048757553,
36
+ "entropy": 3.601874440908432,
37
+ "epoch": 0.12,
38
+ "grad_norm": 1.0390625,
39
+ "learning_rate": 1.768e-05,
40
+ "loss": 3.902561569213867,
41
+ "mean_token_accuracy": 0.3605616968125105,
42
+ "num_tokens": 215509.0,
43
+ "step": 30
44
+ },
45
+ {
46
+ "aux_loss": 2.3261504590511324,
47
+ "entropy": 3.6270964324474333,
48
+ "epoch": 0.16,
49
+ "grad_norm": 1.09375,
50
+ "learning_rate": 1.688e-05,
51
+ "loss": 3.8741905212402346,
52
+ "mean_token_accuracy": 0.3614043775945902,
53
+ "num_tokens": 288789.0,
54
+ "step": 40
55
+ },
56
+ {
57
+ "aux_loss": 2.324697870016098,
58
+ "entropy": 3.5004548013210295,
59
+ "epoch": 0.2,
60
+ "grad_norm": 0.99609375,
61
+ "learning_rate": 1.6080000000000002e-05,
62
+ "loss": 3.795322799682617,
63
+ "mean_token_accuracy": 0.37013124153017996,
64
+ "num_tokens": 361289.0,
65
+ "step": 50
66
+ },
67
+ {
68
+ "aux_loss": 2.3249743819236754,
69
+ "entropy": 3.499809369444847,
70
+ "epoch": 0.24,
71
+ "grad_norm": 0.9921875,
72
+ "learning_rate": 1.5280000000000003e-05,
73
+ "loss": 3.755328369140625,
74
+ "mean_token_accuracy": 0.37386555671691896,
75
+ "num_tokens": 433139.0,
76
+ "step": 60
77
+ },
78
+ {
79
+ "aux_loss": 2.324633425474167,
80
+ "entropy": 3.6745675444602965,
81
+ "epoch": 0.28,
82
+ "grad_norm": 0.9609375,
83
+ "learning_rate": 1.448e-05,
84
+ "loss": 3.902497100830078,
85
+ "mean_token_accuracy": 0.36646418645977974,
86
+ "num_tokens": 504919.0,
87
+ "step": 70
88
+ },
89
+ {
90
+ "aux_loss": 2.3186131000518797,
91
+ "entropy": 3.470395928621292,
92
+ "epoch": 0.32,
93
+ "grad_norm": 0.9921875,
94
+ "learning_rate": 1.3680000000000003e-05,
95
+ "loss": 3.723850631713867,
96
+ "mean_token_accuracy": 0.3796745929867029,
97
+ "num_tokens": 576593.0,
98
+ "step": 80
99
+ },
100
+ {
101
+ "aux_loss": 2.3274434208869934,
102
+ "entropy": 3.6475940525531767,
103
+ "epoch": 0.36,
104
+ "grad_norm": 0.94921875,
105
+ "learning_rate": 1.2880000000000002e-05,
106
+ "loss": 3.898761749267578,
107
+ "mean_token_accuracy": 0.3605402667075396,
108
+ "num_tokens": 650395.0,
109
+ "step": 90
110
+ },
111
+ {
112
+ "aux_loss": 2.3328470826148986,
113
+ "entropy": 3.5895772576332092,
114
+ "epoch": 0.4,
115
+ "grad_norm": 1.125,
116
+ "learning_rate": 1.2080000000000001e-05,
117
+ "loss": 3.7831195831298827,
118
+ "mean_token_accuracy": 0.3730145484209061,
119
+ "num_tokens": 720132.0,
120
+ "step": 100
121
+ },
122
+ {
123
+ "aux_loss": 2.331581395864487,
124
+ "entropy": 3.670157164335251,
125
+ "epoch": 0.44,
126
+ "grad_norm": 1.03125,
127
+ "learning_rate": 1.128e-05,
128
+ "loss": 3.955718231201172,
129
+ "mean_token_accuracy": 0.35614234730601313,
130
+ "num_tokens": 791175.0,
131
+ "step": 110
132
+ },
133
+ {
134
+ "aux_loss": 2.3278864681720735,
135
+ "entropy": 3.564240163564682,
136
+ "epoch": 0.48,
137
+ "grad_norm": 1.0078125,
138
+ "learning_rate": 1.0480000000000001e-05,
139
+ "loss": 3.7921863555908204,
140
+ "mean_token_accuracy": 0.37363966181874275,
141
+ "num_tokens": 864007.0,
142
+ "step": 120
143
+ },
144
+ {
145
+ "aux_loss": 2.333659642934799,
146
+ "entropy": 3.6451989471912385,
147
+ "epoch": 0.52,
148
+ "grad_norm": 0.95703125,
149
+ "learning_rate": 9.68e-06,
150
+ "loss": 3.894023132324219,
151
+ "mean_token_accuracy": 0.35798243805766106,
152
+ "num_tokens": 935475.0,
153
+ "step": 130
154
+ },
155
+ {
156
+ "aux_loss": 2.3140768826007845,
157
+ "entropy": 3.50389506816864,
158
+ "epoch": 0.56,
159
+ "grad_norm": 1.0703125,
160
+ "learning_rate": 8.880000000000001e-06,
161
+ "loss": 3.7427852630615233,
162
+ "mean_token_accuracy": 0.38606042340397834,
163
+ "num_tokens": 1002776.0,
164
+ "step": 140
165
+ },
166
+ {
167
+ "aux_loss": 2.323524034023285,
168
+ "entropy": 3.62218790948391,
169
+ "epoch": 0.6,
170
+ "grad_norm": 1.0078125,
171
+ "learning_rate": 8.08e-06,
172
+ "loss": 3.8935062408447267,
173
+ "mean_token_accuracy": 0.36692074611783027,
174
+ "num_tokens": 1074485.0,
175
+ "step": 150
176
+ },
177
+ {
178
+ "aux_loss": 2.319421482086182,
179
+ "entropy": 3.6522460520267486,
180
+ "epoch": 0.64,
181
+ "grad_norm": 1.0546875,
182
+ "learning_rate": 7.280000000000001e-06,
183
+ "loss": 3.938425064086914,
184
+ "mean_token_accuracy": 0.3640777923166752,
185
+ "num_tokens": 1148295.0,
186
+ "step": 160
187
+ },
188
+ {
189
+ "aux_loss": 2.3238328874111174,
190
+ "entropy": 3.635464870929718,
191
+ "epoch": 0.68,
192
+ "grad_norm": 0.9765625,
193
+ "learning_rate": 6.480000000000001e-06,
194
+ "loss": 3.839573287963867,
195
+ "mean_token_accuracy": 0.3715536307543516,
196
+ "num_tokens": 1220134.0,
197
+ "step": 170
198
+ },
199
+ {
200
+ "aux_loss": 2.3195456326007844,
201
+ "entropy": 3.4972031474113465,
202
+ "epoch": 0.72,
203
+ "grad_norm": 0.921875,
204
+ "learning_rate": 5.68e-06,
205
+ "loss": 3.700027084350586,
206
+ "mean_token_accuracy": 0.37758239097893237,
207
+ "num_tokens": 1291904.0,
208
+ "step": 180
209
+ },
210
+ {
211
+ "aux_loss": 2.331765002012253,
212
+ "entropy": 3.6483884513378144,
213
+ "epoch": 0.76,
214
+ "grad_norm": 0.8984375,
215
+ "learning_rate": 4.880000000000001e-06,
216
+ "loss": 3.873792266845703,
217
+ "mean_token_accuracy": 0.36337695084512234,
218
+ "num_tokens": 1363374.0,
219
+ "step": 190
220
+ },
221
+ {
222
+ "aux_loss": 2.3272350072860717,
223
+ "entropy": 3.674150836467743,
224
+ "epoch": 0.8,
225
+ "grad_norm": 0.9609375,
226
+ "learning_rate": 4.08e-06,
227
+ "loss": 3.885345458984375,
228
+ "mean_token_accuracy": 0.3636812623590231,
229
+ "num_tokens": 1433716.0,
230
+ "step": 200
231
+ },
232
+ {
233
+ "aux_loss": 2.32773614525795,
234
+ "entropy": 3.635636830329895,
235
+ "epoch": 0.84,
236
+ "grad_norm": 1.0078125,
237
+ "learning_rate": 3.2800000000000004e-06,
238
+ "loss": 3.8587207794189453,
239
+ "mean_token_accuracy": 0.36572874560952184,
240
+ "num_tokens": 1506681.0,
241
+ "step": 210
242
+ },
243
+ {
244
+ "aux_loss": 2.325718504190445,
245
+ "entropy": 3.5308443903923035,
246
+ "epoch": 0.88,
247
+ "grad_norm": 0.95703125,
248
+ "learning_rate": 2.4800000000000004e-06,
249
+ "loss": 3.72619514465332,
250
+ "mean_token_accuracy": 0.37508156448602675,
251
+ "num_tokens": 1575868.0,
252
+ "step": 220
253
+ },
254
+ {
255
+ "aux_loss": 2.3259211778640747,
256
+ "entropy": 3.433101177215576,
257
+ "epoch": 0.92,
258
+ "grad_norm": 0.9140625,
259
+ "learning_rate": 1.6800000000000002e-06,
260
+ "loss": 3.593972015380859,
261
+ "mean_token_accuracy": 0.3888819687068462,
262
+ "num_tokens": 1648038.0,
263
+ "step": 230
264
+ },
265
+ {
266
+ "aux_loss": 2.3294626414775848,
267
+ "entropy": 3.597357761859894,
268
+ "epoch": 0.96,
269
+ "grad_norm": 0.9296875,
270
+ "learning_rate": 8.8e-07,
271
+ "loss": 3.8016372680664063,
272
+ "mean_token_accuracy": 0.36985846906900405,
273
+ "num_tokens": 1720626.0,
274
+ "step": 240
275
+ },
276
+ {
277
+ "aux_loss": 2.319813519716263,
278
+ "entropy": 3.5566279590129852,
279
+ "epoch": 1.0,
280
+ "grad_norm": 1.0234375,
281
+ "learning_rate": 8e-08,
282
+ "loss": 3.757618713378906,
283
+ "mean_token_accuracy": 0.3740091536194086,
284
+ "num_tokens": 1788925.0,
285
+ "step": 250
286
+ }
287
+ ],
288
+ "logging_steps": 10,
289
+ "max_steps": 250,
290
+ "num_input_tokens_seen": 0,
291
+ "num_train_epochs": 1,
292
+ "save_steps": 500,
293
+ "stateful_callbacks": {
294
+ "TrainerControl": {
295
+ "args": {
296
+ "should_epoch_stop": false,
297
+ "should_evaluate": false,
298
+ "should_log": false,
299
+ "should_save": true,
300
+ "should_training_stop": true
301
+ },
302
+ "attributes": {}
303
+ }
304
+ },
305
+ "total_flos": 6391876233437184.0,
306
+ "train_batch_size": 2,
307
+ "trial_name": null,
308
+ "trial_params": null
309
+ }
checkpoint-250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53877a785bfe38e0faf9340c1ed796f773a0b617c0db782ffbb188493f5cff7
3
+ size 5713
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MixtralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 50256,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 50256,
9
+ "head_dim": null,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 896,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1280,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "mixtral",
16
+ "num_attention_heads": 14,
17
+ "num_experts_per_tok": 2,
18
+ "num_hidden_layers": 16,
19
+ "num_key_value_heads": 14,
20
+ "num_local_experts": 8,
21
+ "output_router_logits": true,
22
+ "pad_token_id": 50256,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_parameters": {
25
+ "rope_theta": 1000000.0,
26
+ "rope_type": "default"
27
+ },
28
+ "router_aux_loss_coef": 0.001,
29
+ "router_jitter_noise": 0.0,
30
+ "sliding_window": null,
31
+ "tie_word_embeddings": false,
32
+ "transformers_version": "5.14.1",
33
+ "use_cache": false,
34
+ "vocab_size": 50259
35
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "output_attentions": false,
8
+ "output_hidden_states": false,
9
+ "pad_token_id": 50256,
10
+ "transformers_version": "5.14.1",
11
+ "use_cache": true
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d55062eaf4f00996f29f099a840380f62175671d4ff16ad315fbc87bec95c2
3
+ size 1164043184
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "extra_special_tokens": [
8
+ "<|im_start|>",
9
+ "<|im_end|>"
10
+ ],
11
+ "is_local": false,
12
+ "local_files_only": false,
13
+ "model_max_length": 1024,
14
+ "pad_token": "<|endoftext|>",
15
+ "tokenizer_class": "TokenizersBackend",
16
+ "unk_token": "<|endoftext|>"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53877a785bfe38e0faf9340c1ed796f773a0b617c0db782ffbb188493f5cff7
3
+ size 5713