Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -167,7 +167,7 @@ save_file(state_dict, f"{save_folder}/model.safetensors")
|
|
| 167 |
|
| 168 |
### Printing the model:
|
| 169 |
|
| 170 |
-
|
| 171 |
Step3VL10BForCausalLM(
|
| 172 |
(model): StepRoboticsModel(
|
| 173 |
(vision_model): StepRoboticsVisionEncoder(
|
|
@@ -225,4 +225,4 @@ Step3VL10BForCausalLM(
|
|
| 225 |
)
|
| 226 |
(lm_head): Linear(in_features=8, out_features=151936, bias=False)
|
| 227 |
)
|
| 228 |
-
|
|
|
|
| 167 |
|
| 168 |
### Printing the model:
|
| 169 |
|
| 170 |
+
<details><summary>Click to expand</summary>
|
| 171 |
Step3VL10BForCausalLM(
|
| 172 |
(model): StepRoboticsModel(
|
| 173 |
(vision_model): StepRoboticsVisionEncoder(
|
|
|
|
| 225 |
)
|
| 226 |
(lm_head): Linear(in_features=8, out_features=151936, bias=False)
|
| 227 |
)
|
| 228 |
+
</details>
|