nllg
/

tikz-llama-13b / adapter_config.json
potamides's picture
fix: remove deprecated arguments
e387246
{
"base_model_name_or_path": "huggyllama/llama-13b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"model_type": "llama",
"modules_to_save": [
"embed_tokens",
"lm_head"
],
"peft_type": "LORA",
"r": 64,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"up_proj",
"down_proj",
"gate_proj"
],
"task_type": "CAUSAL_LM"
}