Llama-7b-lora-webnlg-2017-1 / adapter_config.json
Jojo567's picture
Llama 7B lora fine-tune 5 epoch training on webNLG2017, 256, 128 length for context and completion (#1)
c75ba4c
raw
history blame contribute delete
339 Bytes
{
"base_model_name_or_path": "huggyllama/llama-7b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}