RioLee commited on
Commit
9445157
1 Parent(s): e0cf2f0

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -66
trainer_state.json DELETED
@@ -1,66 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 9.0,
5
- "eval_steps": 500,
6
- "global_step": 63,
7
- "is_hyper_param_search": false,
8
- "is_local_process_zero": true,
9
- "is_world_process_zero": true,
10
- "log_history": [
11
- {
12
- "epoch": 1.43,
13
- "learning_rate": 9.607381059352038e-07,
14
- "loss": 2.1176,
15
- "step": 10
16
- },
17
- {
18
- "epoch": 2.86,
19
- "learning_rate": 8.117449009293668e-07,
20
- "loss": 1.5678,
21
- "step": 20
22
- },
23
- {
24
- "epoch": 4.29,
25
- "learning_rate": 5.868240888334652e-07,
26
- "loss": 1.4173,
27
- "step": 30
28
- },
29
- {
30
- "epoch": 5.71,
31
- "learning_rate": 3.4075667487415785e-07,
32
- "loss": 1.342,
33
- "step": 40
34
- },
35
- {
36
- "epoch": 7.14,
37
- "learning_rate": 1.3347406408508694e-07,
38
- "loss": 1.3108,
39
- "step": 50
40
- },
41
- {
42
- "epoch": 8.57,
43
- "learning_rate": 1.5461356885461075e-08,
44
- "loss": 1.2987,
45
- "step": 60
46
- },
47
- {
48
- "epoch": 9.0,
49
- "step": 63,
50
- "total_flos": 8.187554675294208e+17,
51
- "train_loss": 1.4981852107577853,
52
- "train_runtime": 2910.9748,
53
- "train_samples_per_second": 9.69,
54
- "train_steps_per_second": 0.022
55
- }
56
- ],
57
- "logging_steps": 10,
58
- "max_steps": 63,
59
- "num_input_tokens_seen": 0,
60
- "num_train_epochs": 9,
61
- "save_steps": 21,
62
- "total_flos": 8.187554675294208e+17,
63
- "train_batch_size": 4,
64
- "trial_name": null,
65
- "trial_params": null
66
- }