Whalswp commited on
Commit
09d54de
·
verified ·
1 Parent(s): a1463a3

Add checkpoint-only download instructions to README

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ ---
4
+
5
+ # Atomic26_baseline
6
+
7
+ ## Download only checkpoints
8
+
9
+ To download only the checkpoint folders from this repo:
10
+
11
+ ```bash
12
+ hf download Whalswp/Atomic26_baseline --repo-type model --include "checkpoint-60000/*"
13
+ ```
14
+
15
+ If you want a different checkpoint, replace `checkpoint-60000` with the folder you need.