tuanna08go commited on
Commit
b054651
1 Parent(s): 6daab97

Training in progress, step 3, 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
- "q_proj",
26
- "up_proj",
27
  "v_proj",
 
 
28
  "o_proj",
29
- "k_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
23
  "v_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
  "o_proj",
27
+ "down_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:63746b00672ff9eca129b534319e055f2846edf53448a0ab3f55187fd4685c38
3
  size 125248064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252efd3c2b6b81507ba571e987ec8fc57619490683dcb2b333bf54a1da6b0fd9
3
  size 125248064
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4145d7985d4c9dff053da7f374da6a2e1d2555ad3119f7faa070a57d981672b
3
  size 64219860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6189b3bfb6ede1d5c2409e46c45132d7126ba6b9357e8a3373512e73f85a1bf6
3
  size 64219860
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9edc2e21c3cada6c05c007d88e7484a359240cd9d5addf9bb175b2cbecaf9090
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2043fcab6393039914b1ae1d41f0b06c9cc65053e1770339d2cdf1b4d4fcd1
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:dc78163c347c258a17d5fa38a4e22e79b63c35d2cfce0e026e30c38b9ae55f80
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.08695652173913043,
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.08695652173913043,
13
  "eval_loss": 8.65756607055664,
14
- "eval_runtime": 0.7639,
15
- "eval_samples_per_second": 6.545,
16
- "eval_steps_per_second": 3.927,
17
  "step": 1
 
 
 
 
 
 
 
 
18
  }
19
  ],
20
  "logging_steps": 5,
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": 395778038169600.0,
38
  "train_batch_size": 2,
39
  "trial_name": null,
40
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.2608695652173913,
5
+ "eval_steps": 3,
6
+ "global_step": 3,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.08695652173913043,
13
  "eval_loss": 8.65756607055664,
14
+ "eval_runtime": 0.7568,
15
+ "eval_samples_per_second": 6.607,
16
+ "eval_steps_per_second": 3.964,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.2608695652173913,
21
+ "eval_loss": 8.638962745666504,
22
+ "eval_runtime": 0.7572,
23
+ "eval_samples_per_second": 6.603,
24
+ "eval_steps_per_second": 3.962,
25
+ "step": 3
26
  }
27
  ],
28
  "logging_steps": 5,
29
+ "max_steps": 12,
30
  "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 3,
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": 1187334114508800.0,
46
  "train_batch_size": 2,
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:3e60663ffe957a14c5a6b5bbf2bfefdfe56fb44773c6f76a378aee0b83078c9f
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a26d4da273fc83337ade24e7db24d112f8463a892cf93f8ea3330a07464a7a
3
  size 6776