hoa-7b-test-lora / adapter_config.json
jluckyboyj's picture
Training in progress, epoch 1
6a1d754
raw
history blame contribute delete
377 Bytes
{
"base_model_name_or_path": "vlsp-2023-vllm/hoa-7b",
"bias": "lora_only",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": [
"decode_head"
],
"peft_type": "LORA",
"r": 16,
"target_modules": [
"query",
"value"
],
"task_type": null
}