AnnyNguyen commited on
Commit
1f65941
·
verified ·
1 Parent(s): 4182e50

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +59 -0
trainer_state.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 446,
3
+ "best_metric": 0.8947700063011972,
4
+ "best_model_checkpoint": "outputs/phobert-spam-classification/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": 1.6064411401748657,
15
+ "learning_rate": 4.998771926094749e-05,
16
+ "loss": 0.4233,
17
+ "step": 446
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8947700063011972,
22
+ "eval_loss": 0.3445567190647125,
23
+ "eval_runtime": 5.9893,
24
+ "eval_samples_per_second": 264.973,
25
+ "eval_steps_per_second": 8.348,
26
+ "step": 446
27
+ }
28
+ ],
29
+ "logging_steps": 446,
30
+ "max_steps": 44600,
31
+ "num_input_tokens_seen": 0,
32
+ "num_train_epochs": 100,
33
+ "save_steps": 500,
34
+ "stateful_callbacks": {
35
+ "EarlyStoppingCallback": {
36
+ "args": {
37
+ "early_stopping_patience": 5,
38
+ "early_stopping_threshold": 0.0
39
+ },
40
+ "attributes": {
41
+ "early_stopping_patience_counter": 0
42
+ }
43
+ },
44
+ "TrainerControl": {
45
+ "args": {
46
+ "should_epoch_stop": false,
47
+ "should_evaluate": false,
48
+ "should_log": false,
49
+ "should_save": true,
50
+ "should_training_stop": false
51
+ },
52
+ "attributes": {}
53
+ }
54
+ },
55
+ "total_flos": 1875752396304384.0,
56
+ "train_batch_size": 32,
57
+ "trial_name": null,
58
+ "trial_params": null
59
+ }