Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -161,8 +161,8 @@ model_new.vit_large_projector = model.model.vit_large_projector
|
|
| 161 |
state_dict = model_new.state_dict()
|
| 162 |
save_file(state_dict, f"{save_folder}/model.safetensors")
|
| 163 |
```
|
| 164 |
-
</details>
|
| 165 |
|
|
|
|
| 166 |
|
| 167 |
### Printing the model:
|
| 168 |
|
|
|
|
| 161 |
state_dict = model_new.state_dict()
|
| 162 |
save_file(state_dict, f"{save_folder}/model.safetensors")
|
| 163 |
```
|
|
|
|
| 164 |
|
| 165 |
+
</details>
|
| 166 |
|
| 167 |
### Printing the model:
|
| 168 |
|