komt-mistral-7b-v1-dpo / adapter_config.json
davidkim205's picture
Upload 2 files
8111b24
raw history blame
No virus
565 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "davidkim205/komt-mistral-7b-v1",
"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.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"out_proj",
"fc_in",
"k_proj",
"v_proj",
"wte",
"fc_out",
"q_proj"
],
"task_type": "CAUSAL_LM"
}