modilify/Modilify-Mk1-preview
120
1# Modilify Mk1 Preview โ Notices2 3Copyright 2026 Modilify4 5This distribution is derived from `google/diffusiongemma-26B-A4B-it`, published6by Google DeepMind under Apache License 2.0. It retains the upstream multimodal7encoder, vision tower, vision projection, tokenizer, processor assets, and base8language-model parameters. Modilify merged the step-680 low-rank updates and9added recurrent latent deliberation plus a multiplicative10confidence-and-entropy commit policy.11 12The Modilify Open Model License 1.0 applies to Modilify's distribution and13original contributions. It does not erase, narrow, or replace rights and notices14applicable to upstream components. Users remain responsible for complying with15all applicable upstream terms.16 17- Upstream model: https://huggingface.co/google/diffusiongemma-26B-A4B-it18- Transformers project: https://github.com/huggingface/transformers19 20The remote model implementation subclasses public DiffusionGemma interfaces in21Hugging Face Transformers, which is also distributed under Apache License 2.0.22 23## Derivative Model Impact Statement Template24 25When distributing a derivative of Modilify Mk1, include a public impact26statement covering the following items. No separate submission to Modilify is27required.28 29### Identity and modifications30 31- Model name, version, publisher, and contact.32- Base version.33- Material modifications, data sources, merges, quantization, or adaptation.34 35### Intended and excluded uses36 37- Intended users and use cases.38- Explicitly excluded uses.39- Deployment context and degree of human oversight.40 41### Evaluation scope42 43- Evaluated capabilities and datasets.44- Languages, modalities, populations, or contexts not evaluated.45- Hardware and software used.46 47### Known limitations and foreseeable risks48 49- Reliability limitations.50- Safety, bias, privacy, security, and misuse risks.51- High-risk decisions the model must not make autonomously.52 53### Mitigations and monitoring54 55- Technical and organizational safeguards.56- Human review, appeal, and correction mechanisms.57- Monitoring, incident response, and update policy.58 59## Apache License 2.060 61The complete license text applicable to the upstream components follows.62 63 Apache License64 Version 2.0, January 200465 http://www.apache.org/licenses/66 67 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION68 69 1. Definitions.70 71 "License" shall mean the terms and conditions for use, reproduction,72 and distribution as defined by Sections 1 through 9 of this document.73 74 "Licensor" shall mean the copyright owner or entity authorized by75 the copyright owner that is granting the License.76 77 "Legal Entity" shall mean the union of the acting entity and all78 other entities that control, are controlled by, or are under common79 control with that entity. For the purposes of this definition,80 "control" means (i) the power, direct or indirect, to cause the81 direction or management of such entity, whether by contract or82 otherwise, or (ii) ownership of fifty percent (50%) or more of the83 outstanding shares, or (iii) beneficial ownership of such entity.84 85 "You" (or "Your") shall mean an individual or Legal Entity86 exercising permissions granted by this License.87 88 "Source" form shall mean the preferred form for making modifications,89 including but not limited to software source code, documentation90 source, and configuration files.91 92 "Object" form shall mean any form resulting from mechanical93 transformation or translation of a Source form, including but94 not limited to compiled object code, generated documentation,95 and conversions to other media types.96 97 "Work" shall mean the work of authorship, whether in Source or98 Object form, made available under the License, as indicated by a99 copyright notice that is included in or attached to the work100 (an example is provided in the Appendix below).101 102 "Derivative Works" shall mean any work, whether in Source or Object103 form, that is based on (or derived from) the Work and for which the104 editorial revisions, annotations, elaborations, or other modifications105 represent, as a whole, an original work of authorship. For the purposes106 of this License, Derivative Works shall not include works that remain107 separable from, or merely link (or bind by name) to the interfaces of,108 the Work and Derivative Works thereof.109 110 "Contribution" shall mean any work of authorship, including111 the original version of the Work and any modifications or additions112 to that Work or Derivative Works thereof, that is intentionally113 submitted to Licensor for inclusion in the Work by the copyright owner114 or by an individual or Legal Entity authorized to submit on behalf of115 the copyright owner. For the purposes of this definition, "submitted"116 means any form of electronic, verbal, or written communication sent117 to the Licensor or its representatives, including but not limited to118 communication on electronic mailing lists, source code control systems,119 and issue tracking systems that are managed by, or on behalf of, the120 Licensor for the purpose of discussing and improving the Work, but121 excluding communication that is conspicuously marked or otherwise122 designated in writing by the copyright owner as "Not a Contribution."123 124 "Contributor" shall mean Licensor and any individual or Legal Entity125 on behalf of whom a Contribution has been received by Licensor and126 subsequently incorporated within the Work.127 128 2. Grant of Copyright License. Subject to the terms and conditions of129 this License, each Contributor hereby grants to You a perpetual,130 worldwide, non-exclusive, no-charge, royalty-free, irrevocable131 copyright license to reproduce, prepare Derivative Works of,132 publicly display, publicly perform, sublicense, and distribute the133 Work and such Derivative Works in Source or Object form.134 135 3. Grant of Patent License. Subject to the terms and conditions of136 this License, each Contributor hereby grants to You a perpetual,137 worldwide, non-exclusive, no-charge, royalty-free, irrevocable138 (except as stated in this section) patent license to make, have made,139 use, offer to sell, sell, import, and otherwise transfer the Work,140 where such license applies only to those patent claims licensable141 by such Contributor that are necessarily infringed by their142 Contribution(s) alone or by combination of their Contribution(s)143 with the Work to which such Contribution(s) was submitted. If You144 institute patent litigation against any entity (including a145 cross-claim or counterclaim in a lawsuit) alleging that the Work146 or a Contribution incorporated within the Work constitutes direct147 or contributory patent infringement, then any patent licenses148 granted to You under this License for that Work shall terminate149 as of the date such litigation is filed.150 151 4. Redistribution. You may reproduce and distribute copies of the152 Work or Derivative Works thereof in any medium, with or without153 modifications, and in Source or Object form, provided that You154 meet the following conditions:155 156 (a) You must give any other recipients of the Work or157 Derivative Works a copy of this License; and158 159 (b) You must cause any modified files to carry prominent notices160 stating that You changed the files; and161 162 (c) You must retain, in the Source form of any Derivative Works163 that You distribute, all copyright, patent, trademark, and164 attribution notices from the Source form of the Work,165 excluding those notices that do not pertain to any part of166 the Derivative Works; and167 168 (d) If the Work includes a "NOTICE" text file as part of its169 distribution, then any Derivative Works that You distribute must170 include a readable copy of the attribution notices contained171 within such NOTICE file, excluding those notices that do not172 pertain to any part of the Derivative Works, in at least one173 of the following places: within a NOTICE text file distributed174 as part of the Derivative Works; within the Source form or175 documentation, if provided along with the Derivative Works; or,176 within a display generated by the Derivative Works, if and177 wherever such third-party notices normally appear. The contents178 of the NOTICE file are for informational purposes only and179 do not modify the License. You may add Your own attribution180 notices within Derivative Works that You distribute, alongside181 or as an addendum to the NOTICE text from the Work, provided182 that such additional attribution notices cannot be construed183 as modifying the License.184 185 You may add Your own copyright statement to Your modifications and186 may provide additional or different license terms and conditions187 for use, reproduction, or distribution of Your modifications, or188 for any such Derivative Works as a whole, provided Your use,189 reproduction, and distribution of the Work otherwise complies with190 the conditions stated in this License.191 192 5. Submission of Contributions. Unless You explicitly state otherwise,193 any Contribution intentionally submitted for inclusion in the Work194 by You to the Licensor shall be under the terms and conditions of195 this License, without any additional terms or conditions.196 Notwithstanding the above, nothing herein shall supersede or modify197 the terms of any separate license agreement you may have executed198 with Licensor regarding such Contributions.199 200 6. Trademarks. This License does not grant permission to use the trade201 names, trademarks, service marks, or product names of the Licensor,202 except as required for reasonable and customary use in describing the203 origin of the Work and reproducing the content of the NOTICE file.204 205 7. Disclaimer of Warranty. Unless required by applicable law or206 agreed to in writing, Licensor provides the Work (and each207 Contributor provides its Contributions) on an "AS IS" BASIS,208 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or209 implied, including, without limitation, any warranties or conditions210 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A211 PARTICULAR PURPOSE. You are solely responsible for determining the212 appropriateness of using or redistributing the Work and assume any213 risks associated with Your exercise of permissions under this License.214 215 8. Limitation of Liability. In no event and under no legal theory,216 whether in tort (including negligence), contract, or otherwise,217 unless required by applicable law (such as deliberate and grossly218 negligent acts) or agreed to in writing, shall any Contributor be219 liable to You for damages, including any direct, indirect, special,220 incidental, or consequential damages of any character arising as a221 result of this License or out of the use or inability to use the222 Work (including but not limited to damages for loss of goodwill,223 work stoppage, computer failure or malfunction, or any and all224 other commercial damages or losses), even if such Contributor225 has been advised of the possibility of such damages.226 227 9. Accepting Warranty or Additional Liability. While redistributing228 the Work or Derivative Works thereof, You may choose to offer,229 and charge a fee for, acceptance of support, warranty, indemnity,230 or other liability obligations and/or rights consistent with this231 License. However, in accepting such obligations, You may act only232 on Your own behalf and on Your sole responsibility, not on behalf233 of any other Contributor, and only if You agree to indemnify,234 defend, and hold each Contributor harmless for any liability235 incurred by, or claims asserted against, such Contributor by reason236 of your accepting any such warranty or additional liability.237 238 END OF TERMS AND CONDITIONS239 240 APPENDIX: How to apply the Apache License to your work.241 242 To apply the Apache License to your work, attach the following243 boilerplate notice, with the fields enclosed by brackets "[]"244 replaced with your own identifying information. (Don't include245 the brackets!) The text should be enclosed in the appropriate246 comment syntax for the file format. We also recommend that a247 file or class name and description of purpose be included on the248 same "printed page" as the copyright notice for easier249 identification within third-party archives.250 251 Copyright [yyyy] [name of copyright owner]252 253 Licensed under the Apache License, Version 2.0 (the "License");254 you may not use this file except in compliance with the License.255 You may obtain a copy of the License at256 257 http://www.apache.org/licenses/LICENSE-2.0258 259 Unless required by applicable law or agreed to in writing, software260 distributed under the License is distributed on an "AS IS" BASIS,261 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.262 See the License for the specific language governing permissions and263 limitations under the License.264 