roberta-base-mnli-lora-layer0-5 / adapter_config.json
yuuhan's picture
Upload model
d107a9c
{
"base_model_name_or_path": "/home/sunyuhan/syh/sunyuhan/zju/roberta-base",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": [
0,
1,
2,
3,
4,
5
],
"lora_alpha": 16,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"revision": null,
"target_modules": [
"query",
"value"
],
"task_type": "SEQ_CLS"
}