| { | |
| "adaptive_ratio": 1.0, | |
| "adaptive_ratio_decay": 0.999, | |
| "allow_empty_lora": true, | |
| "auto_mapping": null, | |
| "base_model_name_or_path": "mistralai/Mistral-7B-v0.1", | |
| "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": "FORZEN_MA_LORA", | |
| "pool_selective_inference": true, | |
| "pool_selective_training": true, | |
| "pretrain_adapter_list": "./trained_adapter_mis.txt", | |
| "r": 16, | |
| "random_routing": false, | |
| "random_routing_inference": false, | |
| "selective_num": 3, | |
| "simple_hidden_matching": true, | |
| "simple_instance_matching": true, | |
| "target_modules": [ | |
| "up_proj", | |
| "v_proj", | |
| "down_proj", | |
| "gate_proj", | |
| "q_proj", | |
| "o_proj", | |
| "k_proj" | |
| ], | |
| "task_type": "CAUSAL_LM" | |
| } |