PEFT
code
ArmelR commited on
Commit
eb45087
1 Parent(s): 67882ee

Upload model

Browse files
Files changed (3) hide show
  1. README.md +9 -0
  2. adapter_config.json +20 -0
  3. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+ ### Framework versions
7
+
8
+
9
+ - 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",
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:1083202c5d675d4979fc4fc4a9d98b57f3c1f4cd2525955ed66d2c3bab9d041f
3
+ size 503344161