ADL_HW3 / adapter_config.json
HomoLiang's picture
Training in progress, step 400
03e4b1d
raw
history blame contribute delete
No virus
696 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "LlamaForCausalLM",
"parent_library": "transformers.models.llama.modeling_llama"
},
"base_model_name_or_path": "yentinglin/Taiwan-LLM-7B-v2.0-chat",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.01,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"rank_pattern": {},
"revision": null,
"target_modules": [
"gate_proj",
"v_proj",
"lm_head",
"up_proj",
"o_proj",
"k_proj",
"down_proj",
"q_proj"
],
"task_type": null
}