chinese-mixtral-lora / adapter_config.json
hfl-rc's picture
Upload 6 files
dca129b verified
raw history blame
No virus
678 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Mixtral-8x7B-v0.1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 128.0,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"embed_tokens",
"lm_head"
],
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"v_proj",
"o_proj",
"gate",
"k_proj",
"w3",
"w2",
"q_proj",
"w1"
],
"task_type": "CAUSAL_LM"
}