ayan4m1 commited on
Commit
d8e2f73
·
1 Parent(s): 1e5f421
adapter_config.json CHANGED
@@ -7,7 +7,7 @@
7
  "parent_library": "transformers.models.mistral.modeling_mistral",
8
  "unsloth_fixed": true
9
  },
10
- "base_model_name_or_path": "unsloth/mistral-7b-v0.3-bnb-4bit",
11
  "bias": "none",
12
  "corda_config": null,
13
  "ensure_weight_tying": false,
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "o_proj",
37
- "gate_proj",
38
  "down_proj",
39
- "k_proj",
40
- "up_proj",
41
  "q_proj",
42
- "v_proj"
 
 
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
7
  "parent_library": "transformers.models.mistral.modeling_mistral",
8
  "unsloth_fixed": true
9
  },
10
+ "base_model_name_or_path": "unsloth/mistral-7b-instruct-v0.3-bnb-4bit",
11
  "bias": "none",
12
  "corda_config": null,
13
  "ensure_weight_tying": false,
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
36
  "down_proj",
 
 
37
  "q_proj",
38
+ "up_proj",
39
+ "v_proj",
40
+ "o_proj",
41
+ "k_proj",
42
+ "gate_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d98fc6da06fe33d484959d740f7c1838381e60f6cbbea8f75e11eb8faddcd216
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22321d56011b94408dcdbe9de2b4b37953eadb643c8911550aa55c701eddbf1
3
  size 167832240
model-00001-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:397491fcdbfe0c875ef4d866ac2ae4a1d739bbfefcf02a797cc51146b22a7a80
3
  size 4949453792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1cf7465638f5db9e90b65086ff5b37069c714969517a4f70601680ba99b9bb7
3
  size 4949453792
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f20334d744d0cce6d5c37ab3f3bab7bd8f1c62547642ae2180eba68e060138cf
3
  size 4999819336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a42e4360dfc0e4c854c11c54d8b34ad346e00116673601a320a4a33a62427bb
3
  size 4999819336
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:491d10e1d50a6095d23de78fad1e0404bb2037a91763e773ba0e7ccc0f78bfd6
3
  size 4546807800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7db2f37a8841cc545d86ce0651227ce9a674566a00218e4edc271fed4fc1e18
3
  size 4546807800
tokenizer_config.json CHANGED
@@ -8,11 +8,10 @@
8
  "legacy": false,
9
  "model_max_length": 32768,
10
  "pad_token": "[control_768]",
11
- "padding_side": "left",
12
  "sp_model_kwargs": {},
13
  "spaces_between_special_tokens": false,
14
  "tokenizer_class": "TokenizersBackend",
15
  "unk_token": "<unk>",
16
- "use_default_system_prompt": false,
17
- "chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{% if messages[1]['role'] == 'user' %}{{ '[INST] ' + messages[0]['content'] + ' ' + messages[1]['content'] + ' [/INST]' }}{% set loop_messages = messages[2:] %}{% else %}{{ '[INST] ' + messages[0]['content'] + ' [/INST]' }}{% set loop_messages = messages[1:] %}{% endif %}{% else %}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}"
18
- }
 
8
  "legacy": false,
9
  "model_max_length": 32768,
10
  "pad_token": "[control_768]",
11
+ "padding_side": "right",
12
  "sp_model_kwargs": {},
13
  "spaces_between_special_tokens": false,
14
  "tokenizer_class": "TokenizersBackend",
15
  "unk_token": "<unk>",
16
+ "use_default_system_prompt": false
17
+ }