yujiepan commited on
Commit
48fbf47
·
verified ·
1 Parent(s): eb5219e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -168,6 +168,7 @@ save_file(state_dict, f"{save_folder}/model.safetensors")
168
  ### Printing the model:
169
 
170
  <details><summary>Click to expand</summary>
 
171
  Step3VL10BForCausalLM(
172
  (model): StepRoboticsModel(
173
  (vision_model): StepRoboticsVisionEncoder(
@@ -225,4 +226,5 @@ Step3VL10BForCausalLM(
225
  )
226
  (lm_head): Linear(in_features=8, out_features=151936, bias=False)
227
  )
 
228
  </details>
 
168
  ### Printing the model:
169
 
170
  <details><summary>Click to expand</summary>
171
+ ```text
172
  Step3VL10BForCausalLM(
173
  (model): StepRoboticsModel(
174
  (vision_model): StepRoboticsVisionEncoder(
 
226
  )
227
  (lm_head): Linear(in_features=8, out_features=151936, bias=False)
228
  )
229
+ ```
230
  </details>