tuanna08go commited on
Commit
25c521c
·
verified ·
1 Parent(s): 72ce640

Training in progress, step 9, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -21,11 +21,11 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
- "up_proj",
25
  "gate_proj",
26
  "k_proj",
27
- "o_proj",
28
  "down_proj",
 
 
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
 
24
  "gate_proj",
25
  "k_proj",
 
26
  "down_proj",
27
+ "up_proj",
28
+ "o_proj",
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1db47812affe541df2a3d7c2541306dda157724af0be60df1743ed010a87a9a3
3
  size 608249904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5758910b7145382cf731d24e77acc9af7c177f9baf85115fee0a5b35bd55f293
3
  size 608249904
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb1e20bcf1e2805a5b79c1bfaf8bcfd360d496250a16f4717359fac31a45680a
3
  size 43122580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b4e535bdafcd46830b22e0e14825e981fb1504d1bf58c3629f755bffd96349
3
  size 43122580
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e2c76845d1a198321567d417f508e36c6488ae79ee6a5814ae3463528c38bff
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf191b7c52ae0f5950e3f1f1dec5b3d92cc3089d5753f800d4b1b7550aa71db3
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:793e67e8ce9008665aa65ff20b6ea7fbcd694d12c7efb6b4719021ac264b7609
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,27 +1,35 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.029411764705882353,
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,
10
  "log_history": [
11
  {
12
  "epoch": 0.029411764705882353,
13
- "eval_loss": 7.963089466094971,
14
- "eval_runtime": 12.1633,
15
- "eval_samples_per_second": 18.909,
16
- "eval_steps_per_second": 2.384,
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": 2804273268129792.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.2647058823529412,
5
+ "eval_steps": 7,
6
+ "global_step": 9,
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.029411764705882353,
13
+ "eval_loss": 7.964369297027588,
14
+ "eval_runtime": 12.1692,
15
+ "eval_samples_per_second": 18.9,
16
+ "eval_steps_per_second": 2.383,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.20588235294117646,
21
+ "eval_loss": 0.220572829246521,
22
+ "eval_runtime": 12.2392,
23
+ "eval_samples_per_second": 18.792,
24
+ "eval_steps_per_second": 2.369,
25
+ "step": 7
26
  }
27
  ],
28
  "logging_steps": 10,
29
+ "max_steps": 34,
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 1,
32
+ "save_steps": 9,
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.523845941316813e+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:aed2e9d81c3b1222661222f1ad07a725f4f0b4df58dd26334ff1cbe96268e92c
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3451bb7a809ffe40cd34fbe571bc106bdff5fe75a1235f6225c45d93e835aceb
3
  size 6776