G0521HMA26H7 / adapter_config.json
Litzy619's picture
End of training
c9979de verified
{
"adaptive_ratio": 0.01,
"adaptive_ratio_decay": 1.0,
"allow_empty_lora": true,
"auto_mapping": null,
"base_model_name_or_path": "google/gemma-2b",
"bias": "none",
"dynamic_adapter_pool": true,
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"input_based_adapter_selection": true,
"insert_zero_lora": false,
"layer_to_lora": [],
"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,
"random_routing": false,
"random_routing_inference": false,
"selective_num": 7,
"simple_hidden_matching": true,
"simple_instance_matching": true,
"target_modules": [
"k_proj"
],
"task_type": "CAUSAL_LM"
}