karanjaWakaba commited on
Commit
ee73619
·
verified ·
1 Parent(s): 9b66f93

Initial/reset progress.json for new training run

Browse files
Files changed (1) hide show
  1. progress.json +9 -0
progress.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sessions_completed": 0,
3
+ "total_steps_completed": 0,
4
+ "latest_checkpoint": null,
5
+ "shard_size_examples": 500,
6
+ "total_examples": 506,
7
+ "next_start_index": 0,
8
+ "history": []
9
+ }