tuanna08go commited on
Commit
6b5f058
·
verified ·
1 Parent(s): 4f3ac3d

Training in progress, step 13, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "gate_proj",
25
  "q_proj",
26
- "o_proj",
27
  "v_proj",
 
 
28
  "down_proj",
29
  "up_proj"
30
  ],
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "q_proj",
24
+ "gate_proj",
25
  "v_proj",
26
+ "k_proj",
27
+ "o_proj",
28
  "down_proj",
29
  "up_proj"
30
  ],
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bffc59bef4f50458fc27c4a0d43812fc75cc21b133c530ca1f41f8fb0a41323
3
  size 80013120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84053879b7577cb26994e1ec713b37c6bd8eb4ea6814243b75a2aff8a3f654ba
3
  size 80013120
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:671fde63ab3e95e5f6a3bc0dcb847fc5ea2e5137347f6151bd811e749ce8e496
3
  size 41119636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76d704d9bedc21f92ad5f3623857c6424d88c040469fae87764b9129aac10f7
3
  size 41119636
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18244246c196872e6e9828dc23e91824da5df2d97755e843f437b6cd16498bf6
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0372018a4be5540bc5abe6dc6460517fafa00663177aa4622b9d278e34d5efdc
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:5adea6def46a60dd5782726d51a89bdf0f30226cd791e511d8af09a5644f99e2
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.0003423997945601233,
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.0003423997945601233,
13
  "eval_loss": 2.646597146987915,
14
- "eval_runtime": 990.9412,
15
- "eval_samples_per_second": 19.856,
16
- "eval_steps_per_second": 2.482,
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": 2636516677386240.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.0044511973292816025,
5
+ "eval_steps": 10,
6
+ "global_step": 13,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.0003423997945601233,
13
  "eval_loss": 2.646597146987915,
14
+ "eval_runtime": 988.545,
15
+ "eval_samples_per_second": 19.904,
16
+ "eval_steps_per_second": 2.489,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.0034239979456012325,
21
+ "grad_norm": 2.6664435863494873,
22
+ "learning_rate": 9.330127018922194e-05,
23
+ "loss": 1.7919,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.0034239979456012325,
28
+ "eval_loss": 0.45232027769088745,
29
+ "eval_runtime": 990.8876,
30
+ "eval_samples_per_second": 19.857,
31
+ "eval_steps_per_second": 2.483,
32
+ "step": 10
33
  }
34
  ],
35
  "logging_steps": 10,
36
+ "max_steps": 50,
37
  "num_input_tokens_seen": 0,
38
  "num_train_epochs": 1,
39
+ "save_steps": 13,
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.443949909835776e+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:2bd663b3a96f4833a1d2c2e36dbef9493c5332fec061c6c0dd7afe234080ed5c
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3155e034e31b25117ab86282dee0a694a4f5128212ce5cdb0348c4ccf1bc88d0
3
  size 6776