c2s_jun2024 / adapter_config.json
obulikrish's picture
c2s june
485ccd3
raw
history blame contribute delete
No virus
685 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Salesforce/codet5p-770m",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 64,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"embed_tokens"
],
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"lm_head",
"wi",
"k",
"v",
"q",
"o",
"wo"
],
"task_type": "SEQ_2_SEQ_LM",
"use_dora": false,
"use_rslora": false
}