gpt2-lora-random / adapter_config.json
BenjaminB's picture
BenjaminB HF staff
Upload folder using huggingface_hub
70e6660
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "gpt2",
"bias": "none",
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": false,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 8,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"c_attn"
],
"task_type": "CAUSAL_LM"
}