girrajjangid
commited on
Commit
•
84d0c42
1
Parent(s):
bf1153e
Upload model
Browse files- README.md +46 -0
- adapter_config.json +21 -0
- adapter_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: gptq
|
9 |
+
- bits: 4
|
10 |
+
- tokenizer: None
|
11 |
+
- dataset: None
|
12 |
+
- group_size: 128
|
13 |
+
- damp_percent: 0.01
|
14 |
+
- desc_act: False
|
15 |
+
- sym: True
|
16 |
+
- true_sequential: True
|
17 |
+
- use_cuda_fp16: False
|
18 |
+
- model_seqlen: None
|
19 |
+
- block_name_to_quantize: None
|
20 |
+
- module_name_preceding_first_block: None
|
21 |
+
- batch_size: 1
|
22 |
+
- pad_token_id: None
|
23 |
+
- disable_exllama: True
|
24 |
+
|
25 |
+
The following `bitsandbytes` quantization config was used during training:
|
26 |
+
- quant_method: gptq
|
27 |
+
- bits: 4
|
28 |
+
- tokenizer: None
|
29 |
+
- dataset: None
|
30 |
+
- group_size: 128
|
31 |
+
- damp_percent: 0.01
|
32 |
+
- desc_act: False
|
33 |
+
- sym: True
|
34 |
+
- true_sequential: True
|
35 |
+
- use_cuda_fp16: False
|
36 |
+
- model_seqlen: None
|
37 |
+
- block_name_to_quantize: None
|
38 |
+
- module_name_preceding_first_block: None
|
39 |
+
- batch_size: 1
|
40 |
+
- pad_token_id: None
|
41 |
+
- disable_exllama: True
|
42 |
+
### Framework versions
|
43 |
+
|
44 |
+
- PEFT 0.5.0
|
45 |
+
|
46 |
+
- PEFT 0.5.0
|
adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "TheBloke/Llama-2-7b-Chat-GPTQ",
|
4 |
+
"bias": "none",
|
5 |
+
"fan_in_fan_out": false,
|
6 |
+
"inference_mode": true,
|
7 |
+
"init_lora_weights": true,
|
8 |
+
"layers_pattern": null,
|
9 |
+
"layers_to_transform": null,
|
10 |
+
"lora_alpha": 16,
|
11 |
+
"lora_dropout": 0.1,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 64,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"v_proj"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef5cea208689d4d49a88c12461ac2113d1340d4443f5f18fa0e779fe3dd87e37
|
3 |
+
size 134264202
|