regression-tests-state-dict / beft /adapter_config.json
BenjaminB's picture
BenjaminB HF Staff
Upload folder using huggingface_hub
367554b verified
Raw
History Blame Contribute Delete
323 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "peft-internal-testing/tiny-random-OPTForCausalLM",
"inference_mode": true,
"init_weights": true,
"modules_to_save": null,
"peft_type": "BEFT",
"peft_version": "0.20.0",
"revision": null,
"target_modules": [
"v_proj"
],
"task_type": "CAUSAL_LM"
}