RioLee commited on
Commit
42ded7c
·
verified ·
1 Parent(s): 70d6b42

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -65
trainer_state.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 2.958904109589041,
5
- "eval_steps": 500,
6
- "global_step": 54,
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.55,
13
- "grad_norm": 1.638972731060276,
14
- "learning_rate": 1.9659258262890683e-05,
15
- "loss": 1.0908,
16
- "step": 10
17
- },
18
- {
19
- "epoch": 1.1,
20
- "grad_norm": 1.0710882452469266,
21
- "learning_rate": 1.608761429008721e-05,
22
- "loss": 0.9545,
23
- "step": 20
24
- },
25
- {
26
- "epoch": 1.64,
27
- "grad_norm": 0.9859220972082218,
28
- "learning_rate": 1e-05,
29
- "loss": 0.8724,
30
- "step": 30
31
- },
32
- {
33
- "epoch": 2.19,
34
- "grad_norm": 1.1753998705017632,
35
- "learning_rate": 3.912385709912794e-06,
36
- "loss": 0.8427,
37
- "step": 40
38
- },
39
- {
40
- "epoch": 2.74,
41
- "grad_norm": 1.1336143023825,
42
- "learning_rate": 3.4074173710931804e-07,
43
- "loss": 0.8133,
44
- "step": 50
45
- },
46
- {
47
- "epoch": 2.96,
48
- "step": 54,
49
- "total_flos": 9.004999286592635e+17,
50
- "train_loss": 0.9069184638835766,
51
- "train_runtime": 2207.3234,
52
- "train_samples_per_second": 12.543,
53
- "train_steps_per_second": 0.024
54
- }
55
- ],
56
- "logging_steps": 10,
57
- "max_steps": 54,
58
- "num_input_tokens_seen": 0,
59
- "num_train_epochs": 3,
60
- "save_steps": 1000,
61
- "total_flos": 9.004999286592635e+17,
62
- "train_batch_size": 32,
63
- "trial_name": null,
64
- "trial_params": null
65
- }