tuanna08go commited on
Commit
b2d98a4
·
verified ·
1 Parent(s): ebce180

Training in progress, step 8, 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
  "up_proj",
27
- "o_proj",
 
 
 
28
  "v_proj",
29
- "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "up_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "down_proj",
27
+ "gate_proj",
28
  "v_proj",
29
+ "o_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:bab5cd2d82667aa88babe328886b13420e4373f17083ea84cc760b6bb2acb50d
3
  size 100059752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271e910b49bbc3a70bbece333bb98b8044250f5312389fc58f4477edee664bb4
3
  size 100059752
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c5f0a191227b3b77966e183f85fa44b193a2a65cf2ac6bca0d328d98456ad14
3
  size 51244020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9205d0be73afe8a749d60d92088051b9d1a742460111451262ff97efce9ec32
3
  size 51244020
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be8b1b9e7bfbfa0a07c044af5d4d41c9b69c03fb50ecb3685b8b3b42939557eb
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33e0496dcdb9c09786e531fcb26e12c27114121c2227d15a22d343188a83ccc7
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae751897b8e87ff08962a91d1d3485984775a96aa89e29a1caac3d6f449228f7
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a517b5553fd7c8042f9435a157576adf1654dadecdce942dd5274f1a6454ed0a
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.03333333333333333,
5
- "eval_steps": 1,
6
- "global_step": 1,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -11,17 +11,25 @@
11
  {
12
  "epoch": 0.03333333333333333,
13
  "eval_loss": 1.7954519987106323,
14
- "eval_runtime": 12.6676,
15
- "eval_samples_per_second": 15.946,
16
- "eval_steps_per_second": 2.052,
17
  "step": 1
 
 
 
 
 
 
 
 
18
  }
19
  ],
20
  "logging_steps": 10,
21
- "max_steps": 1,
22
  "num_input_tokens_seen": 0,
23
  "num_train_epochs": 1,
24
- "save_steps": 1,
25
  "stateful_callbacks": {
26
  "TrainerControl": {
27
  "args": {
@@ -29,12 +37,12 @@
29
  "should_evaluate": false,
30
  "should_log": false,
31
  "should_save": true,
32
- "should_training_stop": true
33
  },
34
  "attributes": {}
35
  }
36
  },
37
- "total_flos": 3057746266030080.0,
38
  "train_batch_size": 8,
39
  "trial_name": null,
40
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.26666666666666666,
5
+ "eval_steps": 6,
6
+ "global_step": 8,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.03333333333333333,
13
  "eval_loss": 1.7954519987106323,
14
+ "eval_runtime": 12.6939,
15
+ "eval_samples_per_second": 15.913,
16
+ "eval_steps_per_second": 2.048,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.2,
21
+ "eval_loss": 1.587748646736145,
22
+ "eval_runtime": 13.1935,
23
+ "eval_samples_per_second": 15.311,
24
+ "eval_steps_per_second": 1.971,
25
+ "step": 6
26
  }
27
  ],
28
  "logging_steps": 10,
29
+ "max_steps": 30,
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 1,
32
+ "save_steps": 8,
33
  "stateful_callbacks": {
34
  "TrainerControl": {
35
  "args": {
 
37
  "should_evaluate": false,
38
  "should_log": false,
39
  "should_save": true,
40
+ "should_training_stop": false
41
  },
42
  "attributes": {}
43
  }
44
  },
45
+ "total_flos": 2.446197012824064e+16,
46
  "train_batch_size": 8,
47
  "trial_name": null,
48
  "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:c919ce5487abf058b6597df3579004fa77c2ac1a2b5c50aed2a11faf30f0f667
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83544229dc0d8d1596052bdfbbc9ee05a61596a97a8a28c412d20b2c7cef39c
3
  size 6776