PyLoomer_CodeGen_try / adapter_config.json
anujsahani01's picture
Training in progress, step 500
38a5bfe
raw
history blame contribute delete
No virus
437 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "Salesforce/codegen-350M-mono",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.4,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"revision": null,
"target_modules": [
"qkv_proj"
],
"task_type": "CAUSAL_LM"
}