RioLee commited on
Commit
0a59c78
·
verified ·
1 Parent(s): 397a939

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -72
trainer_state.json DELETED
@@ -1,72 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 5.632,
5
- "eval_steps": 500,
6
- "global_step": 66,
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.94,
13
- "grad_norm": 3.1855039143428243,
14
- "learning_rate": 1.9774033898178668e-05,
15
- "loss": 0.6049,
16
- "step": 11
17
- },
18
- {
19
- "epoch": 1.88,
20
- "grad_norm": 1.503490043614782,
21
- "learning_rate": 1.6976315211349848e-05,
22
- "loss": 0.5013,
23
- "step": 22
24
- },
25
- {
26
- "epoch": 2.82,
27
- "grad_norm": 1.0765404597934374,
28
- "learning_rate": 1.1852887240871145e-05,
29
- "loss": 0.4173,
30
- "step": 33
31
- },
32
- {
33
- "epoch": 3.75,
34
- "grad_norm": 1.1608136815700927,
35
- "learning_rate": 6.111758245266795e-06,
36
- "loss": 0.3491,
37
- "step": 44
38
- },
39
- {
40
- "epoch": 4.69,
41
- "grad_norm": 1.130960568658929,
42
- "learning_rate": 1.6668608091748495e-06,
43
- "loss": 0.3011,
44
- "step": 55
45
- },
46
- {
47
- "epoch": 5.63,
48
- "grad_norm": 0.8830994671304758,
49
- "learning_rate": 0.0,
50
- "loss": 0.2804,
51
- "step": 66
52
- },
53
- {
54
- "epoch": 5.63,
55
- "step": 66,
56
- "total_flos": 1.1455799142853378e+19,
57
- "train_loss": 0.4090242385864258,
58
- "train_runtime": 32683.3827,
59
- "train_samples_per_second": 1.101,
60
- "train_steps_per_second": 0.002
61
- }
62
- ],
63
- "logging_steps": 11,
64
- "max_steps": 66,
65
- "num_input_tokens_seen": 0,
66
- "num_train_epochs": 6,
67
- "save_steps": 1000,
68
- "total_flos": 1.1455799142853378e+19,
69
- "train_batch_size": 1,
70
- "trial_name": null,
71
- "trial_params": null
72
- }