nicholasKluge commited on
Commit
8d4afb9
·
1 Parent(s): e3c0820

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -37
trainer_state.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 1.5037593984962405,
5
- "eval_steps": 500,
6
- "global_step": 600,
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.5,
13
- "learning_rate": 3.3333333333333335e-05,
14
- "loss": 0.2832,
15
- "step": 200
16
- },
17
- {
18
- "epoch": 1.0,
19
- "learning_rate": 1.6666666666666667e-05,
20
- "loss": 0.219,
21
- "step": 400
22
- },
23
- {
24
- "epoch": 1.5,
25
- "learning_rate": 0.0,
26
- "loss": 0.1236,
27
- "step": 600
28
- }
29
- ],
30
- "logging_steps": 200,
31
- "max_steps": 600,
32
- "num_train_epochs": 2,
33
- "save_steps": 200,
34
- "total_flos": 0.0,
35
- "trial_name": null,
36
- "trial_params": null
37
- }