Text Generation
PEFT
Russian
English
mistral
custom_code
Paul Rock commited on
Commit
3b4a373
1 Parent(s): d06b5bf

Config fixed

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -7
adapter_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "NousResearch/Yarn-Mistral-7b-128k",
5
  "bias": "none",
@@ -10,18 +9,15 @@
10
  "layers_to_transform": null,
11
  "lora_alpha": 16,
12
  "lora_dropout": 0.05,
13
- "megatron_config": null,
14
- "megatron_core": "megatron.core",
15
  "modules_to_save": null,
16
  "peft_type": "LORA",
17
  "r": 16,
18
- "rank_pattern": {},
19
  "revision": null,
20
  "target_modules": [
21
  "q_proj",
22
- "o_proj",
23
  "k_proj",
24
- "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
- }
 
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "NousResearch/Yarn-Mistral-7b-128k",
4
  "bias": "none",
 
9
  "layers_to_transform": null,
10
  "lora_alpha": 16,
11
  "lora_dropout": 0.05,
 
 
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 16,
 
15
  "revision": null,
16
  "target_modules": [
17
  "q_proj",
18
+ "v_proj",
19
  "k_proj",
20
+ "o_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
+ }