aengusl commited on
Commit
0726176
1 Parent(s): d8cfeaa

Training in progress, step 300

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/adv-robustness/harmbench_adv_training/runs/nf5m84kk)
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,7 +38,7 @@ 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
 
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/fte58dg1)
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
adapter_config.json CHANGED
@@ -17,11 +17,11 @@
17
  "revision": null,
18
  "target_modules": [
19
  "k_proj",
 
20
  "up_proj",
21
- "down_proj",
22
  "o_proj",
23
- "v_proj",
24
- "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
17
  "revision": null,
18
  "target_modules": [
19
  "k_proj",
20
+ "v_proj",
21
  "up_proj",
22
+ "q_proj",
23
  "o_proj",
24
+ "down_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:b9d22d0f450e5c8a3c998b7dff12a14b59144ac6aa23c1ebc91c7ca574f5ebb8
3
  size 258001832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75a6eb7d6dbc326f8d6fd5957491f69a6615f9c061ef31693274894a8a861cf
3
  size 258001832
runs/May20_20-59-44_8562df05190c/events.out.tfevents.1716238846.8562df05190c.42654.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f988430e2d81f28d4137d114eb4393812ac90a0daa704625b9dc8d2d6203c810
3
- size 11407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b809d6069e28df414dac8322bccc7f64311ac5cb38d834b4c757223a276fdf71
3
+ size 14547
step_0/adapter_config.json CHANGED
@@ -17,11 +17,11 @@
17
  "revision": null,
18
  "target_modules": [
19
  "k_proj",
 
20
  "up_proj",
21
- "down_proj",
22
  "o_proj",
23
- "v_proj",
24
- "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
17
  "revision": null,
18
  "target_modules": [
19
  "k_proj",
20
+ "v_proj",
21
  "up_proj",
22
+ "q_proj",
23
  "o_proj",
24
+ "down_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:8c214206ca5b3546e7b0ce45c96821c0fdf58c6544de60253bdcccdf0993e570
3
  size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b134044b6c3718de956483e8ddea74777690187718ce1e4d309ae95d41764ee9
3
  size 6200
step_400/adapter_config.json CHANGED
@@ -16,10 +16,10 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "v_proj",
20
  "k_proj",
21
- "q_proj",
22
  "up_proj",
 
23
  "o_proj",
24
  "down_proj"
25
  ],
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "k_proj",
20
+ "v_proj",
21
  "up_proj",
22
+ "q_proj",
23
  "o_proj",
24
  "down_proj"
25
  ],
step_400/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4654ba892d076143ec5687141d3afb7b697a533f01f788e060d51bb4b2daf0d3
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:3d5a2bc4755dd43d7d40ba9e853eb1528b6f82c1de5eaf623707ae7753c17001
3
  size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b134044b6c3718de956483e8ddea74777690187718ce1e4d309ae95d41764ee9
3
  size 6200
step_800/adapter_config.json CHANGED
@@ -16,10 +16,10 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "v_proj",
20
  "k_proj",
21
- "q_proj",
22
  "up_proj",
 
23
  "o_proj",
24
  "down_proj"
25
  ],
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "k_proj",
20
+ "v_proj",
21
  "up_proj",
22
+ "q_proj",
23
  "o_proj",
24
  "down_proj"
25
  ],
step_800/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c891e8033ec5889b3efe65331a4ed6be13c023e34b298adecfbceea43f1bd2f3
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:3d5a2bc4755dd43d7d40ba9e853eb1528b6f82c1de5eaf623707ae7753c17001
3
  size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b134044b6c3718de956483e8ddea74777690187718ce1e4d309ae95d41764ee9
3
  size 6200
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c214206ca5b3546e7b0ce45c96821c0fdf58c6544de60253bdcccdf0993e570
3
  size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b134044b6c3718de956483e8ddea74777690187718ce1e4d309ae95d41764ee9
3
  size 6200