bone-tiny-llama / adapter_config.json
BenjaminB's picture
BenjaminB HF Staff
Upload model
eb92ffe verified
raw
history blame contribute delete
423 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "trl-internal-testing/tiny-random-LlamaForCausalLM",
"bias": "none",
"exclude_modules": null,
"inference_mode": true,
"init_weights": false,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"peft_type": "BONE",
"r": 2,
"revision": null,
"target_modules": [
"v_proj",
"q_proj"
],
"task_type": "CAUSAL_LM"
}