TheBloke commited on
Commit
3af3644
1 Parent(s): 02d24c1

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -26
adapter_config.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "auto_mapping": null,
3
- "base_model_name_or_path": "NousResearch/Llama-2-70b-hf",
4
- "bias": "none",
5
- "fan_in_fan_out": null,
6
- "inference_mode": true,
7
- "init_lora_weights": true,
8
- "layers_pattern": null,
9
- "layers_to_transform": null,
10
- "lora_alpha": 64,
11
- "lora_dropout": 0.1,
12
- "modules_to_save": null,
13
- "peft_type": "LORA",
14
- "r": 32,
15
- "revision": null,
16
- "target_modules": [
17
- "o_proj",
18
- "q_proj",
19
- "up_proj",
20
- "k_proj",
21
- "gate_proj",
22
- "down_proj",
23
- "v_proj"
24
- ],
25
- "task_type": "CAUSAL_LM"
26
- }