tuanna08go commited on
Commit
bf5894b
·
verified ·
1 Parent(s): e497f3a

Training in progress, step 13, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
  "o_proj",
25
- "gate_proj",
26
- "v_proj",
27
  "q_proj",
 
28
  "down_proj",
29
- "up_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
+ "up_proj",
 
25
  "q_proj",
26
+ "k_proj",
27
  "down_proj",
28
+ "gate_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:5e58cb15059156e13f5212c48850758ffd180e60946308e4d1c3a3222c7dd2c8
3
  size 36981072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6884b8e6669a469f0174841b3e7bb3e74a3be6e2d6920d023beb17a7fc6b56
3
  size 36981072
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b0dcd226efbb8c35e8fd4c6b8305f90a62c9ef7bb25c97570130902424e1385
3
  size 19859140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767ea677e0931f68b8674afe522e9ec71e712c16248f123a0b68a331569464ed
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:da80317735abd5d7a29a7220f00b3b233d1e998e1437bb05f3ba2da5a84eb5d2
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d1131a45cb1eda72293de04b36c5c41c5b67986b9468e2590629138bfa23bb
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.006802721088435374,
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.006802721088435374,
13
  "eval_loss": 7.88132381439209,
14
- "eval_runtime": 37.6697,
15
- "eval_samples_per_second": 26.281,
16
- "eval_steps_per_second": 3.292,
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": 1037754427244544.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.08843537414965986,
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.006802721088435374,
13
  "eval_loss": 7.88132381439209,
14
+ "eval_runtime": 37.6145,
15
+ "eval_samples_per_second": 26.32,
16
+ "eval_steps_per_second": 3.297,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.06802721088435375,
21
+ "grad_norm": 5.561442852020264,
22
+ "learning_rate": 9.330127018922194e-05,
23
+ "loss": 6.6527,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.06802721088435375,
28
+ "eval_loss": 3.9917244911193848,
29
+ "eval_runtime": 36.513,
30
+ "eval_samples_per_second": 27.114,
31
+ "eval_steps_per_second": 3.396,
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.3101649643962368e+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:bb7f16b06905e9dce17fca0fdfb23324315dafeea3f3264c5620831c32e77204
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5560f479e92c20353ad9e34241752cd54705eb52890788c92b39d7b73bcd0cb3
3
  size 6776