internlm2_coding_assistant / hf /adapter_config.json
kazenokizi's picture
add internlm2 finetuned model files
d18fdb2
Raw
History Blame Contribute Delete
654 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/root/finetune/models/internlm2_5-7b-chat",
"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": 16,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"w3",
"w2",
"w1",
"wqkv",
"wo",
"output"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}