lesso commited on
Commit
dd06f81
1 Parent(s): 6c030e3

Training in progress, step 6, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "q_proj",
25
- "k_proj",
26
- "down_proj",
27
- "up_proj",
28
  "v_proj",
29
- "o_proj"
 
 
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
 
23
  "v_proj",
24
+ "up_proj",
25
+ "o_proj",
26
+ "down_proj",
27
+ "q_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:8b30bd98f15060ed92abf4158479223f0d73b1e72a5d028f4d7dec78331983ce
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38fe68111215c4ea0bacd4063ae8bc94b83e0fe5033d4495310c971adf34369
3
  size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69b50fb9dffe419320cdd4a7b39884e11ef4e9bcbead980fab52298bf9b4fa22
3
  size 168037178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4423e02c58000f5b4bcc1b2f8c35a615a80c3f3c8e6d65a735c7dce849fd062
3
  size 168037178
last-checkpoint/rng_state_0.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10e82640d554ec21cf908f2cef82fa3879600d0d433c42646fd70b99ce875835
3
  size 14512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:534ce4aa0bf19f942c8fdb2c560920336f7a9e3abdfd0a3e25924b6b64b9bd8f
3
  size 14512
last-checkpoint/rng_state_1.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6a37891a114150222678cdf8ae9c4cd98e3c329c1d0b85be797f4ff77d3594b
3
  size 14512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4605ae3988d236e50132a8c5a5710439e239440b8e0450b03c26c8c1f78817
3
  size 14512
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:0099cb7287625b29b67c4fcf42ff20fae623b429bfb10f5ac695bc54f2be54fd
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,49 +1,78 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.008108108108108109,
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.002702702702702703,
13
- "grad_norm": 0.22516648471355438,
14
  "learning_rate": 2e-05,
15
- "loss": 2.4235,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.002702702702702703,
20
- "eval_loss": 2.200819492340088,
21
- "eval_runtime": 8.0954,
22
- "eval_samples_per_second": 9.635,
23
- "eval_steps_per_second": 9.635,
24
  "step": 1
25
  },
26
  {
27
- "epoch": 0.005405405405405406,
28
- "grad_norm": 0.2626628577709198,
29
  "learning_rate": 4e-05,
30
- "loss": 2.2166,
31
  "step": 2
32
  },
33
  {
34
- "epoch": 0.008108108108108109,
35
- "grad_norm": 0.21446576714515686,
36
  "learning_rate": 6e-05,
37
- "loss": 2.6546,
38
  "step": 3
39
  },
40
  {
41
- "epoch": 0.008108108108108109,
42
- "eval_loss": 2.199615955352783,
43
- "eval_runtime": 8.2871,
44
- "eval_samples_per_second": 9.412,
45
- "eval_steps_per_second": 9.412,
46
  "step": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  }
48
  ],
49
  "logging_steps": 1,
@@ -63,7 +92,7 @@
63
  "attributes": {}
64
  }
65
  },
66
- "total_flos": 1017260336480256.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.032432432432432434,
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.005405405405405406,
13
+ "grad_norm": 0.2000586837530136,
14
  "learning_rate": 2e-05,
15
+ "loss": 2.3204,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.005405405405405406,
20
+ "eval_loss": 2.2008719444274902,
21
+ "eval_runtime": 9.7979,
22
+ "eval_samples_per_second": 7.961,
23
+ "eval_steps_per_second": 3.98,
24
  "step": 1
25
  },
26
  {
27
+ "epoch": 0.010810810810810811,
28
+ "grad_norm": 0.17591507732868195,
29
  "learning_rate": 4e-05,
30
+ "loss": 2.6394,
31
  "step": 2
32
  },
33
  {
34
+ "epoch": 0.016216216216216217,
35
+ "grad_norm": 0.19049879908561707,
36
  "learning_rate": 6e-05,
37
+ "loss": 2.2241,
38
  "step": 3
39
  },
40
  {
41
+ "epoch": 0.016216216216216217,
42
+ "eval_loss": 2.1992404460906982,
43
+ "eval_runtime": 9.8906,
44
+ "eval_samples_per_second": 7.886,
45
+ "eval_steps_per_second": 3.943,
46
  "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.021621621621621623,
50
+ "grad_norm": 0.21317099034786224,
51
+ "learning_rate": 8e-05,
52
+ "loss": 2.0634,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.02702702702702703,
57
+ "grad_norm": 0.16591224074363708,
58
+ "learning_rate": 0.0001,
59
+ "loss": 2.2234,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.032432432432432434,
64
+ "grad_norm": 0.22719058394432068,
65
+ "learning_rate": 0.00012,
66
+ "loss": 2.4093,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.032432432432432434,
71
+ "eval_loss": 2.1915857791900635,
72
+ "eval_runtime": 9.9284,
73
+ "eval_samples_per_second": 7.856,
74
+ "eval_steps_per_second": 3.928,
75
+ "step": 6
76
  }
77
  ],
78
  "logging_steps": 1,
 
92
  "attributes": {}
93
  }
94
  },
95
+ "total_flos": 4161519642214400.0,
96
  "train_batch_size": 1,
97
  "trial_name": null,
98
  "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:d5b80978b6cdcc9339ecc7931db757328a1ca9deca5507d6af70e88c187855a9
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46bccd6964f4291101ddc4731a06bfcf4544fcbb608a5a0128bc2068c8364f7b
3
  size 6776