Insight_ckpt / README.md
Whalswp's picture
Update README.md
f6dc9ee verified
|
Raw
History Blame Contribute Delete
226 Bytes
```bash
hf upload-large-folder Whalswp/Insight_ckpt train_ckpt/ \
--repo-type=model \
--exclude='**/checkpoints/last' \
--exclude='**/training_state/optimizer_state.safetensors' \
--exclude='**/_archive/**'
```