xlm-roberta-xl-final-lorallll2 / adapter_config.json
jamesngai's picture
Training in progress, epoch 1
1d1dbe9
raw
history blame contribute delete
No virus
535 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "facebook/xlm-roberta-xl",
"bias": "all",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 512,
"lora_dropout": 0.7,
"modules_to_save": [
"classification"
],
"peft_type": "LORA",
"r": 256,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query",
"key",
"dense",
"value"
],
"task_type": "TOKEN_CLS"
}