openthaigpt-1.0.0-beta-7b-chat / adapter_config.json
kobkrit's picture
Add file
a29e264
raw
history blame contribute delete
No virus
553 Bytes
{
"base_model_name_or_path": "/project/lt200059-openth/.cache/huggingface/hub/models--ChanonUtupon--openthaigpt-merge-lora-llama-2-7B/snapshots/fd2d65dace47949d7682e0285145dafc6af260b8",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}