lesso commited on
Commit
25946e5
1 Parent(s): 79058f9

Training in progress, step 3, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "o_proj",
 
24
  "q_proj",
 
25
  "k_proj",
26
  "gate_proj",
27
- "up_proj",
28
- "down_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
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,
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d0165165d309efe2bc67ec47e2fb6939609fabc938111d98e7b1570542826dd
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86f1d75825127d6bdce267195ecc8e3b03228a53b17b923021815e62f1f022b
3
  size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cebde071ebc7692d3308fd8930794e495278090d35bb7ce7c201261abdb2c13b
3
  size 168037178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e84f08cb28b8a7c6faf406e8b310afe9a91c97e6c247d547cc2b4ce7102915
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:e6bf19e75a59ee8c6a96e9c63d30b78c698cbfef05ceb7eb28dd7602d0b1a826
3
  size 14244
 
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:a2972d8cacb091bd0e98bfff54b2e4933301753087ce149a9bf9a205a5e2d795
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,71 +1,56 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.6666666666666666,
5
- "eval_steps": 2,
6
- "global_step": 4,
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.16666666666666666,
13
  "grad_norm": NaN,
14
  "learning_rate": 0.0,
15
- "loss": 1.3997,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.16666666666666666,
20
- "eval_loss": 1.4973297119140625,
21
- "eval_runtime": 0.2886,
22
- "eval_samples_per_second": 10.395,
23
- "eval_steps_per_second": 6.93,
24
  "step": 1
25
  },
26
  {
27
- "epoch": 0.3333333333333333,
28
- "grad_norm": 5.478867530822754,
29
  "learning_rate": 2e-05,
30
- "loss": 1.4535,
31
  "step": 2
32
  },
33
  {
34
- "epoch": 0.3333333333333333,
35
- "eval_loss": 1.4973297119140625,
36
- "eval_runtime": 0.284,
37
- "eval_samples_per_second": 10.565,
38
- "eval_steps_per_second": 7.043,
39
- "step": 2
40
- },
41
- {
42
- "epoch": 0.5,
43
- "grad_norm": 5.20695686340332,
44
  "learning_rate": 4e-05,
45
- "loss": 1.5303,
46
  "step": 3
47
  },
48
  {
49
- "epoch": 0.6666666666666666,
50
- "grad_norm": 4.481665134429932,
51
- "learning_rate": 6e-05,
52
- "loss": 1.394,
53
- "step": 4
54
- },
55
- {
56
- "epoch": 0.6666666666666666,
57
- "eval_loss": 1.2689329385757446,
58
- "eval_runtime": 0.3021,
59
- "eval_samples_per_second": 9.93,
60
- "eval_steps_per_second": 6.62,
61
- "step": 4
62
  }
63
  ],
64
  "logging_steps": 1,
65
- "max_steps": 6,
66
  "num_input_tokens_seen": 0,
67
  "num_train_epochs": 1,
68
- "save_steps": 2,
69
  "stateful_callbacks": {
70
  "TrainerControl": {
71
  "args": {
@@ -78,7 +63,7 @@
78
  "attributes": {}
79
  }
80
  },
81
- "total_flos": 1479651398516736.0,
82
  "train_batch_size": 1,
83
  "trial_name": null,
84
  "trial_params": null
 
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,
10
  "log_history": [
11
  {
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,
50
+ "max_steps": 10,
51
  "num_input_tokens_seen": 0,
52
  "num_train_epochs": 1,
53
+ "save_steps": 3,
54
  "stateful_callbacks": {
55
  "TrainerControl": {
56
  "args": {
 
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:74dcf4a29346d06a18985986c93532599870827345febcfc1739afefe0e2e2b9
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab37ef2135f6555964c7f23e135ed3a58c3b21e0a8dfdabb28e1c2f6cc491bb9
3
  size 6776