joerowell commited on
Commit
2e7ba1a
·
0 Parent(s):

initial commit

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +35 -0
  2. LICENSE.md +202 -0
  3. README.md +123 -0
  4. config.json +131 -0
  5. configuration_laguna.py +213 -0
  6. generation_config.json +12 -0
  7. model-00001-of-00089.safetensors +3 -0
  8. model-00002-of-00089.safetensors +3 -0
  9. model-00003-of-00089.safetensors +3 -0
  10. model-00004-of-00089.safetensors +3 -0
  11. model-00005-of-00089.safetensors +3 -0
  12. model-00006-of-00089.safetensors +3 -0
  13. model-00007-of-00089.safetensors +3 -0
  14. model-00008-of-00089.safetensors +3 -0
  15. model-00009-of-00089.safetensors +3 -0
  16. model-00010-of-00089.safetensors +3 -0
  17. model-00011-of-00089.safetensors +3 -0
  18. model-00012-of-00089.safetensors +3 -0
  19. model-00013-of-00089.safetensors +3 -0
  20. model-00014-of-00089.safetensors +3 -0
  21. model-00015-of-00089.safetensors +3 -0
  22. model-00016-of-00089.safetensors +3 -0
  23. model-00017-of-00089.safetensors +3 -0
  24. model-00018-of-00089.safetensors +3 -0
  25. model-00019-of-00089.safetensors +3 -0
  26. model-00020-of-00089.safetensors +3 -0
  27. model-00021-of-00089.safetensors +3 -0
  28. model-00022-of-00089.safetensors +3 -0
  29. model-00023-of-00089.safetensors +3 -0
  30. model-00024-of-00089.safetensors +3 -0
  31. model-00025-of-00089.safetensors +3 -0
  32. model-00026-of-00089.safetensors +3 -0
  33. model-00027-of-00089.safetensors +3 -0
  34. model-00028-of-00089.safetensors +3 -0
  35. model-00029-of-00089.safetensors +3 -0
  36. model-00030-of-00089.safetensors +3 -0
  37. model-00031-of-00089.safetensors +3 -0
  38. model-00032-of-00089.safetensors +3 -0
  39. model-00033-of-00089.safetensors +3 -0
  40. model-00034-of-00089.safetensors +3 -0
  41. model-00035-of-00089.safetensors +3 -0
  42. model-00036-of-00089.safetensors +3 -0
  43. model-00037-of-00089.safetensors +3 -0
  44. model-00038-of-00089.safetensors +3 -0
  45. model-00039-of-00089.safetensors +3 -0
  46. model-00040-of-00089.safetensors +3 -0
  47. model-00041-of-00089.safetensors +3 -0
  48. model-00042-of-00089.safetensors +3 -0
  49. model-00043-of-00089.safetensors +3 -0
  50. model-00044-of-00089.safetensors +3 -0
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
LICENSE.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2026 Poolside
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: vllm
3
+ inference: false
4
+ extra_gated_description: >-
5
+ To learn more about how we process your personal data, please read our <a
6
+ href="https://poolside.ai/legal/privacy">Privacy Policy</a>.
7
+ tags:
8
+ - laguna-m.1
9
+ - vllm
10
+ - sglang
11
+ - bf16
12
+ - moe
13
+ license: apache-2.0
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ <p align="center">
18
+ <img alt="poolside-banner" src="https://poolside.ai/assets/laguna/laguna-m1-banner.svg" width="800px">
19
+ </p>
20
+
21
+ <p align="center">
22
+ <a href="https://poolside.ai/blog/laguna-a-deeper-dive"><strong>Release blog post</strong></a> ·
23
+ <a href="https://poolside.ai/assets/laguna/laguna-m1-xs2-technical-report.pdf"><strong>Technical report</strong></a>
24
+ </p>
25
+
26
+ <br>
27
+
28
+ # Laguna M.1-base
29
+
30
+ Laguna M.1-base is the **pre-trained base checkpoint** for [Laguna M.1](https://huggingface.co/poolside/Laguna-M.1), a 225B total parameter Mixture-of-Experts model with 23B activated parameters per token. This is the base model **prior to post-training and reinforcement learning** — it is a text-completion model with no instruction-following, reasoning, or tool-calling behavior. For agentic coding and chat use, use the post-trained [Laguna M.1](https://huggingface.co/poolside/Laguna-M.1).
31
+
32
+ > [!NOTE]
33
+ > For details on how we trained Laguna, check out our [release blog post](https://poolside.ai/blog/laguna-a-deeper-dive) and [technical report](https://poolside.ai/assets/laguna/laguna-m1-xs2-technical-report.pdf).
34
+
35
+ ## Highlights
36
+
37
+ * **Large sparse MoE**: Laguna M.1 is a 70-layer MoE transformer with 225B total parameters and 23B activated parameters per token
38
+ * **High-capacity expert routing**: After 3 dense SwiGLU layers, Laguna M.1 uses 67 sparse MoE layers with 256 experts, top-k=16 routing and auxiliary-loss-free load balancing
39
+ * **Global attention architecture**: Laguna M.1 uses global attention across all layers with 64 Q-heads, 8 KV-heads and softplus attention output gating
40
+ * **Pre-instruct base checkpoint**: Trained with pre-training only; intended as a starting point for further training rather than direct chat/agentic use
41
+ * **Apache 2.0 license**: Use and modify freely for commercial and non-commercial purposes
42
+
43
+ ---
44
+
45
+ ## Model overview
46
+
47
+ - Stage: pre-training only (no post-training or reinforcement learning)
48
+ - Number of parameters: 225B total with 23B activated per token
49
+ - Optimizer: Muon
50
+ - Layers: 70 layers with global attention
51
+ - Experts: 256 experts with 1 shared expert; top-k=16 routing
52
+ - Dense layers: first 3 layers are dense SwiGLU; remaining 67 layers are sparse MoE
53
+ - Attention: 64 Q-heads, 8 KV-heads, head dimension 128, with softplus attention output gating
54
+ - Positional encoding: RoPE with YaRN
55
+ - Modality: text-to-text (completion)
56
+ - Context window: 262,144 tokens
57
+
58
+ ## Usage
59
+
60
+ Laguna M.1-base is a text-completion model. It has no chat template, reasoning, or tool-calling support — serve it without the reasoning/tool-call parsers and prompt it with raw text.
61
+
62
+ ### vLLM
63
+
64
+ Laguna support is available in [vLLM](https://github.com/vllm-project/vllm) (v0.21.0 and later, [vllm-project/vllm#41129](https://github.com/vllm-project/vllm/pull/41129)).
65
+
66
+ ```shell
67
+ pip install 'vllm>=0.21.0'
68
+
69
+ vllm serve \
70
+ --model poolside/Laguna-M.1-base \
71
+ --served-model-name laguna-base
72
+ ```
73
+
74
+ Query the completions endpoint from any OpenAI-compatible client:
75
+
76
+ ```python
77
+ from openai import OpenAI
78
+
79
+ client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
80
+
81
+ completion = client.completions.create(
82
+ model="laguna-base",
83
+ prompt="def fibonacci(n):\n",
84
+ max_tokens=128,
85
+ temperature=0.7,
86
+ )
87
+ print(completion.choices[0].text)
88
+ ```
89
+
90
+ ### SGLang
91
+
92
+ Laguna M.1-base is supported in SGLang via [sgl-project/sglang#28400](https://github.com/sgl-project/sglang/pull/28400). As a completion model, serve it without the reasoning/tool-call parsers. A full serving recipe will be added here.
93
+
94
+ ### Transformers
95
+
96
+ Laguna is supported in Transformers `v5.7.0` and later ([huggingface/transformers#45673](https://github.com/huggingface/transformers/pull/45673)).
97
+
98
+ > [!NOTE]
99
+ > Laguna M.1-base is a 225B-parameter model; loading the BF16 checkpoint in Transformers requires substantial multi-GPU memory (`device_map="auto"` shards across available devices). For single-node serving, vLLM is recommended.
100
+
101
+ ```python
102
+ import torch
103
+ from transformers import AutoModelForCausalLM, AutoTokenizer
104
+
105
+ model_id = "poolside/Laguna-M.1-base"
106
+
107
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
108
+ model = AutoModelForCausalLM.from_pretrained(model_id, dtype=torch.bfloat16, device_map="auto")
109
+
110
+ inputs = tokenizer("def fibonacci(n):\n", return_tensors="pt").to(model.device)
111
+ outputs = model.generate(**inputs, max_new_tokens=128, do_sample=True, temperature=0.7)
112
+ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
113
+ ```
114
+
115
+ ## License
116
+
117
+ This model is licensed under the [Apache 2.0 License](https://huggingface.co/poolside/Laguna-M.1-base/blob/main/LICENSE.md).
118
+
119
+ ## Intended and Responsible Use
120
+
121
+ Laguna M.1 is designed for software engineering and agentic coding use cases, and you are responsible for confirming that it is appropriate for your intended application. Laguna M.1 is subject to the [Apache 2.0 License](https://huggingface.co/poolside/Laguna-M.1/blob/main/LICENSE.md), and should be used consistently with Poolside's [Acceptable Use Policy](https://poolside.ai/legal/acceptable-use-policy). We advise against circumventing Laguna M.1 safety guardrails without implementing substantially equivalent mitigations appropriate for your use case.
122
+
123
+ Please report security vulnerabilities or safety concerns to [security@poolside.ai](mailto:security@poolside.ai).
config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LagunaForCausalLM"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_laguna.LagunaConfig",
7
+ "AutoModelForCausalLM": "modeling_laguna.LagunaForCausalLM"
8
+ },
9
+ "model_type": "laguna",
10
+ "vocab_size": 100352,
11
+ "hidden_size": 4096,
12
+ "intermediate_size": 16384,
13
+ "num_hidden_layers": 70,
14
+ "num_attention_heads": 64,
15
+ "num_key_value_heads": 8,
16
+ "head_dim": 128,
17
+ "max_position_embeddings": 262144,
18
+ "attention_bias": false,
19
+ "attention_dropout": 0.0,
20
+ "rms_norm_eps": 1e-06,
21
+ "num_experts": 256,
22
+ "num_experts_per_tok": 16,
23
+ "moe_intermediate_size": 1024,
24
+ "shared_expert_intermediate_size": 1024,
25
+ "norm_topk_prob": true,
26
+ "router_aux_loss_coef": 0.00025,
27
+ "decoder_sparse_step": 1,
28
+ "mlp_only_layers": [
29
+ 0,
30
+ 1,
31
+ 2
32
+ ],
33
+ "bos_token_id": 2,
34
+ "eos_token_id": [
35
+ 2,
36
+ 24
37
+ ],
38
+ "pad_token_id": 9,
39
+ "tie_word_embeddings": false,
40
+ "use_cache": true,
41
+ "torch_dtype": "bfloat16",
42
+ "gating": "per-element",
43
+ "sliding_window": 0,
44
+ "rope_parameters": {
45
+ "full_attention": {
46
+ "rope_theta": 500000.0,
47
+ "rope_type": "yarn",
48
+ "factor": 64.0,
49
+ "original_max_position_embeddings": 4096,
50
+ "beta_slow": 1.0,
51
+ "beta_fast": 64.0,
52
+ "attention_factor": 1.0,
53
+ "partial_rotary_factor": 1.0
54
+ }
55
+ },
56
+ "moe_apply_router_weight_on_input": false,
57
+ "partial_rotary_factor": 1.0,
58
+ "mlp_layer_types": [
59
+ "dense",
60
+ "dense",
61
+ "dense",
62
+ "sparse",
63
+ "sparse",
64
+ "sparse",
65
+ "sparse",
66
+ "sparse",
67
+ "sparse",
68
+ "sparse",
69
+ "sparse",
70
+ "sparse",
71
+ "sparse",
72
+ "sparse",
73
+ "sparse",
74
+ "sparse",
75
+ "sparse",
76
+ "sparse",
77
+ "sparse",
78
+ "sparse",
79
+ "sparse",
80
+ "sparse",
81
+ "sparse",
82
+ "sparse",
83
+ "sparse",
84
+ "sparse",
85
+ "sparse",
86
+ "sparse",
87
+ "sparse",
88
+ "sparse",
89
+ "sparse",
90
+ "sparse",
91
+ "sparse",
92
+ "sparse",
93
+ "sparse",
94
+ "sparse",
95
+ "sparse",
96
+ "sparse",
97
+ "sparse",
98
+ "sparse",
99
+ "sparse",
100
+ "sparse",
101
+ "sparse",
102
+ "sparse",
103
+ "sparse",
104
+ "sparse",
105
+ "sparse",
106
+ "sparse",
107
+ "sparse",
108
+ "sparse",
109
+ "sparse",
110
+ "sparse",
111
+ "sparse",
112
+ "sparse",
113
+ "sparse",
114
+ "sparse",
115
+ "sparse",
116
+ "sparse",
117
+ "sparse",
118
+ "sparse",
119
+ "sparse",
120
+ "sparse",
121
+ "sparse",
122
+ "sparse",
123
+ "sparse",
124
+ "sparse",
125
+ "sparse",
126
+ "sparse",
127
+ "sparse",
128
+ "sparse"
129
+ ],
130
+ "moe_routed_scaling_factor": 1.0
131
+ }
configuration_laguna.py ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright 2026 Poolside and the HuggingFace Inc. team. All rights reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ from typing import Any, Literal
15
+
16
+ from huggingface_hub.dataclasses import strict
17
+
18
+ from transformers.configuration_utils import PreTrainedConfig
19
+ from transformers.modeling_rope_utils import RopeParameters
20
+ from transformers.utils import auto_docstring
21
+
22
+
23
+ @auto_docstring(checkpoint="poolside/laguna-XS.2")
24
+ @strict
25
+ class LagunaConfig(PreTrainedConfig):
26
+ r"""
27
+ partial_rotary_factor (`float`, *optional*):
28
+ Fraction of ``head_dim`` to rotate. Folded into each ``rope_parameters[layer_type]``
29
+ entry by ``__post_init__``.
30
+ num_attention_heads_per_layer (`list[int]`, *optional*):
31
+ Per-layer override for ``num_attention_heads``. Length must equal ``num_hidden_layers``.
32
+ mlp_layer_types (`list[str]`, *optional*):
33
+ Per-layer MLP type — ``"dense"`` or ``"sparse"``. Length must equal
34
+ ``num_hidden_layers``. Defaults to first layer dense, rest sparse.
35
+ moe_routed_scaling_factor (`float`, *optional*, defaults to 1.0):
36
+ Scalar applied to routed-expert output before combining with the shared-expert output.
37
+ moe_apply_router_weight_on_input (`bool`, *optional*, defaults to `False`):
38
+ Whether to apply router weights to the MoE input rather than the output. Not supported
39
+ in transformers yet; ``True`` will raise a ``NotImplementedError`` for now.
40
+ moe_router_logit_softcapping (`float`, *optional*, defaults to 0.0):
41
+ Scaling factor when applying tanh softcapping on the logits of the MoE router logits.
42
+
43
+ Example:
44
+
45
+ ```python
46
+ >>> from transformers import LagunaModel, LagunaConfig
47
+
48
+ >>> configuration = LagunaConfig()
49
+ >>> model = LagunaModel(configuration)
50
+ >>> configuration = model.config
51
+ ```
52
+ """
53
+
54
+ model_type = "laguna"
55
+ keys_to_ignore_at_inference = ["past_key_values"]
56
+ base_model_tp_plan = {
57
+ "layers.*.self_attn.q_proj": "colwise",
58
+ "layers.*.self_attn.k_proj": "colwise",
59
+ "layers.*.self_attn.v_proj": "colwise",
60
+ "layers.*.self_attn.g_proj": "colwise",
61
+ "layers.*.self_attn.o_proj": "rowwise",
62
+ "layers.*.self_attn.q_norm": "replicated_with_grad_allreduce",
63
+ "layers.*.self_attn.k_norm": "replicated_with_grad_allreduce",
64
+ "layers.*.mlp.gate_proj": "colwise",
65
+ "layers.*.mlp.up_proj": "colwise",
66
+ "layers.*.mlp.down_proj": "rowwise",
67
+ "layers.*.mlp.experts.gate_up_proj": "packed_colwise",
68
+ "layers.*.mlp.experts.down_proj": "rowwise",
69
+ "layers.*.mlp.experts": "moe_tp_experts",
70
+ "layers.*.mlp.shared_experts.gate_proj": "colwise",
71
+ "layers.*.mlp.shared_experts.up_proj": "colwise",
72
+ "layers.*.mlp.shared_experts.down_proj": "rowwise",
73
+ }
74
+ base_model_pp_plan = {
75
+ "embed_tokens": (["input_ids"], ["inputs_embeds"]),
76
+ "layers": (["hidden_states", "attention_mask"], ["hidden_states"]),
77
+ "norm": (["hidden_states"], ["hidden_states"]),
78
+ }
79
+
80
+ # Qwen2Moe-inherited defaults we want to override for Laguna's typical shape.
81
+ vocab_size: int = 100352
82
+ hidden_size: int = 2048
83
+ intermediate_size: int = 8192
84
+ num_hidden_layers: int = 40
85
+ num_attention_heads: int = 48
86
+ num_key_value_heads: int = 8
87
+ hidden_act: str = "silu"
88
+ max_position_embeddings: int = 131072
89
+ initializer_range: float = 0.02
90
+ rms_norm_eps: float = 1e-6
91
+ use_cache: bool = True
92
+ tie_word_embeddings: bool = False
93
+ rope_parameters: RopeParameters | dict | None = None
94
+ sliding_window: int | None = None
95
+ attention_dropout: float | int = 0.0
96
+ moe_intermediate_size: int = 512
97
+ shared_expert_intermediate_size: int = 512
98
+ num_experts_per_tok: int = 8
99
+ num_experts: int = 256
100
+ output_router_logits: bool = False
101
+ router_aux_loss_coef: float = 0.001
102
+ layer_types: list[str] | None = None
103
+ pad_token_id: int | None = None
104
+ bos_token_id: int | None = None
105
+ eos_token_id: int | list[int] | None = None
106
+
107
+ # Laguna-specific attention
108
+ head_dim: int = 128
109
+ attention_bias: bool = False
110
+ partial_rotary_factor: float | None = None
111
+ num_attention_heads_per_layer: list[int] | None = None
112
+ # Laguna-specific MoE
113
+ mlp_layer_types: list[str] | None = None
114
+ moe_routed_scaling_factor: float = 1.0
115
+ moe_apply_router_weight_on_input: bool = False
116
+ moe_router_logit_softcapping: float = 0.0
117
+
118
+ def __post_init__(self, **kwargs):
119
+ if self.layer_types is None:
120
+ self.layer_types = ["full_attention"] * self.num_hidden_layers
121
+ if self.mlp_layer_types is None:
122
+ self.mlp_layer_types = ["dense"] + ["sparse"] * (self.num_hidden_layers - 1)
123
+ if self.num_attention_heads_per_layer is None:
124
+ self.num_attention_heads_per_layer = [self.num_attention_heads] * self.num_hidden_layers
125
+
126
+ default_rope_params: dict[Literal["full_attention", "sliding_attention"], dict[str, Any]] = {
127
+ "full_attention": {"rope_type": "default", "rope_theta": 500000.0},
128
+ "sliding_attention": {"rope_type": "default", "rope_theta": 10000.0},
129
+ }
130
+ if self.rope_parameters is None:
131
+ self.rope_parameters = default_rope_params
132
+
133
+ self._normalize_rope_parameters()
134
+ # Skip ``Qwen2MoeConfig.__post_init__`` — it references ``mlp_only_layers`` /
135
+ # ``use_sliding_window`` / ``max_window_layers`` which Laguna drops above.
136
+ super().__post_init__(**kwargs)
137
+
138
+ def _normalize_rope_parameters(self):
139
+ """Coerce ``rope_parameters`` to the nested ``{layer_type: {...}}`` shape.
140
+
141
+ Accepts an already-nested dict as-is, or a flat dict that gets broadcast to every
142
+ layer type. A top-level ``partial_rotary_factor`` is folded into each sub-dict as
143
+ a default.
144
+ """
145
+ layer_types = set(self.layer_types)
146
+ rope_params = self.rope_parameters or {}
147
+ is_nested = isinstance(rope_params, dict) and any(k in layer_types for k in rope_params)
148
+ if is_nested:
149
+ nested = {lt: dict(rope_params.get(lt, {})) for lt in layer_types}
150
+ else:
151
+ nested = {lt: dict(rope_params) for lt in layer_types}
152
+
153
+ if self.partial_rotary_factor is not None:
154
+ for params in nested.values():
155
+ params.setdefault("partial_rotary_factor", self.partial_rotary_factor)
156
+
157
+ for params in nested.values():
158
+ params.setdefault("rope_type", "default")
159
+
160
+ self.rope_parameters = nested
161
+ # Null the top-level field now that its value lives in each sub-dict — otherwise
162
+ # ``standardize_rope_params`` would overwrite per-type values with the global one.
163
+ self.partial_rotary_factor = None
164
+
165
+ def convert_rope_params_to_dict(self, **kwargs):
166
+ # No need to handle BC for new models, because they have no old-format `rope_scaling`
167
+ return kwargs
168
+
169
+ def _validate_yarn_rope_parameters(self, rope_parameters: dict, ignore_keys=None):
170
+ """Override: parent reads ``self.rope_parameters["original_max_position_embeddings"]``
171
+ for its post-hoc factor sanity-check, which works for flat rope configs but raises
172
+ ``KeyError`` when ``self.rope_parameters`` is the Laguna/Gemma3-style per-layer-type
173
+ map (its keys are layer types like ``"full_attention"``). Fix locally by reading
174
+ from the per-call ``rope_parameters`` dict that ``validate_rope`` already passes in.
175
+ """
176
+ # Delegate to parent for the shared checks by temporarily swapping in a flat
177
+ # ``self.rope_parameters`` that has the key the parent expects. Cheapest way to
178
+ # share the parent's logic without reimplementing it here.
179
+ flat = getattr(self, "rope_parameters", None)
180
+ self.rope_parameters = rope_parameters
181
+ try:
182
+ super()._validate_yarn_rope_parameters(rope_parameters, ignore_keys=ignore_keys)
183
+ finally:
184
+ self.rope_parameters = flat
185
+
186
+ def validate_architecture(self):
187
+ """Part of ``@strict``-powered validation."""
188
+ if self.moe_apply_router_weight_on_input:
189
+ raise NotImplementedError(
190
+ "moe_apply_router_weight_on_input=True is not yet supported in the "
191
+ "transformers implementation of Laguna."
192
+ )
193
+ if (
194
+ self.num_attention_heads_per_layer is not None
195
+ and len(self.num_attention_heads_per_layer) != self.num_hidden_layers
196
+ ):
197
+ raise ValueError(
198
+ f"num_attention_heads_per_layer length ({len(self.num_attention_heads_per_layer)}) "
199
+ f"must equal num_hidden_layers ({self.num_hidden_layers})."
200
+ )
201
+ if len(self.layer_types) != self.num_hidden_layers:
202
+ raise ValueError(
203
+ f"layer_types length ({len(self.layer_types)}) "
204
+ f"must equal num_hidden_layers ({self.num_hidden_layers})."
205
+ )
206
+ if len(self.mlp_layer_types) != self.num_hidden_layers:
207
+ raise ValueError(
208
+ f"mlp_layer_types length ({len(self.mlp_layer_types)}) "
209
+ f"must equal num_hidden_layers ({self.num_hidden_layers})."
210
+ )
211
+
212
+
213
+ __all__ = ["LagunaConfig"]
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 2,
6
+ 24
7
+ ],
8
+ "max_new_tokens": 2048,
9
+ "pad_token_id": 9,
10
+ "temperature": 0.7,
11
+ "top_p": 0.9
12
+ }
model-00001-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8632741e8c945e64f8481bdca8d61dbbfc0575492c648ca2b65bc7df477a4ea
3
+ size 5119451664
model-00002-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d383368c041bd3e353ea999184486a6ce0fedfe3dc340530eb5fde14df9eba
3
+ size 5085993864
model-00003-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d6a582d23f5fe52e06da316271bd4dc6fa599c6b0190b5d6466e3f6f1b521c
3
+ size 5117432672
model-00004-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53af63b5eba2512d2f381f451af52182d8c6d4810b5f1a4a04fb04d468cc9d7b
3
+ size 5119410552
model-00005-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d123586a70e89ca15b646ca5a3b89df9a840a7156fd2a5963c3b7e58f15817bb
3
+ size 5117126864
model-00006-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d6513689c47ed54f1926add13a5c18ae320f93020a62272ef62526af586ef5
3
+ size 5117126776
model-00007-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9c1aa557c300cfcd4ec3e33795b45129f23b1eff22b8be8211a4bb81abd150
3
+ size 5117126776
model-00008-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ea2a19570b0e4843fea911864cad4dbe4cb44911473781d4dc13f83afb9626
3
+ size 5117126880
model-00009-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa88e1bc4f6027f6d25851a68c54baf1d68b506ed4d64c81a306335e2599473
3
+ size 5117126936
model-00010-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1c7577d7701a5b92dc7b769a8424aa023050dd79153e83b3b174642f5d0b0e
3
+ size 5117126840
model-00011-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c811ad9526c67011805c106d0ddf2125bc1008be91b2d3c41acedbd1d31e330
3
+ size 5117126776
model-00012-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795b82c7ce70faed4bb2bffa8faae36eda207fb99eb63eda36837aaf097c6ab0
3
+ size 5117126776
model-00013-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d95a0e9a19310787e8fb670a436f7e79ff5611e624c56c482f4dc2e2e4ccd6
3
+ size 5117127072
model-00014-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a5d58a7c1ababab558ca338521a19c308bd77a3b66f67880315925714312cb
3
+ size 5117127560
model-00015-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73999bbda5f9f3d015ae92e23bd6e4f934d1f68a43ed5a78ef69657d3c4e6d28
3
+ size 5117127416
model-00016-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5764691ac7fed32348b36a5ad51892e7d96b8db23c7ee6427a91038c74d00c7b
3
+ size 5117127384
model-00017-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aaa0ed888b3ca70262bf864a40476a9912900186b2ef394bdcbbefaf3400d1d
3
+ size 5117127384
model-00018-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee62de0fef280679505f761e85c02bf3ad426660109c6caf865875dd7ded1303
3
+ size 5117127536
model-00019-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a1b1d7cdcfdba0e30ecdea6922ee6f86e1ac6221cd31c4b6a51320cd113b23
3
+ size 5117127568
model-00020-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7864138dff629d384ddc4f9237c9289dca7af03d0e6ecc7c5613ffc4da21c458
3
+ size 5117127384
model-00021-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4092d630cf2c4abed2d930bc3882fa5bb47f77d385a3ed5b4eb37729b208fa1
3
+ size 5117127384
model-00022-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd7bac418a3c61e8c1ced1dbf38fd22596102c2f02a9b40c418aecd999bf0693
3
+ size 5117127400
model-00023-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8813301fb169bc2107a8d23d97edcd88c090c6a8f56872e3ee319291807b193
3
+ size 5117127544
model-00024-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5df83bd8ca11dbc5e93d0f175a7789ad6054a2106bb21a71cea3893c21b86e
3
+ size 5117127544
model-00025-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01fa055f90698193bf5025a1d5e2672ae6ea7232790f94506df160afd2d83bc
3
+ size 5117127384
model-00026-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe035f0147283f1e6aedfda0783d246c18bf6de6b621bd410572d4ee406eaaa1
3
+ size 5117127384
model-00027-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db3936023f48645a0978a2036a69972e7f0eaadfdcf65afbfba2622acc640e3d
3
+ size 5117127424
model-00028-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba05a9e636123a8e3ad79b17e8e3750c8bc4d8b058579525c5d96acdb5b4154
3
+ size 5117127544
model-00029-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d894c0d55a34b13a7ecf9776515bf234021ef6ac0da5d762624797610a41d8
3
+ size 5117127520
model-00030-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372b9c71dacc34e5743a90a164826763fa48269d4ac5771e23196cbb1917fe9b
3
+ size 5117127384
model-00031-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173cfee7e4717f4e4239eb6f090d310349e33c42bf51f8fc25a55fcc0e22dee1
3
+ size 5117127384
model-00032-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e183403bbdc936fad5a4ce9474995e1b201566566781df483c4b275be5521b12
3
+ size 5117127440
model-00033-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd68bdbb7d5f29afbd31a0a3db19178a5c5d0910a9a5a3bf86061deaf0708c84
3
+ size 5117127544
model-00034-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bc13e69105e2b1bdce672fd294343062b2a9fe4b212b0e9a54b7e1c19ae1eb
3
+ size 5117127496
model-00035-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d441d48e5f4203500620e765f131d4c134deeb809b4c914db02693a456a802d
3
+ size 5117127384
model-00036-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:540c6ef065d744f0c122ec5a791bd1af5c3b9967bfd6f8bebcb4bb1a9dc7ce0e
3
+ size 5117127384
model-00037-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2d97b4ec661e6ad3b95798a5c6da3f9c76671a6ed72f331cc4aaa46c334bf5
3
+ size 5117127464
model-00038-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c5409109530c97194399c87e18e12e9d0bf5503ad94be64da310914c098d5f8
3
+ size 5117127544
model-00039-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf441560879fb2629c17601afab7e44b00c24845f2a8c78f53e3304e4e006dd6
3
+ size 5117127480
model-00040-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628f4a143d0b9d8c8689a570d5a23af4dbdfdb86ea98f5bc11dcb3dda9dca894
3
+ size 5117127384
model-00041-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dedabea4d64a9272896e99af10cc0f572b7a53117082d9c8d2fe740e46aa7ea
3
+ size 5117127384
model-00042-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919f86ec5ac75e928bc670d142fb9c852ef700f0076da0aa89c355e8ef078a9b
3
+ size 5117127488
model-00043-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53d4e29422b0df39116c03c5f6f3385d586d1815c16476221da35541875794e
3
+ size 5117127544
model-00044-of-00089.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4065660d8bbd1a05471e9c4f1470832628067adb4011df7aa48fa350e8bd87f
3
+ size 5117127456