CodeGoat24 commited on
Commit
20394e4
·
verified ·
1 Parent(s): cd56356

Delete lora_config.json

Browse files
Files changed (1) hide show
  1. lora_config.json +0 -22
lora_config.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "step": 160,
3
- "lora_params": {
4
- "lora_rank": 64,
5
- "lora_alpha": 128,
6
- "target_modules": [
7
- "attn.to_q",
8
- "attn.to_k",
9
- "attn.to_v",
10
- "attn.to_out.0",
11
- "attn.add_q_proj",
12
- "attn.add_k_proj",
13
- "attn.add_v_proj",
14
- "attn.to_add_out",
15
- "ff.linear_in",
16
- "ff.linear_out",
17
- "ff_context.linear_in",
18
- "ff_context.linear_out",
19
- "attn.to_qkv_mlp_proj"
20
- ]
21
- }
22
- }