doanh25032004 commited on
Commit
2463871
·
verified ·
1 Parent(s): e61fe5e

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. Cosmos-Predict2-2B-Video2World/.gitattributes +35 -0
  2. Cosmos-Predict2-2B-Video2World/README.md +396 -0
  3. Cosmos-Predict2-2B-Video2World/config.json +7 -0
  4. Cosmos-Predict2-2B-Video2World/model-480p-10fps.pt +3 -0
  5. Cosmos-Predict2-2B-Video2World/model-480p-16fps.pt +3 -0
  6. Cosmos-Predict2-2B-Video2World/model-720p-16fps.pt +3 -0
  7. Cosmos-Predict2-2B-Video2World/model_index.json +28 -0
  8. Cosmos-Predict2-2B-Video2World/scheduler/scheduler_config.json +22 -0
  9. Cosmos-Predict2-2B-Video2World/text_encoder/config.json +60 -0
  10. Cosmos-Predict2-2B-Video2World/text_encoder/model.safetensors.index.json +202 -0
  11. Cosmos-Predict2-2B-Video2World/tokenizer/LICENSE.txt +201 -0
  12. Cosmos-Predict2-2B-Video2World/tokenizer/config.json +14 -0
  13. Cosmos-Predict2-2B-Video2World/tokenizer/special_tokens_map.json +107 -0
  14. Cosmos-Predict2-2B-Video2World/tokenizer/tokenizer.json +0 -0
  15. Cosmos-Predict2-2B-Video2World/tokenizer/tokenizer_config.json +939 -0
  16. Cosmos-Predict2-2B-Video2World/transformer/config.json +29 -0
  17. Cosmos-Predict2-2B-Video2World/vae/config.json +57 -0
  18. Cosmos-Reason1-7B/.gitattributes +35 -0
  19. Cosmos-Reason1-7B/README.md +375 -0
  20. Cosmos-Reason1-7B/chat_template.json +3 -0
  21. Cosmos-Reason1-7B/config.json +61 -0
  22. Cosmos-Reason1-7B/generation_config.json +12 -0
  23. Cosmos-Reason1-7B/model.safetensors.index.json +736 -0
  24. Cosmos-Reason1-7B/preprocessor_config.json +19 -0
  25. Cosmos-Reason1-7B/tokenizer.json +0 -0
  26. Cosmos-Reason1-7B/tokenizer_config.json +207 -0
  27. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/0_Open the box.txt +1 -0
  28. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/10_Use right hand to strum ukelele.txt +1 -0
  29. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/11_Use the left hand to hold mouse and move the mouse around.txt +1 -0
  30. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/12_Use the left hand to pick up shaker and shake it.txt +1 -0
  31. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/13_Use the left hand to pick up the dustpan, use the right hand to pick up the tape dispenser, then sweep the dust on the table into the dustpan.txt +1 -0
  32. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/15_Use the right hand to close microwave.txt +1 -0
  33. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/16_Use the right hand to grab the pan handle and toss the pan.txt +1 -0
  34. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/17_Use the right hand to open macbook.txt +1 -0
  35. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/18_Use the right hand to pick up blue scoop and scoop powder from container.txt +1 -0
  36. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/19_Use the right hand to pick up expo eraser and erase whiteboard.txt +1 -0
  37. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/1_Use both hands to pick up pot.txt +1 -0
  38. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/20_Use the right hand to pick up glass and bring it close to the camera as if drinking.txt +1 -0
  39. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/21_Use the right hand to pick up hat and put it on top of mini tripod.txt +1 -0
  40. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/22_Use the right hand to pick up iron and press the T-shirt.txt +1 -0
  41. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/23_Use the right hand to pick up long-reach lighter to light the candle.txt +1 -0
  42. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/24_Use the right hand to pick up marker and write on whiteboard.txt +1 -0
  43. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/25_Use the right hand to pick up pink bottle and pour water on flower.txt +1 -0
  44. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/26_Use the right hand to pick up plate and place it onto the dish rack.txt +1 -0
  45. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/27_Use the right hand to pick up rag and erase whiteboard.txt +1 -0
  46. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/28_Use the right hand to pick up sauce bottle and shake it.txt +1 -0
  47. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/29_Use the right hand to pick up scraper and scrape cutting board.txt +1 -0
  48. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/2_Use knife to cut the object on the cutting board.txt +1 -0
  49. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/30_Use the right hand to pick up shaker and crack it on side of bowl.txt +1 -0
  50. PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/31_Use the right hand to pick up spatula and spread butter on bread.txt +1 -0
