tuanna08go commited on
Commit
874c386
·
verified ·
1 Parent(s): b0e36f3

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
- "down_proj",
24
- "up_proj",
25
  "v_proj",
26
- "q_proj",
27
  "o_proj",
 
28
  "k_proj",
29
- "gate_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "v_proj",
 
24
  "o_proj",
25
+ "down_proj",
26
  "k_proj",
27
+ "gate_proj",
28
+ "up_proj",
29
+ "q_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:12ce88980959c985233b3c7142357b18d496bb43c59fa234d42fccd21174ac51
3
  size 390888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d9cd9d64b8665ecd6ec2ebd855d88bdb2112636d72ac67a02d08e65f893f69
3
  size 390888
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9776b1c2b13cb23a55c535faf5dba790917c67ac6dd02df51d7c56b7d120cecc
3
  size 819770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b97dba664b3181de2851240619dc83adf18deef4358946e5c600b266b86b05c3
3
  size 819770
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b36908b214dde88065d7655823e9333990bb44dc527e44ce630a6e70ab4c930
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1075dc06372e74a6dd6d15cbcc83eba2ddad9340f54aebf9ab084cafc6234362
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:8de9e474f1c6268aa67c74a46e97e6502d38b40ebf11528de80b392fa9163e1d
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.035555555555555556,
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.035555555555555556,
13
  "eval_loss": 12.9937105178833,
14
- "eval_runtime": 0.9367,
15
- "eval_samples_per_second": 202.83,
16
- "eval_steps_per_second": 25.621,
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": 2097873420288.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.28444444444444444,
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.035555555555555556,
13
  "eval_loss": 12.9937105178833,
14
+ "eval_runtime": 0.9451,
15
+ "eval_samples_per_second": 201.043,
16
+ "eval_steps_per_second": 25.395,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.21333333333333335,
21
+ "eval_loss": 12.368244171142578,
22
+ "eval_runtime": 0.9262,
23
+ "eval_samples_per_second": 205.147,
24
+ "eval_steps_per_second": 25.913,
25
+ "step": 6
26
  }
27
  ],
28
  "logging_steps": 10,
29
+ "max_steps": 29,
30
  "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
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": 16782987362304.0,
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:98b15012b0f3b76d8f16dfd85ca8cbdf9adbf3ad923f6380022480221176c6bb
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb521ed129943c3fedae014a018e8342121a2325febde4656aebff17d9908317
3
  size 6776