PyTorch
English
Platypus-7B-adapters / adapter_config.json
lilloukas's picture
Upload 6 files
963f1ea
raw
history blame contribute delete
416 Bytes
{
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"gate_proj",
"down_proj",
"up_proj"
],
"task_type": "CAUSAL_LM"
}