aengusl commited on
Commit
96218b7
1 Parent(s): cdc7cf0

Training in progress, step 640

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ model-index:
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/quirky_lats_at_mats/harmbench_adv_training/runs/pqwka7cq)
20
  # llama2-7b-sft-lora
21
 
22
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the generator dataset.
@@ -38,14 +38,15 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 1e-05
42
  - train_batch_size: 4
43
  - eval_batch_size: 8
44
  - seed: 4
45
  - distributed_type: multi-GPU
46
- - num_devices: 2
47
- - total_train_batch_size: 8
48
- - total_eval_batch_size: 16
 
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: cosine
51
  - training_steps: 2000
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/adv-robustness/harmbench_adv_training/runs/285l8ovf)
20
  # llama2-7b-sft-lora
21
 
22
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the generator dataset.
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
  - train_batch_size: 4
43
  - eval_batch_size: 8
44
  - seed: 4
45
  - distributed_type: multi-GPU
46
+ - num_devices: 8
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 128
49
+ - total_eval_batch_size: 64
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: cosine
52
  - training_steps: 2000
adapter_config.json CHANGED
@@ -17,11 +17,11 @@
17
  "revision": null,
18
  "target_modules": [
19
  "down_proj",
 
 
20
  "v_proj",
21
  "k_proj",
22
- "q_proj",
23
- "o_proj",
24
- "up_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
17
  "revision": null,
18
  "target_modules": [
19
  "down_proj",
20
+ "o_proj",
21
+ "up_proj",
22
  "v_proj",
23
  "k_proj",
24
+ "q_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d1d8ee5e122aa5ba15194f89a4f794f9c3fe72e5c3ede8c7f35cf55983cee6c
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
runs/Jun04_19-41-50_555bc3f50b50/events.out.tfevents.1717530175.555bc3f50b50.24288.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26a8a7c4e3d15c1c672c418c231fbeaaaa1e6e7463eb72d93442e13d71ffdc33
3
- size 98846
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c70b02f0c1ffee4a5b6632df86007670c020aa3288a3ceff36b1194794b329e
3
+ size 105126
step_0/README.md CHANGED
@@ -203,25 +203,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
203
  ### Framework versions
204
 
205
 
206
- - PEFT 0.6.1
207
- ## Training procedure
208
-
209
-
210
- ### Framework versions
211
-
212
-
213
- - PEFT 0.6.1
214
- ## Training procedure
215
-
216
-
217
- ### Framework versions
218
-
219
-
220
- - PEFT 0.6.1
221
- ## Training procedure
222
-
223
-
224
- ### Framework versions
225
-
226
-
227
  - PEFT 0.6.1
 
203
  ### Framework versions
204
 
205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  - PEFT 0.6.1
step_0/adapter_config.json CHANGED
@@ -17,11 +17,11 @@
17
  "revision": null,
18
  "target_modules": [
19
  "down_proj",
 
 
20
  "v_proj",
21
  "k_proj",
22
- "q_proj",
23
- "o_proj",
24
- "up_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
17
  "revision": null,
18
  "target_modules": [
19
  "down_proj",
20
+ "o_proj",
21
+ "up_proj",
22
  "v_proj",
23
  "k_proj",
24
+ "q_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_0/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05a93e6fdefe2d819c30dce6e619b868a3e0f4cc66b9c57a5879044275d664f8
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
step_1200/adapter_config.json CHANGED
@@ -16,12 +16,12 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
  "down_proj",
21
- "v_proj",
22
- "q_proj",
23
  "up_proj",
24
- "o_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "down_proj",
20
+ "o_proj",
 
21
  "up_proj",
22
+ "v_proj",
23
+ "k_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_1200/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7e145e1d6e5063d0b58e6bbabe0ee76af3c4399e27f7cfc44b9ed0d433c4086
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
step_1200/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddcb958cb044b08eb2784936cc2d61c7603663890e064c856baab404ea4a540
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
step_1600/adapter_config.json CHANGED
@@ -16,12 +16,12 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
  "down_proj",
21
- "v_proj",
22
- "q_proj",
23
  "up_proj",
24
- "o_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "down_proj",
20
+ "o_proj",
 
21
  "up_proj",
22
+ "v_proj",
23
+ "k_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_1600/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ec2b077524f24b1f201d3c5ad7d4311fbbf1e9d052b8c0a74a69ac1dfbc4c00
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
step_1600/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddcb958cb044b08eb2784936cc2d61c7603663890e064c856baab404ea4a540
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
step_2000/adapter_config.json CHANGED
@@ -16,12 +16,12 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
  "down_proj",
21
- "v_proj",
22
- "q_proj",
23
  "up_proj",
24
- "o_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "down_proj",
20
+ "o_proj",
 
21
  "up_proj",
22
+ "v_proj",
23
+ "k_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_2000/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d18aeba252a371ce430d16904f59577958982a2347e09e0b33d7f4bf154e1d5
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
step_2000/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddcb958cb044b08eb2784936cc2d61c7603663890e064c856baab404ea4a540
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
step_2400/adapter_config.json CHANGED
@@ -16,12 +16,12 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
  "down_proj",
21
- "v_proj",
22
- "q_proj",
23
  "up_proj",
24
- "o_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "down_proj",
20
+ "o_proj",
 
21
  "up_proj",
22
+ "v_proj",
23
+ "k_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_2400/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de9ed32131a932712db6773b1079cd55857a0a490d9519d3ef4924d04cb363bd
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
step_2400/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddcb958cb044b08eb2784936cc2d61c7603663890e064c856baab404ea4a540
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
step_400/adapter_config.json CHANGED
@@ -16,12 +16,12 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
  "down_proj",
21
- "v_proj",
22
- "q_proj",
23
  "up_proj",
24
- "o_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "down_proj",
20
+ "o_proj",
 
21
  "up_proj",
22
+ "v_proj",
23
+ "k_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_400/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0751b08f6176be02750794678276f7d4e03dc429debb9a41c2cf1913945eb5b4
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
step_400/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddcb958cb044b08eb2784936cc2d61c7603663890e064c856baab404ea4a540
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
step_800/adapter_config.json CHANGED
@@ -16,12 +16,12 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
  "down_proj",
21
- "v_proj",
22
- "q_proj",
23
  "up_proj",
24
- "o_proj"
 
 
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "down_proj",
20
+ "o_proj",
 
21
  "up_proj",
22
+ "v_proj",
23
+ "k_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
step_800/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb677bc0747696788c3346deb5e0e3c7abd6664ef59ffb8a20462bbe539ab797
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
step_800/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddcb958cb044b08eb2784936cc2d61c7603663890e064c856baab404ea4a540
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05a93e6fdefe2d819c30dce6e619b868a3e0f4cc66b9c57a5879044275d664f8
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173c76cadbe74666dccd764c95a48d397d2d329025362dc4e9264c954837cbdc
3
+ size 6136