whitedevil0089devil commited on
Commit
0e852d3
·
verified ·
1 Parent(s): f4f19ef

Upload checkpoint-200/trainer_state.json

Browse files
Files changed (1) hide show
  1. checkpoint-200/trainer_state.json +75 -0
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 200,
3
+ "best_metric": 0.9943516121440339,
4
+ "best_model_checkpoint": "/content/drive/MyDrive/model/roberta_model/checkpoint-200",
5
+ "epoch": 0.09128251939753537,
6
+ "eval_steps": 200,
7
+ "global_step": 200,
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.00045641259698767686,
14
+ "grad_norm": 10.173584938049316,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.9445,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.045641259698767686,
21
+ "grad_norm": 1.0232760906219482,
22
+ "learning_rate": 5.5872291904218926e-06,
23
+ "loss": 1.2613,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.09128251939753537,
28
+ "grad_norm": 0.08294256031513214,
29
+ "learning_rate": 1.1288483466362599e-05,
30
+ "loss": 0.0782,
31
+ "step": 200
32
+ },
33
+ {
34
+ "epoch": 0.09128251939753537,
35
+ "eval_accuracy": 0.9943516121440339,
36
+ "eval_f1_macro": 0.24929195185272598,
37
+ "eval_f1_weighted": 0.9915354168771638,
38
+ "eval_loss": 0.041581232100725174,
39
+ "eval_runtime": 27.4281,
40
+ "eval_samples_per_second": 154.914,
41
+ "eval_steps_per_second": 9.698,
42
+ "step": 200
43
+ }
44
+ ],
45
+ "logging_steps": 100,
46
+ "max_steps": 8764,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 4,
49
+ "save_steps": 200,
50
+ "stateful_callbacks": {
51
+ "EarlyStoppingCallback": {
52
+ "args": {
53
+ "early_stopping_patience": 3,
54
+ "early_stopping_threshold": 0.001
55
+ },
56
+ "attributes": {
57
+ "early_stopping_patience_counter": 0
58
+ }
59
+ },
60
+ "TrainerControl": {
61
+ "args": {
62
+ "should_epoch_stop": false,
63
+ "should_evaluate": false,
64
+ "should_log": false,
65
+ "should_save": true,
66
+ "should_training_stop": false
67
+ },
68
+ "attributes": {}
69
+ }
70
+ },
71
+ "total_flos": 631483541913600.0,
72
+ "train_batch_size": 16,
73
+ "trial_name": null,
74
+ "trial_params": null
75
+ }