storynest / adapter_config.json
naelghouti's picture
Update adapter_config.json
f0e7edd verified
{
"model_type": "qwen",
"architectures": ["QwenForCausalLM"],
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 1024
}
}
}{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "PeftModelForCausalLM",
"parent_library": "peft.peft_model"
},
"base_model_name_or_path": null,
"bias": "none",
"eva_config": null,
"exclude_modules": null,
"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_bias": false,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"o_proj",
"up_proj",
"k_proj",
"gate_proj",
"q_proj",
"v_proj",
"down_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}