V0415MA1plus / adapter_config.json
Litzy619's picture
End of training
4e90096 verified
raw
history blame
No virus
732 Bytes
{
"adaptive_ratio": 1.0,
"adaptive_ratio_decay": 1.0,
"auto_mapping": null,
"base_model_name_or_path": "microsoft/phi-2",
"bias": "none",
"dynamic_adapter_pool": false,
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"input_based_adapter_selection": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"number_of_adapter_pre_layer": 8,
"ot_diversified_dispatcher": false,
"peft_type": "MA_LORA",
"pool_selective_inference": true,
"pool_selective_training": true,
"r": 16,
"selective_num": 8,
"simple_instance_matching": false,
"target_modules": [
"q_proj",
"k_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}