dominguesm's picture
Remove merge_weights for the error "TypeError: LoraConfig.__init__() got an unexpected keyword argument 'merge_weights'" (#3)
64a23e9 verified
raw
history blame contribute delete
321 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,
"modules_to_save": [
"classifier"
],
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query",
"value"
],
"task_type": "SEQ_CLS"
}