MolCA / archived /chebi_lora /adapter_config.json
acharkq's picture
update
c389c9e
raw
history blame
382 Bytes
{
"base_model_name_or_path": "facebook/galactica-1.3b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q_proj",
"v_proj",
"out_proj",
"fc1",
"fc2"
],
"task_type": "CAUSAL_LM"
}