tuanna08go commited on
Commit
183f24c
·
verified ·
1 Parent(s): bc94cd7

Training in progress, step 12, 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
  "gate_proj",
25
  "up_proj",
26
- "q_proj",
27
- "o_proj",
28
- "k_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "o_proj",
25
+ "q_proj",
26
  "gate_proj",
27
  "up_proj",
28
+ "v_proj",
29
+ "down_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:9a7b1a7c0b441fb030c06b97b7dbb60b7d91f44df909a3dd180febcacbb48850
3
  size 80792096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acdc6c79042793bb0349b1d043f53d0c7fd841fd1df0d187358bdacba3681934
3
  size 80792096
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87a7813130911693d5a0e897cb352532e882d3c4c44af893779ebbce35365b21
3
  size 41459700
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3c1fdce11be054ccec91ab2fb443c398d5d31d42b2ea37389ac81886b6be3a
3
  size 41459700
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b76b336792a659bf71c4342297577ae1a29c83058d83e060278f3e4892b1ec99
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca57f6d22d1fd352df674eaaa93a75565b2c5a98cc3901814cd5d09f8d3f8ed4
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:6b16484e0674b1fd075ed0f801729c12a5a1d0090aec132c58e1287d0be87e5d
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.022222222222222223,
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,32 @@
11
  {
12
  "epoch": 0.022222222222222223,
13
  "eval_loss": 1.8410741090774536,
14
- "eval_runtime": 16.6034,
15
- "eval_samples_per_second": 18.249,
16
- "eval_steps_per_second": 2.289,
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 +44,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": 2788217673744384.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": 9,
6
+ "global_step": 12,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.022222222222222223,
13
  "eval_loss": 1.8410741090774536,
14
+ "eval_runtime": 16.746,
15
+ "eval_samples_per_second": 18.094,
16
+ "eval_steps_per_second": 2.269,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.2,
21
+ "eval_loss": 1.0834723711013794,
22
+ "eval_runtime": 15.6719,
23
+ "eval_samples_per_second": 19.334,
24
+ "eval_steps_per_second": 2.425,
25
+ "step": 9
26
+ },
27
+ {
28
+ "epoch": 0.2222222222222222,
29
+ "grad_norm": 1.0347282886505127,
30
+ "learning_rate": 9.16998908944939e-05,
31
+ "loss": 1.536,
32
+ "step": 10
33
  }
34
  ],
35
  "logging_steps": 10,
36
+ "max_steps": 45,
37
  "num_input_tokens_seen": 0,
38
  "num_train_epochs": 1,
39
+ "save_steps": 12,
40
  "stateful_callbacks": {
41
  "TrainerControl": {
42
  "args": {
 
44
  "should_evaluate": false,
45
  "should_log": false,
46
  "should_save": true,
47
+ "should_training_stop": false
48
  },
49
  "attributes": {}
50
  }
51
  },
52
+ "total_flos": 3.345861208493261e+16,
53
  "train_batch_size": 8,
54
  "trial_name": null,
55
  "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:cf4e605432cc9232047caadeb581e383d6cbdd149f2997f185b511e68f8b8505
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c513cdd2b8de52b0afed3c06c5b2884159c0953c6351e8c009a33e2a6e956b
3
  size 6776