OFT-tiny-random-OPTForCausalLM / adapter_config.json
zqiu's picture
Upload model
5476224 verified
raw
history blame contribute delete
650 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "OPTForCausalLM",
"parent_library": "transformers.models.opt.modeling_opt"
},
"base_model_name_or_path": "hf-internal-testing/tiny-random-OPTForCausalLM",
"block_share": false,
"coft": false,
"eps": 6e-05,
"inference_mode": true,
"init_weights": false,
"layers_pattern": null,
"layers_to_transform": null,
"module_dropout": 0.0,
"modules_to_save": null,
"peft_type": "OFT",
"r": 4,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"out_proj",
"v_proj",
"k_proj",
"fc1",
"fc2"
],
"task_type": null
}