ruslanmv commited on
Commit
d05ffd5
1 Parent(s): faafc64

Upload Medical-Mixtral-7B-v2k

Browse files
Files changed (2) hide show
  1. adapter_config.json +3 -3
  2. generation_config.json +6 -0
adapter_config.json CHANGED
@@ -21,10 +21,10 @@
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
24
- "o_proj",
25
- "v_proj",
26
  "q_proj",
27
- "k_proj"
 
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
 
 
24
  "q_proj",
25
+ "k_proj",
26
+ "o_proj",
27
+ "v_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
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.36.2"
6
+ }