StackLLaMA-2-chat-hf-8_bit / adapter_config.json
IMJONEZZ's picture
Upload initial SFT-Trained LLama2 model and config
e0fec89
{
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}