henryscheible commited on
Commit
9df650e
·
1 Parent(s): 1bfc0a0

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_loss": 0.6525373458862305,
4
+ "eval_matthews_correlation": 0.5981333967857257,
5
+ "eval_runtime": 3.1799,
6
+ "eval_samples": 1043,
7
+ "eval_samples_per_second": 327.995,
8
+ "eval_steps_per_second": 41.196,
9
+ "train_loss": 0.28124569565502566,
10
+ "train_runtime": 650.0563,
11
+ "train_samples": 8551,
12
+ "train_samples_per_second": 65.771,
13
+ "train_steps_per_second": 2.061
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_loss": 0.6525373458862305,
4
+ "eval_matthews_correlation": 0.5981333967857257,
5
+ "eval_runtime": 3.1799,
6
+ "eval_samples": 1043,
7
+ "eval_samples_per_second": 327.995,
8
+ "eval_steps_per_second": 41.196
9
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.28124569565502566,
4
+ "train_runtime": 650.0563,
5
+ "train_samples": 8551,
6
+ "train_samples_per_second": 65.771,
7
+ "train_steps_per_second": 2.061
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "global_step": 1340,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.87,
12
+ "learning_rate": 1.2537313432835823e-05,
13
+ "loss": 0.4347,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.73,
18
+ "learning_rate": 5.074626865671642e-06,
19
+ "loss": 0.2214,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 5.0,
24
+ "step": 1340,
25
+ "total_flos": 0.0,
26
+ "train_loss": 0.28124569565502566,
27
+ "train_runtime": 650.0563,
28
+ "train_samples_per_second": 65.771,
29
+ "train_steps_per_second": 2.061
30
+ }
31
+ ],
32
+ "max_steps": 1340,
33
+ "num_train_epochs": 5,
34
+ "total_flos": 0.0,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }