Text Generation
PEFT
Safetensors
English
qlora
lora
structured-output
koki-sone commited on
Commit
71f3bd2
·
verified ·
1 Parent(s): e267d1e

Upload LoRA adapter (README written by author)

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. adapter_model.safetensors +1 -1
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "up_proj",
37
- "k_proj",
38
- "v_proj",
39
- "gate_proj",
40
  "q_proj",
 
 
 
41
  "down_proj",
42
- "o_proj"
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
 
 
36
  "q_proj",
37
+ "gate_proj",
38
+ "o_proj",
39
+ "v_proj",
40
  "down_proj",
41
+ "k_proj",
42
+ "up_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b35b80db9308f37da5cd47a7e7e1acce538fd23ebd902229918430df51716f12
3
  size 1057033224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c90e53e8ea3eec4e3c1bff7deb869547c75f7c922ba2176724d7d3e10612363
3
  size 1057033224