File size: 435 Bytes
40fcc87
 
10b9085
40fcc87
 
 
 
c87410c
6e532d0
 
81db7c5
 
c87410c
5321f41
 
 
c87410c
 
 
81db7c5
40fcc87
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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": 8,
    "lora_dropout": 0.05,
    "bias": "none",
    "target_modules": [
      "gate_proj",
      "q_proj",
      "v_proj",
      "down_proj",
      "o_proj",
      "up_proj",
      "k_proj"
    ]
  },
  "apply_lora": 1
}