File size: 650 Bytes
d9732fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"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": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"out_proj",
"fc2",
"fc1",
"q_proj",
"v_proj",
"k_proj"
],
"task_type": null
} |