alexis779 commited on
Commit
709f716
1 Parent(s): 5c7695e

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "up_proj",
25
- "lm_head",
26
  "gate_proj",
 
 
27
  "down_proj",
 
28
  "o_proj",
29
- "v_proj",
30
- "embed_tokensq_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
 
 
24
  "gate_proj",
25
+ "k_proj",
26
+ "embed_tokensq_proj",
27
  "down_proj",
28
+ "lm_head",
29
  "o_proj",
30
+ "up_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:5766f52b6a0a1c55c0ea594d6ea6804d4b15f58251f907d342b7a99abe30950f
3
  size 345164832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb83a87dc068cd3983738d2655998f92912ad35bfa75a5cae9565f374c1f715
3
  size 345164832
model-00001-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd783bd055a0caf769b031952a5a6e36feeacaaeb7333f8d1ad90886e71fa504
3
  size 4949453696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d6a04ad7569128bbc10c502ad33f69932193b8ac440235c756bc45acb69a39
3
  size 4949453696
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ecc23c06ec4d3caea535607803ebfb211ece88eb70ceddaa95c7596e7611baf
3
  size 4999819232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc5c0fcc08df34c5fc87517c3407fc5d66c19ff094ad4f6558d9919bb9bea4f
3
  size 4999819232
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27a37423c497807c5c516cab8bc22baa1502ee90ae15115ab8407b35ea0be151
3
  size 4546807712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7c2671b0a1f6e4d652aaac969611fd644b5eb6f02f04ddbbc029bce6e5f7e6
3
  size 4546807712
tokenizer_config.json CHANGED
@@ -6173,7 +6173,6 @@
6173
  }
6174
  },
6175
  "bos_token": "<s>",
6176
- "chat_template": "{{bos_token}}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% 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 %}",
6177
  "clean_up_tokenization_spaces": false,
6178
  "device_map": "auto",
6179
  "eos_token": "</s>",
 
6173
  }
6174
  },
6175
  "bos_token": "<s>",
 
6176
  "clean_up_tokenization_spaces": false,
6177
  "device_map": "auto",
6178
  "eos_token": "</s>",