AnnyNguyen commited on
Commit
bb9aac2
·
verified ·
1 Parent(s): 05fab9a

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +81 -0
trainer_state.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1838,
3
+ "best_metric": 0.8839934610181555,
4
+ "best_model_checkpoint": "outputs/hate-speech-detection/visobert/checkpoint-1838",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1838,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.998911860718172,
14
+ "grad_norm": 5.555817127227783,
15
+ "learning_rate": 1.9996091589167148e-05,
16
+ "loss": 0.3478,
17
+ "step": 918
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8825581395348837,
22
+ "eval_f1": 0.8781282550347205,
23
+ "eval_loss": 0.3088670074939728,
24
+ "eval_precision": 0.875016930749893,
25
+ "eval_recall": 0.8825581395348837,
26
+ "eval_runtime": 19.0163,
27
+ "eval_samples_per_second": 226.121,
28
+ "eval_steps_per_second": 7.099,
29
+ "step": 919
30
+ },
31
+ {
32
+ "epoch": 1.997823721436344,
33
+ "grad_norm": 5.79516077041626,
34
+ "learning_rate": 1.9982377977480694e-05,
35
+ "loss": 0.1983,
36
+ "step": 1836
37
+ },
38
+ {
39
+ "epoch": 2.0,
40
+ "eval_accuracy": 0.8881395348837209,
41
+ "eval_f1": 0.8839934610181555,
42
+ "eval_loss": 0.34844812750816345,
43
+ "eval_precision": 0.8818795989311617,
44
+ "eval_recall": 0.8881395348837209,
45
+ "eval_runtime": 18.8121,
46
+ "eval_samples_per_second": 228.576,
47
+ "eval_steps_per_second": 7.176,
48
+ "step": 1838
49
+ }
50
+ ],
51
+ "logging_steps": 918,
52
+ "max_steps": 91900,
53
+ "num_input_tokens_seen": 0,
54
+ "num_train_epochs": 100,
55
+ "save_steps": 500,
56
+ "stateful_callbacks": {
57
+ "EarlyStoppingCallback": {
58
+ "args": {
59
+ "early_stopping_patience": 5,
60
+ "early_stopping_threshold": 0.0
61
+ },
62
+ "attributes": {
63
+ "early_stopping_patience_counter": 0
64
+ }
65
+ },
66
+ "TrainerControl": {
67
+ "args": {
68
+ "should_epoch_stop": false,
69
+ "should_evaluate": false,
70
+ "should_log": false,
71
+ "should_save": true,
72
+ "should_training_stop": false
73
+ },
74
+ "attributes": {}
75
+ }
76
+ },
77
+ "total_flos": 0.0,
78
+ "train_batch_size": 32,
79
+ "trial_name": null,
80
+ "trial_params": null
81
+ }