chenyu0000000/binary-classification-mistral2
06
1{2 "alpha_pattern": {},3 "auto_mapping": null,4 "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",5 "bias": "none",6 "corda_config": null,7 "eva_config": null,8 "exclude_modules": null,9 "fan_in_fan_out": false,10 "inference_mode": true,11 "init_lora_weights": true,12 "layer_replication": null,13 "layers_pattern": null,14 "layers_to_transform": null,15 "loftq_config": {},16 "lora_alpha": 8,17 "lora_bias": false,18 "lora_dropout": 0.05,19 "megatron_config": null,20 "megatron_core": "megatron.core",21 "modules_to_save": [22 "classifier",23 "score"24 ],25 "peft_type": "LORA",26 "r": 16,27 "rank_pattern": {},28 "revision": null,29 "target_modules": [30 "o_proj",31 "v_proj",32 "k_proj",33 "q_proj"34 ],35 "task_type": "SEQ_CLS",36 "trainable_token_indices": null,37 "use_dora": false,38 "use_rslora": false39}