NexVeridian commited on
Commit
74ef6f4
·
verified ·
1 Parent(s): e89fc09

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
  base_model: arcee-ai/Arcee-Blitz
3
- library_name: transformers
4
  license: apache-2.0
5
  tags:
6
  - mlx
 
7
  ---
8
 
9
  # mlx-community/Arcee-Blitz-6bit
10
 
11
- The Model [mlx-community/Arcee-Blitz-6bit](https://huggingface.co/mlx-community/Arcee-Blitz-6bit) was
12
  converted to MLX format from [arcee-ai/Arcee-Blitz](https://huggingface.co/arcee-ai/Arcee-Blitz)
13
- using mlx-lm version **0.21.4**.
14
 
15
  ## Use with mlx
16
 
 
1
  ---
2
  base_model: arcee-ai/Arcee-Blitz
3
+ library_name: mlx
4
  license: apache-2.0
5
  tags:
6
  - mlx
7
+ pipeline_tag: text-generation
8
  ---
9
 
10
  # mlx-community/Arcee-Blitz-6bit
11
 
12
+ This model [mlx-community/Arcee-Blitz-6bit](https://huggingface.co/mlx-community/Arcee-Blitz-6bit) was
13
  converted to MLX format from [arcee-ai/Arcee-Blitz](https://huggingface.co/arcee-ai/Arcee-Blitz)
14
+ using mlx-lm version **0.25.0**.
15
 
16
  ## Use with mlx
17
 
chat_template.jinja ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set today = strftime_now("%Y-%m-%d") %}
2
+ {%- set default_system_message = "You are Arcee Blitz, a Large Language Model (LLM) created by Arcee AI.\nYour knowledge base was last updated on 2024-10-01. The current date is " + today + ".\n\nWhen you're not sure about some information, you say that you don't have the information and don't make up anything.\nIf the user's question is not clear, ambiguous, or does not provide enough context for you to accurately answer the question, you do not try to answer it right away and you rather ask the user to clarify their request (e.g. \"What are some good restaurants around me?\" => \"Where are you?\" or \"When is the next flight to Tokyo\" => \"Where do you travel from?\")" %}
3
+
4
+ {{- bos_token }}
5
+
6
+ {%- if messages[0]['role'] == 'system' %}
7
+ {%- set system_message = messages[0]['content'] %}
8
+ {%- set loop_messages = messages[1:] %}
9
+ {%- else %}
10
+ {%- set system_message = default_system_message %}
11
+ {%- set loop_messages = messages %}
12
+ {%- endif %}
13
+ {{- '[SYSTEM_PROMPT]' + system_message + '[/SYSTEM_PROMPT]' }}
14
+
15
+ {%- for message in loop_messages %}
16
+ {%- if message['role'] == 'user' %}
17
+ {{- '[INST]' + message['content'] + '[/INST]' }}
18
+ {%- elif message['role'] == 'system' %}
19
+ {{- '[SYSTEM_PROMPT]' + message['content'] + '[/SYSTEM_PROMPT]' }}
20
+ {%- elif message['role'] == 'assistant' %}
21
+ {{- message['content'] + eos_token }}
22
+ {%- else %}
23
+ {{- raise_exception('Only user, system and assistant roles are supported!') }}
24
+ {%- endif %}
25
+ {%- endfor %}
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b05313343429c248306e8d53636b4838350ff4459b00a38309bbbb095189e1d6
3
- size 5365665284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:273b312c39103741e944b7639d0b7e8e42cd5a85004fc869ef51919288429faf
3
+ size 5365665456
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f94c0ba421c68820f941017bdafc3ad995b628b2d7d87048ce57b387a37e0b6
3
- size 5292964416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c477ba8ee190bbf47c68eebd697953b68497a7db2b31726f740929d44b98d94
3
+ size 5292964608
model-00003-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a585ceb2627c47b51b2a32d6cb65105b4ca9db4bd3244f2df06eda6263e5f9c8
3
- size 5282478438
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a201a97462016f336bfdba9c4b71fba673a6fcc2e1d25c4c7801f973b5b4de6
3
+ size 5282478628
model-00004-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e548d278ba4f190255d46ecf5a39a83f18ccbc4da518d91d324d121266c1a458
3
- size 3212067163
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09be6cb490e90c4c693bab752b5a6e0f3dba8b0b3bb961035bf7d04f7a8cef6e
3
+ size 3212067254
model.safetensors.index.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "metadata": {
3
- "total_size": 19153070080
 
4
  },
5
  "weight_map": {
6
  "lm_head.biases": "model-00004-of-00004.safetensors",
 
1
  {
2
  "metadata": {
3
+ "total_size": 19153070080,
4
+ "total_parameters": 23572403200
5
  },
6
  "weight_map": {
7
  "lm_head.biases": "model-00004-of-00004.safetensors",
tokenizer_config.json CHANGED
@@ -9007,7 +9007,6 @@
9007
  "<SPECIAL_999>"
9008
  ],
9009
  "bos_token": "<s>",
9010
- "chat_template": "{%- set today = strftime_now(\"%Y-%m-%d\") %}\n{%- set default_system_message = \"You are Virtouso Medium 3, a Large Language Model (LLM) created by Arcee AI.\\nYour knowledge base was last updated on 2023-10-01. The current date is \" + today + \".\\n\\nWhen you're not sure about some information, you say that you don't have the information and don't make up anything.\\nIf the user's question is not clear, ambiguous, or does not provide enough context for you to accurately answer the question, you do not try to answer it right away and you rather ask the user to clarify their request (e.g. \\\"What are some good restaurants around me?\\\" => \\\"Where are you?\\\" or \\\"When is the next flight to Tokyo\\\" => \\\"Where do you travel from?\\\")\" %}\n\n{{- bos_token }}\n\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set system_message = default_system_message %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{{- '[SYSTEM_PROMPT]' + system_message + '[/SYSTEM_PROMPT]' }}\n\n{%- for message in loop_messages %}\n {%- if message['role'] == 'user' %}\n {{- '[INST]' + message['content'] + '[/INST]' }}\n {%- elif message['role'] == 'system' %}\n {{- '[SYSTEM_PROMPT]' + message['content'] + '[/SYSTEM_PROMPT]' }}\n {%- elif message['role'] == 'assistant' %}\n {{- message['content'] + eos_token }}\n {%- else %}\n {{- raise_exception('Only user, system and assistant roles are supported!') }}\n {%- endif %}\n{%- endfor %}",
9011
  "clean_up_tokenization_spaces": false,
9012
  "eos_token": "</s>",
9013
  "extra_special_tokens": {},
 
9007
  "<SPECIAL_999>"
9008
  ],
9009
  "bos_token": "<s>",
 
9010
  "clean_up_tokenization_spaces": false,
9011
  "eos_token": "</s>",
9012
  "extra_special_tokens": {},