nlee-208 commited on
Commit
9dcf4c4
·
verified ·
1 Parent(s): 8021f96

Model save

Browse files
Files changed (2) hide show
  1. all_results.json +9 -0
  2. train_results.json +9 -0
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.5627471416478175,
5
+ "train_runtime": 6359.2002,
6
+ "train_samples": 25473,
7
+ "train_samples_per_second": 4.006,
8
+ "train_steps_per_second": 0.125
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.5627471416478175,
5
+ "train_runtime": 6359.2002,
6
+ "train_samples": 25473,
7
+ "train_samples_per_second": 4.006,
8
+ "train_steps_per_second": 0.125
9
+ }