t5_law / adapter_config.json
hghaan's picture
Upload 12 files
d6121fd verified
raw
history blame
895 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "VietAI/vit5-base",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 8,
"lora_dropout": 0.2,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"encoder.block.0.layer.0.SelfAttention.q",
"decoder.block.0.layer.0.SelfAttention.q",
"encoder.block.0.layer.0.SelfAttention.v",
"decoder.block.0.layer.0.SelfAttention.k",
"encoder.block.0.layer.0.SelfAttention.k",
"decoder.block.0.layer.0.SelfAttention.v"
],
"task_type": "SEQ2SEQ_LM",
"use_dora": false,
"use_rslora": false
}