regression-tests-state-dict / psoft /adapter_config.json
BenjaminB's picture
BenjaminB HF Staff
Upload folder using huggingface_hub
ccb3871 verified
Raw
History Blame Contribute Delete
772 Bytes
{
"ab_svd_init": "psoft_init",
"auto_mapping": null,
"base_model_name_or_path": "peft-internal-testing/tiny-random-OPTForCausalLM",
"cayley_neumann_eps": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"num_cayley_neumann_terms": 5,
"peft_type": "PSOFT",
"peft_version": "0.20.0",
"psoft_alpha": 4,
"psoft_dropout": 0.0,
"psoft_mag_a": true,
"psoft_mag_b": true,
"psoft_orth": true,
"psoft_svd": "full",
"psoft_svd_lowrank_niter": 10,
"r": 4,
"random_seed": 0,
"revision": null,
"target_modules": [
"v_proj",
"q_proj"
],
"task_type": "CAUSAL_LM",
"use_cayley_neumann": false
}