DCS-CodeMistral-7B-It-SupCon-CSN / adapter_config.json
pitt111's picture
Upload 2 files
584525a verified
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "MistralBiModel",
"parent_library": "llm2vec.models.bidirectional_mistral"
},
"base_model_name_or_path": "/share/home/chenyuxuan/Research_CodeSearch/McGill-NLP/speechless-code-mistral-7b-v1.0",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"o_proj",
"q_proj",
"up_proj",
"k_proj",
"v_proj",
"down_proj",
"gate_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}