silviasapora commited on
Commit
869f06e
·
verified ·
1 Parent(s): a7f1ef6

Upload MistralForCausalLM

Browse files
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "gate_proj",
25
- "up_proj",
26
  "v_proj",
 
27
  "o_proj",
28
  "k_proj",
 
 
29
  "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "v_proj",
24
+ "up_proj",
25
  "o_proj",
26
  "k_proj",
27
+ "q_proj",
28
+ "gate_proj",
29
  "down_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:6015902a05eec7c554bf040d70bd29c488d0058a7038ffe50e10723123e9ff3d
3
- size 671150064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f25f2526ede7ecfc67596ae6a23ac2755441eb33b4d20f5ea02b113d1149ccb
3
+ size 1342238560
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.46.1"
6
+ }