lesso commited on
Commit
16c8fbd
1 Parent(s): 7eb0dd3

Training in progress, step 9, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
 
 
24
  "v_proj",
25
  "q_proj",
26
- "down_proj",
27
- "k_proj",
28
- "gate_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
+ "up_proj",
26
  "v_proj",
27
  "q_proj",
28
+ "o_proj",
29
+ "gate_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:b86f1d75825127d6bdce267195ecc8e3b03228a53b17b923021815e62f1f022b
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d818039cbf8e1612d5cb1306c0c9eb439cd19b8a3cf107aba686263f3a10f3
3
  size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39e84f08cb28b8a7c6faf406e8b310afe9a91c97e6c247d547cc2b4ce7102915
3
  size 168037178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26404cd7cf4589950b21359f9d386d0347e7ef5b27e15bcc3395c3898f572d0f
3
  size 168037178
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:631dfb2aa9ae256eca5748a1b2ab04547dfc14e5e8346db748407ed5d049499d
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea4a6c63434c27a483922b729f3295cf32c5e237d07366009f63d639620f157
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2972d8cacb091bd0e98bfff54b2e4933301753087ce149a9bf9a205a5e2d795
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a93b2a1f4b5368650119fe6e0d6eec6d19cda6badeba4d21943ab48964fa00
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.25,
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,
@@ -12,38 +12,96 @@
12
  "epoch": 0.08333333333333333,
13
  "grad_norm": NaN,
14
  "learning_rate": 0.0,
15
- "loss": 1.4927,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.08333333333333333,
20
- "eval_loss": 1.4977792501449585,
21
- "eval_runtime": 0.453,
22
- "eval_samples_per_second": 6.622,
23
- "eval_steps_per_second": 6.622,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.16666666666666666,
28
- "grad_norm": 4.665465831756592,
29
  "learning_rate": 2e-05,
30
- "loss": 1.307,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.25,
35
- "grad_norm": 5.513491153717041,
36
  "learning_rate": 4e-05,
37
- "loss": 1.5735,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.25,
42
- "eval_loss": 1.4473786354064941,
43
- "eval_runtime": 0.4679,
44
- "eval_samples_per_second": 6.412,
45
- "eval_steps_per_second": 6.412,
46
  "step": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  }
48
  ],
49
  "logging_steps": 1,
@@ -63,7 +121,7 @@
63
  "attributes": {}
64
  }
65
  },
66
- "total_flos": 554869274443776.0,
67
  "train_batch_size": 1,
68
  "trial_name": null,
69
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.75,
5
  "eval_steps": 3,
6
+ "global_step": 9,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
12
  "epoch": 0.08333333333333333,
13
  "grad_norm": NaN,
14
  "learning_rate": 0.0,
15
+ "loss": 1.4924,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.08333333333333333,
20
+ "eval_loss": 1.4975985288619995,
21
+ "eval_runtime": 0.1911,
22
+ "eval_samples_per_second": 15.701,
23
+ "eval_steps_per_second": 15.701,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.16666666666666666,
28
+ "grad_norm": 5.183752536773682,
29
  "learning_rate": 2e-05,
30
+ "loss": 1.3074,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.25,
35
+ "grad_norm": 6.239664077758789,
36
  "learning_rate": 4e-05,
37
+ "loss": 1.5739,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.25,
42
+ "eval_loss": 1.4466005563735962,
43
+ "eval_runtime": 0.211,
44
+ "eval_samples_per_second": 14.216,
45
+ "eval_steps_per_second": 14.216,
46
  "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.3333333333333333,
50
+ "grad_norm": 5.012392044067383,
51
+ "learning_rate": 6e-05,
52
+ "loss": 1.2793,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.4166666666666667,
57
+ "grad_norm": 3.691774845123291,
58
+ "learning_rate": 8e-05,
59
+ "loss": 1.3057,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.5,
64
+ "grad_norm": 3.0195882320404053,
65
+ "learning_rate": 0.0001,
66
+ "loss": 1.0885,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.5,
71
+ "eval_loss": 0.8231927752494812,
72
+ "eval_runtime": 0.2024,
73
+ "eval_samples_per_second": 14.826,
74
+ "eval_steps_per_second": 14.826,
75
+ "step": 6
76
+ },
77
+ {
78
+ "epoch": 0.5833333333333334,
79
+ "grad_norm": 2.5046184062957764,
80
+ "learning_rate": 0.00012,
81
+ "loss": 0.8365,
82
+ "step": 7
83
+ },
84
+ {
85
+ "epoch": 0.6666666666666666,
86
+ "grad_norm": 2.7154762744903564,
87
+ "learning_rate": 0.00014,
88
+ "loss": 0.5475,
89
+ "step": 8
90
+ },
91
+ {
92
+ "epoch": 0.75,
93
+ "grad_norm": 2.8666529655456543,
94
+ "learning_rate": 0.00016,
95
+ "loss": 0.2414,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 0.75,
100
+ "eval_loss": 0.049252700060606,
101
+ "eval_runtime": 0.2077,
102
+ "eval_samples_per_second": 14.444,
103
+ "eval_steps_per_second": 14.444,
104
+ "step": 9
105
  }
106
  ],
107
  "logging_steps": 1,
 
121
  "attributes": {}
122
  }
123
  },
124
+ "total_flos": 1664607823331328.0,
125
  "train_batch_size": 1,
126
  "trial_name": null,
127
  "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:ab37ef2135f6555964c7f23e135ed3a58c3b21e0a8dfdabb28e1c2f6cc491bb9
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5fa11f84d8d8e5e8936ae65e6012c835679c9ed6678232c43544c849861d322
3
  size 6776