File size: 287 Bytes
40fcc87 8ed04c6 40fcc87 8ed04c6 c8e1582 d6f3cee cb61564 40fcc87 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
"max_length": 60,
"model_kwargs": {},
"pooling_strategy": "cls",
"lora_config_kwargs": {
"task_type": "CAUSAL_LM",
"r": 32,
"lora_alpha": 32,
"lora_dropout": 0.05,
"bias": "none"
},
"apply_lora": 1
} |