danielhanchen commited on
Commit
6eccaba
1 Parent(s): 372aead

Upload MllamaForConditionalGeneration

Browse files
Files changed (40) hide show
  1. config.json +226 -48
  2. generation_config.json +1 -1
  3. model-00001-of-00037.safetensors +2 -2
  4. model-00002-of-00037.safetensors +2 -2
  5. model-00003-of-00037.safetensors +2 -2
  6. model-00004-of-00037.safetensors +2 -2
  7. model-00005-of-00037.safetensors +2 -2
  8. model-00006-of-00037.safetensors +2 -2
  9. model-00007-of-00037.safetensors +2 -2
  10. model-00008-of-00037.safetensors +2 -2
  11. model-00009-of-00037.safetensors +2 -2
  12. model-00010-of-00037.safetensors +2 -2
  13. model-00011-of-00037.safetensors +2 -2
  14. model-00012-of-00037.safetensors +2 -2
  15. model-00013-of-00037.safetensors +2 -2
  16. model-00014-of-00037.safetensors +2 -2
  17. model-00015-of-00037.safetensors +2 -2
  18. model-00016-of-00037.safetensors +2 -2
  19. model-00017-of-00037.safetensors +2 -2
  20. model-00018-of-00037.safetensors +2 -2
  21. model-00019-of-00037.safetensors +2 -2
  22. model-00020-of-00037.safetensors +2 -2
  23. model-00021-of-00037.safetensors +2 -2
  24. model-00022-of-00037.safetensors +2 -2
  25. model-00023-of-00037.safetensors +2 -2
  26. model-00024-of-00037.safetensors +2 -2
  27. model-00025-of-00037.safetensors +2 -2
  28. model-00026-of-00037.safetensors +2 -2
  29. model-00027-of-00037.safetensors +2 -2
  30. model-00028-of-00037.safetensors +2 -2
  31. model-00029-of-00037.safetensors +2 -2
  32. model-00030-of-00037.safetensors +2 -2
  33. model-00031-of-00037.safetensors +2 -2
  34. model-00032-of-00037.safetensors +2 -2
  35. model-00033-of-00037.safetensors +2 -2
  36. model-00034-of-00037.safetensors +2 -2
  37. model-00035-of-00037.safetensors +2 -2
  38. model-00036-of-00037.safetensors +2 -2
  39. model-00037-of-00037.safetensors +2 -2
  40. model.safetensors.index.json +0 -0
