yypeng666 commited on
Commit
b98c965
·
verified ·
1 Parent(s): 299dc7c

Document uploaded checkpoint step 25000

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -17,9 +17,8 @@ The original run was uploaded with checkpoints at steps `3000` and `5000`;
17
  step `3000` was removed from this repo on 2026-05-01.
18
  The run was later resumed locally from step `5000` on the same dataset and
19
  continued through step `25000`. Step `15000` has been appended to this repo.
20
- Step `25000` is the local final checkpoint and is recorded here, but its HF
21
- upload attempt on 2026-05-01 was blocked by the private repository storage
22
- quota.
23
 
24
  The checkpoint layout mirrors OpenPI's local checkpoint tree so later training
25
  checkpoints can be appended without reshaping the repo:
@@ -34,7 +33,7 @@ checkpoints/
34
  train_state/
35
  assets/
36
  15000/
37
- 25000/ # local final checkpoint; pending HF storage quota
38
  ```
39
 
40
  ## Checkpoints
@@ -43,7 +42,7 @@ checkpoints/
43
  |---:|---|
44
  | 5000 | Original sim-table LoRA run; local resume source |
45
  | 15000 | Uploaded. Resumed from step 5000 on the same `IDEAS-Lab-Northwestern/sim-table` dataset |
46
- | 25000 | Local final checkpoint after 20000 additional resumed training steps; HF upload pending storage quota |
47
 
48
  To add another checkpoint later, upload the new numeric step directory to the
49
  same run path. For example:
 
17
  step `3000` was removed from this repo on 2026-05-01.
18
  The run was later resumed locally from step `5000` on the same dataset and
19
  continued through step `25000`. Step `15000` has been appended to this repo.
20
+ Step `25000` is the final resumed checkpoint and was uploaded after the repo
21
+ was made public on 2026-05-01.
 
22
 
23
  The checkpoint layout mirrors OpenPI's local checkpoint tree so later training
24
  checkpoints can be appended without reshaping the repo:
 
33
  train_state/
34
  assets/
35
  15000/
36
+ 25000/
37
  ```
38
 
39
  ## Checkpoints
 
42
  |---:|---|
43
  | 5000 | Original sim-table LoRA run; local resume source |
44
  | 15000 | Uploaded. Resumed from step 5000 on the same `IDEAS-Lab-Northwestern/sim-table` dataset |
45
+ | 25000 | Uploaded. Final checkpoint after 20000 additional resumed training steps |
46
 
47
  To add another checkpoint later, upload the new numeric step directory to the
48
  same run path. For example: