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

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
  ```text
172
  Step3VL10BForCausalLM(
173
  (model): StepRoboticsModel(
@@ -227,4 +228,5 @@ Step3VL10BForCausalLM(
227
  (lm_head): Linear(in_features=8, out_features=151936, bias=False)
228
  )
229
  ```
 
230
  </details>
 
168
  ### Printing the model:
169
 
170
  <details><summary>Click to expand</summary>
171
+
172
  ```text
173
  Step3VL10BForCausalLM(
174
  (model): StepRoboticsModel(
 
228
  (lm_head): Linear(in_features=8, out_features=151936, bias=False)
229
  )
230
  ```
231
+
232
  </details>