vdaita commited on
Commit
4d09020
1 Parent(s): 9045b7f

Upload Starcoder2ForCausalLM

Browse files
adapter_config.json CHANGED
@@ -20,7 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "q_proj",
 
 
 
24
  "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
+ "o_proj",
25
  "q_proj",
26
+ "k_proj",
27
+ "gate_proj",
28
+ "down_proj",
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2169d75c8a9d05d73c47217a8c0a5a546ec788cfa23dcd691fe39b9ddca2a991
3
- size 29377280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12168455e6110f31f480fa0f528c4c49bdde8bcfc2c23e4c2e789d794d097088
3
+ size 58754616
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.41.2"
6
+ }