willtensora commited on
Commit
f70b19d
·
verified ·
1 Parent(s): 5b4522a

Training in progress, step 10, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -10,23 +10,23 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 8,
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": 4,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
  "up_proj",
24
- "q_proj",
25
- "gate_proj",
26
  "k_proj",
 
27
  "v_proj",
28
- "down_proj",
29
- "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
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": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
  "up_proj",
24
+ "o_proj",
25
+ "down_proj",
26
  "k_proj",
27
+ "q_proj",
28
  "v_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:b6cf0b38fd50b5592fcdd90cde67f3953803b845427a6da838198ae49e8910ea
3
- size 9048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc36a8e37dd54f1611000c6fb5b8a2b1fac16a87eccb3c03b80d950e8d920cf0
3
+ size 14696
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0af2a114dc19c38ea0fe32439070f4761f409a156cb638aaa327dcd8483430c3
3
- size 28134
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491c5f5269e22a8bb1b19bff1e70a457f2ba60e249a015c69784fcb94d07626f
3
+ size 39398
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89dbad7a5f4eb47d4580585d91b020d1a7f5dc2fd4d54175561c1eb48d2175e4
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c12066a9c624fe38430ff3feea2dc6451e9f1a920255c11680c737a33d2c53a0
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6da16eefab22daee3fb0999c7651be192feb36b73810bf419e9165c7023ec02
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb578e75c11a81e85dda67a691f96ba4793a02960f1409fd3e1511aac873491a
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,34 +1,121 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.0002666666666666667,
5
- "eval_steps": 500,
6
- "global_step": 1,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.0002666666666666667,
13
- "grad_norm": 0.017395144328475,
14
- "learning_rate": 0.0,
15
- "loss": 11.9308,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.0002666666666666667,
20
- "eval_loss": 11.933906555175781,
21
- "eval_runtime": 0.059,
22
- "eval_samples_per_second": 271.03,
23
- "eval_steps_per_second": 67.757,
24
  "step": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }
26
  ],
27
  "logging_steps": 1,
28
- "max_steps": 1,
29
  "num_input_tokens_seen": 0,
30
  "num_train_epochs": 1,
31
- "save_steps": 500,
32
  "stateful_callbacks": {
33
  "TrainerControl": {
34
  "args": {
@@ -41,8 +128,8 @@
41
  "attributes": {}
42
  }
43
  },
44
- "total_flos": 10444800.0,
45
- "train_batch_size": 4,
46
  "trial_name": null,
47
  "trial_params": null
48
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.005608524957936063,
5
+ "eval_steps": 3,
6
+ "global_step": 10,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 0.0005608524957936063,
13
+ "grad_norm": 0.015257853083312511,
14
+ "learning_rate": 2e-05,
15
+ "loss": 11.9315,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.0005608524957936063,
20
+ "eval_loss": 11.931306838989258,
21
+ "eval_runtime": 2.6755,
22
+ "eval_samples_per_second": 280.695,
23
+ "eval_steps_per_second": 140.534,
24
  "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0011217049915872126,
28
+ "grad_norm": 0.009659971110522747,
29
+ "learning_rate": 4e-05,
30
+ "loss": 11.9304,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.0016825574873808188,
35
+ "grad_norm": 0.011888088658452034,
36
+ "learning_rate": 6e-05,
37
+ "loss": 11.9319,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.0016825574873808188,
42
+ "eval_loss": 11.931303977966309,
43
+ "eval_runtime": 2.7274,
44
+ "eval_samples_per_second": 275.355,
45
+ "eval_steps_per_second": 137.861,
46
+ "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.002243409983174425,
50
+ "grad_norm": 0.01530472096055746,
51
+ "learning_rate": 8e-05,
52
+ "loss": 11.9328,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.0028042624789680315,
57
+ "grad_norm": 0.0182462427765131,
58
+ "learning_rate": 0.0001,
59
+ "loss": 11.9248,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.0033651149747616375,
64
+ "grad_norm": 0.008574016392230988,
65
+ "learning_rate": 0.00012,
66
+ "loss": 11.926,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.0033651149747616375,
71
+ "eval_loss": 11.93128776550293,
72
+ "eval_runtime": 2.8374,
73
+ "eval_samples_per_second": 264.68,
74
+ "eval_steps_per_second": 132.516,
75
+ "step": 6
76
+ },
77
+ {
78
+ "epoch": 0.003925967470555244,
79
+ "grad_norm": 0.013426216319203377,
80
+ "learning_rate": 0.00014,
81
+ "loss": 11.9324,
82
+ "step": 7
83
+ },
84
+ {
85
+ "epoch": 0.00448681996634885,
86
+ "grad_norm": 0.006309770978987217,
87
+ "learning_rate": 0.00016,
88
+ "loss": 11.935,
89
+ "step": 8
90
+ },
91
+ {
92
+ "epoch": 0.005047672462142457,
93
+ "grad_norm": 0.015631036832928658,
94
+ "learning_rate": 0.00018,
95
+ "loss": 11.9287,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 0.005047672462142457,
100
+ "eval_loss": 11.93126106262207,
101
+ "eval_runtime": 2.8029,
102
+ "eval_samples_per_second": 267.939,
103
+ "eval_steps_per_second": 134.148,
104
+ "step": 9
105
+ },
106
+ {
107
+ "epoch": 0.005608524957936063,
108
+ "grad_norm": 0.009074539877474308,
109
+ "learning_rate": 0.0002,
110
+ "loss": 11.9335,
111
+ "step": 10
112
  }
113
  ],
114
  "logging_steps": 1,
115
+ "max_steps": 10,
116
  "num_input_tokens_seen": 0,
117
  "num_train_epochs": 1,
118
+ "save_steps": 3,
119
  "stateful_callbacks": {
120
  "TrainerControl": {
121
  "args": {
 
128
  "attributes": {}
129
  }
130
  },
131
+ "total_flos": 1211154432.0,
132
+ "train_batch_size": 2,
133
  "trial_name": null,
134
  "trial_params": null
135
  }
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9728de9c04ba459f8a150ca989a490b015c26610cf896681f245b555b37edd32
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42859b767e48a28bd6aa4d7de82f9e080fc3f6e573f77325e209b5bb86fef1a3
3
  size 6776