L1mbo commited on
Commit
f62ed1d
1 Parent(s): 3d4050b

End of training

Browse files
Files changed (1) hide show
  1. trainer_state.json +52 -0
trainer_state.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2727272727272727,
3
+ "best_model_checkpoint": "videomae-base-finetuned-kinetics-finetuned-ucf101-subset-finetuned-ucf101-subset/checkpoint-36",
4
+ "epoch": 1.0,
5
+ "global_step": 36,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.28,
12
+ "learning_rate": 4.0625000000000005e-05,
13
+ "loss": 1.8203,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.56,
18
+ "learning_rate": 2.5e-05,
19
+ "loss": 1.8661,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.83,
24
+ "learning_rate": 9.375000000000001e-06,
25
+ "loss": 1.6409,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 1.0,
30
+ "eval_accuracy": 0.2727272727272727,
31
+ "eval_loss": 1.4351266622543335,
32
+ "eval_runtime": 547.738,
33
+ "eval_samples_per_second": 0.442,
34
+ "eval_steps_per_second": 0.442,
35
+ "step": 36
36
+ },
37
+ {
38
+ "epoch": 1.0,
39
+ "step": 36,
40
+ "total_flos": 4.485912532667597e+16,
41
+ "train_loss": 1.747913784450955,
42
+ "train_runtime": 825.7643,
43
+ "train_samples_per_second": 0.044,
44
+ "train_steps_per_second": 0.044
45
+ }
46
+ ],
47
+ "max_steps": 36,
48
+ "num_train_epochs": 9223372036854775807,
49
+ "total_flos": 4.485912532667597e+16,
50
+ "trial_name": null,
51
+ "trial_params": null
52
+ }