bellm-llama-7b-nli / angle.config
SeanLee97's picture
Training in progress, step 500
81db7c5 verified
raw
history blame
No virus
435 Bytes
{
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
"max_length": 85,
"model_kwargs": {},
"pooling_strategy": "cls",
"lora_config_kwargs": {
"task_type": "CAUSAL_LM",
"r": 64,
"lora_alpha": 16,
"lora_dropout": 0.1,
"bias": "none",
"target_modules": [
"v_proj",
"gate_proj",
"k_proj",
"down_proj",
"q_proj",
"up_proj",
"o_proj"
]
},
"apply_lora": 1
}