Cosmos-Predict2-2B-Video2World/.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
Cosmos-Predict2-2B-Video2World/README.md ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: nvidia-open-model-license
4
+ license_link: >-
5
+ https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license
6
+ library_name: cosmos
7
+ tags:
8
+ - nvidia
9
+ - cosmos
10
+ - diffusers
11
+ extra_gated_prompt: >-
12
+ # NVIDIA Open Model License Agreement
13
+
14
+ Version Release Date: April 30, 2025
15
+
16
+ This NVIDIA Open Model License Agreement (the "<ins>Agreement</ins>") is a
17
+ legal agreement between the Legal Entity You represent, or if no entity is
18
+ identified, You and NVIDIA Corporation and its Affiliates
19
+ ("<ins>NVIDIA</ins>") and governs Your use of the Models that NVIDIA provides
20
+ to You under this Agreement. NVIDIA and You are each a "<ins>party</ins>" and
21
+ collectively the "<ins>parties</ins>."
22
+
23
+ NVIDIA models released under this Agreement are intended to be used
24
+ permissively and enable the further development of AI technologies. Subject to
25
+ the terms of this Agreement, NVIDIA confirms that:
26
+
27
+ * Models are commercially usable.
28
+
29
+ * You are free to create and distribute Derivative Models.
30
+
31
+ * NVIDIA does not claim ownership to any outputs generated using the Models or
32
+ Model Derivatives.
33
+
34
+ By using, reproducing, modifying, distributing, performing or displaying any
35
+ portion or element of the Model or Derivative Model, or otherwise accepting
36
+ the terms of this Agreement, you agree to be bound by this Agreement.
37
+
38
+ ## 1. Definitions
39
+
40
+ The following definitions apply to this Agreement:
41
+
42
+ 1.1. "<ins>NVIDIA Cosmos Model</ins>" means a multimodal Model shared under this Agreement.
43
+
44
+ 1.2. "<ins>Derivative Model</ins>" means all (a) modifications to the Model, (b) works based on the Model, and (c) any other derivative works of the Model. An output is not a Derivative Model.
45
+
46
+ 1.3. "<ins>Legal Entity</ins>" means the union of the acting entity and all other entities that <ins>control</ins>, are controlled by, or are under common control with that entity. For the purposes of this definition, "<ins>control</ins>" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares, or (c) beneficial ownership of such entity.
47
+
48
+ 1.4. "<ins>Model</ins>" means the machine learning model, software, checkpoints, learnt weights, algorithms, parameters, configuration files and documentation shared under this Agreement.
49
+
50
+ 1.5. "<ins>You</ins>" or "<ins>Your</ins>" means an individual or Legal Entity exercising permissions granted by this Agreement.
51
+
52
+ ## 2. Conditions for Use, License Grant, AI Ethics and IP Ownership
53
+
54
+ 2.1. Conditions for Use. The Model and any Derivative Model are subject to additional terms as described in Section 2 and Section 3 of this Agreement and govern Your use. If You institute copyright or patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Model or a Derivative Model constitutes direct or contributory copyright or patent infringement, then any licenses granted to You under this Agreement for that Model or Derivative Model will terminate as of the date such litigation is filed. If You bypass, disable, reduce the efficacy of, or circumvent any technical limitation, safety guardrail or associated safety guardrail hyperparameter, encryption, security, digital rights management, or authentication mechanism contained in the Model, your rights under this Agreement will automatically terminate. NVIDIA may update this Agreement to comply with legal and regulatory requirements at any time and You agree to either comply with any updated license or cease Your copying, use, and distribution of the Model and any Derivative Model.
55
+
56
+ 2.2. License Grant. The rights granted herein are explicitly conditioned on Your full compliance with the terms of this Agreement. Subject to the terms and conditions of this Agreement, NVIDIA hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, revocable (as stated in Section 2.1) license to publicly perform, publicly display, reproduce, use, create derivative works of, make, have made, sell, offer for sale, distribute (through multiple tiers of distribution) and import the Model.
57
+
58
+ 2.3. AI Ethics. Use of the Models under the Agreement must be consistent with NVIDIA's Trustworthy AI terms found at https://www.nvidia.com/en-us/agreements/trustworthy-ai/terms/.
59
+
60
+ 2.4. NVIDIA owns the Model and any Model Derivatives created by NVIDIA. Subject to NVIDIA's underlying ownership rights in the Model or its Model Derivatives, You are and will be the owner of Your Model Derivatives. NVIDIA claims no ownership rights in outputs. You are responsible for outputs and their subsequent uses. Except as expressly granted in this Agreement, (a) NVIDIA reserves all rights, interests and remedies in connection with the Model and (b) no other license or right is granted to you by implication, estoppel or otherwise.
61
+
62
+ ## 3. Redistribution
63
+
64
+ You may reproduce and distribute copies of the Model or Derivative Models
65
+ thereof in any medium, with or without modifications, provided that You meet
66
+ the following conditions:
67
+
68
+ 3.1. If you distribute the Model, You must give any other recipients of the Model a copy of this Agreement and include the following attribution notice within a "Notice" text file with such copies: "Licensed by NVIDIA Corporation under the NVIDIA Open Model License";
69
+
70
+ 3.2. If you distribute or make available a NVIDIA Cosmos Model, or a product or service (including an AI model) that contains or uses a NVIDIA Cosmos Model, use a NVIDIA Cosmos Model to create a Derivative Model, or use a NVIDIA Cosmos Model or its outputs to create, train, fine tune, or otherwise improve an AI model, you will include "Built on NVIDIA Cosmos" on a related website, user interface, blogpost, about page, or product documentation; and
71
+
72
+ 3.3. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Models as a whole, provided Your use, reproduction, and distribution of the Model otherwise complies with the conditions stated in this Agreement.
73
+
74
+ ## 4. Trademarks
75
+
76
+ This Agreement does not grant permission to use the trade names, trademarks,
77
+ service marks, or product names of NVIDIA, except as required for reasonable
78
+ and customary use in describing the origin of the Model and reproducing the
79
+ content of the "Notice" text file.
80
+
81
+ ## **5. Disclaimer of Warranty**
82
+
83
+ **Unless required by applicable law or agreed to in writing, NVIDIA provides
84
+ the Model on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
85
+ either express or implied, including, without limitation, any warranties or
86
+ conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
87
+ PARTICULAR PURPOSE. You are solely responsible for determining the
88
+ appropriateness of using or redistributing the Model, Derivative Models and
89
+ outputs and assume any risks associated with Your exercise of permissions
90
+ under this Agreement.**
91
+
92
+ ## **6. Limitation of Liability**
93
+
94
+ **In no event and under no legal theory, whether in tort (including
95
+ negligence), contract, or otherwise, unless required by applicable law (such
96
+ as deliberate and grossly negligent acts) or agreed to in writing, will NVIDIA
97
+ be liable to You for damages, including any direct, indirect, special,
98
+ incidental, or consequential damages of any character arising as a result of
99
+ this Agreement or out of the use or inability to use the Model, Derivative
100
+ Models or outputs (including but not limited to damages for loss of goodwill,
101
+ work stoppage, computer failure or malfunction, or any and all other
102
+ commercial damages or losses), even if NVIDIA has been advised of the
103
+ possibility of such damages.**
104
+
105
+ ## 7. Indemnity
106
+
107
+ You will indemnify and hold harmless NVIDIA from and against any claim by any
108
+ third party arising out of or related to your use or distribution of the
109
+ Model, Model Derivatives or outputs.
110
+
111
+ ## 8. Feedback
112
+
113
+ NVIDIA appreciates your feedback, and You agree that NVIDIA may use it without
114
+ restriction or compensation to You.
115
+
116
+ ## 9. Governing Law
117
+
118
+ This Agreement will be governed in all respects by the laws of the United
119
+ States and the laws of the State of Delaware, without regard to conflict of
120
+ laws principles or the United Nations Convention on Contracts for the
121
+ International Sale of Goods. The state and federal courts residing in Santa
122
+ Clara County, California will have exclusive jurisdiction over any dispute or
123
+ claim arising out of or related to this Agreement, and the parties irrevocably
124
+ consent to personal jurisdiction and venue in those courts; except that,
125
+ either party may apply for injunctive remedies or an equivalent type of urgent
126
+ legal relief in any jurisdiction.
127
+
128
+ ## 10. Trade and Compliance
129
+
130
+ You agree to comply with all applicable export, import, trade and economic
131
+ sanctions laws and regulations, as amended, including without limitation U.S.
132
+ Export Administration Regulations and Office of Foreign Assets Control
133
+ regulations. These laws include restrictions on destinations, end-users and
134
+ end-use.
135
+ extra_gated_fields:
136
+ By clicking Submit below, I accept the terms of the NVIDIA Open Model License Agreement and acknowledge that I am an adult of legal age of majority in the country in which the Cosmos Models will be used and have authority to accept this Agreement: checkbox
137
+ extra_gated_description: >-
138
+ The information you provide will be collected, stored, processed and shared in
139
+ accordance with the [NVIDIA Privacy
140
+ Policy](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/).
141
+ extra_gated_button_content: Submit
142
+ pipeline_tag: image-to-video
143
+ ---
144
+ # **Cosmos-Predict2: A Suite of Diffusion-based World Foundation Models Available in 2B, and 14B**
145
+
146
+ [**Cosmos**](https://huggingface.co/collections/nvidia/cosmos-predict2-68028efc052239369a0f2959) | [**Code**](https://github.com/nvidia-cosmos/cosmos-predict2) | [**Website**](https://research.nvidia.com/labs/dir/cosmos-predict2/)
147
+
148
+
149
+ # Model Overview
150
+
151
+ ## Description
152
+ **Cosmos-Predict2**: A family of highly performant pre-trained world foundation models purpose-built for generating physics-aware images, videos and world states for physical AI development.
153
+
154
+ Cosmos-Predict2 diffusion models are a collection of diffusion based world foundation models that generate dynamic, high quality images and videos from text, image, or video inputs. It can serve as the building block for various applications or research that are related to world generation. The models are ready for commercial use under NVIDIA Open Model license agreement.
155
+
156
+ **Model Developer**: NVIDIA
157
+
158
+ ## Model Versions
159
+
160
+ The Cosmos-Predict2 diffusion-based model family includes the following models:
161
+ - [Cosmos-Predict2-2B-Text2Image](https://huggingface.co/nvidia/Cosmos-Predict2-2B-Text2Image)
162
+ - Given a text description, predict an output image.
163
+ - [Cosmos-Predict2-14B-Text2Image](https://huggingface.co/nvidia/Cosmos-Predict2-14B-Text2Image)
164
+ - Given a text description, predict an output image.
165
+ - [Cosmos-Predict2-2B-Video2World](https://huggingface.co/nvidia/Cosmos-Predict2-2B-Video2World)
166
+ - Given a text description and an image as the first frame, predict the future frames.
167
+ - We have six variants for this model to support different use cases:
168
+ - variant that produces 720P video with 16FPS (this is our default model)
169
+ - variant that produces 720P video with 10FPS
170
+ - variant that produces 480P video with 16FPS
171
+ - variant that produces 480P video with 10FPS
172
+ - variant that produces 720P video with 16FPS + NATTEN (Sparse Attention variant)
173
+ - variant that produces 720P video with 10FPS + NATTEN (Sparse Attention variant)
174
+ - [Cosmos-Predict2-14B-Video2World](https://huggingface.co/nvidia/Cosmos-Predict2-14B-Video2World)
175
+ - Given a text description and an image as the first frame, predict the future frames.
176
+ - We have six variants for this model to support different use cases:
177
+ - variant that produces 720P video with 16FPS (this is our default model)
178
+ - variant that produces 720P video with 10FPS
179
+ - variant that produces 480P video with 16FPS
180
+ - variant that produces 480P video with 10FPS
181
+ - variant that produces 720P video with 16FPS + NATTEN (Sparse Attention variant)
182
+ - variant that produces 720P video with 10FPS + NATTEN (Sparse Attention variant)
183
+ - [Cosmos-Predict2-14B-Video2World-Sample-GR00T-Dreams-GR1](https://huggingface.co/nvidia/Cosmos-Predict2-14B-Video2World-Sample-GR00T-Dreams-GR1):
184
+ - Video + Text based future visual world generation, post trained on GR00T GR1 data
185
+ - [Cosmos-Predict2-14B-Video2World-Sample-GR00T-Dreams-DROID](https://huggingface.co/nvidia/Cosmos-Predict2-14B-Video2World-Sample-GR00T-Dreams-DROID):
186
+ - Video + Text based future visual world generation, post trained on GR00T DROID data
187
+ - [Cosmos-Predict2-2B-Action-Conditioned-Sample](https://huggingface.co/nvidia/Cosmos-Predict2-2B-Sample-Action-Conditioned)
188
+ - Given an image as the first frame and next 12 actions, predict the future 12 frames.
189
+
190
+ ### License
191
+ This model is released under the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license). For a custom license, please contact [cosmos-license@nvidia.com](mailto:cosmos-license@nvidia.com).
192
+
193
+ Under the NVIDIA Open Model License, NVIDIA confirms:
194
+
195
+ * Models are commercially usable.
196
+ * You are free to create and distribute Derivative Models.
197
+ * NVIDIA does not claim ownership to any outputs generated using the Models or Derivative Models.
198
+
199
+ **Important Note**: If you bypass, disable, reduce the efficacy of, or circumvent any technical limitation, **safety guardrail** or
200
+ associated safety guardrail hyperparameter, encryption, security, digital rights management, or authentication mechanism contained
201
+ in the Model, your rights under [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license) will automatically terminate.
202
+
203
+ ### Deployment Geography
204
+ Global
205
+
206
+ ## Model Architecture
207
+ Cosmos-Predict2-2B-Video2World is a diffusion transformer model designed for video denoising in the latent space. The network is composed of interleaved self-attention, cross-attention and feedforward layers as its building blocks. The cross-attention layers allow the model to condition on input text throughout the denoising process. Before each layer, adaptive layer normalization is applied to embed the time information for denoising. When image or video is provided as input, their latent frames are concatenated with the generated frames along the temporal dimension. Augment noise is added to conditional latent frames to bridge the training and inference gap.
208
+
209
+ ## Input/Output Specifications
210
+
211
+ * **Input**
212
+
213
+ * **Input Type(s)**: Text+Image, Text+Video
214
+ * **Input Format(s)**:
215
+ * Text: String
216
+ * Image: jpg, png, jpeg, webp
217
+ * Video: mp4
218
+ * **Input Parameters**:
219
+ * Text: One-dimensional (1D)
220
+ * Image: Two-dimensional (2D)
221
+ * Video: Three-dimensional (3D)
222
+ * **Other Properties Related to Input**:
223
+ * The input string should contain fewer than 300 words and should provide descriptive content for world generation, such as a scene description, key objects or characters, background, and any specific actions or motions to be depicted within the 5-second duration.
224
+ * For the 720P model, the input image should be 1280×704; for the 480P model, use 832×480.
225
+ * The input video should consist of 5 frames, each with a resolution of 1280×704 for the 720P model, or 832×480 for the 480P model.
226
+
227
+ * **Output**
228
+ * **Output Type(s)**: Video
229
+ * **Output Format(s)**: mp4
230
+ * **Output Parameters**: Three-dimensional (3D)
231
+ * **Other Properties Related to Output**: The generated video is a 5-second clip, with resolution and frame rate determined by the model variant used. For example, the 720P 16FPS model produces a video with a resolution of 1280×704 and a frame rate of 16 FPS.
232
+
233
+ The video content visualizes the input text description as a short animated scene, capturing key elements within the specified time constraints.
234
+
235
+ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
236
+
237
+ ## Software Integration
238
+ **Runtime Engine(s):**
239
+ * [Cosmos-Predict2](https://github.com/nvidia-cosmos/cosmos-predict2)
240
+ * [Diffusers](https://github.com/huggingface/diffusers)
241
+
242
+ ```python
243
+ import torch
244
+ from diffusers import Cosmos2VideoToWorldPipeline
245
+ from diffusers.utils import export_to_video, load_image
246
+
247
+ # Available checkpoints: nvidia/Cosmos-Predict2-2B-Video2World, nvidia/Cosmos-Predict2-14B-Video2World
248
+ model_id = "nvidia/Cosmos-Predict2-2B-Video2World"
249
+ pipe = Cosmos2VideoToWorldPipeline.from_pretrained(model_id, torch_dtype=torch.bfloat16)
250
+ pipe.to("cuda")
251
+
252
+ prompt = "A close-up shot captures a vibrant yellow scrubber vigorously working on a grimy plate, its bristles moving in circular motions to lift stubborn grease and food residue. The dish, once covered in remnants of a hearty meal, gradually reveals its original glossy surface. Suds form and bubble around the scrubber, creating a satisfying visual of cleanliness in progress. The sound of scrubbing fills the air, accompanied by the gentle clinking of the dish against the sink. As the scrubber continues its task, the dish transforms, gleaming under the bright kitchen lights, symbolizing the triumph of cleanliness over mess."
253
+ negative_prompt = "The video captures a series of frames showing ugly scenes, static with no motion, motion blur, over-saturation, shaky footage, low resolution, grainy texture, pixelated images, poorly lit areas, underexposed and overexposed scenes, poor color balance, washed out colors, choppy sequences, jerky movements, low frame rate, artifacting, color banding, unnatural transitions, outdated special effects, fake elements, unconvincing visuals, poorly edited content, jump cuts, visual noise, and flickering. Overall, the video is of poor quality."
254
+ image = load_image(
255
+ "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/yellow-scrubber.png"
256
+ )
257
+
258
+ video = pipe(
259
+ image=image, prompt=prompt, negative_prompt=negative_prompt, generator=torch.Generator().manual_seed(1)
260
+ ).frames[0]
261
+ export_to_video(video, "output.mp4", fps=16)
262
+ ```
263
+
264
+ **Supported Hardware Microarchitecture Compatibility:**
265
+ * NVIDIA Ampere
266
+ * NVIDIA Blackwell
267
+ * NVIDIA Hopper
268
+
269
+ **Note**: Only BF16 precision is tested. Other precisions like FP16 or FP32 are not officially supported.
270
+
271
+ ## Inference
272
+ **Acceleration Engine**: [PyTorch](https://pytorch.org/), [Transformer Engine](https://github.com/NVIDIA/TransformerEngine)
273
+
274
+ **Operating System(s):**
275
+ * Linux (We have not tested on other operating systems.)
276
+
277
+ **System Requirements and Performance:**
278
+ This model requires 32.54 GB of GPU VRAM.
279
+ The following table shows inference time for a single generation across different NVIDIA GPU hardware:
280
+
281
+ | GPU Hardware | 480p, 10 FPS | 480p, 16 FPS | 720p, 10 FPS | 720p, 16 FPS | 720p, 10 FPS + NATTEN | 720p, 16 FPS + NATTEN |
282
+ |------------------------|--------------|--------------|--------------|--------------|-----------------------|-----------------------|
283
+ | H100 SXM | 25.3 s | 45.5 s | 115.1 s | 228.8 s | 56 s | 94.2 s |
284
+ | H200 SXM | 24 s | 43.7 s | 111.1 s | 221.7 s | 52.9 s | 89.4 s |
285
+ | B200 | 14.3 s | 25.5 s | 62.4 s | 123.9 s | 32.6 s | 54 s |
286
+ | H100 NVL | 34.1 s | 66.4 s | 175.5 s | 355.7 s | 79 s | 138.7 s |
287
+ | H100 PCIe | 39.5 s | 73.7 s | 187.9 s | 378.5 s | 87.4 s | 149.6 s |
288
+ | H200 NVL | 27.2 s | 51.4 s | 133.1 s | 267.2 s | 60.7 s | 104.3 s |
289
+ | L40S | 256.2 s | 480.9 s | 1281.1 s | 2567.1 s | - | - |
290
+ | RTX PRO 6000 Blackwell | 44.6 s | 84.7 s | 223.1 s | 452.2 s | - | - |
291
+
292
+
293
+ **Quality Benchmarks:**
294
+ For comparative evaluation, we present benchmark scores using the [PBench](https://research.nvidia.com/labs/dir/pbench/).
295
+
296
+ | **Model** | **PBench Overall Score** | **PBench Domain Score** | **PBench Quality Score** |
297
+ |---------------------------------|---------------------------|-------------------------|--------------------------|
298
+ | LTX-Video | 74.0 | 77.2 | **70.8** |
299
+ | HunyuanVideo-I2V | 74.0 | 77.4 | 70.6 |
300
+ | CogVideoX-5B-I2V | 74.2 | 79.5 | 69.0 |
301
+ | Wan2.1-I2V-14B-720P | 75.8 | 81.9 | 69.7 |
302
+ | Cosmos-Predict1-7B-Video2World | 73.2 | 77.4 | 69.0 |
303
+ | Cosmos-Predict1-14B-Video2World | 73.3 | 77.6 | 69.0 |
304
+ | Cosmos-Predict2-2B-Video2World | 77.2 | 84.8 | 69.6 |
305
+ | Cosmos-Predict2-14B-Video2World | **77.4** | **84.9** | 69.9 |
306
+
307
+ NOTE: Cosmos-Predict2 numbers in the above table are both our default variants (720p, 16FPS, no sparsity).
308
+
309
+ Please refer to the table below for PBench scores corresponding to all the Predict2 variants:
310
+
311
+ | **Model** | **PBench Overall Score** | **PBench Domain Score** | **PBench Quality Score** |
312
+ |--------------------------------------------|--------------------------|-------------------------|--------------------------|
313
+ | Cosmos-Predict2-2B, 480p, 10 fps | 76.8 | 84.3 | 69.2 |
314
+ | Cosmos-Predict2-2B, 480p, 16 fps | 76.5 | 83.6 | 69.5 |
315
+ | Cosmos-Predict2-2B, 720p, 10 fps | 76.5 | 84.1 | 68.9 |
316
+ | Cosmos-Predict2-2B, 720p, 16 fps | 77.2 | 84.8 | 69.6 |
317
+ | Cosmos-Predict2-2B, 720p, 10 fps + NATTEN | 76.3 | 83.6 | 69.0 |
318
+ | Cosmos-Predict2-2B, 720p, 16 fps + NATTEN | 77.0 | 84.5 | 69.5 |
319
+ | Cosmos-Predict2-14B, 480p, 10 fps | 77.0 | 84.2 | 69.7 |
320
+ | Cosmos-Predict2-14B, 480p, 16 fps | 77.0 | 84.0 | **70.0** |
321
+ | Cosmos-Predict2-14B, 720p, 10 fps | 77.3 | **85.0** | 69.6 |
322
+ | Cosmos-Predict2-14B, 720p, 16 fps | **77.4** | 84.9 | 69.9 |
323
+ | Cosmos-Predict2-14B, 720p, 10 fps + NATTEN | 76.7 | 84.1 | 69.4 |
324
+ | Cosmos-Predict2-14B, 720p, 16 fps + NATTEN | 77.0 | 84.2 | 69.9 |
325
+
326
+
327
+ # Usage
328
+
329
+ * See [Cosmos-Predict2](https://github.com/nvidia-cosmos/cosmos-predict2) for details.
330
+
331
+ ## Limitations
332
+
333
+ Despite various improvements in world generation for Physical AI, Cosmos-Predict2 video2world models still face technical and application limitations for world prediction. In particular, they struggle to generate long, high-resolution videos without artifacts. Common issues include temporal inconsistency, camera and object motion instability, and imprecise interactions. The models may inaccurately represent 3D space, 4D space-time, or physical laws in the generated videos, leading to artifacts such as disappearing or morphing objects, unrealistic interactions, and implausible motions. As a result, applying these models for applications that require simulating physical law-grounded environments or complex multi-agent dynamics remains challenging.
334
+
335
+ ## Ethical Considerations
336
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
337
+
338
+ Users are responsible for model inputs and outputs. Users are responsible for ensuring safe integration of this model, including implementing guardrails as well as other safety mechanisms, prior to deployment.
339
+
340
+ For more detailed information on ethical considerations for this model, please see the subcards of Explainability, Bias, Safety & Security, and Privacy below. Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
341
+
342
+ ### Plus Plus (++) Promise
343
+
344
+ We value you, the datasets, the diversity they represent, and what we have been entrusted with. This model and its associated data have been:
345
+ * Verified to comply with current applicable disclosure laws, regulations, and industry standards.
346
+ * Verified to comply with applicable privacy labeling requirements.
347
+ * Annotated to describe the collector/source (NVIDIA or a third-party).
348
+ * Characterized for technical limitations.
349
+ * Reviewed to ensure proper disclosure is accessible to, maintained for, and in compliance with NVIDIA data subjects and their requests.
350
+ * Reviewed before release.
351
+ * Tagged for known restrictions and potential safety implications.
352
+
353
+ ### Bias
354
+
355
+ Field | Response
356
+ :---------------------------------------------------------------------------------------------------|:---------------
357
+ Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None
358
+ Measures taken to mitigate against unwanted bias: | None
359
+
360
+
361
+ ### Explainability
362
+
363
+ Field | Response
364
+ :------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------
365
+ Intended Application & Domain: | World Generation
366
+ Model Type: | Transformer
367
+ Intended Users: | Physical AI developers
368
+ Output: | Videos
369
+ Describe how the model works: | Generates videos based on video inputs
370
+ Technical Limitations: | The model may not follow the video input accurately.
371
+ Verified to have met prescribed NVIDIA quality standards: | Yes
372
+ Performance Metrics: | Quantitative and Qualitative Evaluation
373
+ Potential Known Risks: | The model's output can generate all forms of videos, including what may be considered toxic, offensive, or indecent.
374
+ Licensing: | [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license)
375
+
376
+
377
+ ### Privacy
378
+ Field | Response
379
+ :----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------
380
+ Generatable or reverse engineerable personal information? | None Known
381
+ Protected class data used to create this model? | None Known
382
+ Was consent obtained for any personal data used? | None Known
383
+ How often is dataset reviewed? | Before Release
384
+ Is there provenance for all datasets used in training? | Yes
385
+ Does data labeling (annotation, metadata) comply with privacy laws? | Yes
386
+ Is data compliant with data subject requests for data correction or removal, if such a request was made? | Not Applicable
387
+ Applicable Privacy Poicy | https://www.nvidia.com/en-us/about-nvidia/privacy-policy/
388
+
389
+ ### Safety
390
+
391
+ Field | Response
392
+ :---------------------------------------------------|:----------------------------------
393
+ Model Application(s): | World Generation
394
+ Describe the life critical impact (if present). | None Known
395
+ Use Case Restrictions: | [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license)
396
+ Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to. Model checkpoints are made available on Hugging Face, and may become available on cloud providers' model catalog.
Cosmos-Predict2-2B-Video2World/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_types": [
3
+ "text_and_video",
4
+ "text_and_image"
5
+ ],
6
+ "model_size": "2b"
7
+ }
Cosmos-Predict2-2B-Video2World/model-480p-10fps.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a994e5a7d55ccf7ca513534f78cc92faa12c8f0e29b0232bedcf22848a55ad
3
+ size 3913017214
Cosmos-Predict2-2B-Video2World/model-480p-16fps.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc4f05d948078539cb5d7a8e59b6f40f940e4836b5b8a31dcab03e3e807a6f0
3
+ size 3913017214
Cosmos-Predict2-2B-Video2World/model-720p-16fps.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4f86031ba42c1a2c83e433528e6c455db392b9fb05fffd45c3eff77f3dae86
3
+ size 3913017345
Cosmos-Predict2-2B-Video2World/model_index.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Cosmos2VideoToWorldPipeline",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "safety_checker": [
5
+ null,
6
+ null
7
+ ],
8
+ "scheduler": [
9
+ "diffusers",
10
+ "FlowMatchEulerDiscreteScheduler"
11
+ ],
12
+ "text_encoder": [
13
+ "transformers",
14
+ "T5EncoderModel"
15
+ ],
16
+ "tokenizer": [
17
+ "transformers",
18
+ "T5TokenizerFast"
19
+ ],
20
+ "transformer": [
21
+ "diffusers",
22
+ "CosmosTransformer3DModel"
23
+ ],
24
+ "vae": [
25
+ "diffusers",
26
+ "AutoencoderKLWan"
27
+ ]
28
+ }
Cosmos-Predict2-2B-Video2World/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FlowMatchEulerDiscreteScheduler",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "base_image_seq_len": 256,
5
+ "base_shift": 0.5,
6
+ "final_sigmas_type": "sigma_min",
7
+ "invert_sigmas": false,
8
+ "max_image_seq_len": 4096,
9
+ "max_shift": 1.15,
10
+ "num_train_timesteps": 1000,
11
+ "shift": 1.0,
12
+ "shift_terminal": null,
13
+ "sigma_data": 1.0,
14
+ "sigma_max": 80.0,
15
+ "sigma_min": 0.002,
16
+ "stochastic_sampling": false,
17
+ "time_shift_type": "exponential",
18
+ "use_beta_sigmas": false,
19
+ "use_dynamic_shifting": false,
20
+ "use_exponential_sigmas": false,
21
+ "use_karras_sigmas": true
22
+ }
Cosmos-Predict2-2B-Video2World/text_encoder/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5EncoderModel"
4
+ ],
5
+ "classifier_dropout": 0.0,
6
+ "d_ff": 65536,
7
+ "d_kv": 128,
8
+ "d_model": 1024,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "relu",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "relu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": false,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "n_positions": 512,
20
+ "num_decoder_layers": 24,
21
+ "num_heads": 128,
22
+ "num_layers": 24,
23
+ "output_past": true,
24
+ "pad_token_id": 0,
25
+ "relative_attention_max_distance": 128,
26
+ "relative_attention_num_buckets": 32,
27
+ "task_specific_params": {
28
+ "summarization": {
29
+ "early_stopping": true,
30
+ "length_penalty": 2.0,
31
+ "max_length": 200,
32
+ "min_length": 30,
33
+ "no_repeat_ngram_size": 3,
34
+ "num_beams": 4,
35
+ "prefix": "summarize: "
36
+ },
37
+ "translation_en_to_de": {
38
+ "early_stopping": true,
39
+ "max_length": 300,
40
+ "num_beams": 4,
41
+ "prefix": "translate English to German: "
42
+ },
43
+ "translation_en_to_fr": {
44
+ "early_stopping": true,
45
+ "max_length": 300,
46
+ "num_beams": 4,
47
+ "prefix": "translate English to French: "
48
+ },
49
+ "translation_en_to_ro": {
50
+ "early_stopping": true,
51
+ "max_length": 300,
52
+ "num_beams": 4,
53
+ "prefix": "translate English to Romanian: "
54
+ }
55
+ },
56
+ "torch_dtype": "bfloat16",
57
+ "transformers_version": "4.52.3",
58
+ "use_cache": true,
59
+ "vocab_size": 32128
60
+ }
Cosmos-Predict2-2B-Video2World/text_encoder/model.safetensors.index.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 9729583104
4
+ },
5
+ "weight_map": {
6
+ "encoder.block.0.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
7
+ "encoder.block.0.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
8
+ "encoder.block.0.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
9
+ "encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00001-of-00002.safetensors",
10
+ "encoder.block.0.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
11
+ "encoder.block.0.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
12
+ "encoder.block.0.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
13
+ "encoder.block.0.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
14
+ "encoder.block.0.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
15
+ "encoder.block.1.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
16
+ "encoder.block.1.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
17
+ "encoder.block.1.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
18
+ "encoder.block.1.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
19
+ "encoder.block.1.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
20
+ "encoder.block.1.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
21
+ "encoder.block.1.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
22
+ "encoder.block.1.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
23
+ "encoder.block.10.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
24
+ "encoder.block.10.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
25
+ "encoder.block.10.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
26
+ "encoder.block.10.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
27
+ "encoder.block.10.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
28
+ "encoder.block.10.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
29
+ "encoder.block.10.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
30
+ "encoder.block.10.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
31
+ "encoder.block.11.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
32
+ "encoder.block.11.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
33
+ "encoder.block.11.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
34
+ "encoder.block.11.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
35
+ "encoder.block.11.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
36
+ "encoder.block.11.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
37
+ "encoder.block.11.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
38
+ "encoder.block.11.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
39
+ "encoder.block.12.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
40
+ "encoder.block.12.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
41
+ "encoder.block.12.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
42
+ "encoder.block.12.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
43
+ "encoder.block.12.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
44
+ "encoder.block.12.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
45
+ "encoder.block.12.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
46
+ "encoder.block.12.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
47
+ "encoder.block.13.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
48
+ "encoder.block.13.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
49
+ "encoder.block.13.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
50
+ "encoder.block.13.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
51
+ "encoder.block.13.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
52
+ "encoder.block.13.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
53
+ "encoder.block.13.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
54
+ "encoder.block.13.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
55
+ "encoder.block.14.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
56
+ "encoder.block.14.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
57
+ "encoder.block.14.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
58
+ "encoder.block.14.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
59
+ "encoder.block.14.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
60
+ "encoder.block.14.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
61
+ "encoder.block.14.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
62
+ "encoder.block.14.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
63
+ "encoder.block.15.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
64
+ "encoder.block.15.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
65
+ "encoder.block.15.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
66
+ "encoder.block.15.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
67
+ "encoder.block.15.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
68
+ "encoder.block.15.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
69
+ "encoder.block.15.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
70
+ "encoder.block.15.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
71
+ "encoder.block.16.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
72
+ "encoder.block.16.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
73
+ "encoder.block.16.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
74
+ "encoder.block.16.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
75
+ "encoder.block.16.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
76
+ "encoder.block.16.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
77
+ "encoder.block.16.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
78
+ "encoder.block.16.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
79
+ "encoder.block.17.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
80
+ "encoder.block.17.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
81
+ "encoder.block.17.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
82
+ "encoder.block.17.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
83
+ "encoder.block.17.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
84
+ "encoder.block.17.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
85
+ "encoder.block.17.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
86
+ "encoder.block.17.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
87
+ "encoder.block.18.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
88
+ "encoder.block.18.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
89
+ "encoder.block.18.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
90
+ "encoder.block.18.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
91
+ "encoder.block.18.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
92
+ "encoder.block.18.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
93
+ "encoder.block.18.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
94
+ "encoder.block.18.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
95
+ "encoder.block.19.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
96
+ "encoder.block.19.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
97
+ "encoder.block.19.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
98
+ "encoder.block.19.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
99
+ "encoder.block.19.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
100
+ "encoder.block.19.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
101
+ "encoder.block.19.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
102
+ "encoder.block.19.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
103
+ "encoder.block.2.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
104
+ "encoder.block.2.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
105
+ "encoder.block.2.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
106
+ "encoder.block.2.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
107
+ "encoder.block.2.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
108
+ "encoder.block.2.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
109
+ "encoder.block.2.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
110
+ "encoder.block.2.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
111
+ "encoder.block.20.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
112
+ "encoder.block.20.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
113
+ "encoder.block.20.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
114
+ "encoder.block.20.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
115
+ "encoder.block.20.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
116
+ "encoder.block.20.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
117
+ "encoder.block.20.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
118
+ "encoder.block.20.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
119
+ "encoder.block.21.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
120
+ "encoder.block.21.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
121
+ "encoder.block.21.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
122
+ "encoder.block.21.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
123
+ "encoder.block.21.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
124
+ "encoder.block.21.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
125
+ "encoder.block.21.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
126
+ "encoder.block.21.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
127
+ "encoder.block.22.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
128
+ "encoder.block.22.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
129
+ "encoder.block.22.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
130
+ "encoder.block.22.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
131
+ "encoder.block.22.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
132
+ "encoder.block.22.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
133
+ "encoder.block.22.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
134
+ "encoder.block.22.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
135
+ "encoder.block.23.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
136
+ "encoder.block.23.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
137
+ "encoder.block.23.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
138
+ "encoder.block.23.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
139
+ "encoder.block.23.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
140
+ "encoder.block.23.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
141
+ "encoder.block.23.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
142
+ "encoder.block.23.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
143
+ "encoder.block.3.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
144
+ "encoder.block.3.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
145
+ "encoder.block.3.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
146
+ "encoder.block.3.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
147
+ "encoder.block.3.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
148
+ "encoder.block.3.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
149
+ "encoder.block.3.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
150
+ "encoder.block.3.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
151
+ "encoder.block.4.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
152
+ "encoder.block.4.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
153
+ "encoder.block.4.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
154
+ "encoder.block.4.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
155
+ "encoder.block.4.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
156
+ "encoder.block.4.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
157
+ "encoder.block.4.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
158
+ "encoder.block.4.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
159
+ "encoder.block.5.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
160
+ "encoder.block.5.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
161
+ "encoder.block.5.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
162
+ "encoder.block.5.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
163
+ "encoder.block.5.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
164
+ "encoder.block.5.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
165
+ "encoder.block.5.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
166
+ "encoder.block.5.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
167
+ "encoder.block.6.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
168
+ "encoder.block.6.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
169
+ "encoder.block.6.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
170
+ "encoder.block.6.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
171
+ "encoder.block.6.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
172
+ "encoder.block.6.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
173
+ "encoder.block.6.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
174
+ "encoder.block.6.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
175
+ "encoder.block.7.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
176
+ "encoder.block.7.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
177
+ "encoder.block.7.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
178
+ "encoder.block.7.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
179
+ "encoder.block.7.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
180
+ "encoder.block.7.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
181
+ "encoder.block.7.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
182
+ "encoder.block.7.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
183
+ "encoder.block.8.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
184
+ "encoder.block.8.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
185
+ "encoder.block.8.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
186
+ "encoder.block.8.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
187
+ "encoder.block.8.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
188
+ "encoder.block.8.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
189
+ "encoder.block.8.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
190
+ "encoder.block.8.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
191
+ "encoder.block.9.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
192
+ "encoder.block.9.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
193
+ "encoder.block.9.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
194
+ "encoder.block.9.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
195
+ "encoder.block.9.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
196
+ "encoder.block.9.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
197
+ "encoder.block.9.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
198
+ "encoder.block.9.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
199
+ "encoder.final_layer_norm.weight": "model-00002-of-00002.safetensors",
200
+ "shared.weight": "model-00001-of-00002.safetensors"
201
+ }
202
+ }
Cosmos-Predict2-2B-Video2World/tokenizer/LICENSE.txt ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
Cosmos-Predict2-2B-Video2World/tokenizer/config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "WanModel",
3
+ "_diffusers_version": "0.30.0",
4
+ "dim": 1536,
5
+ "eps": 1e-06,
6
+ "ffn_dim": 8960,
7
+ "freq_dim": 256,
8
+ "in_dim": 16,
9
+ "model_type": "t2v",
10
+ "num_heads": 12,
11
+ "num_layers": 30,
12
+ "out_dim": 16,
13
+ "text_len": 512
14
+ }
Cosmos-Predict2-2B-Video2World/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
107
+ }
Cosmos-Predict2-2B-Video2World/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Cosmos-Predict2-2B-Video2World/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,939 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": null,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<pad>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "</s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<unk>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "32000": {
29
+ "content": "<extra_id_99>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "32001": {
37
+ "content": "<extra_id_98>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "32002": {
45
+ "content": "<extra_id_97>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "32003": {
53
+ "content": "<extra_id_96>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "32004": {
61
+ "content": "<extra_id_95>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "32005": {
69
+ "content": "<extra_id_94>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "32006": {
77
+ "content": "<extra_id_93>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "32007": {
85
+ "content": "<extra_id_92>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "32008": {
93
+ "content": "<extra_id_91>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "32009": {
101
+ "content": "<extra_id_90>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "32010": {
109
+ "content": "<extra_id_89>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "32011": {
117
+ "content": "<extra_id_88>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "32012": {
125
+ "content": "<extra_id_87>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "32013": {
133
+ "content": "<extra_id_86>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "32014": {
141
+ "content": "<extra_id_85>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "32015": {
149
+ "content": "<extra_id_84>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ },
156
+ "32016": {
157
+ "content": "<extra_id_83>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": true
163
+ },
164
+ "32017": {
165
+ "content": "<extra_id_82>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": true
171
+ },
172
+ "32018": {
173
+ "content": "<extra_id_81>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": true
179
+ },
180
+ "32019": {
181
+ "content": "<extra_id_80>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": true
187
+ },
188
+ "32020": {
189
+ "content": "<extra_id_79>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": true
195
+ },
196
+ "32021": {
197
+ "content": "<extra_id_78>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": true
203
+ },
204
+ "32022": {
205
+ "content": "<extra_id_77>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "32023": {
213
+ "content": "<extra_id_76>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "32024": {
221
+ "content": "<extra_id_75>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "32025": {
229
+ "content": "<extra_id_74>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "32026": {
237
+ "content": "<extra_id_73>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "32027": {
245
+ "content": "<extra_id_72>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "32028": {
253
+ "content": "<extra_id_71>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "32029": {
261
+ "content": "<extra_id_70>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "32030": {
269
+ "content": "<extra_id_69>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "32031": {
277
+ "content": "<extra_id_68>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "32032": {
285
+ "content": "<extra_id_67>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "32033": {
293
+ "content": "<extra_id_66>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "32034": {
301
+ "content": "<extra_id_65>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "32035": {
309
+ "content": "<extra_id_64>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "32036": {
317
+ "content": "<extra_id_63>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "32037": {
325
+ "content": "<extra_id_62>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "32038": {
333
+ "content": "<extra_id_61>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "32039": {
341
+ "content": "<extra_id_60>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "32040": {
349
+ "content": "<extra_id_59>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "32041": {
357
+ "content": "<extra_id_58>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "32042": {
365
+ "content": "<extra_id_57>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "32043": {
373
+ "content": "<extra_id_56>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "32044": {
381
+ "content": "<extra_id_55>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "32045": {
389
+ "content": "<extra_id_54>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "32046": {
397
+ "content": "<extra_id_53>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "32047": {
405
+ "content": "<extra_id_52>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "32048": {
413
+ "content": "<extra_id_51>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "32049": {
421
+ "content": "<extra_id_50>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "32050": {
429
+ "content": "<extra_id_49>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "32051": {
437
+ "content": "<extra_id_48>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "32052": {
445
+ "content": "<extra_id_47>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "32053": {
453
+ "content": "<extra_id_46>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "32054": {
461
+ "content": "<extra_id_45>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "32055": {
469
+ "content": "<extra_id_44>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "32056": {
477
+ "content": "<extra_id_43>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "32057": {
485
+ "content": "<extra_id_42>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "32058": {
493
+ "content": "<extra_id_41>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "32059": {
501
+ "content": "<extra_id_40>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "32060": {
509
+ "content": "<extra_id_39>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "32061": {
517
+ "content": "<extra_id_38>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "32062": {
525
+ "content": "<extra_id_37>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "32063": {
533
+ "content": "<extra_id_36>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "32064": {
541
+ "content": "<extra_id_35>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "32065": {
549
+ "content": "<extra_id_34>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "32066": {
557
+ "content": "<extra_id_33>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "32067": {
565
+ "content": "<extra_id_32>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "32068": {
573
+ "content": "<extra_id_31>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "32069": {
581
+ "content": "<extra_id_30>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "32070": {
589
+ "content": "<extra_id_29>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "32071": {
597
+ "content": "<extra_id_28>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "32072": {
605
+ "content": "<extra_id_27>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "32073": {
613
+ "content": "<extra_id_26>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "32074": {
621
+ "content": "<extra_id_25>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "32075": {
629
+ "content": "<extra_id_24>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "32076": {
637
+ "content": "<extra_id_23>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "32077": {
645
+ "content": "<extra_id_22>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "32078": {
653
+ "content": "<extra_id_21>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "32079": {
661
+ "content": "<extra_id_20>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "32080": {
669
+ "content": "<extra_id_19>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "32081": {
677
+ "content": "<extra_id_18>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "32082": {
685
+ "content": "<extra_id_17>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "32083": {
693
+ "content": "<extra_id_16>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "32084": {
701
+ "content": "<extra_id_15>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "32085": {
709
+ "content": "<extra_id_14>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "32086": {
717
+ "content": "<extra_id_13>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "32087": {
725
+ "content": "<extra_id_12>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "32088": {
733
+ "content": "<extra_id_11>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "32089": {
741
+ "content": "<extra_id_10>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "32090": {
749
+ "content": "<extra_id_9>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "32091": {
757
+ "content": "<extra_id_8>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "32092": {
765
+ "content": "<extra_id_7>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "32093": {
773
+ "content": "<extra_id_6>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "32094": {
781
+ "content": "<extra_id_5>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "32095": {
789
+ "content": "<extra_id_4>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "32096": {
797
+ "content": "<extra_id_3>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "32097": {
805
+ "content": "<extra_id_2>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "32098": {
813
+ "content": "<extra_id_1>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "32099": {
821
+ "content": "<extra_id_0>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ }
828
+ },
829
+ "additional_special_tokens": [
830
+ "<extra_id_0>",
831
+ "<extra_id_1>",
832
+ "<extra_id_2>",
833
+ "<extra_id_3>",
834
+ "<extra_id_4>",
835
+ "<extra_id_5>",
836
+ "<extra_id_6>",
837
+ "<extra_id_7>",
838
+ "<extra_id_8>",
839
+ "<extra_id_9>",
840
+ "<extra_id_10>",
841
+ "<extra_id_11>",
842
+ "<extra_id_12>",
843
+ "<extra_id_13>",
844
+ "<extra_id_14>",
845
+ "<extra_id_15>",
846
+ "<extra_id_16>",
847
+ "<extra_id_17>",
848
+ "<extra_id_18>",
849
+ "<extra_id_19>",
850
+ "<extra_id_20>",
851
+ "<extra_id_21>",
852
+ "<extra_id_22>",
853
+ "<extra_id_23>",
854
+ "<extra_id_24>",
855
+ "<extra_id_25>",
856
+ "<extra_id_26>",
857
+ "<extra_id_27>",
858
+ "<extra_id_28>",
859
+ "<extra_id_29>",
860
+ "<extra_id_30>",
861
+ "<extra_id_31>",
862
+ "<extra_id_32>",
863
+ "<extra_id_33>",
864
+ "<extra_id_34>",
865
+ "<extra_id_35>",
866
+ "<extra_id_36>",
867
+ "<extra_id_37>",
868
+ "<extra_id_38>",
869
+ "<extra_id_39>",
870
+ "<extra_id_40>",
871
+ "<extra_id_41>",
872
+ "<extra_id_42>",
873
+ "<extra_id_43>",
874
+ "<extra_id_44>",
875
+ "<extra_id_45>",
876
+ "<extra_id_46>",
877
+ "<extra_id_47>",
878
+ "<extra_id_48>",
879
+ "<extra_id_49>",
880
+ "<extra_id_50>",
881
+ "<extra_id_51>",
882
+ "<extra_id_52>",
883
+ "<extra_id_53>",
884
+ "<extra_id_54>",
885
+ "<extra_id_55>",
886
+ "<extra_id_56>",
887
+ "<extra_id_57>",
888
+ "<extra_id_58>",
889
+ "<extra_id_59>",
890
+ "<extra_id_60>",
891
+ "<extra_id_61>",
892
+ "<extra_id_62>",
893
+ "<extra_id_63>",
894
+ "<extra_id_64>",
895
+ "<extra_id_65>",
896
+ "<extra_id_66>",
897
+ "<extra_id_67>",
898
+ "<extra_id_68>",
899
+ "<extra_id_69>",
900
+ "<extra_id_70>",
901
+ "<extra_id_71>",
902
+ "<extra_id_72>",
903
+ "<extra_id_73>",
904
+ "<extra_id_74>",
905
+ "<extra_id_75>",
906
+ "<extra_id_76>",
907
+ "<extra_id_77>",
908
+ "<extra_id_78>",
909
+ "<extra_id_79>",
910
+ "<extra_id_80>",
911
+ "<extra_id_81>",
912
+ "<extra_id_82>",
913
+ "<extra_id_83>",
914
+ "<extra_id_84>",
915
+ "<extra_id_85>",
916
+ "<extra_id_86>",
917
+ "<extra_id_87>",
918
+ "<extra_id_88>",
919
+ "<extra_id_89>",
920
+ "<extra_id_90>",
921
+ "<extra_id_91>",
922
+ "<extra_id_92>",
923
+ "<extra_id_93>",
924
+ "<extra_id_94>",
925
+ "<extra_id_95>",
926
+ "<extra_id_96>",
927
+ "<extra_id_97>",
928
+ "<extra_id_98>",
929
+ "<extra_id_99>"
930
+ ],
931
+ "clean_up_tokenization_spaces": false,
932
+ "eos_token": "</s>",
933
+ "extra_ids": 100,
934
+ "extra_special_tokens": {},
935
+ "model_max_length": 1000000000000000019884624838656,
936
+ "pad_token": "<pad>",
937
+ "tokenizer_class": "T5Tokenizer",
938
+ "unk_token": "<unk>"
939
+ }
Cosmos-Predict2-2B-Video2World/transformer/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CosmosTransformer3DModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "adaln_lora_dim": 256,
5
+ "attention_head_dim": 128,
6
+ "concat_padding_mask": true,
7
+ "extra_pos_embed_type": null,
8
+ "in_channels": 17,
9
+ "max_size": [
10
+ 128,
11
+ 240,
12
+ 240
13
+ ],
14
+ "mlp_ratio": 4.0,
15
+ "num_attention_heads": 16,
16
+ "num_layers": 28,
17
+ "out_channels": 16,
18
+ "patch_size": [
19
+ 1,
20
+ 2,
21
+ 2
22
+ ],
23
+ "rope_scale": [
24
+ 1.0,
25
+ 3.0,
26
+ 3.0
27
+ ],
28
+ "text_embed_dim": 1024
29
+ }
Cosmos-Predict2-2B-Video2World/vae/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLWan",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "Wan-AI/Wan2.1-T2V-1.3B-Diffusers",
5
+ "attn_scales": [],
6
+ "base_dim": 96,
7
+ "dim_mult": [
8
+ 1,
9
+ 2,
10
+ 4,
11
+ 4
12
+ ],
13
+ "dropout": 0.0,
14
+ "latents_mean": [
15
+ -0.7571,
16
+ -0.7089,
17
+ -0.9113,
18
+ 0.1075,
19
+ -0.1745,
20
+ 0.9653,
21
+ -0.1517,
22
+ 1.5508,
23
+ 0.4134,
24
+ -0.0715,
25
+ 0.5517,
26
+ -0.3632,
27
+ -0.1922,
28
+ -0.9497,
29
+ 0.2503,
30
+ -0.2921
31
+ ],
32
+ "latents_std": [
33
+ 2.8184,
34
+ 1.4541,
35
+ 2.3275,
36
+ 2.6558,
37
+ 1.2196,
38
+ 1.7708,
39
+ 2.6052,
40
+ 2.0743,
41
+ 3.2687,
42
+ 2.1526,
43
+ 2.8652,
44
+ 1.5579,
45
+ 1.6382,
46
+ 1.1253,
47
+ 2.8251,
48
+ 1.916
49
+ ],
50
+ "num_res_blocks": 2,
51
+ "temperal_downsample": [
52
+ false,
53
+ true,
54
+ true
55
+ ],
56
+ "z_dim": 16
57
+ }
Cosmos-Reason1-7B/.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
Cosmos-Reason1-7B/README.md ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: nvidia-open-model-license
4
+ license_link: >-
5
+ https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license
6
+ datasets:
7
+ - nvidia/Cosmos-Reason1-SFT-Dataset
8
+ - nvidia/Cosmos-Reason1-RL-Dataset
9
+ - nvidia/Cosmos-Reason1-Benchmark
10
+ library_name: transformers
11
+ language:
12
+ - en
13
+ base_model:
14
+ - Qwen/Qwen2.5-VL-7B-Instruct
15
+ tags:
16
+ - nvidia
17
+ - cosmos
18
+ ---
19
+
20
+ # **Cosmos-Reason1: Physical AI Common Sense and Embodied Reasoning Models**
21
+
22
+ [**Cosmos**](https://huggingface.co/collections/nvidia/cosmos-reason1-67c9e926206426008f1da1b7) | [**Code**](https://github.com/nvidia-cosmos/cosmos-reason1) | [**Paper**](https://arxiv.org/abs/2503.15558) | [**Paper Website**](https://research.nvidia.com/labs/dir/cosmos-reason1)
23
+
24
+ # Model Overview
25
+
26
+ ## Description:
27
+
28
+ **Cosmos-Reason1 Models**: Physical AI models understand physical common sense and generate appropriate embodied decisions in natural language through long chain-of-thought reasoning processes.
29
+
30
+ The Cosmos-Reason1 models are post-trained with physical common sense and embodied reasoning data with supervised fine-tuning and reinforcement learning. These are Physical AI models that can understand space, time, and fundamental physics, and can serve as planning models to reason about the next steps of an embodied agent.
31
+
32
+ The models are ready for commercial use.
33
+
34
+ **Model Developer**: NVIDIA
35
+
36
+ ## Model Versions
37
+
38
+ The Cosmos-Reason1 includes the following model:
39
+
40
+ - [Cosmos-Reason1-7B](https://huggingface.co/nvidia/Cosmos-Reason1-7B): Given a text prompt and an input video, think and generate the answer with respect to the input text prompt and video.
41
+
42
+ ### License:
43
+
44
+ This model is released under the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license). For a custom license, please contact [cosmos-license@nvidia.com](mailto:cosmos-license@nvidia.com).
45
+
46
+ Under the NVIDIA Open Model License, NVIDIA confirms:
47
+
48
+ * Models are commercially usable.
49
+ * You are free to create and distribute Derivative Models.
50
+ * NVIDIA does not claim ownership to any outputs generated using the Models or Derivative Models.
51
+
52
+ **Important Note**: If You bypass, disable, reduce the efficacy of, or circumvent any technical limitation, safety guardrail or associated safety guardrail hyperparameter, encryption, security, digital rights management, or authentication mechanism (collectively “Guardrail”) contained in the Model without a substantially similar Guardrail appropriate for your use case, your rights under this Agreement [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license) will automatically terminate.
53
+
54
+ ### Deployment Geography:
55
+
56
+ Global
57
+
58
+ ### Use Case:
59
+
60
+ Physical AI: Space, time, fundamental physics understanding and embodied reasoning, encompassing robotics, and autonomous vehicles (AV).
61
+
62
+ ### Release Date:
63
+
64
+ * Github: [05/17/2025](https://github.com/nvidia-cosmos/cosmos-reason1)
65
+ * Huggingface:
66
+ * [08/01/2025](https://huggingface.co/nvidia/Cosmos-Reason1-7B/commit/0caf724f837efea5e25bf6d5818dcdeec0a36604). Shipped a few improvements which include captions with temporal timestamp, Set of Mark prompting.
67
+ * [06/10/2025](https://huggingface.co/nvidia/Cosmos-Reason1-7B/commit/2464fff43c5c0bfb1916ac8c009feda4aed81be9). Enhanced critic capability for physical plausibility.
68
+ * [05/17/2025](https://huggingface.co/nvidia/Cosmos-Reason1-7B/commit/098a5bb62a1f4fc05e5c4ac89aae8005e301aa18). Initial release.
69
+
70
+ ## Model Architecture:
71
+
72
+ Architecture Type: A Multi-modal LLM consists of a Vision Transformer (ViT) for vision encoder and a Dense Transformer model for LLM.
73
+ Network Architecture: Qwen2.5-VL-7B-Instruct.
74
+
75
+ Cosmos-Reason-7B is post-trained based on [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) and follows the same model architecture.
76
+
77
+
78
+ **Number of model parameters:**
79
+
80
+ Cosmos-Reason1-7B:<br>
81
+ * Vision Transformer (ViT): 675.76M (675,759,104)
82
+ * Language Model (LLM): 7.07B (7,070,619,136)
83
+ * Other components (output projection layer): 545.00M (544,997,376)
84
+
85
+
86
+ ## Computational Load:
87
+
88
+ * Cumulative Compute: 3.2603016e+21 FLOPS
89
+ * Estimated Energy and Emissions for Model Training:
90
+ * Total kWh = 16658432
91
+ * Total Emissions (tCO2e) = 5380.674
92
+
93
+ ## Input
94
+
95
+ **Input Type(s)**: Text+Video/Image
96
+
97
+ **Input Format(s)**:
98
+ * Text: String
99
+ * Video: mp4
100
+ * Image: jpg
101
+
102
+ **Input Parameters**:
103
+ * Text: One-dimensional (1D)
104
+ * Video: Three-dimensional (3D)
105
+ * Image: Two-dimensional (2D)
106
+
107
+ **Other Properties Related to Input**:
108
+ * Use `FPS=4` for input video to match the training setup.
109
+ * Append `Answer the question in the following format: <think>\nyour reasoning\n</think>\n\n<answer>\nyour answer\n</answer>.` in the system prompt to encourage long chain-of-thought reasoning response.
110
+
111
+ ## Output
112
+
113
+ **Output Type(s)**: Text
114
+
115
+ **Output Format**: String
116
+
117
+ **Output Parameters**: Text: One-dimensional (1D)
118
+
119
+ **Other Properties Related to Output**:
120
+ * Recommend using 4096 or more output max tokens to avoid truncation of long chain-of-thought response.
121
+
122
+ * Our AI model recognizes timestamps added at the bottom of each frame for accurate temporal localization.
123
+
124
+ * Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions. <br>
125
+
126
+
127
+ ## Software Integration
128
+
129
+ **Runtime Engine(s):**
130
+
131
+ * [vLLM](https://github.com/vllm-project/vllm)
132
+
133
+ **Supported Hardware Microarchitecture Compatibility:**
134
+
135
+ * NVIDIA Blackwell
136
+ * NVIDIA Hopper
137
+
138
+ **Note**: We have only tested doing inference with BF16 precision.
139
+
140
+ **Operating System(s):**
141
+
142
+ * Linux (We have not tested on other operating systems.)
143
+
144
+
145
+ # Usage
146
+
147
+ See [Cosmos-Reason1](https://github.com/nvidia-cosmos/cosmos-reason1) for details.
148
+ * Post Training: [Cosmos-Reason1](https://github.com/nvidia-cosmos/cosmos-reason1) provides examples of supervised fine-tuning and reinforcement learning on embodied reasoning datasets.
149
+
150
+ ## Training and Evaluation Sections:
151
+ ### 05/17/2025
152
+ Please see our [technical paper](https://arxiv.org/pdf/2503.15558) for detailed evaluations on physical common sense and embodied reasoning. Part of the evaluation datasets are released under [Cosmos-Reason1-Benchmark](https://huggingface.co/datasets/nvidia/Cosmos-Reason1-Benchmark). The embodied reasoning datasets and benchmarks focus on the following areas: robotics (RoboVQA, BridgeDataV2, Agibot, RobFail), ego-centric human demonstration (HoloAssist), and Autonomous Vehicle (AV) driving video data. The AV dataset is collected and annotated by NVIDIA.
153
+
154
+ All datasets go through the data annotation process described in the technical paper to prepare training and evaluation data and annotations.
155
+
156
+ ### 08/01/2025
157
+ We enhance the model capability with the augmented training data. PLM-Video-Human and Nexar are used to enable dense temporal captioning. Describe Anything is added to enhance a set of mark (SoM) prompting. We enrich data in intelligent transportation systems (ITS) and warehouse applications. Lastly, Visual Critics dataset contains a collection of AI generated videos from Cosmos-Predict2 and Wan2.1 with human annotations to describe the physical correctness in AI videos.
158
+
159
+
160
+ ## Training Datasets:
161
+
162
+ **Data Collection Method**:
163
+ * RoboVQA: Hybrid: Automatic/Sensors
164
+ * BridgeDataV2: Automatic/Sensors
165
+ * AgiBot: Automatic/Sensors
166
+ * RoboFail: Automatic/Sensors
167
+ * HoloAssist: Human
168
+ * AV: Automatic/Sensors
169
+ * PLM-Video-Human: Human
170
+ * Nexar: Automatic/Sensors
171
+ * Describe Anything: Human
172
+ * ITS / Warehouse: Human, Automatic
173
+ * Visual Critics: Automatic
174
+
175
+ **Labeling Method**:
176
+ * RoboVQA: Hybrid: Human,Automated
177
+ * BridgeDataV2: Hybrid: Human,Automated
178
+ * AgiBot: Hybrid: Human,Automated
179
+ * RoboFail: Hybrid: Human,Automated
180
+ * HoloAssist: Hybrid: Human,Automated
181
+ * AV: Hybrid: Human,Automated
182
+ * PLM-Video-Human: Human,Automated
183
+ * Nexar: Human
184
+ * Describe Anything: Human,Automated
185
+ * ITS / Warehouse: Human, Automated
186
+ * Visual Critics: Human,Automated
187
+
188
+
189
+ # Evaluation Datasets:
190
+
191
+ **Data Collection Method**:
192
+ * RoboVQA: Hybrid: Automatic/Sensors
193
+ * BridgeDataV2: Automatic/Sensors
194
+ * AgiBot: Automatic/Sensors
195
+ * RoboFail: Automatic/Sensors
196
+ * HoloAssist: Human
197
+ * AV: Automatic/Sensors
198
+
199
+
200
+ **Labeling Method**:
201
+ * RoboVQA: Hybrid: Human,Automated
202
+ * BridgeDataV2: Hybrid: Human,Automated
203
+ * AgiBot: Hybrid: Human,Automated
204
+ * RoboFail: Hybrid: Human,Automated
205
+ * HoloAssist: Hybrid: Human,Automated
206
+ * AV: Hybrid: Human,Automated
207
+
208
+
209
+ **Metrics**:
210
+ We report the model accuracy on the embodied reasoning benchmark introduced in [Cosmos-Reason1](https://arxiv.org/abs/2503.15558). The results differ from those presented in Table 9 due to additional training aimed at supporting a broader range of Physical AI tasks beyond the benchmark.
211
+ | | [RoboVQA](https://robovqa.github.io/) | AV | [BridgeDataV2](https://rail-berkeley.github.io/bridgedata/)| [Agibot](https://github.com/OpenDriveLab/AgiBot-World)| [HoloAssist](https://holoassist.github.io/) | [RoboFail](https://robot-reflect.github.io/) | Average |
212
+ |--------------------|---------------------------------------------|----------|------------------------------------------------------|------------------------------------------------|------------------------------------------------|------------------------------------------------|------------------------------------------------|
213
+ | **Accuracy** | 87.3 | 70.8 | 63.7 | 48.9 | 62.7 | 57.2 | 65.1 |
214
+
215
+ ## Dataset Format
216
+ Modality: Video (mp4) and Text
217
+
218
+ ## Dataset Quantification
219
+ ### 05/17/2025
220
+ We release the embodied reasoning data and benchmarks. Each data sample is a pair of video and text. The text annotations include understanding and reasoning annotations described in the Cosmos-Reason1 paper. Each video may have multiple text annotations. The quantity of the video and text pairs is described in the table below.
221
+ **The AV data is currently unavailable and will be uploaded soon!**
222
+
223
+ | | [RoboVQA](https://robovqa.github.io/) | AV | [BridgeDataV2](https://rail-berkeley.github.io/bridgedata/)| [Agibot](https://github.com/OpenDriveLab/AgiBot-World)| [HoloAssist](https://holoassist.github.io/) | [RoboFail](https://robot-reflect.github.io/) | Total Storage Size |
224
+ |--------------------|---------------------------------------------|----------|------------------------------------------------------|------------------------------------------------|------------------------------------------------|------------------------------------------------|--------------------|
225
+ | **SFT Data** | 1.14m | 24.7k | 258k | 38.9k | 273k | N/A | **300.6GB** |
226
+ | **RL Data** | 252 | 200 | 240 | 200 | 200 | N/A | **2.6GB** |
227
+ | **Benchmark Data** | 110 | 100 | 100 | 100 | 100 | 100 | **1.5GB** |
228
+
229
+ We release text annotations for all embodied reasoning datasets and videos for RoboVQA and AV datasets. For other datasets, users may download the source videos from the original data source and find corresponding video sources via the video names. The held-out RoboFail benchmark is released for measuring the generalization capability.
230
+
231
+ ### 08/01/2025
232
+ | | [PLM-Video-Human](https://huggingface.co/datasets/facebook/PLM-Video-Human) | Nexar | [Describe Anything](https://huggingface.co/datasets/nvidia/describe-anything-dataset)| [ITS / Warehouse] | Visual Critics | Total Storage Size |
233
+ |------------------ |-----------------------------------------------------------------------------|-------------|--------------------------------------------------------------------------------------|-------------------------|--------------------------------------------|--------------------|
234
+ | **SFT Data** | 39k | 240k | 178k | 24k | 24k | **2.6TB** |
235
+
236
+
237
+
238
+ ## Inference:
239
+ **Test Hardware:** H100, A100, GB200 <br>
240
+ > [!NOTE]
241
+ > We suggest using `fps=4` for the input video and `max_tokens=4096` to avoid truncated response.
242
+ ```python
243
+ from transformers import AutoProcessor
244
+ from vllm import LLM, SamplingParams
245
+ from qwen_vl_utils import process_vision_info
246
+
247
+ # You can also replace the MODEL_PATH by a safetensors folder path mentioned above
248
+ MODEL_PATH = "nvidia/Cosmos-Reason1-7B"
249
+
250
+ llm = LLM(
251
+ model=MODEL_PATH,
252
+ limit_mm_per_prompt={"image": 10, "video": 10},
253
+ )
254
+
255
+ sampling_params = SamplingParams(
256
+ temperature=0.6,
257
+ top_p=0.95,
258
+ repetition_penalty=1.05,
259
+ max_tokens=4096,
260
+ )
261
+
262
+ video_messages = [
263
+ {"role": "system", "content": "You are a helpful assistant. Answer the question in the following format: <think>\nyour reasoning\n</think>\n\n<answer>\nyour answer\n</answer>."},
264
+ {"role": "user", "content": [
265
+ {"type": "text", "text": (
266
+ "Is it safe to turn right?"
267
+ )
268
+ },
269
+ {
270
+ "type": "video",
271
+ "video": "file:///path/to/your/video.mp4",
272
+ "fps": 4,
273
+ }
274
+ ]
275
+ },
276
+ ]
277
+
278
+ # Here we use video messages as a demonstration
279
+ messages = video_messages
280
+
281
+ processor = AutoProcessor.from_pretrained(MODEL_PATH)
282
+ prompt = processor.apply_chat_template(
283
+ messages,
284
+ tokenize=False,
285
+ add_generation_prompt=True,
286
+ )
287
+ image_inputs, video_inputs, video_kwargs = process_vision_info(messages, return_video_kwargs=True)
288
+
289
+ mm_data = {}
290
+ if image_inputs is not None:
291
+ mm_data["image"] = image_inputs
292
+ if video_inputs is not None:
293
+ mm_data["video"] = video_inputs
294
+
295
+ llm_inputs = {
296
+ "prompt": prompt,
297
+ "multi_modal_data": mm_data,
298
+
299
+ # FPS will be returned in video_kwargs
300
+ "mm_processor_kwargs": video_kwargs,
301
+ }
302
+
303
+ outputs = llm.generate([llm_inputs], sampling_params=sampling_params)
304
+ generated_text = outputs[0].outputs[0].text
305
+
306
+ print(generated_text)
307
+ ```
308
+
309
+
310
+ ## Ethical Considerations
311
+
312
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
313
+
314
+ Users are responsible for model inputs and outputs. Users are responsible for ensuring safe integration of this model, including implementing guardrails as well as other safety mechanisms, prior to deployment.
315
+
316
+ For more detailed information on ethical considerations for this model, please see the subcards of Explainability, Bias, Safety & Security, and Privacy below.
317
+
318
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
319
+
320
+ ### Plus Plus (++) Promise
321
+
322
+ We value you, the datasets, the diversity they represent, and what we have been entrusted with. This model and its associated data have been:
323
+
324
+ * Verified to comply with current applicable disclosure laws, regulations, and industry standards.
325
+ * Verified to comply with applicable privacy labeling requirements.
326
+ * Annotated to describe the collector/source (NVIDIA or a third-party).
327
+ * Characterized for technical limitations.
328
+ * Reviewed to ensure proper disclosure is accessible to, maintained for, and in compliance with NVIDIA data subjects and their requests.
329
+ * Reviewed before release.
330
+ * Tagged for known restrictions and potential safety implications.
331
+
332
+ ### Bias
333
+
334
+ | Field | Response |
335
+ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------- |
336
+ | Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None |
337
+ | Measures taken to mitigate against unwanted bias: | The training video sources contain multiple physical embodiments and environments including human, car, single arm robot, bimanual robot in indoor and outdoor environments. By training on numerous and various physical interactions and curated datasets, we strive to provide a model that does not possess biases towards certain embodiments or environments. |
338
+
339
+ ### Explainability
340
+
341
+ | Field | Response |
342
+ | :-------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------- |
343
+ | Intended Application & Domain: | Physical AI Reasoning |
344
+ | Model Type: | Transformer |
345
+ | Intended Users: | Physical AI developers |
346
+ | Output: | Text |
347
+ | Describe how the model works: | Generates text answers based on input text prompt and video |
348
+ | Technical Limitations: | The model may not follow the video or text input accurately in challenging cases, where the input video shows complex scene composition and temporal dynamics. Examples of challenging scenes include: fast camera movements, overlapping human-object interactions, low lighting with high motion blur, and multiple people performing different actions simultaneously. |
349
+ | Verified to have met prescribed NVIDIA quality standards: | Yes |
350
+ | Performance Metrics: | Quantitative and Qualitative Evaluation. Cosmos-Reason1 proposes the embodied reasoning benchmark and physical common sense benchmark to evaluate accuracy with visual question answering. |
351
+ | Potential Known Risks: | The model's output can generate all forms of texts, including what may be considered toxic, offensive, or indecent. |
352
+ | Licensing: | [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license) |
353
+
354
+ ### Privacy
355
+
356
+ | Field | Response |
357
+ | :------------------------------------------------------------------ | :------------- |
358
+ | Generatable or reverse engineerable personal information? | None Known |
359
+ | Protected class data used to create this model? | None Known |
360
+ | Was consent obtained for any personal data used? | None Known |
361
+ | How often is dataset reviewed? | Before Release |
362
+ | Is there provenance for all datasets used in training? | Yes |
363
+ | Does data labeling (annotation, metadata) comply with privacy laws? | Yes |
364
+ | Applicable Privacy Policy | [NVIDIA Privacy Policy](https://www.nvidia.com/en-us/about-nvidia/privacy-policy) |
365
+
366
+
367
+ ### Safety
368
+
369
+ | Field | Response |
370
+ | :---------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
371
+ | Model Application(s): | Physical AI common sense understanding and embodied reasoning |
372
+ | Describe the life critical impact (if present). | None Known |
373
+ | Use Case Restrictions: | [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license) |
374
+ | Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to. Model checkpoints are made available on Hugging Face, and may become available on cloud providers' model catalog. |
375
+
Cosmos-Reason1-7B/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
Cosmos-Reason1-7B/config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151645,
8
+ "vision_start_token_id": 151652,
9
+ "vision_end_token_id": 151653,
10
+ "vision_token_id": 151654,
11
+ "image_token_id": 151655,
12
+ "video_token_id": 151656,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 3584,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 18944,
17
+ "max_position_embeddings": 128000,
18
+ "max_window_layers": 28,
19
+ "model_type": "qwen2_5_vl",
20
+ "num_attention_heads": 28,
21
+ "num_hidden_layers": 28,
22
+ "num_key_value_heads": 4,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_theta": 1000000.0,
25
+ "sliding_window": 32768,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.41.2",
29
+ "use_cache": true,
30
+ "use_sliding_window": false,
31
+ "vision_config": {
32
+ "depth": 32,
33
+ "hidden_act": "silu",
34
+ "hidden_size": 1280,
35
+ "intermediate_size": 3420,
36
+ "num_heads": 16,
37
+ "in_chans": 3,
38
+ "out_hidden_size": 3584,
39
+ "patch_size": 14,
40
+ "spatial_merge_size": 2,
41
+ "spatial_patch_size": 14,
42
+ "window_size": 112,
43
+ "fullatt_block_indexes": [
44
+ 7,
45
+ 15,
46
+ 23,
47
+ 31
48
+ ],
49
+ "tokens_per_second": 2,
50
+ "temporal_patch_size": 2
51
+ },
52
+ "rope_scaling": {
53
+ "type": "mrope",
54
+ "mrope_section": [
55
+ 16,
56
+ 24,
57
+ 24
58
+ ]
59
+ },
60
+ "vocab_size": 152064
61
+ }
Cosmos-Reason1-7B/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "pad_token_id": 151643,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 151645,
7
+ 151643
8
+ ],
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 0.000001,
11
+ "transformers_version": "4.37.0"
12
+ }
Cosmos-Reason1-7B/model.safetensors.index.json ADDED
@@ -0,0 +1,736 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 16584333312
4
+ },
5
+ "weight_map": {
6
+ "visual.patch_embed.proj.weight": "model-00001-of-00004.safetensors",
7
+ "visual.blocks.0.norm1.weight": "model-00001-of-00004.safetensors",
8
+ "visual.blocks.0.norm2.weight": "model-00001-of-00004.safetensors",
9
+ "visual.blocks.0.attn.qkv.weight": "model-00001-of-00004.safetensors",
10
+ "visual.blocks.0.attn.qkv.bias": "model-00001-of-00004.safetensors",
11
+ "visual.blocks.0.attn.proj.weight": "model-00001-of-00004.safetensors",
12
+ "visual.blocks.0.attn.proj.bias": "model-00001-of-00004.safetensors",
13
+ "visual.blocks.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
14
+ "visual.blocks.0.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
15
+ "visual.blocks.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
16
+ "visual.blocks.0.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
17
+ "visual.blocks.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
18
+ "visual.blocks.0.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
19
+ "visual.blocks.1.norm1.weight": "model-00001-of-00004.safetensors",
20
+ "visual.blocks.1.norm2.weight": "model-00001-of-00004.safetensors",
21
+ "visual.blocks.1.attn.qkv.weight": "model-00001-of-00004.safetensors",
22
+ "visual.blocks.1.attn.qkv.bias": "model-00001-of-00004.safetensors",
23
+ "visual.blocks.1.attn.proj.weight": "model-00001-of-00004.safetensors",
24
+ "visual.blocks.1.attn.proj.bias": "model-00001-of-00004.safetensors",
25
+ "visual.blocks.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
26
+ "visual.blocks.1.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
27
+ "visual.blocks.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
28
+ "visual.blocks.1.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
29
+ "visual.blocks.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
30
+ "visual.blocks.1.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
31
+ "visual.blocks.2.norm1.weight": "model-00001-of-00004.safetensors",
32
+ "visual.blocks.2.norm2.weight": "model-00001-of-00004.safetensors",
33
+ "visual.blocks.2.attn.qkv.weight": "model-00001-of-00004.safetensors",
34
+ "visual.blocks.2.attn.qkv.bias": "model-00001-of-00004.safetensors",
35
+ "visual.blocks.2.attn.proj.weight": "model-00001-of-00004.safetensors",
36
+ "visual.blocks.2.attn.proj.bias": "model-00001-of-00004.safetensors",
37
+ "visual.blocks.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
38
+ "visual.blocks.2.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
39
+ "visual.blocks.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
40
+ "visual.blocks.2.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
41
+ "visual.blocks.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
42
+ "visual.blocks.2.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
43
+ "visual.blocks.3.norm1.weight": "model-00001-of-00004.safetensors",
44
+ "visual.blocks.3.norm2.weight": "model-00001-of-00004.safetensors",
45
+ "visual.blocks.3.attn.qkv.weight": "model-00001-of-00004.safetensors",
46
+ "visual.blocks.3.attn.qkv.bias": "model-00001-of-00004.safetensors",
47
+ "visual.blocks.3.attn.proj.weight": "model-00001-of-00004.safetensors",
48
+ "visual.blocks.3.attn.proj.bias": "model-00001-of-00004.safetensors",
49
+ "visual.blocks.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
50
+ "visual.blocks.3.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
51
+ "visual.blocks.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
52
+ "visual.blocks.3.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
53
+ "visual.blocks.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
54
+ "visual.blocks.3.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
55
+ "visual.blocks.4.norm1.weight": "model-00001-of-00004.safetensors",
56
+ "visual.blocks.4.norm2.weight": "model-00001-of-00004.safetensors",
57
+ "visual.blocks.4.attn.qkv.weight": "model-00001-of-00004.safetensors",
58
+ "visual.blocks.4.attn.qkv.bias": "model-00001-of-00004.safetensors",
59
+ "visual.blocks.4.attn.proj.weight": "model-00001-of-00004.safetensors",
60
+ "visual.blocks.4.attn.proj.bias": "model-00001-of-00004.safetensors",
61
+ "visual.blocks.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
62
+ "visual.blocks.4.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
63
+ "visual.blocks.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
64
+ "visual.blocks.4.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
65
+ "visual.blocks.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
66
+ "visual.blocks.4.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
67
+ "visual.blocks.5.norm1.weight": "model-00001-of-00004.safetensors",
68
+ "visual.blocks.5.norm2.weight": "model-00001-of-00004.safetensors",
69
+ "visual.blocks.5.attn.qkv.weight": "model-00001-of-00004.safetensors",
70
+ "visual.blocks.5.attn.qkv.bias": "model-00001-of-00004.safetensors",
71
+ "visual.blocks.5.attn.proj.weight": "model-00001-of-00004.safetensors",
72
+ "visual.blocks.5.attn.proj.bias": "model-00001-of-00004.safetensors",
73
+ "visual.blocks.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
74
+ "visual.blocks.5.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
75
+ "visual.blocks.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
76
+ "visual.blocks.5.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
77
+ "visual.blocks.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
78
+ "visual.blocks.5.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
79
+ "visual.blocks.6.norm1.weight": "model-00001-of-00004.safetensors",
80
+ "visual.blocks.6.norm2.weight": "model-00001-of-00004.safetensors",
81
+ "visual.blocks.6.attn.qkv.weight": "model-00001-of-00004.safetensors",
82
+ "visual.blocks.6.attn.qkv.bias": "model-00001-of-00004.safetensors",
83
+ "visual.blocks.6.attn.proj.weight": "model-00001-of-00004.safetensors",
84
+ "visual.blocks.6.attn.proj.bias": "model-00001-of-00004.safetensors",
85
+ "visual.blocks.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
86
+ "visual.blocks.6.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
87
+ "visual.blocks.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
88
+ "visual.blocks.6.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
89
+ "visual.blocks.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
90
+ "visual.blocks.6.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
91
+ "visual.blocks.7.norm1.weight": "model-00001-of-00004.safetensors",
92
+ "visual.blocks.7.norm2.weight": "model-00001-of-00004.safetensors",
93
+ "visual.blocks.7.attn.qkv.weight": "model-00001-of-00004.safetensors",
94
+ "visual.blocks.7.attn.qkv.bias": "model-00001-of-00004.safetensors",
95
+ "visual.blocks.7.attn.proj.weight": "model-00001-of-00004.safetensors",
96
+ "visual.blocks.7.attn.proj.bias": "model-00001-of-00004.safetensors",
97
+ "visual.blocks.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
98
+ "visual.blocks.7.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
99
+ "visual.blocks.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
100
+ "visual.blocks.7.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
101
+ "visual.blocks.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
102
+ "visual.blocks.7.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
103
+ "visual.blocks.8.norm1.weight": "model-00001-of-00004.safetensors",
104
+ "visual.blocks.8.norm2.weight": "model-00001-of-00004.safetensors",
105
+ "visual.blocks.8.attn.qkv.weight": "model-00001-of-00004.safetensors",
106
+ "visual.blocks.8.attn.qkv.bias": "model-00001-of-00004.safetensors",
107
+ "visual.blocks.8.attn.proj.weight": "model-00001-of-00004.safetensors",
108
+ "visual.blocks.8.attn.proj.bias": "model-00001-of-00004.safetensors",
109
+ "visual.blocks.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
110
+ "visual.blocks.8.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
111
+ "visual.blocks.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
112
+ "visual.blocks.8.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
113
+ "visual.blocks.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
114
+ "visual.blocks.8.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
115
+ "visual.blocks.9.norm1.weight": "model-00001-of-00004.safetensors",
116
+ "visual.blocks.9.norm2.weight": "model-00001-of-00004.safetensors",
117
+ "visual.blocks.9.attn.qkv.weight": "model-00001-of-00004.safetensors",
118
+ "visual.blocks.9.attn.qkv.bias": "model-00001-of-00004.safetensors",
119
+ "visual.blocks.9.attn.proj.weight": "model-00001-of-00004.safetensors",
120
+ "visual.blocks.9.attn.proj.bias": "model-00001-of-00004.safetensors",
121
+ "visual.blocks.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
122
+ "visual.blocks.9.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
123
+ "visual.blocks.9.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
124
+ "visual.blocks.9.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
125
+ "visual.blocks.9.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
126
+ "visual.blocks.9.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
127
+ "visual.blocks.10.norm1.weight": "model-00001-of-00004.safetensors",
128
+ "visual.blocks.10.norm2.weight": "model-00001-of-00004.safetensors",
129
+ "visual.blocks.10.attn.qkv.weight": "model-00001-of-00004.safetensors",
130
+ "visual.blocks.10.attn.qkv.bias": "model-00001-of-00004.safetensors",
131
+ "visual.blocks.10.attn.proj.weight": "model-00001-of-00004.safetensors",
132
+ "visual.blocks.10.attn.proj.bias": "model-00001-of-00004.safetensors",
133
+ "visual.blocks.10.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
134
+ "visual.blocks.10.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
135
+ "visual.blocks.10.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
136
+ "visual.blocks.10.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
137
+ "visual.blocks.10.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
138
+ "visual.blocks.10.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
139
+ "visual.blocks.11.norm1.weight": "model-00001-of-00004.safetensors",
140
+ "visual.blocks.11.norm2.weight": "model-00001-of-00004.safetensors",
141
+ "visual.blocks.11.attn.qkv.weight": "model-00001-of-00004.safetensors",
142
+ "visual.blocks.11.attn.qkv.bias": "model-00001-of-00004.safetensors",
143
+ "visual.blocks.11.attn.proj.weight": "model-00001-of-00004.safetensors",
144
+ "visual.blocks.11.attn.proj.bias": "model-00001-of-00004.safetensors",
145
+ "visual.blocks.11.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
146
+ "visual.blocks.11.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
147
+ "visual.blocks.11.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
148
+ "visual.blocks.11.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
149
+ "visual.blocks.11.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
150
+ "visual.blocks.11.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
151
+ "visual.blocks.12.norm1.weight": "model-00001-of-00004.safetensors",
152
+ "visual.blocks.12.norm2.weight": "model-00001-of-00004.safetensors",
153
+ "visual.blocks.12.attn.qkv.weight": "model-00001-of-00004.safetensors",
154
+ "visual.blocks.12.attn.qkv.bias": "model-00001-of-00004.safetensors",
155
+ "visual.blocks.12.attn.proj.weight": "model-00001-of-00004.safetensors",
156
+ "visual.blocks.12.attn.proj.bias": "model-00001-of-00004.safetensors",
157
+ "visual.blocks.12.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
158
+ "visual.blocks.12.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
159
+ "visual.blocks.12.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
160
+ "visual.blocks.12.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
161
+ "visual.blocks.12.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
162
+ "visual.blocks.12.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
163
+ "visual.blocks.13.norm1.weight": "model-00001-of-00004.safetensors",
164
+ "visual.blocks.13.norm2.weight": "model-00001-of-00004.safetensors",
165
+ "visual.blocks.13.attn.qkv.weight": "model-00001-of-00004.safetensors",
166
+ "visual.blocks.13.attn.qkv.bias": "model-00001-of-00004.safetensors",
167
+ "visual.blocks.13.attn.proj.weight": "model-00001-of-00004.safetensors",
168
+ "visual.blocks.13.attn.proj.bias": "model-00001-of-00004.safetensors",
169
+ "visual.blocks.13.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
170
+ "visual.blocks.13.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
171
+ "visual.blocks.13.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
172
+ "visual.blocks.13.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
173
+ "visual.blocks.13.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
174
+ "visual.blocks.13.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
175
+ "visual.blocks.14.norm1.weight": "model-00001-of-00004.safetensors",
176
+ "visual.blocks.14.norm2.weight": "model-00001-of-00004.safetensors",
177
+ "visual.blocks.14.attn.qkv.weight": "model-00001-of-00004.safetensors",
178
+ "visual.blocks.14.attn.qkv.bias": "model-00001-of-00004.safetensors",
179
+ "visual.blocks.14.attn.proj.weight": "model-00001-of-00004.safetensors",
180
+ "visual.blocks.14.attn.proj.bias": "model-00001-of-00004.safetensors",
181
+ "visual.blocks.14.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
182
+ "visual.blocks.14.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
183
+ "visual.blocks.14.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
184
+ "visual.blocks.14.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
185
+ "visual.blocks.14.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
186
+ "visual.blocks.14.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
187
+ "visual.blocks.15.norm1.weight": "model-00001-of-00004.safetensors",
188
+ "visual.blocks.15.norm2.weight": "model-00001-of-00004.safetensors",
189
+ "visual.blocks.15.attn.qkv.weight": "model-00001-of-00004.safetensors",
190
+ "visual.blocks.15.attn.qkv.bias": "model-00001-of-00004.safetensors",
191
+ "visual.blocks.15.attn.proj.weight": "model-00001-of-00004.safetensors",
192
+ "visual.blocks.15.attn.proj.bias": "model-00001-of-00004.safetensors",
193
+ "visual.blocks.15.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
194
+ "visual.blocks.15.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
195
+ "visual.blocks.15.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
196
+ "visual.blocks.15.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
197
+ "visual.blocks.15.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
198
+ "visual.blocks.15.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
199
+ "visual.blocks.16.norm1.weight": "model-00001-of-00004.safetensors",
200
+ "visual.blocks.16.norm2.weight": "model-00001-of-00004.safetensors",
201
+ "visual.blocks.16.attn.qkv.weight": "model-00001-of-00004.safetensors",
202
+ "visual.blocks.16.attn.qkv.bias": "model-00001-of-00004.safetensors",
203
+ "visual.blocks.16.attn.proj.weight": "model-00001-of-00004.safetensors",
204
+ "visual.blocks.16.attn.proj.bias": "model-00001-of-00004.safetensors",
205
+ "visual.blocks.16.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
206
+ "visual.blocks.16.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
207
+ "visual.blocks.16.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
208
+ "visual.blocks.16.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
209
+ "visual.blocks.16.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
210
+ "visual.blocks.16.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
211
+ "visual.blocks.17.norm1.weight": "model-00001-of-00004.safetensors",
212
+ "visual.blocks.17.norm2.weight": "model-00001-of-00004.safetensors",
213
+ "visual.blocks.17.attn.qkv.weight": "model-00001-of-00004.safetensors",
214
+ "visual.blocks.17.attn.qkv.bias": "model-00001-of-00004.safetensors",
215
+ "visual.blocks.17.attn.proj.weight": "model-00001-of-00004.safetensors",
216
+ "visual.blocks.17.attn.proj.bias": "model-00001-of-00004.safetensors",
217
+ "visual.blocks.17.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
218
+ "visual.blocks.17.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
219
+ "visual.blocks.17.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
220
+ "visual.blocks.17.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
221
+ "visual.blocks.17.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
222
+ "visual.blocks.17.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
223
+ "visual.blocks.18.norm1.weight": "model-00001-of-00004.safetensors",
224
+ "visual.blocks.18.norm2.weight": "model-00001-of-00004.safetensors",
225
+ "visual.blocks.18.attn.qkv.weight": "model-00001-of-00004.safetensors",
226
+ "visual.blocks.18.attn.qkv.bias": "model-00001-of-00004.safetensors",
227
+ "visual.blocks.18.attn.proj.weight": "model-00001-of-00004.safetensors",
228
+ "visual.blocks.18.attn.proj.bias": "model-00001-of-00004.safetensors",
229
+ "visual.blocks.18.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
230
+ "visual.blocks.18.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
231
+ "visual.blocks.18.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
232
+ "visual.blocks.18.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
233
+ "visual.blocks.18.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
234
+ "visual.blocks.18.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
235
+ "visual.blocks.19.norm1.weight": "model-00001-of-00004.safetensors",
236
+ "visual.blocks.19.norm2.weight": "model-00001-of-00004.safetensors",
237
+ "visual.blocks.19.attn.qkv.weight": "model-00001-of-00004.safetensors",
238
+ "visual.blocks.19.attn.qkv.bias": "model-00001-of-00004.safetensors",
239
+ "visual.blocks.19.attn.proj.weight": "model-00001-of-00004.safetensors",
240
+ "visual.blocks.19.attn.proj.bias": "model-00001-of-00004.safetensors",
241
+ "visual.blocks.19.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
242
+ "visual.blocks.19.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
243
+ "visual.blocks.19.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
244
+ "visual.blocks.19.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
245
+ "visual.blocks.19.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
246
+ "visual.blocks.19.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
247
+ "visual.blocks.20.norm1.weight": "model-00001-of-00004.safetensors",
248
+ "visual.blocks.20.norm2.weight": "model-00001-of-00004.safetensors",
249
+ "visual.blocks.20.attn.qkv.weight": "model-00001-of-00004.safetensors",
250
+ "visual.blocks.20.attn.qkv.bias": "model-00001-of-00004.safetensors",
251
+ "visual.blocks.20.attn.proj.weight": "model-00001-of-00004.safetensors",
252
+ "visual.blocks.20.attn.proj.bias": "model-00001-of-00004.safetensors",
253
+ "visual.blocks.20.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
254
+ "visual.blocks.20.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
255
+ "visual.blocks.20.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
256
+ "visual.blocks.20.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
257
+ "visual.blocks.20.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
258
+ "visual.blocks.20.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
259
+ "visual.blocks.21.norm1.weight": "model-00001-of-00004.safetensors",
260
+ "visual.blocks.21.norm2.weight": "model-00001-of-00004.safetensors",
261
+ "visual.blocks.21.attn.qkv.weight": "model-00001-of-00004.safetensors",
262
+ "visual.blocks.21.attn.qkv.bias": "model-00001-of-00004.safetensors",
263
+ "visual.blocks.21.attn.proj.weight": "model-00001-of-00004.safetensors",
264
+ "visual.blocks.21.attn.proj.bias": "model-00001-of-00004.safetensors",
265
+ "visual.blocks.21.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
266
+ "visual.blocks.21.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
267
+ "visual.blocks.21.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
268
+ "visual.blocks.21.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
269
+ "visual.blocks.21.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
270
+ "visual.blocks.21.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
271
+ "visual.blocks.22.norm1.weight": "model-00001-of-00004.safetensors",
272
+ "visual.blocks.22.norm2.weight": "model-00001-of-00004.safetensors",
273
+ "visual.blocks.22.attn.qkv.weight": "model-00001-of-00004.safetensors",
274
+ "visual.blocks.22.attn.qkv.bias": "model-00001-of-00004.safetensors",
275
+ "visual.blocks.22.attn.proj.weight": "model-00001-of-00004.safetensors",
276
+ "visual.blocks.22.attn.proj.bias": "model-00001-of-00004.safetensors",
277
+ "visual.blocks.22.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
278
+ "visual.blocks.22.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
279
+ "visual.blocks.22.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
280
+ "visual.blocks.22.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
281
+ "visual.blocks.22.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
282
+ "visual.blocks.22.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
283
+ "visual.blocks.23.norm1.weight": "model-00001-of-00004.safetensors",
284
+ "visual.blocks.23.norm2.weight": "model-00001-of-00004.safetensors",
285
+ "visual.blocks.23.attn.qkv.weight": "model-00001-of-00004.safetensors",
286
+ "visual.blocks.23.attn.qkv.bias": "model-00001-of-00004.safetensors",
287
+ "visual.blocks.23.attn.proj.weight": "model-00001-of-00004.safetensors",
288
+ "visual.blocks.23.attn.proj.bias": "model-00001-of-00004.safetensors",
289
+ "visual.blocks.23.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
290
+ "visual.blocks.23.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
291
+ "visual.blocks.23.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
292
+ "visual.blocks.23.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
293
+ "visual.blocks.23.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
294
+ "visual.blocks.23.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
295
+ "visual.blocks.24.norm1.weight": "model-00001-of-00004.safetensors",
296
+ "visual.blocks.24.norm2.weight": "model-00001-of-00004.safetensors",
297
+ "visual.blocks.24.attn.qkv.weight": "model-00001-of-00004.safetensors",
298
+ "visual.blocks.24.attn.qkv.bias": "model-00001-of-00004.safetensors",
299
+ "visual.blocks.24.attn.proj.weight": "model-00001-of-00004.safetensors",
300
+ "visual.blocks.24.attn.proj.bias": "model-00001-of-00004.safetensors",
301
+ "visual.blocks.24.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
302
+ "visual.blocks.24.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
303
+ "visual.blocks.24.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
304
+ "visual.blocks.24.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
305
+ "visual.blocks.24.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
306
+ "visual.blocks.24.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
307
+ "visual.blocks.25.norm1.weight": "model-00001-of-00004.safetensors",
308
+ "visual.blocks.25.norm2.weight": "model-00001-of-00004.safetensors",
309
+ "visual.blocks.25.attn.qkv.weight": "model-00001-of-00004.safetensors",
310
+ "visual.blocks.25.attn.qkv.bias": "model-00001-of-00004.safetensors",
311
+ "visual.blocks.25.attn.proj.weight": "model-00001-of-00004.safetensors",
312
+ "visual.blocks.25.attn.proj.bias": "model-00001-of-00004.safetensors",
313
+ "visual.blocks.25.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
314
+ "visual.blocks.25.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
315
+ "visual.blocks.25.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
316
+ "visual.blocks.25.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
317
+ "visual.blocks.25.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
318
+ "visual.blocks.25.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
319
+ "visual.blocks.26.norm1.weight": "model-00001-of-00004.safetensors",
320
+ "visual.blocks.26.norm2.weight": "model-00001-of-00004.safetensors",
321
+ "visual.blocks.26.attn.qkv.weight": "model-00001-of-00004.safetensors",
322
+ "visual.blocks.26.attn.qkv.bias": "model-00001-of-00004.safetensors",
323
+ "visual.blocks.26.attn.proj.weight": "model-00001-of-00004.safetensors",
324
+ "visual.blocks.26.attn.proj.bias": "model-00001-of-00004.safetensors",
325
+ "visual.blocks.26.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
326
+ "visual.blocks.26.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
327
+ "visual.blocks.26.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
328
+ "visual.blocks.26.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
329
+ "visual.blocks.26.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
330
+ "visual.blocks.26.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
331
+ "visual.blocks.27.norm1.weight": "model-00001-of-00004.safetensors",
332
+ "visual.blocks.27.norm2.weight": "model-00001-of-00004.safetensors",
333
+ "visual.blocks.27.attn.qkv.weight": "model-00001-of-00004.safetensors",
334
+ "visual.blocks.27.attn.qkv.bias": "model-00001-of-00004.safetensors",
335
+ "visual.blocks.27.attn.proj.weight": "model-00001-of-00004.safetensors",
336
+ "visual.blocks.27.attn.proj.bias": "model-00001-of-00004.safetensors",
337
+ "visual.blocks.27.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
338
+ "visual.blocks.27.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
339
+ "visual.blocks.27.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
340
+ "visual.blocks.27.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
341
+ "visual.blocks.27.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
342
+ "visual.blocks.27.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
343
+ "visual.blocks.28.norm1.weight": "model-00001-of-00004.safetensors",
344
+ "visual.blocks.28.norm2.weight": "model-00001-of-00004.safetensors",
345
+ "visual.blocks.28.attn.qkv.weight": "model-00001-of-00004.safetensors",
346
+ "visual.blocks.28.attn.qkv.bias": "model-00001-of-00004.safetensors",
347
+ "visual.blocks.28.attn.proj.weight": "model-00001-of-00004.safetensors",
348
+ "visual.blocks.28.attn.proj.bias": "model-00001-of-00004.safetensors",
349
+ "visual.blocks.28.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
350
+ "visual.blocks.28.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
351
+ "visual.blocks.28.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
352
+ "visual.blocks.28.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
353
+ "visual.blocks.28.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
354
+ "visual.blocks.28.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
355
+ "visual.blocks.29.norm1.weight": "model-00001-of-00004.safetensors",
356
+ "visual.blocks.29.norm2.weight": "model-00001-of-00004.safetensors",
357
+ "visual.blocks.29.attn.qkv.weight": "model-00001-of-00004.safetensors",
358
+ "visual.blocks.29.attn.qkv.bias": "model-00001-of-00004.safetensors",
359
+ "visual.blocks.29.attn.proj.weight": "model-00001-of-00004.safetensors",
360
+ "visual.blocks.29.attn.proj.bias": "model-00001-of-00004.safetensors",
361
+ "visual.blocks.29.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
362
+ "visual.blocks.29.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
363
+ "visual.blocks.29.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
364
+ "visual.blocks.29.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
365
+ "visual.blocks.29.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
366
+ "visual.blocks.29.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
367
+ "visual.blocks.30.norm1.weight": "model-00001-of-00004.safetensors",
368
+ "visual.blocks.30.norm2.weight": "model-00001-of-00004.safetensors",
369
+ "visual.blocks.30.attn.qkv.weight": "model-00001-of-00004.safetensors",
370
+ "visual.blocks.30.attn.qkv.bias": "model-00001-of-00004.safetensors",
371
+ "visual.blocks.30.attn.proj.weight": "model-00001-of-00004.safetensors",
372
+ "visual.blocks.30.attn.proj.bias": "model-00001-of-00004.safetensors",
373
+ "visual.blocks.30.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
374
+ "visual.blocks.30.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
375
+ "visual.blocks.30.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
376
+ "visual.blocks.30.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
377
+ "visual.blocks.30.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
378
+ "visual.blocks.30.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
379
+ "visual.blocks.31.norm1.weight": "model-00001-of-00004.safetensors",
380
+ "visual.blocks.31.norm2.weight": "model-00001-of-00004.safetensors",
381
+ "visual.blocks.31.attn.qkv.weight": "model-00001-of-00004.safetensors",
382
+ "visual.blocks.31.attn.qkv.bias": "model-00001-of-00004.safetensors",
383
+ "visual.blocks.31.attn.proj.weight": "model-00001-of-00004.safetensors",
384
+ "visual.blocks.31.attn.proj.bias": "model-00001-of-00004.safetensors",
385
+ "visual.blocks.31.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
386
+ "visual.blocks.31.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
387
+ "visual.blocks.31.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
388
+ "visual.blocks.31.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
389
+ "visual.blocks.31.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
390
+ "visual.blocks.31.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
391
+ "visual.merger.ln_q.weight": "model-00001-of-00004.safetensors",
392
+ "visual.merger.mlp.0.weight": "model-00001-of-00004.safetensors",
393
+ "visual.merger.mlp.0.bias": "model-00001-of-00004.safetensors",
394
+ "visual.merger.mlp.2.weight": "model-00001-of-00004.safetensors",
395
+ "visual.merger.mlp.2.bias": "model-00001-of-00004.safetensors",
396
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
397
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
398
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
399
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
400
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
401
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
402
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
403
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
404
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
405
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
406
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
407
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
408
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
409
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
410
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
411
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
412
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
413
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
414
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
415
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
416
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
417
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
418
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
419
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
420
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
421
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
422
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
423
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
424
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
425
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
426
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
427
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
428
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
429
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
430
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
431
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
432
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
433
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
434
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
435
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
436
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
437
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
438
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
439
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
440
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
441
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
442
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
443
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
444
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
445
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
446
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
447
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
448
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
449
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
450
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
451
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
452
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
453
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
454
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
455
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
456
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
457
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
458
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
459
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
460
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
461
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
462
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
463
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
464
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
465
+ "model.layers.5.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
466
+ "model.layers.5.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
467
+ "model.layers.5.input_layernorm.weight": "model-00002-of-00004.safetensors",
468
+ "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
469
+ "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
470
+ "model.layers.6.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
471
+ "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
472
+ "model.layers.6.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
473
+ "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
474
+ "model.layers.6.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
475
+ "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
476
+ "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
477
+ "model.layers.6.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
478
+ "model.layers.6.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
479
+ "model.layers.6.input_layernorm.weight": "model-00002-of-00004.safetensors",
480
+ "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
481
+ "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
482
+ "model.layers.7.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
483
+ "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
484
+ "model.layers.7.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
485
+ "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
486
+ "model.layers.7.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
487
+ "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
488
+ "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
489
+ "model.layers.7.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
490
+ "model.layers.7.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
491
+ "model.layers.7.input_layernorm.weight": "model-00002-of-00004.safetensors",
492
+ "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
493
+ "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
494
+ "model.layers.8.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
495
+ "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
496
+ "model.layers.8.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
497
+ "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
498
+ "model.layers.8.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
499
+ "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
500
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
501
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
502
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
503
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
504
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
505
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
506
+ "model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
507
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
508
+ "model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
509
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
510
+ "model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
511
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
512
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
513
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
514
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
515
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
516
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
517
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
518
+ "model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
519
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
520
+ "model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
521
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
522
+ "model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
523
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
524
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
525
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
526
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
527
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
528
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
529
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
530
+ "model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
531
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
532
+ "model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
533
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
534
+ "model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
535
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
536
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
537
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
538
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
539
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
540
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
541
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
542
+ "model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
543
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
544
+ "model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
545
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
546
+ "model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
547
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
548
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
549
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
550
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
551
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
552
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
553
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
554
+ "model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
555
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
556
+ "model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
557
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
558
+ "model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
559
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
560
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
561
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
562
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
563
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
564
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
565
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
566
+ "model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
567
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
568
+ "model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
569
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
570
+ "model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
571
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
572
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
573
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
574
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
575
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
576
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
577
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
578
+ "model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
579
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
580
+ "model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
581
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
582
+ "model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
583
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
584
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
585
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
586
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
587
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
588
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
589
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
590
+ "model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
591
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
592
+ "model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
593
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
594
+ "model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
595
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
596
+ "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
597
+ "model.layers.16.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
598
+ "model.layers.16.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
599
+ "model.layers.16.input_layernorm.weight": "model-00003-of-00004.safetensors",
600
+ "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
601
+ "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
602
+ "model.layers.17.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
603
+ "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
604
+ "model.layers.17.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
605
+ "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
606
+ "model.layers.17.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
607
+ "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
608
+ "model.layers.17.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
609
+ "model.layers.17.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
610
+ "model.layers.17.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
611
+ "model.layers.17.input_layernorm.weight": "model-00003-of-00004.safetensors",
612
+ "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
613
+ "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
614
+ "model.layers.18.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
615
+ "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
616
+ "model.layers.18.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
617
+ "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
618
+ "model.layers.18.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
619
+ "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
620
+ "model.layers.18.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
621
+ "model.layers.18.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
622
+ "model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
623
+ "model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
624
+ "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
625
+ "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
626
+ "model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
627
+ "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
628
+ "model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
629
+ "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
630
+ "model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
631
+ "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
632
+ "model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
633
+ "model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
634
+ "model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
635
+ "model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
636
+ "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
637
+ "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
638
+ "model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
639
+ "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
640
+ "model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
641
+ "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
642
+ "model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
643
+ "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
644
+ "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
645
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
646
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
647
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
648
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
649
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
650
+ "model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
651
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
652
+ "model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
653
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
654
+ "model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
655
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
656
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
657
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
658
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
659
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
660
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
661
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
662
+ "model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
663
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
664
+ "model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
665
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
666
+ "model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
667
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
668
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
669
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
670
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
671
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
672
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
673
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
674
+ "model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
675
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
676
+ "model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
677
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
678
+ "model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
679
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
680
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
681
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
682
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
683
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
684
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
685
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
686
+ "model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
687
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
688
+ "model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
689
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
690
+ "model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
691
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
692
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
693
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
694
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
695
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
696
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
697
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
698
+ "model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
699
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
700
+ "model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
701
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
702
+ "model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
703
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
704
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
705
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
706
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
707
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
708
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
709
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
710
+ "model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
711
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
712
+ "model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
713
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
714
+ "model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
715
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
716
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
717
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
718
+ "model.layers.26.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
719
+ "model.layers.26.input_layernorm.weight": "model-00004-of-00004.safetensors",
720
+ "model.layers.26.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
721
+ "model.layers.27.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
722
+ "model.layers.27.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
723
+ "model.layers.27.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
724
+ "model.layers.27.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
725
+ "model.layers.27.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
726
+ "model.layers.27.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
727
+ "model.layers.27.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
728
+ "model.layers.27.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
729
+ "model.layers.27.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
730
+ "model.layers.27.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
731
+ "model.layers.27.input_layernorm.weight": "model-00004-of-00004.safetensors",
732
+ "model.layers.27.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
733
+ "model.norm.weight": "model-00004-of-00004.safetensors",
734
+ "lm_head.weight": "model-00004-of-00004.safetensors"
735
+ }
736
+ }
Cosmos-Reason1-7B/preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "min_pixels": 3136,
3
+ "max_pixels": 12845056,
4
+ "patch_size": 14,
5
+ "temporal_patch_size": 2,
6
+ "merge_size": 2,
7
+ "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
+ ],
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "image_processor_type": "Qwen2VLImageProcessor",
18
+ "processor_class": "Qwen2_5_VLProcessor"
19
+ }
Cosmos-Reason1-7B/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Cosmos-Reason1-7B/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "151657": {
117
+ "content": "<tool_call>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "151658": {
125
+ "content": "</tool_call>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "151659": {
133
+ "content": "<|fim_prefix|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "151660": {
141
+ "content": "<|fim_middle|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "151661": {
149
+ "content": "<|fim_suffix|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "151662": {
157
+ "content": "<|fim_pad|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "151663": {
165
+ "content": "<|repo_name|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "151664": {
173
+ "content": "<|file_sep|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ }
180
+ },
181
+ "additional_special_tokens": [
182
+ "<|im_start|>",
183
+ "<|im_end|>",
184
+ "<|object_ref_start|>",
185
+ "<|object_ref_end|>",
186
+ "<|box_start|>",
187
+ "<|box_end|>",
188
+ "<|quad_start|>",
189
+ "<|quad_end|>",
190
+ "<|vision_start|>",
191
+ "<|vision_end|>",
192
+ "<|vision_pad|>",
193
+ "<|image_pad|>",
194
+ "<|video_pad|>"
195
+ ],
196
+ "bos_token": null,
197
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "model_max_length": 131072,
202
+ "pad_token": "<|endoftext|>",
203
+ "split_special_tokens": false,
204
+ "tokenizer_class": "Qwen2Tokenizer",
205
+ "unk_token": null,
206
+ "add_bos_token": false
207
+ }
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/0_Open the box.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Open the box
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/10_Use right hand to strum ukelele.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use right hand to strum ukelele
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/11_Use the left hand to hold mouse and move the mouse around.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the left hand to hold mouse and move the mouse around
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/12_Use the left hand to pick up shaker and shake it.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the left hand to pick up shaker and shake it
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/13_Use the left hand to pick up the dustpan, use the right hand to pick up the tape dispenser, then sweep the dust on the table into the dustpan.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the left hand to pick up the dustpan, use the right hand to pick up the tape dispenser, then sweep the dust on the table into the dustpan
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/15_Use the right hand to close microwave.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to close microwave
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/16_Use the right hand to grab the pan handle and toss the pan.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to grab the pan handle and toss the pan
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/17_Use the right hand to open macbook.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to open macbook
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/18_Use the right hand to pick up blue scoop and scoop powder from container.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up blue scoop and scoop powder from container
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/19_Use the right hand to pick up expo eraser and erase whiteboard.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up expo eraser and erase whiteboard
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/1_Use both hands to pick up pot.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use both hands to pick up pot
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/20_Use the right hand to pick up glass and bring it close to the camera as if drinking.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up glass and bring it close to the camera as if drinking
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/21_Use the right hand to pick up hat and put it on top of mini tripod.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up hat and put it on top of mini tripod
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/22_Use the right hand to pick up iron and press the T-shirt.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up iron and press the T-shirt
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/23_Use the right hand to pick up long-reach lighter to light the candle.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up long-reach lighter to light the candle
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/24_Use the right hand to pick up marker and write on whiteboard.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up marker and write on whiteboard
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/25_Use the right hand to pick up pink bottle and pour water on flower.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up pink bottle and pour water on flower
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/26_Use the right hand to pick up plate and place it onto the dish rack.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up plate and place it onto the dish rack
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/27_Use the right hand to pick up rag and erase whiteboard.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up rag and erase whiteboard
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/28_Use the right hand to pick up sauce bottle and shake it.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up sauce bottle and shake it
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/29_Use the right hand to pick up scraper and scrape cutting board.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up scraper and scrape cutting board
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/2_Use knife to cut the object on the cutting board.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use knife to cut the object on the cutting board
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/30_Use the right hand to pick up shaker and crack it on side of bowl.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up shaker and crack it on side of bowl
PhysicalAI-Robotics-GR00T-Eval/gr1_behavior/31_Use the right hand to pick up spatula and spread butter on bread.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Use the right hand to pick up spatula and spread butter on bread