| license: other | |
| # Atomic26_baseline | |
| ## Download only checkpoints | |
| To download only the checkpoint folders from this repo: | |
| ```bash | |
| hf download Whalswp/Atomic26_baseline --repo-type model --include "checkpoint-60000/*" --local-dir ./Atomic26_baseline | |
| ``` | |
| This will create files under `./Atomic26_baseline/checkpoint-60000/`. | |
| If you want a different checkpoint, replace `checkpoint-60000` with the folder you need. | |