oyousuf commited on
Commit
5663122
·
1 Parent(s): 7ebbe3d

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +29 -0
trainer_state.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5467606833752051,
3
+ "best_model_checkpoint": "/proj/uppmax2021-2-31/oreen/SimCSE/results",
4
+ "epoch": 3.0,
5
+ "global_step": 141,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.66,
12
+ "eval_avg_sts": 0.5391675741139625,
13
+ "eval_sickr_spearman": 0.5315744648527199,
14
+ "eval_stsb_spearman": 0.5467606833752051,
15
+ "step": 125
16
+ },
17
+ {
18
+ "epoch": 3.0,
19
+ "step": 141,
20
+ "train_runtime": 119.7454,
21
+ "train_samples_per_second": 1.177
22
+ }
23
+ ],
24
+ "max_steps": 141,
25
+ "num_train_epochs": 3,
26
+ "total_flos": 1136308381286400,
27
+ "trial_name": null,
28
+ "trial_params": null
29
+ }