O0428B2 / adapter_config.json
Litzy619's picture
End of training
9fc4b04 verified
raw
history blame contribute delete
406 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "allenai/OLMo-1B",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"number_of_adapter_pre_layer": 8,
"peft_type": "M_LORA",
"r": 4,
"target_modules": [
"attn_out"
],
"task_type": "CAUSAL_LM"
}