dimasik87 commited on
Commit
6c013ec
·
verified ·
1 Parent(s): 7b8ea17

Training in progress, step 6, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -10,22 +10,22 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 32,
14
- "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 16,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
  "up_proj",
 
25
  "down_proj",
26
  "q_proj",
27
- "v_proj",
28
- "k_proj",
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
+ "r": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
  "up_proj",
25
+ "v_proj",
26
  "down_proj",
27
  "q_proj",
28
+ "gate_proj",
 
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e0d4550640c26f65dc3d4095aaf17861a63a272705a71fa441198798a5f5f9c
3
- size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8050ea3e8bd38ef53a91f964634cca0140e5bca7df70f46096159c5b9a35982c
3
+ size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1657c1fbb95227227e5bb764f2408b5c35d1c1cb6bfdade7499f2ec873e276b2
3
- size 335922386
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a690058fbd348365b2bb346924b7dec8274ba59671ba9df584e9971ae9f33b9
3
+ size 168149074
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b274d200228065c5ad050511a1f7866a6edb57bdaa953138cf781ba60f5569eb
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce79b427bf34068a1374bc4838a962d39a0a665c827f62ca40d1c2d968d87cf3
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:917587e2c0a52fd7c3d6680e02e388879c84c249a215f319208d6a9951b36ba9
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0099cb7287625b29b67c4fcf42ff20fae623b429bfb10f5ac695bc54f2be54fd
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.0003626719858557926,
5
- "eval_steps": 4,
6
- "global_step": 4,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 9.066799646394814e-05,
13
- "grad_norm": 1.305655837059021,
14
  "learning_rate": 2e-05,
15
  "loss": 0.9466,
16
  "step": 1
@@ -18,46 +18,68 @@
18
  {
19
  "epoch": 9.066799646394814e-05,
20
  "eval_loss": 1.1514371633529663,
21
- "eval_runtime": 281.757,
22
- "eval_samples_per_second": 8.241,
23
- "eval_steps_per_second": 8.241,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.0001813359929278963,
28
- "grad_norm": 1.7540494203567505,
29
  "learning_rate": 4e-05,
30
  "loss": 1.2689,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.00027200398939184443,
35
- "grad_norm": 1.3806679248809814,
36
  "learning_rate": 6e-05,
37
- "loss": 0.9866,
 
 
 
 
 
 
 
 
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.0003626719858557926,
42
- "grad_norm": 1.6540546417236328,
43
  "learning_rate": 8e-05,
44
- "loss": 0.886,
45
  "step": 4
46
  },
47
  {
48
- "epoch": 0.0003626719858557926,
49
- "eval_loss": 1.063585877418518,
50
- "eval_runtime": 281.615,
51
- "eval_samples_per_second": 8.245,
52
- "eval_steps_per_second": 8.245,
53
- "step": 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
55
  ],
56
  "logging_steps": 1,
57
- "max_steps": 50,
58
  "num_input_tokens_seen": 0,
59
  "num_train_epochs": 1,
60
- "save_steps": 4,
61
  "stateful_callbacks": {
62
  "TrainerControl": {
63
  "args": {
@@ -70,7 +92,7 @@
70
  "attributes": {}
71
  }
72
  },
73
- "total_flos": 1483800336924672.0,
74
  "train_batch_size": 1,
75
  "trial_name": null,
76
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.0005440079787836889,
5
+ "eval_steps": 3,
6
+ "global_step": 6,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 9.066799646394814e-05,
13
+ "grad_norm": 0.9196107983589172,
14
  "learning_rate": 2e-05,
15
  "loss": 0.9466,
16
  "step": 1
 
18
  {
19
  "epoch": 9.066799646394814e-05,
20
  "eval_loss": 1.1514371633529663,
21
+ "eval_runtime": 280.9406,
22
+ "eval_samples_per_second": 8.265,
23
+ "eval_steps_per_second": 8.265,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.0001813359929278963,
28
+ "grad_norm": 1.2303106784820557,
29
  "learning_rate": 4e-05,
30
  "loss": 1.2689,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.00027200398939184443,
35
+ "grad_norm": 0.953157901763916,
36
  "learning_rate": 6e-05,
37
+ "loss": 0.9876,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.00027200398939184443,
42
+ "eval_loss": 1.1419087648391724,
43
+ "eval_runtime": 281.2312,
44
+ "eval_samples_per_second": 8.257,
45
+ "eval_steps_per_second": 8.257,
46
  "step": 3
47
  },
48
  {
49
  "epoch": 0.0003626719858557926,
50
+ "grad_norm": 1.2283321619033813,
51
  "learning_rate": 8e-05,
52
+ "loss": 0.8963,
53
  "step": 4
54
  },
55
  {
56
+ "epoch": 0.00045333998231974066,
57
+ "grad_norm": 1.0397660732269287,
58
+ "learning_rate": 0.0001,
59
+ "loss": 1.064,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.0005440079787836889,
64
+ "grad_norm": 1.3788177967071533,
65
+ "learning_rate": 0.00012,
66
+ "loss": 1.311,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.0005440079787836889,
71
+ "eval_loss": 0.9817929267883301,
72
+ "eval_runtime": 281.7359,
73
+ "eval_samples_per_second": 8.242,
74
+ "eval_steps_per_second": 8.242,
75
+ "step": 6
76
  }
77
  ],
78
  "logging_steps": 1,
79
+ "max_steps": 25,
80
  "num_input_tokens_seen": 0,
81
  "num_train_epochs": 1,
82
+ "save_steps": 3,
83
  "stateful_callbacks": {
84
  "TrainerControl": {
85
  "args": {
 
92
  "attributes": {}
93
  }
94
  },
95
+ "total_flos": 2311995575500800.0,
96
  "train_batch_size": 1,
97
  "trial_name": null,
98
  "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:586972196f15dd32a3d87fb4e0aad2c5279b9a281041e5bf0b54d207daa83d8a
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5f0cf90aa3deddbb881f441c0237bff1fd72ac4c2cbf0e67c55438798ba345
3
  size 6776