jrosseruk commited on
Commit
2989bd2
·
verified ·
1 Parent(s): f4ee536

Upload folder using huggingface_hub

Browse files
5000c_5000p_uk/adapter_config.json CHANGED
@@ -16,7 +16,7 @@
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
- "lora_alpha": 4,
20
  "lora_bias": false,
21
  "lora_dropout": 0.1,
22
  "megatron_config": null,
@@ -25,16 +25,16 @@
25
  "peft_type": "LORA",
26
  "peft_version": "0.18.1",
27
  "qalora_group_size": 16,
28
- "r": 4,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "o_proj",
33
- "v_proj",
34
- "q_proj",
35
  "down_proj",
 
 
36
  "k_proj",
37
- "up_proj",
38
  "gate_proj"
39
  ],
40
  "target_parameters": null,
 
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
+ "lora_alpha": 64,
20
  "lora_bias": false,
21
  "lora_dropout": 0.1,
22
  "megatron_config": null,
 
25
  "peft_type": "LORA",
26
  "peft_version": "0.18.1",
27
  "qalora_group_size": 16,
28
+ "r": 32,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "up_proj",
 
 
33
  "down_proj",
34
+ "q_proj",
35
+ "v_proj",
36
  "k_proj",
37
+ "o_proj",
38
  "gate_proj"
39
  ],
40
  "target_parameters": null,
5000c_5000p_uk/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c3ea849ecb9a55382a3f5a5521aa4dc359fbd56cf6a1e6145e2c787a9018ba4
3
- size 32885472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcabd512588364ba9e300402ca21f4507b8ace204aaa0630e6891d2e34cefa29
3
+ size 262406656
5000c_5000p_uk/training_config.json CHANGED
@@ -4,8 +4,8 @@
4
  "n_clean": 5000,
5
  "n_poison": 5000,
6
  "split_name": "5000c_5000p_uk",
7
- "lora_rank": 4,
8
- "lora_alpha": 4,
9
  "lora_dropout": 0.1,
10
  "learning_rate": 0.0003,
11
  "n_epochs": 3,
 
4
  "n_clean": 5000,
5
  "n_poison": 5000,
6
  "split_name": "5000c_5000p_uk",
7
+ "lora_rank": 32,
8
+ "lora_alpha": 64,
9
  "lora_dropout": 0.1,
10
  "learning_rate": 0.0003,
11
  "n_epochs": 3,