config.json CHANGED
@@ -1,54 +1,232 @@
1
  {
 
2
  "architectures": [
3
- "MllamaForCausalLM"
4
  ],
5
- "bos_token_id": 128000,
6
- "cross_attention_layers": [
7
- 3,
8
- 8,
9
- 13,
10
- 18,
11
- 23,
12
- 28,
13
- 33,
14
- 38,
15
- 43,
16
- 48,
17
- 53,
18
- 58,
19
- 63,
20
- 68,
21
- 73,
22
- 78,
23
- 83,
24
- 88,
25
- 93,
26
- 98
27
- ],
28
- "dropout": 0,
29
- "eos_token_id": 128001,
30
- "hidden_act": "silu",
31
- "hidden_size": 8192,
32
- "initializer_range": 0.02,
33
- "intermediate_size": 28672,
34
- "max_position_embeddings": 131072,
35
- "model_type": "mllama_text_model",
36
- "num_attention_heads": 64,
37
- "num_hidden_layers": 100,
38
- "num_key_value_heads": 8,
39
- "pad_token_id": 128004,
40
- "rms_norm_eps": 1e-05,
41
- "rope_scaling": {
42
- "factor": 8.0,
43
- "high_freq_factor": 4.0,
44
- "low_freq_factor": 1.0,
45
- "original_max_position_embeddings": 8192,
46
- "rope_type": "llama3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  },
48
- "rope_theta": 500000.0,
49
- "tie_word_embeddings": false,
50
  "torch_dtype": "bfloat16",
51
- "transformers_version": "4.46.0.dev0",
52
- "use_cache": true,
53
- "vocab_size": 128256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
 
1
  {
2
+ "_name_or_path": "meta-llama/Llama-3.2-90B-Vision",
3
  "architectures": [
4
+ "MllamaForConditionalGeneration"
5
  ],
6
+ "image_token_index": 128256,
7
+ "model_type": "mllama",
8
+ "text_config": {
9
+ "_name_or_path": "",
10
+ "add_cross_attention": false,
11
+ "architectures": null,
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bos_token_id": 128000,
15
+ "chunk_size_feed_forward": 0,
16
+ "cross_attention_hidden_size": null,
17
+ "cross_attention_layers": [
18
+ 3,
19
+ 8,
20
+ 13,
21
+ 18,
22
+ 23,
23
+ 28,
24
+ 33,
25
+ 38,
26
+ 43,
27
+ 48,
28
+ 53,
29
+ 58,
30
+ 63,
31
+ 68,
32
+ 73,
33
+ 78,
34
+ 83,
35
+ 88,
36
+ 93,
37
+ 98
38
+ ],
39
+ "decoder_start_token_id": null,
40
+ "diversity_penalty": 0.0,
41
+ "do_sample": false,
42
+ "dropout": 0,
43
+ "early_stopping": false,
44
+ "encoder_no_repeat_ngram_size": 0,
45
+ "eos_token_id": 128001,
46
+ "exponential_decay_length_penalty": null,
47
+ "finetuning_task": null,
48
+ "forced_bos_token_id": null,
49
+ "forced_eos_token_id": null,
50
+ "hidden_act": "silu",
51
+ "hidden_size": 8192,
52
+ "id2label": {
53
+ "0": "LABEL_0",
54
+ "1": "LABEL_1"
55
+ },
56
+ "initializer_range": 0.02,
57
+ "intermediate_size": 28672,
58
+ "is_decoder": false,
59
+ "is_encoder_decoder": false,
60
+ "label2id": {
61
+ "LABEL_0": 0,
62
+ "LABEL_1": 1
63
+ },
64
+ "length_penalty": 1.0,
65
+ "max_length": 20,
66
+ "max_position_embeddings": 131072,
67
+ "min_length": 0,
68
+ "model_type": "mllama_text_model",
69
+ "no_repeat_ngram_size": 0,
70
+ "num_attention_heads": 64,
71
+ "num_beam_groups": 1,
72
+ "num_beams": 1,
73
+ "num_hidden_layers": 100,
74
+ "num_key_value_heads": 8,
75
+ "num_return_sequences": 1,
76
+ "output_attentions": false,
77
+ "output_hidden_states": false,
78
+ "output_scores": false,
79
+ "pad_token_id": 128004,
80
+ "prefix": null,
81
+ "problem_type": null,
82
+ "pruned_heads": {},
83
+ "remove_invalid_values": false,
84
+ "repetition_penalty": 1.0,
85
+ "return_dict": true,
86
+ "return_dict_in_generate": false,
87
+ "rms_norm_eps": 1e-05,
88
+ "rope_scaling": {
89
+ "factor": 8.0,
90
+ "high_freq_factor": 4.0,
91
+ "low_freq_factor": 1.0,
92
+ "original_max_position_embeddings": 8192,
93
+ "rope_type": "llama3"
94
+ },
95
+ "rope_theta": 500000.0,
96
+ "sep_token_id": null,
97
+ "suppress_tokens": null,
98
+ "task_specific_params": null,
99
+ "temperature": 1.0,
100
+ "tf_legacy_loss": false,
101
+ "tie_encoder_decoder": false,
102
+ "tie_word_embeddings": false,
103
+ "tokenizer_class": null,
104
+ "top_k": 50,
105
+ "top_p": 1.0,
106
+ "torch_dtype": "bfloat16",
107
+ "torchscript": false,
108
+ "typical_p": 1.0,
109
+ "use_bfloat16": false,
110
+ "use_cache": true,
111
+ "vocab_size": 128256
112
  },
 
 
113
  "torch_dtype": "bfloat16",
114
+ "transformers_version": "4.45.0",
115
+ "vision_config": {
116
+ "_name_or_path": "",
117
+ "add_cross_attention": false,
118
+ "architectures": null,
119
+ "attention_heads": 16,
120
+ "bad_words_ids": null,
121
+ "begin_suppress_tokens": null,
122
+ "bos_token_id": null,
123
+ "chunk_size_feed_forward": 0,
124
+ "cross_attention_hidden_size": null,
125
+ "decoder_start_token_id": null,
126
+ "diversity_penalty": 0.0,
127
+ "do_sample": false,
128
+ "early_stopping": false,
129
+ "encoder_no_repeat_ngram_size": 0,
130
+ "eos_token_id": null,
131
+ "exponential_decay_length_penalty": null,
132
+ "finetuning_task": null,
133
+ "forced_bos_token_id": null,
134
+ "forced_eos_token_id": null,
135
+ "hidden_act": "gelu",
136
+ "hidden_size": 1280,
137
+ "id2label": {
138
+ "0": "LABEL_0",
139
+ "1": "LABEL_1"
140
+ },
141
+ "image_size": 560,
142
+ "initializer_range": 0.02,
143
+ "intermediate_layers_indices": [
144
+ 3,
145
+ 7,
146
+ 15,
147
+ 23,
148
+ 30
149
+ ],
150
+ "intermediate_size": 5120,
151
+ "is_decoder": false,
152
+ "is_encoder_decoder": false,
153
+ "label2id": {
154
+ "LABEL_0": 0,
155
+ "LABEL_1": 1
156
+ },
157
+ "length_penalty": 1.0,
158
+ "max_length": 20,
159
+ "max_num_tiles": 4,
160
+ "min_length": 0,
161
+ "model_type": "mllama_vision_model",
162
+ "no_repeat_ngram_size": 0,
163
+ "norm_eps": 1e-05,
164
+ "num_beam_groups": 1,
165
+ "num_beams": 1,
166
+ "num_channels": 3,
167
+ "num_global_layers": 8,
168
+ "num_hidden_layers": 32,
169
+ "num_return_sequences": 1,
170
+ "output_attentions": false,
171
+ "output_hidden_states": false,
172
+ "output_scores": false,
173
+ "pad_token_id": null,
174
+ "patch_size": 14,
175
+ "prefix": null,
176
+ "problem_type": null,
177
+ "pruned_heads": {},
178
+ "remove_invalid_values": false,
179
+ "repetition_penalty": 1.0,
180
+ "return_dict": true,
181
+ "return_dict_in_generate": false,
182
+ "sep_token_id": null,
183
+ "supported_aspect_ratios": [
184
+ [
185
+ 1,
186
+ 1
187
+ ],
188
+ [
189
+ 1,
190
+ 2
191
+ ],
192
+ [
193
+ 1,
194
+ 3
195
+ ],
196
+ [
197
+ 1,
198
+ 4
199
+ ],
200
+ [
201
+ 2,
202
+ 1
203
+ ],
204
+ [
205
+ 2,
206
+ 2
207
+ ],
208
+ [
209
+ 3,
210
+ 1
211
+ ],
212
+ [
213
+ 4,
214
+ 1
215
+ ]
216
+ ],
217
+ "suppress_tokens": null,
218
+ "task_specific_params": null,
219
+ "temperature": 1.0,
220
+ "tf_legacy_loss": false,
221
+ "tie_encoder_decoder": false,
222
+ "tie_word_embeddings": true,
223
+ "tokenizer_class": null,
224
+ "top_k": 50,
225
+ "top_p": 1.0,
226
+ "torch_dtype": "bfloat16",
227
+ "torchscript": false,
228
+ "typical_p": 1.0,
229
+ "use_bfloat16": false,
230
+ "vision_output_dim": 7680
231
+ }
232
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 128000,
4
  "eos_token_id": 128001,
5
  "pad_token_id": 128004,
6
- "transformers_version": "4.46.0.dev0"
7
  }
 
3
  "bos_token_id": 128000,
4
  "eos_token_id": 128001,
5
  "pad_token_id": 128004,
6
+ "transformers_version": "4.45.0"
7
  }
model-00001-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d1fba7e0783c32ff19945abd429f8cd6995ec6c076b92c959a19e42ff09ae85
3
- size 4584539880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00220a7d6f1c9e24f4d9671724668d6225fcc1a37db5c0218d1c688ed8e63d9f
3
+ size 4600432166
model-00002-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:005a4e2e91d049a5588f029d5b720ed9069da254728b6865ea4feb79a7579bf8
3
- size 4664168332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581359a288c03f570b63f26f25320b3786e04371638384433e1db69c8a7a2dd5
3
+ size 4664185292
model-00003-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b17d2a3294c83800042f6baf4dbed834903e16e11abde0356f12960454bb5365
3
- size 4999711704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd9282a75f80dcfe9538f0061cd626798337449bc3486334fd88a84a8fa71eb
3
+ size 4999695592
model-00004-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9dac9645d4664a3256139101018fc59df64c16a217cf57a2e3ced33818fdc9a3
3
- size 4966157988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8db97b5b7e357d0cd04f10b96337924789c5de8f43870cd779e4e0a21a24951b
3
+ size 4966158412
model-00005-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:006cff5db3d12a7d88304c23bba6d4391af5f2d507a3fd91c6da31f4ce9936f0
3
- size 4664134408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a72ef23e23affbc7a106b3165ba034265e5e22c9975afa0949c5f0c1e220468
3
+ size 4664134760
model-00006-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24639aa5196582eb38cb343deb8af95939a3f7e1ab55601da14aa610d10a6f3a
3
- size 4664168356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e02e36f74337903925b705cf2219beae5f3ac00ab4caf0ce35b4ff520528dadd
3
+ size 4664168820
model-00007-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f6cccc7d0c7b31a117acd594e777ae2ce4ce9531be7dd2bb220583081ed1a3f
3
- size 4664184860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b20c6ef8aaead315c1b9e9a71616f095b9ed66d69f17b872d60fdeb373f3382f
3
+ size 4664167792
model-00008-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bfc2abab27c9bd25a256e1a99d465866c77e1e8ec37842874475aeeeeb98174
3
- size 4999695240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553ab0639ee5664b7a6015ab9c6e8b721658c4e9e00120c7479e7c7716f45dbb
3
+ size 4999713140
model-00009-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0d09be859089e725ca7cdcf0e5fe62e62e7dc6c0a95c7ba967fcd7db7f187d8
3
- size 4966158020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0485c60cb29863b99dd36b7b0c61ab874faa75fb0fd7b04c658b2bae31d55b3d
3
+ size 4966157668
model-00010-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64af923ba68fa6727ef424d846fdd393ee01910426ba32efb0e80a1d0f5bbdbb
3
- size 4664134408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b69ed2983fa8dab8bc6e95414fd8ab47e1ec7c4cf6ab707f85ef2786b0e992
3
+ size 4664135528
model-00011-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a2edf8b33e3b1b2b25aa9b6a5fc4e985d9f454d0b22153baea873af111ac885
3
- size 4664168364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7550504a2af1fad600484435683130c99d9bc669e655955e3860c23cf614bebd
3
+ size 4664185324
model-00012-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58b106e3702e8ec19d9dfc0aaf1359bb91546214acbd227bed7620d07ba3dc31
3
- size 4664167408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76cd13efb70275f2f5b77b96e74f9833a7da6f17c5a54c689e7a63d3bc667d7
3
+ size 4664151296
model-00013-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eee4651517a0e40bdd3eac738a3f8bb86a8fe72f930911071db40e8c33f1b3bb
3
- size 4999712684
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782dc1639977e17cdbe59a96c8a23b636ce88bbf7141d6306d5680eb0d8b72ed
3
+ size 4999713140
model-00014-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0388320865dc44c60971a67a471d6b4a4f62c6072abfd3548ce94d0c27dc6d05
3
- size 4966157276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3baa031bf0579e211f0d380233ef888aafc02cac8de2dd9808046446de08824d
3
+ size 4966157416
model-00015-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abdbfe2ac62d25a06ba484ed33e7289c7a6e7be04340c0fcd2801b660147e188
3
- size 4664135136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3da4561c65e1fc3b2b59d24ada96b69da0f3a0d484fe5afa89aa93aed3f5954
3
+ size 4664135788
model-00016-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e467e6afe48d5bcab190e48476565d3c93756774270f2295e4f0d5f1eeb9f728
3
- size 4664184860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53bb6d2754e3cf9b36cf3894b50d5366cf1e008f439dac13d1bfa1ac075018c4
3
+ size 4664167800
model-00017-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3379352192388394b32890abbcacdd77c13f22848bae777da2643e3b9c5441ff
3
- size 4664150920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42a43d9fba7560121487d8b99144d51a32f03eba2937055e892032996e87538
3
+ size 4664168812
model-00018-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e05154d640f506cd51ace961357d3ebf3a4440e693dcb9bcabc1fb6bbe63520a
3
- size 4999712684
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11627c68015e3d7b53c5e2a0bebee458643a218768595b1d267103d0cd084bae
3
+ size 4999712364
model-00019-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6c0cecd2356a79689734fa88d66a4bbfc739aab2afd592ea3c482303ec78f06
3
- size 4966157056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189fbe7ec54e7e37c2f5fcf108466d96793e1fcbe83f46e2b5dda55d35c6ff60
3
+ size 4966158184
model-00020-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b9aa89b99b63d529c8e1e1f654676697f227845e7e4e730a7e316d6e05bb115
3
- size 4664135364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3349d94d4c37934780668e5383c79975a77ad363b109b9925d24dcaf7b77e143
3
+ size 4664152300
model-00021-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d8d5c4c8f832639d4f47355855b4df851491e36fe2e5712b8813412d699c2c1
3
- size 4664167408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31da1202bf2e2f68cbeee0999dc59f2d7d2bd84899e357a49b91cfca429268c
3
+ size 4664151296
model-00022-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:806bb2b39375df205fff4dde8fbef0040306c0eafdeba052f7129aacdafb793f
3
- size 4664168364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6bc4523b2d896ed9cdc0becc0abb00c9a38e02df8246ab83fac9b25a76a1d9b
3
+ size 4664168812
model-00023-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb1bc703e99257300588b821077478b00920ce5e4994823e9fe99ad6dcc23081
3
- size 4999711948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3c710da1005d2974ae5b6a161dd4175e4b9f8efdc239b943d8e1ec9a7d5027
3
+ size 4999712120
model-00024-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae4a670a6d8003fc41553b0c56599e46ed8dd9503a3e82f446a158aa79004842
3
- size 4966157792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc27793a59cb17be90e72c7b4e13e91f25f81fd34c66a20e1d1af0a9423c6b98
3
+ size 4966158436
model-00025-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8835ec89e7d96a4747d024ce0f48e261435aac71c55881c69c7211a8496bf473
3
- size 4664151860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb35c7abf4abdbdb8cf950abd8b878971a9e3b990bdf4ae698cf79b1bb0ff0d
3
+ size 4664134768
model-00026-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eed17f016eb563541a0c03e4dd81b4fd714a6d2689fde3074cddb10fbcc88b3a
3
- size 4664150920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14f7a2c1cb80bfa8f986871b3c22de2c0844354c9afdc89b7482cb326d3c290
3
+ size 4664168804
model-00027-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9050f6f744a43eaf64f60c006babe839fd1de6d56b06c6cd36cb71f35fa86965
3
- size 4664168364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec45a91c216984911319693b632a9c686bf3663f651b462bc6be373c8e5dd95
3
+ size 4664185324
model-00028-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e7fb575be85c6d426c89bd8271b00d28b9b405dcd475d7bfd1442c581b5439f
3
- size 4999711728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d07df9e2e1933925b33d7c95479f2739a51c4044162064b824b2ed230512378
3
+ size 4999695616
model-00029-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8186730dde8ca9effde084cb302a4cb65b8c096f169f37b181925c759e99b05
3
- size 4966158020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d23450cd0620ce5f847211197ab5a7bbfea4d577ca5579e5e88d4a704bdb2e
3
+ size 4966158436
model-00030-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ef68e22a893efd0250054711ba407fa7264795491d7ca0e53f982cab2338ccb
3
- size 4664134408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f511018e917a032e7258a2479849729606d0e06b0fdd92df568f4adefe4522
3
+ size 4664134768
model-00031-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37aace932954b87e03fb311c10954136c0526bf0c2538361f036f51b881d0fa3
3
- size 4664168356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1edcb66945c5652877958c0cbb4df54604f20fa5818b3f7734f8da68d38c449
3
+ size 4664168820
model-00032-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:530b8610e40a13554f4a231cff4b59257c21e2d64bcb109c5a3678a0a34e50cf
3
- size 4664184860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8adda586cff817725d23db4d7a41e080ace2a9682a72b8d5fa5d6ffe0198683d
3
+ size 4664167792
model-00033-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b26a0414b5805979b0beed827fddfeb820579dd43f805a036b83492b167e7469
3
- size 4999695240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd435ff7d319d1ebd6fc0cd684beef01d9573ff963e3f9f51f325b035aa7bdeb
3
+ size 4999713140
model-00034-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15bb11ce754d05242faf7dc0128acf470c3b6497141552bfe22bb5e2f6d4a731
3
- size 4966158020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2522b0f5aaf25a8b0823575121237fa913c4c9f02139a1c1f5f51c075b1f3c9
3
+ size 4966157668
model-00035-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b088ea6615aa10387e049e43a2eaa4e0376482a20a342692c6cb082487bf2d0
3
- size 4664134408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b855f7f8cf6a514f7fa0c2374972c371460f3ff9bd6c2f7e908496d96bff581
3
+ size 4664135528
model-00036-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec6b0efa40c8b93b2f09f5046ec9104604515f89dbea95b64ea19702ddc4bfe5
3
- size 4664168364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224b9f407b21f756b61acdba93e909aa8e48efe2d29b950846b0956b6a2000b8
3
+ size 4664185324
model-00037-of-00037.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5364abf7eefe938132d5b9ce6a8bbbb95703ffc55d9a1e32250c6c69742b76e3
3
- size 3040920232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c68c73b01e54725376ee3d98b442eac04eab7bf2119732f9892de7c68559842a
3
+ size 4878059512
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff