Whalswp commited on
Commit
f6dc9ee
·
verified ·
1 Parent(s): 6ce3592

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ```bash
2
- hf upload-large-folder Whalswp/Insight_ckpt train_ckpt/ --repo-type=model
 
 
 
 
3
  ```
 
1
  ```bash
2
+ hf upload-large-folder Whalswp/Insight_ckpt train_ckpt/ \
3
+ --repo-type=model \
4
+ --exclude='**/checkpoints/last' \
5
+ --exclude='**/training_state/optimizer_state.safetensors' \
6
+ --exclude='**/_archive/**'
7
  ```