tuanna08go commited on
Commit
afa6e80
·
verified ·
1 Parent(s): 36e0966

Training in progress, step 7, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -21,14 +21,14 @@
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
24
- "up_proj",
25
- "o_proj",
26
  "down_proj",
 
27
  "gate_proj",
28
  "shared_expert_gate",
 
29
  "q_proj",
30
- "gate",
31
- "k_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
24
+ "gate",
 
25
  "down_proj",
26
+ "k_proj",
27
  "gate_proj",
28
  "shared_expert_gate",
29
+ "o_proj",
30
  "q_proj",
31
+ "up_proj"
 
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "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:e32c601ba52fef63e6b22206e0ace31eaca40ab76fa171e79b9a128171baf88f
3
  size 327040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20db5a33a39460601b4e9b8ea50e0d58a4f453f6af5b1939af6414d75387220a
3
  size 327040
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c1d0aacf3db53c2726862b73ae4e571ec2a1232e70213f161ad5c774b8c11d9
3
  size 739258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083281d4de1e4435e06c5c33bbbb4388616de2668bdd8f88ee2823283b636f00
3
  size 739258
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73476fe3323b995ecb3d39d86131fa778d3b89acf6d3b0af55de4835be2b7627
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65370118f607e09d6381397903a67c7ae938a6fbd645e372609f9bfe9fb51de6
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:e6974b3faf746b0cd5ad484ee0aa41b3416e51a6dcce41ba35e954232a5c6d57
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.04081632653061224,
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.04081632653061224,
13
  "eval_loss": 11.885836601257324,
14
- "eval_runtime": 2.3264,
15
- "eval_samples_per_second": 70.924,
16
- "eval_steps_per_second": 9.027,
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": 4004989894656.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.2857142857142857,
5
+ "eval_steps": 5,
6
+ "global_step": 7,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.04081632653061224,
13
  "eval_loss": 11.885836601257324,
14
+ "eval_runtime": 2.4584,
15
+ "eval_samples_per_second": 67.116,
16
+ "eval_steps_per_second": 8.542,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.20408163265306123,
21
+ "eval_loss": 11.879362106323242,
22
+ "eval_runtime": 1.6783,
23
+ "eval_samples_per_second": 98.315,
24
+ "eval_steps_per_second": 12.513,
25
+ "step": 5
26
  }
27
  ],
28
  "logging_steps": 10,
29
+ "max_steps": 25,
30
  "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 7,
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": 27784617394176.0,
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:651a0a36d7bf8f0d7da7c8ca3e19a8983a529f385507c1b56457092466d962ea
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68264bad378a3786e373b10a7929344fa7e3753d90d483071dfcff2369324455
3
  size 6776