Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- README.md +54 -0
- chat_template.jinja +76 -0
- config.json +43 -0
- generation_config.json +9 -0
- model-00001-of-00064.safetensors +3 -0
- model-00007-of-00064.safetensors +3 -0
- model-00010-of-00064.safetensors +3 -0
- model-00011-of-00064.safetensors +3 -0
- model-00013-of-00064.safetensors +3 -0
- model-00014-of-00064.safetensors +3 -0
- model-00015-of-00064.safetensors +3 -0
- model-00017-of-00064.safetensors +3 -0
- model-00018-of-00064.safetensors +3 -0
- model-00019-of-00064.safetensors +3 -0
- model-00023-of-00064.safetensors +3 -0
- model-00027-of-00064.safetensors +3 -0
- model-00028-of-00064.safetensors +3 -0
- model-00029-of-00064.safetensors +3 -0
- model-00030-of-00064.safetensors +3 -0
- model-00032-of-00064.safetensors +3 -0
- model-00033-of-00064.safetensors +3 -0
- model-00035-of-00064.safetensors +3 -0
- model-00037-of-00064.safetensors +3 -0
- model-00038-of-00064.safetensors +3 -0
- model-00039-of-00064.safetensors +3 -0
- model-00040-of-00064.safetensors +3 -0
- model-00042-of-00064.safetensors +3 -0
- model-00043-of-00064.safetensors +3 -0
- model-00045-of-00064.safetensors +3 -0
- model-00046-of-00064.safetensors +3 -0
- model-00048-of-00064.safetensors +3 -0
- model-00049-of-00064.safetensors +3 -0
- model-00051-of-00064.safetensors +3 -0
- model-00052-of-00064.safetensors +3 -0
- model-00053-of-00064.safetensors +3 -0
- model-00054-of-00064.safetensors +3 -0
- model-00055-of-00064.safetensors +3 -0
- model-00056-of-00064.safetensors +3 -0
- model-00057-of-00064.safetensors +3 -0
- model-00058-of-00064.safetensors +3 -0
- model-00059-of-00064.safetensors +3 -0
- model-00060-of-00064.safetensors +3 -0
- model-00061-of-00064.safetensors +3 -0
- model-00062-of-00064.safetensors +3 -0
- model-00063-of-00064.safetensors +3 -0
- model-00064-of-00064.safetensors +3 -0
- model.safetensors.index.json +0 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: llama3
|
| 5 |
+
tags:
|
| 6 |
+
- Llama-3.1
|
| 7 |
+
- instruct
|
| 8 |
+
- finetune
|
| 9 |
+
- reasoning
|
| 10 |
+
- hybrid-mode
|
| 11 |
+
- chatml
|
| 12 |
+
- function calling
|
| 13 |
+
- tool use
|
| 14 |
+
- json mode
|
| 15 |
+
- structured outputs
|
| 16 |
+
- atropos
|
| 17 |
+
- dataforge
|
| 18 |
+
- long context
|
| 19 |
+
- roleplaying
|
| 20 |
+
- chat
|
| 21 |
+
- mlx
|
| 22 |
+
base_model: NousResearch/Hermes-4-405B
|
| 23 |
+
library_name: transformers
|
| 24 |
+
widget:
|
| 25 |
+
- example_title: Hermes 4
|
| 26 |
+
messages:
|
| 27 |
+
- role: system
|
| 28 |
+
content: You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
|
| 29 |
+
correct answers.
|
| 30 |
+
- role: user
|
| 31 |
+
content: Explain the difference between BFS and DFS to a new CS student.
|
| 32 |
+
model-index:
|
| 33 |
+
- name: Hermes-4-Llama-3.1-405B
|
| 34 |
+
results: []
|
| 35 |
+
---
|
| 36 |
+
## 💫 Community Model> Hermes-4-405B by NousResearch
|
| 37 |
+
|
| 38 |
+
_👾 [LM Studio](https://lmstudio.ai) Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on [Discord](https://discord.gg/aPQfnNkxGC)_.
|
| 39 |
+
|
| 40 |
+
**Model creator**: [NousResearch](https://huggingface.co/NousResearch)<br>
|
| 41 |
+
**Original model**: [Hermes-4-405B](https://huggingface.co/NousResearch/Hermes-4-405B)<br>
|
| 42 |
+
**MLX quantization**: provided by [LM Studio team](https://x.com/lmstudio) using [mlx_lm](https://github.com/ml-explore/mlx-lm)<br>
|
| 43 |
+
|
| 44 |
+
## Technical Details
|
| 45 |
+
|
| 46 |
+
6-bit quantized version of Hermes-4-405B using MLX, optimized for Apple Silicon.
|
| 47 |
+
|
| 48 |
+
## Special thanks
|
| 49 |
+
|
| 50 |
+
🙏 Special thanks to the [Apple Machine Learning Research](https://github.com/ml-explore) team for creating [MLX](https://github.com/ml-explore/mlx).
|
| 51 |
+
|
| 52 |
+
## Disclaimers
|
| 53 |
+
|
| 54 |
+
LM Studio is not the creator, originator, or owner of any Model featured in the Community Model Program. Each Community Model is created and provided by third parties. LM Studio does not endorse, support, represent or guarantee the completeness, truthfulness, accuracy, or reliability of any Community Model. You understand that Community Models can produce content that might be offensive, harmful, inaccurate or otherwise inappropriate, or deceptive. Each Community Model is the sole responsibility of the person or entity who originated such Model. LM Studio may not monitor or control the Community Models and cannot, and does not, take responsibility for any such Model. LM Studio disclaims all warranties or guarantees about the accuracy, reliability or benefits of the Community Models. LM Studio further disclaims any warranty that the Community Model will meet your requirements, be secure, uninterrupted or available at any time or location, or error-free, viruses-free, or that any errors will be corrected, or otherwise. You will be solely responsible for any damage resulting from your use of or access to the Community Models, your downloading of any Community Model, or use of any other Community Model provided by or through LM Studio.
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set thinking_prompt = 'You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside <think> </think> tags, and then provide your solution or response to the problem.' %}
|
| 2 |
+
{%- set standard_prompt = 'You are Hermes, created by Nous Research.' %}
|
| 3 |
+
{%- if not thinking is defined %}{% set thinking = false %}{% endif %}
|
| 4 |
+
{%- if not keep_cots is defined %}{% set keep_cots = false %}{% endif %}
|
| 5 |
+
{%- if thinking %}{%- set system_prompt = thinking_prompt %}{%- else %}{%- set system_prompt = standard_prompt %}{%- endif %}
|
| 6 |
+
{%- if tools %}
|
| 7 |
+
{{- bos_token + '<|start_header_id|>system<|end_header_id|>\n' }}
|
| 8 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 9 |
+
{{- messages[0]['content'] }}
|
| 10 |
+
{%- else %}
|
| 11 |
+
{{- system_prompt }}
|
| 12 |
+
{%- endif %}
|
| 13 |
+
{{- "\n\n# Tools\n\nYou are a function calling AI model. You may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 14 |
+
{%- for tool in tools %}
|
| 15 |
+
{{- "\n" }}
|
| 16 |
+
{{- tool | tojson }}
|
| 17 |
+
{%- endfor %}
|
| 18 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": \"<function-name>\", \"arguments\": <args-json-object>}\n</tool_call><|eot_id|>" }}
|
| 19 |
+
{%- else %}
|
| 20 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 21 |
+
{{- bos_token + '<|start_header_id|>system<|end_header_id|>\n\n' + messages[0]['content'] + '<|eot_id|>' }}
|
| 22 |
+
{%- else %}
|
| 23 |
+
{{- bos_token + '<|start_header_id|>system<|end_header_id|>\n\n' + system_prompt + '<|eot_id|>' }}
|
| 24 |
+
{%- endif %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- for message in messages %}
|
| 27 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 28 |
+
{{- '<|start_header_id|>' + message.role + '<|end_header_id|>\n\n' + message.content + '<|eot_id|>' }}
|
| 29 |
+
{%- elif (message.role == "assistant" and not message.tool_calls) %}
|
| 30 |
+
{{- '<|start_header_id|>' + message.role + '<|end_header_id|>\n' }}
|
| 31 |
+
{%- if message.content %}
|
| 32 |
+
{%- set content = message['content'] -%}
|
| 33 |
+
{%- if thinking %}
|
| 34 |
+
{%- if not keep_cots %}
|
| 35 |
+
{%- set content = '<think> </think>' + content.split('</think>', 1)[1] -%}
|
| 36 |
+
{%- endif %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{{- '\n' + content + '<|eot_id|>' }}
|
| 39 |
+
{%- endif %}
|
| 40 |
+
{%- elif message.role == "assistant" %}
|
| 41 |
+
{{- '<|start_header_id|>' + message.role + '<|end_header_id|>\n' }}
|
| 42 |
+
{%- if message.content %}
|
| 43 |
+
{%- set content = message['content'] -%}
|
| 44 |
+
{%- if thinking %}
|
| 45 |
+
{%- if not keep_cots %}
|
| 46 |
+
{%- set content = '<think> </think>' + content.split('</think>', 1)[1] -%}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{{- '\n' + content }}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- for tool_call in message.tool_calls %}
|
| 52 |
+
{%- if tool_call.function is defined %}
|
| 53 |
+
{%- set tool_call = tool_call.function %}
|
| 54 |
+
{%- endif %}
|
| 55 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 56 |
+
{{- tool_call.name }}
|
| 57 |
+
{{- '", "arguments": ' }}
|
| 58 |
+
{{- tool_call.arguments | tojson }}
|
| 59 |
+
{{- '}\n</tool_call>' }}
|
| 60 |
+
{%- endfor %}
|
| 61 |
+
{{- '<|eot_id|>' }}
|
| 62 |
+
{%- elif message.role == "tool" %}
|
| 63 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 64 |
+
{{- '<|start_header_id|>user<|end_header_id|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{{- '\n<tool_response>\n' }}
|
| 67 |
+
{{- message.content }}
|
| 68 |
+
{{- '\n</tool_response>' }}
|
| 69 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 70 |
+
{{- '<|eot_id|>' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{%- endif %}
|
| 73 |
+
{%- endfor %}
|
| 74 |
+
{%- if add_generation_prompt %}
|
| 75 |
+
{{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
|
| 76 |
+
{%- endif %}
|
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 128000,
|
| 8 |
+
"eos_token_id": 128001,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 16384,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 53248,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"mlp_bias": false,
|
| 16 |
+
"model_type": "llama",
|
| 17 |
+
"num_attention_heads": 128,
|
| 18 |
+
"num_hidden_layers": 126,
|
| 19 |
+
"num_key_value_heads": 8,
|
| 20 |
+
"pretraining_tp": 1,
|
| 21 |
+
"quantization": {
|
| 22 |
+
"group_size": 64,
|
| 23 |
+
"bits": 6
|
| 24 |
+
},
|
| 25 |
+
"quantization_config": {
|
| 26 |
+
"group_size": 64,
|
| 27 |
+
"bits": 6
|
| 28 |
+
},
|
| 29 |
+
"rms_norm_eps": 1e-05,
|
| 30 |
+
"rope_scaling": {
|
| 31 |
+
"factor": 8.0,
|
| 32 |
+
"high_freq_factor": 4.0,
|
| 33 |
+
"low_freq_factor": 1.0,
|
| 34 |
+
"original_max_position_embeddings": 8192,
|
| 35 |
+
"rope_type": "llama3"
|
| 36 |
+
},
|
| 37 |
+
"rope_theta": 500000.0,
|
| 38 |
+
"tie_word_embeddings": false,
|
| 39 |
+
"torch_dtype": "bfloat16",
|
| 40 |
+
"transformers_version": "4.52.4",
|
| 41 |
+
"use_cache": true,
|
| 42 |
+
"vocab_size": 128256
|
| 43 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 128000,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 128001,
|
| 6 |
+
"temperature": 0.6,
|
| 7 |
+
"top_p": 0.9,
|
| 8 |
+
"transformers_version": "4.52.4"
|
| 9 |
+
}
|
model-00001-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45175dd79a49a11b346232d7cb8bd91d276c23065315061eb2c8c69621287f55
|
| 3 |
+
size 4760867066
|
model-00007-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:950c0283879820a19e2d8be07b89132bb57a1a17e80f6c6d2a9c5ffad2f79a7e
|
| 3 |
+
size 5180101854
|
model-00010-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a70c2af32c00ea05dbe5d8e0d36626966aded63f7e051f670668848fdd6df45f
|
| 3 |
+
size 5180101868
|
model-00011-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f1bc5e255141a0932fda981071729862d375e5585a5b442caaa9ed76546dbbf
|
| 3 |
+
size 5180101858
|
model-00013-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30a1e643c9d5cb45c3125859a08be10d3eaae5040fbd7be8be6cc1c59a16f747
|
| 3 |
+
size 5180101844
|
model-00014-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66e41976057a3b176617f66a28633be23d3bb0f320d827180a123e1d61803daf
|
| 3 |
+
size 5180101850
|
model-00015-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0e831db5ece81c277df8c04188b4f7900cbfcb114359e2249f375c606932158
|
| 3 |
+
size 5180101850
|
model-00017-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb093219cb46875842ef142270f5eac22d92f61dd1e99ea0e8de96b5df6eb02b
|
| 3 |
+
size 5180101866
|
model-00018-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4a14bb3c5c6330ec169d6076bfa7b4242df593bc4525f91a6cdf007efa4dae2
|
| 3 |
+
size 5180101852
|
model-00019-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28e7c5c19b16512e35de3a25463c221e078a2e1ab45c857cdf384a863224cab5
|
| 3 |
+
size 5180101850
|
model-00023-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc8c4c706dd4671c4a2270c52eedf91869dcdf55093cbc914903dad7384eabf2
|
| 3 |
+
size 5180101844
|
model-00027-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6916b8af7da9482d4a55cfbd016c2a50cd52d4f097235be5837da963c4ab960
|
| 3 |
+
size 5180101866
|
model-00028-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32ab483746a0f416a70b88d19e123f395ba516c8b625dfbec73d24d118a420fa
|
| 3 |
+
size 5180101848
|
model-00029-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bd8320ac1d6dae47dd00552526814a6c00f953b23387bf732d508a058be102d
|
| 3 |
+
size 5180101862
|
model-00030-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f31c8da5bf37772a4b36fb14d080b76ae4f4826548e43d418a552909c3a7656
|
| 3 |
+
size 5180101862
|
model-00032-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:013b4a0a04059223166962c9e2af5bb208aff0a2b5fc6a6efd2d6e0d678ed8c6
|
| 3 |
+
size 5180101848
|
model-00033-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d50b64f860dd0300faf69c4f5677562c772dd9d1a344fd87714ff0c644b02df
|
| 3 |
+
size 5180101870
|
model-00035-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a44342d296cf1cbbe345468547ee6f49251d2d92dd8b805d575f0c3fb14eb5db
|
| 3 |
+
size 5180101860
|
model-00037-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db61a1c281eb24fe9fb487caa07097630192d11d2a23c2af6672c5551561742d
|
| 3 |
+
size 5180101844
|
model-00038-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41bb8f64f8896d1967bcb6f6f6df87663a9bf73e099c9fa618623f59d701b34d
|
| 3 |
+
size 5180101846
|
model-00039-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b0ff46e605f27ec44bca9b490bfc561ebcef77c720829553d49b2308496d3b5
|
| 3 |
+
size 5180101852
|
model-00040-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1af63339cce11c5e627005e6d91a16ed49a45a909db822f97c5b4d6a488c14fe
|
| 3 |
+
size 5180101862
|
model-00042-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72d529cfed1eb9d90bcfe91a61eee9b03c6d96a514f2489eaa561e279858b10a
|
| 3 |
+
size 5180101820
|
model-00043-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f9ad32a0c5172576e095a8f399025401a0919b5e8109326be45fe9b47c68c4e
|
| 3 |
+
size 5180101852
|
model-00045-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c72fb459b120d2a89c973495386c5c1e2612c761b14b5e62fd443be81858f9d
|
| 3 |
+
size 5180101840
|
model-00046-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc894833cc6953e9a46d77363156da89cd440276f4538c6126e215c6fa8a1a7b
|
| 3 |
+
size 5180101864
|
model-00048-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a742228093674ba9d6079462d2d52e2a967d4fde66c738533bc6f77468973c03
|
| 3 |
+
size 5180101846
|
model-00049-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5abf6f19240284f19707ad87da0c65201dc3c2746f0975063fe76431de8d5fa0
|
| 3 |
+
size 5180101864
|
model-00051-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28625b2effa90ed529eca9ae9b07f0b88acaa2c684a6778777db34de8468db68
|
| 3 |
+
size 5180101887
|
model-00052-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b1d50b74f5962da4fe3c95fe629354345cd9639d89051337b86141a814b2441
|
| 3 |
+
size 5180101900
|
model-00053-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51ae731aa358a975c5bd13c2a8818cdbcbec125a7d2df975f89cc26dd0476e8e
|
| 3 |
+
size 5180101900
|
model-00054-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79da7b84f09b258979f4d5804fc28ea54d92b87ff508249534423b38fc31b61d
|
| 3 |
+
size 5180101892
|
model-00055-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4359e9f4a7626f482181f8107fdfc57bcfee418766cae597215191f38133ab5c
|
| 3 |
+
size 5180101918
|
model-00056-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa955017e607fc89e55070e3c5d728ce9b5674a367c913ebe0fc180244573650
|
| 3 |
+
size 5180101898
|
model-00057-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:710e962c777872c35d89d0341c387f7feaa8184924bf3ee33ffec23b835acfcc
|
| 3 |
+
size 5180101904
|
model-00058-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a38e13d41c2ec787ffa5b7c801a5f1b3f1347f955e82941cbf9c2169d4451eca
|
| 3 |
+
size 5180101920
|
model-00059-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da211dc9cef404a0603e39a6e9c8e8649ceace417ee3d92bfc12236d43f7d897
|
| 3 |
+
size 5180101914
|
model-00060-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3218c4d3fbdf9b431b9183d45d4159b774d36d2065a61a6b78f30da5411da747
|
| 3 |
+
size 5180101924
|
model-00061-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4df3b325686eb354da35bbb1ac0e8c87063cbdd6ba946b45f9b63e05787f4d10
|
| 3 |
+
size 5180101902
|
model-00062-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd266da3cb8a4a13626c9e10cc36f6c050669c883c7e9b0bd7ba6f52e51f07ec
|
| 3 |
+
size 5180101914
|
model-00063-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eebdd1461013f0cb05de74323e2270c8a8cef6d42b12459072fef78ce6cfe8fb
|
| 3 |
+
size 5180101898
|
model-00064-of-00064.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7ce09361abc7593205284c247d75d186b1ddc6c90d74fb3888dc2f61ba0f211
|
| 3 |
+
size 3833955981
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin_of_text|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|eot_id|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|end_of_text|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39e4573a56ca97b0233ddc2dd63f634aeee35b84f352d2ce2aaa5992735cfcad
|
| 3 |
+
size 17209827
|