lodrick-the-lafted commited on
Commit
77890a1
·
verified ·
1 Parent(s): 78d9faf

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -75
trainer_state.json DELETED
@@ -1,75 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 0.3221476510067114,
5
- "eval_steps": 500,
6
- "global_step": 6,
7
- "is_hyper_param_search": false,
8
- "is_local_process_zero": true,
9
- "is_world_process_zero": true,
10
- "log_history": [
11
- {
12
- "epoch": 0.053691275167785234,
13
- "grad_norm": 44.13021069937279,
14
- "learning_rate": 3.3333333333333335e-07,
15
- "loss": 2.1428,
16
- "step": 1
17
- },
18
- {
19
- "epoch": 0.10738255033557047,
20
- "grad_norm": 44.428787536070615,
21
- "learning_rate": 6.666666666666667e-07,
22
- "loss": 2.1688,
23
- "step": 2
24
- },
25
- {
26
- "epoch": 0.1610738255033557,
27
- "grad_norm": 43.211072542860784,
28
- "learning_rate": 1.0000000000000002e-06,
29
- "loss": 2.1303,
30
- "step": 3
31
- },
32
- {
33
- "epoch": 0.21476510067114093,
34
- "grad_norm": 33.46281854037275,
35
- "learning_rate": 1.3333333333333334e-06,
36
- "loss": 2.0896,
37
- "step": 4
38
- },
39
- {
40
- "epoch": 0.2684563758389262,
41
- "grad_norm": 16.163917446568362,
42
- "learning_rate": 1.6666666666666667e-06,
43
- "loss": 1.9294,
44
- "step": 5
45
- },
46
- {
47
- "epoch": 0.3221476510067114,
48
- "grad_norm": 12.88724576686244,
49
- "learning_rate": 2.0000000000000003e-06,
50
- "loss": 1.8659,
51
- "step": 6
52
- }
53
- ],
54
- "logging_steps": 1,
55
- "max_steps": 18,
56
- "num_input_tokens_seen": 0,
57
- "num_train_epochs": 1,
58
- "save_steps": 6,
59
- "stateful_callbacks": {
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": 11313044520960.0,
72
- "train_batch_size": 1,
73
- "trial_name": null,
74
- "trial_params": null
75
- }