SihyunPark commited on
Commit
cc6bc92
1 Parent(s): cc3965f

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -63
trainer_state.json DELETED
@@ -1,63 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 0.9946714031971581,
5
- "eval_steps": 100,
6
- "global_step": 35,
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.2841918294849023,
13
- "grad_norm": 7.636162757873535,
14
- "learning_rate": 2.5e-05,
15
- "loss": 1.5668,
16
- "step": 10
17
- },
18
- {
19
- "epoch": 0.5683836589698046,
20
- "grad_norm": 4.247854709625244,
21
- "learning_rate": 5e-05,
22
- "loss": 1.3333,
23
- "step": 20
24
- },
25
- {
26
- "epoch": 0.8525754884547069,
27
- "grad_norm": 3.775770425796509,
28
- "learning_rate": 1.2500000000000006e-05,
29
- "loss": 1.2611,
30
- "step": 30
31
- },
32
- {
33
- "epoch": 0.9946714031971581,
34
- "step": 35,
35
- "total_flos": 1.0171584618692608e+16,
36
- "train_loss": 1.3742423057556152,
37
- "train_runtime": 1847.7373,
38
- "train_samples_per_second": 4.871,
39
- "train_steps_per_second": 0.019
40
- }
41
- ],
42
- "logging_steps": 10,
43
- "max_steps": 35,
44
- "num_input_tokens_seen": 0,
45
- "num_train_epochs": 1,
46
- "save_steps": 100,
47
- "stateful_callbacks": {
48
- "TrainerControl": {
49
- "args": {
50
- "should_epoch_stop": false,
51
- "should_evaluate": false,
52
- "should_log": false,
53
- "should_save": true,
54
- "should_training_stop": true
55
- },
56
- "attributes": {}
57
- }
58
- },
59
- "total_flos": 1.0171584618692608e+16,
60
- "train_batch_size": 1,
61
- "trial_name": null,
62
- "trial_params": null
63
- }