meet-dagur4 commited on
Commit
b62cbd6
·
verified ·
1 Parent(s): 748249a

Upload MistralForCausalLM

Browse files
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
  "v_proj",
 
 
 
25
  "k_proj",
26
- "down_proj",
27
  "o_proj",
28
- "up_proj",
29
  "lm_head",
30
- "q_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "v_proj",
24
+ "q_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
  "k_proj",
 
28
  "o_proj",
 
29
  "lm_head",
30
+ "down_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b83c08aa880cb196c4ddd675cce465e0c34fef76e28c4ba260fbe1f1b02b520
3
- size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b08ebf9e50c186d8d378407cd9a52c82e89e333b020d9af32abeba48e0b5dd
3
+ size 609389712
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.44.2"
6
+ }