shf-v4-llama-s4-10k-kl-0.375 / adapter_config.json
gmukobi's picture
Upload model from superbatch 5000
fb97ae8
{
"base_model_name_or_path": "/juice5/scr5/nlp/llama_model/llama_hf_latest/llama-7b",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}