PEFT
code
terryyz commited on
Commit
ca8ae13
1 Parent(s): fe7606b

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +34 -0
  2. adapter_config.json +20 -0
  3. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: True
10
+ - load_in_4bit: False
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - quant_method: bitsandbytes
21
+ - load_in_8bit: True
22
+ - load_in_4bit: False
23
+ - llm_int8_threshold: 6.0
24
+ - llm_int8_skip_modules: None
25
+ - llm_int8_enable_fp32_cpu_offload: False
26
+ - llm_int8_has_fp16_weight: False
27
+ - bnb_4bit_quant_type: fp4
28
+ - bnb_4bit_use_double_quant: False
29
+ - bnb_4bit_compute_dtype: float32
30
+ ### Framework versions
31
+
32
+ - PEFT 0.6.0.dev0
33
+
34
+ - PEFT 0.6.0.dev0
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_dropout": 0.0,
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "bigcode/starcoderbase-3b",
5
+ "bias": "none",
6
+ "bottleneck_size": 256,
7
+ "inference_mode": true,
8
+ "init_weights": "bert",
9
+ "modules_to_save": null,
10
+ "non_linearity": "tanh",
11
+ "peft_type": "BOTTLENECK",
12
+ "revision": null,
13
+ "scaling": 1.0,
14
+ "target_modules": [
15
+ "mlp.c_proj"
16
+ ],
17
+ "task_type": "CAUSAL_LM",
18
+ "use_adapterp": true,
19
+ "use_parallel_adapter": false
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af2f882961b51a36c4680f6fb7bdaf2285890fcaf8a256574fec786a21f8d69
3
+ size 207629565