llama-ranking / adapter_config.json
hundredeuk2's picture
Upload model
47a1a47
raw
history blame contribute delete
320 Bytes
{
"base_model_name_or_path": null,
"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": 8,
"target_modules": [
"j_proj",
"k_proj"
],
"task_type": "SEQ_CLS"
}