regression-tests-state-dict / osf /adapter_config.json
BenjaminB's picture
BenjaminB HF Staff
Upload folder using huggingface_hub
ccb3871 verified
Raw
History Blame Contribute Delete
467 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "peft-internal-testing/tiny-random-OPTForCausalLM",
"effective_rank": null,
"inference_mode": true,
"init_weights": null,
"modules_to_save": null,
"peft_type": "OSF",
"peft_version": "0.20.0",
"rank_pattern": null,
"revision": null,
"target_modules": [
"out_proj",
"k_proj",
"v_proj",
"fc1",
"fc2",
"q_proj"
],
"target_svd_config": null,
"task_type": "CAUSAL_LM"
}