tuanna08go commited on
Commit
a7699da
·
verified ·
1 Parent(s): 3b7f659

Training in progress, step 6, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
- "gate_proj",
25
  "v_proj",
26
- "k_proj",
27
  "o_proj",
 
 
28
  "down_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
 
24
  "v_proj",
 
25
  "o_proj",
26
+ "up_proj",
27
+ "k_proj",
28
  "down_proj",
29
+ "gate_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:58381105673501d4d8bad28841e785d584e9276e7cace84af36e0b2e0b9e9e9e
3
  size 36981072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6098006021aadc2c1eff8c9f0924145d3b1edea00a54f430721973557d6ce3e
3
  size 36981072
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b91657d2ce66e7a72d574c3a4b0b156254a2bffb63b5e7ee34b9f92986aa774
3
  size 19859140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63310612f6842cc468d95ffc3944eb0588e9a4719ba9b2bb005385a678e6f79
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:48707ce5b888f5fb4ed0bb81e0d8f92699172e8647e4e04f8cf50ce6a8cd793a
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e7c22ebd8430ac28d79c96f2d6af0dd481cf136cf7ca7a6dc119ced964a19e
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:e623ab4637ca988714bb2f8da321af396105524aa2dc294588565e47ac87dff6
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.046242774566473986,
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.046242774566473986,
13
  "eval_loss": 15.64744758605957,
14
- "eval_runtime": 3.8686,
15
- "eval_samples_per_second": 37.74,
16
- "eval_steps_per_second": 4.911,
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": 518877213622272.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.2774566473988439,
5
+ "eval_steps": 5,
6
+ "global_step": 6,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.046242774566473986,
13
  "eval_loss": 15.64744758605957,
14
+ "eval_runtime": 3.8022,
15
+ "eval_samples_per_second": 38.399,
16
+ "eval_steps_per_second": 4.997,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.23121387283236994,
21
+ "eval_loss": 14.13701343536377,
22
+ "eval_runtime": 2.8906,
23
+ "eval_samples_per_second": 50.508,
24
+ "eval_steps_per_second": 6.573,
25
+ "step": 5
26
  }
27
  ],
28
  "logging_steps": 10,
29
+ "max_steps": 22,
30
  "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 6,
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": 3113263281733632.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:260fa222ef872a5b775a6b0a028e89b9d3192a6085ebb5108a99ac7865fd3d07
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:089cb18b63dc7db043fa94fe0e4c7973472ac7d8e3a32173134622601f46a0b5
3
  size 6776