lesso commited on
Commit
3ef8b1b
·
verified ·
1 Parent(s): ad78e76

Training in progress, step 3, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
  "q_proj",
25
- "gate_proj",
26
- "k_proj",
27
- "up_proj",
28
  "o_proj",
29
- "v_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
  "q_proj",
25
+ "down_proj",
 
 
26
  "o_proj",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c32514e354b6d09fc79c674ee149cb36139ff7a0e4f49d81c13e17f27c9064d4
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ebd70b7f581a26b358316551aa9125aced9ba97b19403aa7625805c97e83ba
3
  size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f35a23aa1a9990cc0a4971e7208c8803b940a85e13943c3d4bc8a4af22290b9
3
- size 168037178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50034867d33500fcbca5f263e64df4948cb0350e33b3094632dfba4eacd405fe
3
+ size 2216
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631dfb2aa9ae256eca5748a1b2ab04547dfc14e5e8346db748407ed5d049499d
3
+ size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffd8c58e5d02492554dbaa495f8cf80dff41fabc0e1288cb2fd18a103d402219
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219c62af0a99d0a3db4c57e4189ef3b142499e30571ad5cc800b8b67c9ce1583
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,78 +1,49 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.003592814371257485,
5
  "eval_steps": 3,
6
- "global_step": 6,
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.0005988023952095808,
13
  "grad_norm": NaN,
14
  "learning_rate": 0.0,
15
- "loss": 10.8959,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.0005988023952095808,
20
- "eval_loss": 11.577476501464844,
21
- "eval_runtime": 47.7616,
22
- "eval_samples_per_second": 14.74,
23
- "eval_steps_per_second": 7.37,
24
  "step": 1
25
  },
26
  {
27
- "epoch": 0.0011976047904191617,
28
  "grad_norm": NaN,
29
  "learning_rate": 0.0,
30
- "loss": 10.0136,
31
  "step": 2
32
  },
33
  {
34
- "epoch": 0.0017964071856287425,
35
  "grad_norm": NaN,
36
  "learning_rate": 0.0,
37
- "loss": 11.649,
38
  "step": 3
39
  },
40
  {
41
- "epoch": 0.0017964071856287425,
42
- "eval_loss": 11.577476501464844,
43
- "eval_runtime": 47.9565,
44
- "eval_samples_per_second": 14.68,
45
- "eval_steps_per_second": 7.34,
46
  "step": 3
47
- },
48
- {
49
- "epoch": 0.0023952095808383233,
50
- "grad_norm": 9.167847633361816,
51
- "learning_rate": 2e-05,
52
- "loss": 11.4872,
53
- "step": 4
54
- },
55
- {
56
- "epoch": 0.0029940119760479044,
57
- "grad_norm": 6.535604953765869,
58
- "learning_rate": 4e-05,
59
- "loss": 9.9558,
60
- "step": 5
61
- },
62
- {
63
- "epoch": 0.003592814371257485,
64
- "grad_norm": 8.272323608398438,
65
- "learning_rate": 6e-05,
66
- "loss": 11.9577,
67
- "step": 6
68
- },
69
- {
70
- "epoch": 0.003592814371257485,
71
- "eval_loss": 11.506834983825684,
72
- "eval_runtime": 47.6191,
73
- "eval_samples_per_second": 14.784,
74
- "eval_steps_per_second": 7.392,
75
- "step": 6
76
  }
77
  ],
78
  "logging_steps": 1,
@@ -92,7 +63,7 @@
92
  "attributes": {}
93
  }
94
  },
95
- "total_flos": 2219477097775104.0,
96
  "train_batch_size": 1,
97
  "trial_name": null,
98
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.0008982708286548395,
5
  "eval_steps": 3,
6
+ "global_step": 3,
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.0002994236095516131,
13
  "grad_norm": NaN,
14
  "learning_rate": 0.0,
15
+ "loss": 10.9802,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.0002994236095516131,
20
+ "eval_loss": 11.5775728225708,
21
+ "eval_runtime": 95.8713,
22
+ "eval_samples_per_second": 7.343,
23
+ "eval_steps_per_second": 7.343,
24
  "step": 1
25
  },
26
  {
27
+ "epoch": 0.0005988472191032262,
28
  "grad_norm": NaN,
29
  "learning_rate": 0.0,
30
+ "loss": 10.7165,
31
  "step": 2
32
  },
33
  {
34
+ "epoch": 0.0008982708286548395,
35
  "grad_norm": NaN,
36
  "learning_rate": 0.0,
37
+ "loss": 10.434,
38
  "step": 3
39
  },
40
  {
41
+ "epoch": 0.0008982708286548395,
42
+ "eval_loss": 11.5775728225708,
43
+ "eval_runtime": 94.6943,
44
+ "eval_samples_per_second": 7.434,
45
+ "eval_steps_per_second": 7.434,
46
  "step": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  }
48
  ],
49
  "logging_steps": 1,
 
63
  "attributes": {}
64
  }
65
  },
66
+ "total_flos": 554869274443776.0,
67
  "train_batch_size": 1,
68
  "trial_name": null,
69
  "trial_params": null
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bc64a63498e1a4fd3792d98994b6d4b37c859bdb415f82833cc56bc99d4df9e
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5cf1a7f24b2f4b6ffdd137a7076d460d56660645e71b5af0068e2d73030f31
3
  size 6776