| ```bash | |
| hf upload-large-folder Whalswp/Insight_ckpt train_ckpt/ \ | |
| --repo-type=model \ | |
| --exclude='**/checkpoints/last' \ | |
| --exclude='**/training_state/optimizer_state.safetensors' \ | |
| --exclude='**/_archive/**' | |
| ``` |
| ```bash | |
| hf upload-large-folder Whalswp/Insight_ckpt train_ckpt/ \ | |
| --repo-type=model \ | |
| --exclude='**/checkpoints/last' \ | |
| --exclude='**/training_state/optimizer_state.safetensors' \ | |
| --exclude='**/_archive/**' | |
| ``` |