tuanna08go commited on
Commit
c5eba45
·
verified ·
1 Parent(s): 15af208

Training in progress, step 13, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
24
- "o_proj",
25
- "down_proj",
26
- "v_proj",
27
  "up_proj",
 
 
28
  "q_proj",
29
- "k_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
 
 
 
24
  "up_proj",
25
+ "k_proj",
26
+ "o_proj",
27
  "q_proj",
28
+ "down_proj",
29
+ "v_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:01d7da2832289071615933436018344bcd30275502975bcb58813f1587116cfa
3
  size 36981072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f58e489ee9d0fcbdc29e6236ced6835090d61b3bae5fef87bf924b4a4bcd4b9
3
  size 36981072
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1c840391a21fbb35ce4846a625e1f63917d6d5d754442f8daed3465d346a0e7
3
  size 19859140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c4b1b1022476a667133913254b988ff83885ee227e03c4f7dc228d6177ea10
3
  size 19859140
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:319df9a8a6544e8b77e9d5e0c24b6c99c0c09176b51d435e36d005bdf8f1e849
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67d05ef0585b4d1c04a69bc36795294f7de8a231383992baa4e5bd6ce9c37b9
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.0007965350724349081,
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.0007965350724349081,
13
  "eval_loss": NaN,
14
- "eval_runtime": 257.2053,
15
- "eval_samples_per_second": 32.884,
16
- "eval_steps_per_second": 4.113,
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": 908035123838976.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.010354955941653806,
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.0007965350724349081,
13
  "eval_loss": NaN,
14
+ "eval_runtime": 257.2896,
15
+ "eval_samples_per_second": 32.873,
16
+ "eval_steps_per_second": 4.112,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.007965350724349082,
21
+ "grad_norm": NaN,
22
+ "learning_rate": 9.330127018922194e-05,
23
+ "loss": 0.0,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.007965350724349082,
28
+ "eval_loss": NaN,
29
+ "eval_runtime": 255.6607,
30
+ "eval_samples_per_second": 33.083,
31
+ "eval_steps_per_second": 4.138,
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": 1.0961281137770496e+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:41b9428166de10ff00aa5a292753b313eb05adcffc7c02539cbea6b039d7cf6c
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5fc328d78f2a6ad6969cb4b91f75b91d75a18aa58fd62ea5a3c5540778a88d
3
  size 6776