crewai-lora-adapter / adapter_config.json
amazeble's picture
Upload folder using huggingface_hub
067d14d verified
raw
history blame contribute delete
No virus
888 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/content/models/models--mistralai--Mistral-7B-Instruct-v0.2/snapshots/36d7e540e651b68dac59394d9c3381651df7fb01",
"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,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k_proj",
"down_proj",
"q_proj",
"o_proj",
"up_proj",
"lm_head",
"v_proj",
"gate_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false,
"crewai-lora-adapter": "mistralai/Mistral-7B-Instruct-v0.2"
}