robertou2 commited on
Commit
6ed0651
·
verified ·
1 Parent(s): 7ff5875

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -76
trainer_state.json DELETED
@@ -1,76 +0,0 @@
1
- {
2
- "best_global_step": null,
3
- "best_metric": null,
4
- "best_model_checkpoint": null,
5
- "epoch": 4.0,
6
- "eval_steps": 500,
7
- "global_step": 60,
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.6666666666666666,
14
- "grad_norm": 0.29014405608177185,
15
- "learning_rate": 0.00039825281386539503,
16
- "loss": 1.4138,
17
- "step": 10
18
- },
19
- {
20
- "epoch": 1.3333333333333333,
21
- "grad_norm": 0.28664475679397583,
22
- "learning_rate": 0.0003789458659641527,
23
- "loss": 1.1792,
24
- "step": 20
25
- },
26
- {
27
- "epoch": 2.0,
28
- "grad_norm": 0.3010377287864685,
29
- "learning_rate": 0.00034024735685449773,
30
- "loss": 1.1407,
31
- "step": 30
32
- },
33
- {
34
- "epoch": 2.6666666666666665,
35
- "grad_norm": 0.47506314516067505,
36
- "learning_rate": 0.00028635087046769857,
37
- "loss": 1.0395,
38
- "step": 40
39
- },
40
- {
41
- "epoch": 3.3333333333333335,
42
- "grad_norm": 0.4448322653770447,
43
- "learning_rate": 0.00022309692739391727,
44
- "loss": 0.8775,
45
- "step": 50
46
- },
47
- {
48
- "epoch": 4.0,
49
- "grad_norm": 0.33663320541381836,
50
- "learning_rate": 0.00015734007385125067,
51
- "loss": 0.8211,
52
- "step": 60
53
- }
54
- ],
55
- "logging_steps": 10,
56
- "max_steps": 100,
57
- "num_input_tokens_seen": 0,
58
- "num_train_epochs": 7,
59
- "save_steps": 500,
60
- "stateful_callbacks": {
61
- "TrainerControl": {
62
- "args": {
63
- "should_epoch_stop": false,
64
- "should_evaluate": false,
65
- "should_log": false,
66
- "should_save": true,
67
- "should_training_stop": false
68
- },
69
- "attributes": {}
70
- }
71
- },
72
- "total_flos": 3.366485193653453e+16,
73
- "train_batch_size": 1,
74
- "trial_name": null,
75
- "trial_params": null
76
- }