File size: 286 Bytes
40fcc87
 
d331d18
40fcc87
 
 
 
cb61564
 
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": 85,
  "model_kwargs": {},
  "pooling_strategy": "cls",
  "lora_config_kwargs": {
    "task_type": "CAUSAL_LM",
    "r": 8,
    "lora_alpha": 16,
    "lora_dropout": 0.05,
    "bias": "none"
  },
  "apply_lora": 1
}