Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
```bash
|
| 2 |
-
hf upload-large-folder Whalswp/Insight_ckpt train_ckpt/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|