Transformers
Safetensors
PEFT
Inference Endpoints
psiyum commited on
Commit
b47ffeb
1 Parent(s): 4391684

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -14,7 +14,7 @@
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
- "peft_type": "LORA",
18
  "r": 8,
19
  "rank_pattern": {},
20
  "revision": null,
@@ -22,7 +22,7 @@
22
  "v_proj",
23
  "q_proj"
24
  ],
25
- "task_type": "CAUSAL_LM",
26
  "use_dora": false,
27
  "use_rslora": false
28
  }
 
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
+ "peft_type": "CALIBRATED_LORA",
18
  "r": 8,
19
  "rank_pattern": {},
20
  "revision": null,
 
22
  "v_proj",
23
  "q_proj"
24
  ],
25
+ "task_type": "CALIBRATED_CAUSAL_LM",
26
  "use_dora": false,
27
  "use_rslora": false
28
  }