given131 commited on
Commit
89b5f9e
·
verified ·
1 Parent(s): ba1f02c

Add checkpoint metadata README

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ ---
4
+
5
+ # 8M Continue Latest
6
+
7
+ - Source: `output/checkpoints_8m_full_continue_given131/latest.pt`
8
+ - Global step: `133000`
9
+ - Resume target (default): `given131/8M_continue_latest` (loads `model.bin`)
10
+
11
+ This checkpoint contains:
12
+ - `model_state_dict`
13
+ - `optimizer_state_dict`
14
+ - `scheduler_state_dict`
15
+ - `global_step`, `epoch`, `batch_in_epoch`, `total_batches_processed`