yujiepan commited on
Commit
eb5219e
·
verified ·
1 Parent(s): 229c9b2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -167,7 +167,7 @@ save_file(state_dict, f"{save_folder}/model.safetensors")
167
 
168
  ### Printing the model:
169
 
170
- ```text
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>