Alex Glinsky commited on
Commit
aeefecf
1 Parent(s): 5c699b8

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_runtime": 2.2426,
4
+ "eval_samples_per_second": 111.476,
5
+ "eval_steps_per_second": 2.675,
6
+ "train_loss": 2.739854176839193,
7
+ "train_runtime": 34.0512,
8
+ "train_samples_per_second": 36.709,
9
+ "train_steps_per_second": 0.881
10
+ }
eval_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_runtime": 2.2426,
4
+ "eval_samples_per_second": 111.476,
5
+ "eval_steps_per_second": 2.675
6
+ }
runs/Nov10_02-28-16_alexPC/events.out.tfevents.1668036934.alexPC.9006.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9f0e9cf1605f7c4236e503f3bfbb2386f25ad8907b12abf026826feb83fe0d
3
+ size 259
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 2.739854176839193,
4
+ "train_runtime": 34.0512,
5
+ "train_samples_per_second": 36.709,
6
+ "train_steps_per_second": 0.881
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "global_step": 30,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 5.0,
12
+ "step": 30,
13
+ "total_flos": 166896600000000.0,
14
+ "train_loss": 2.739854176839193,
15
+ "train_runtime": 34.0512,
16
+ "train_samples_per_second": 36.709,
17
+ "train_steps_per_second": 0.881
18
+ }
19
+ ],
20
+ "max_steps": 30,
21
+ "num_train_epochs": 5,
22
+ "total_flos": 166896600000000.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }