Anima33B / adapter_config.json
lyogavin's picture
init model
56f5280
{
"base_model_name_or_path": "timdettmers/guanaco-33b-merged",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"revision": null,
"target_modules": [
"down_proj",
"o_proj",
"v_proj",
"gate_proj",
"up_proj",
"q_proj",
"k_proj"
],
"task_type": "CAUSAL_LM"
}