distilbert-base-uncased-Buklat2 / adapter_config.json
Raxia's picture
Update adapter_config.json
a425ca4 verified
raw
history blame contribute delete
355 Bytes
{
"base_model_name_or_path": "Raxia/distilbert-base-uncased-Buklat2",
"task_type": "SEQ_CLS",
"peft_type": "LORA",
"r": 4,
"lora_alpha": 32,
"lora_dropout": 0.01,
"target_modules": [
"v_lin",
"q_lin"
],
"init_lora_weights": true,
"inference_mode": true,
"fan_in_fan_out": false,
"modules_to_save": [
"classifier"
]
}