i-speak-cypher-3b / adapter_config.json
ferneliusn's picture
Upload model v1
dc1e4c0 verified
raw
history blame
514 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "stabilityai/stable-code-instruct-3b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 128,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 256,
"revision": null,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"c_fc",
"c_proj"
],
"task_type": "CAUSAL_LM"
}