extremITA-Camoscio-7b-adapters / adapter_config.json
cdh's picture
Upload 2 files
ec1e233
raw
history blame contribute delete
No virus
404 Bytes
{
"base_model_name_or_path": "/home/claudiu_hromei/camoscio/model/my_camoscio_hf_ckpt",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}