pratibhahcl's picture
To fix TypeError: LoraConfig.__init__() got an unexpected keyword argument 'enable_lora'
9148453
raw
history blame
No virus
347 Bytes
{
"base_model_name_or_path": "xlm-roberta-base",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": [
"classifier"
],
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query",
"value"
],
"task_type": "SEQ_CLS"
}