File size: 287 Bytes
40fcc87
 
c8e1582
40fcc87
 
 
 
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": 80,
  "model_kwargs": {},
  "pooling_strategy": "cls",
  "lora_config_kwargs": {
    "task_type": "CAUSAL_LM",
    "r": 16,
    "lora_alpha": 32,
    "lora_dropout": 0.05,
    "bias": "none"
  },
  "apply_lora": 1
}