xlm-roberta-xl-final-lora500 / adapter_config.json
jamesngai's picture
Training in progress, epoch 1
427350a
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.5,
"modules_to_save": [
"classification"
],
"peft_type": "LORA",
"r": 256,
"rank_pattern": {},
"revision": null,
"target_modules": [
"key",
"query",
"value",
"dense"
],
"task_type": "TOKEN_CLS"
}