AnnyNguyen commited on
Commit
940ec2a
·
verified ·
1 Parent(s): 5223db2

Upload checkpoint-446/trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoint-446/trainer_state.json +62 -0
checkpoint-446/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 446,
3
+ "best_metric": 0.8935534659624744,
4
+ "best_model_checkpoint": "outputs/visobert-spam-binary/checkpoint-446",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 446,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "grad_norm": 0.5744075179100037,
15
+ "learning_rate": 4.998771926094749e-05,
16
+ "loss": 0.2647,
17
+ "step": 446
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.9174543163201008,
22
+ "eval_f1": 0.8935534659624744,
23
+ "eval_loss": 0.22875355184078217,
24
+ "eval_precision": 0.9015729773766998,
25
+ "eval_recall": 0.8863982633514904,
26
+ "eval_runtime": 5.773,
27
+ "eval_samples_per_second": 274.901,
28
+ "eval_steps_per_second": 8.661,
29
+ "step": 446
30
+ }
31
+ ],
32
+ "logging_steps": 446,
33
+ "max_steps": 44600,
34
+ "num_input_tokens_seen": 0,
35
+ "num_train_epochs": 100,
36
+ "save_steps": 500,
37
+ "stateful_callbacks": {
38
+ "EarlyStoppingCallback": {
39
+ "args": {
40
+ "early_stopping_patience": 5,
41
+ "early_stopping_threshold": 0.0
42
+ },
43
+ "attributes": {
44
+ "early_stopping_patience_counter": 0
45
+ }
46
+ },
47
+ "TrainerControl": {
48
+ "args": {
49
+ "should_epoch_stop": false,
50
+ "should_evaluate": false,
51
+ "should_log": false,
52
+ "should_save": true,
53
+ "should_training_stop": false
54
+ },
55
+ "attributes": {}
56
+ }
57
+ },
58
+ "total_flos": 0.0,
59
+ "train_batch_size": 32,
60
+ "trial_name": null,
61
+ "trial_params": null
62
+ }