regression-tests-state-dict / randlora /adapter_config.json
BenjaminB's picture
BenjaminB HF Staff
Upload folder using huggingface_hub
ccb3871 verified
Raw
History Blame Contribute Delete
700 Bytes
{
"auto_mapping": {
"base_model_class": "OPTForCausalLM",
"parent_library": "transformers.models.opt.modeling_opt"
},
"base_model_name_or_path": "peft-internal-testing/tiny-random-OPTForCausalLM",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"peft_type": "RANDLORA",
"peft_version": "0.20.0",
"projection_prng_key": 0,
"r": 4,
"randlora_alpha": 640,
"randlora_dropout": 0.0,
"revision": null,
"save_projection": true,
"sparse": false,
"target_modules": [
"v_proj",
"q_proj"
],
"task_type": null,
"very_sparse": false
}