LamaDiab commited on
Commit
e27d0e4
·
verified ·
1 Parent(s): 3af7465

Training checkpoint - Epoch 1, Step 1

Browse files
checkpoint-1/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8edc8b50305c869fd47454a532fa5d3b3bbb32df2bff27bfb83e450f72a27b7d
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8892bc567b0e9116bcc765cc048d7728a32aac015f02e1d320273d5ff23ff244
3
  size 14244
checkpoint-1/trainer_state.json CHANGED
@@ -3,7 +3,7 @@
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
  "epoch": 1.0,
6
- "eval_steps": 4000,
7
  "global_step": 1,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
@@ -15,6 +15,15 @@
15
  "learning_rate": 0.0,
16
  "loss": 2.4073,
17
  "step": 1
 
 
 
 
 
 
 
 
 
18
  }
19
  ],
20
  "logging_steps": 4000,
 
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
  "epoch": 1.0,
6
+ "eval_steps": 500,
7
  "global_step": 1,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
 
15
  "learning_rate": 0.0,
16
  "loss": 2.4073,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_cosine_accuracy": 0.8333333134651184,
22
+ "eval_loss": 1.1724432706832886,
23
+ "eval_runtime": 2.8395,
24
+ "eval_samples_per_second": 2.113,
25
+ "eval_steps_per_second": 0.352,
26
+ "step": 1
27
  }
28
  ],
29
  "logging_steps": 4000,
checkpoint-1/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6951bb839d239af6b75461c6692130490816c65513ca3277e113a0116269ead9
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15f3f8d8ef7d48fb84d1cbac4916e98a1684a23c018308e301ab1bed527a935
3
  size 5624
checkpoint-1/training_metrics.json CHANGED
@@ -1,5 +1,12 @@
1
  {
2
- "metrics_history": [],
 
 
 
 
 
 
 
3
  "current_epoch": 1,
4
  "global_step": 1
5
  }
 
1
  {
2
+ "metrics_history": [
3
+ {
4
+ "epoch": 1.0,
5
+ "global_step": 1,
6
+ "eval_loss": 1.1724432706832886,
7
+ "eval_cosine_accuracy": 0.8333333134651184
8
+ }
9
+ ],
10
  "current_epoch": 1,
11
  "global_step": 1
12
  }