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-00044.safetensors +3 -0
- model-00002-of-00044.safetensors +3 -0
- model-00003-of-00044.safetensors +3 -0
- model-00004-of-00044.safetensors +3 -0
- model-00005-of-00044.safetensors +3 -0
- model-00006-of-00044.safetensors +3 -0
- model-00007-of-00044.safetensors +3 -0
- model-00008-of-00044.safetensors +3 -0
- model-00009-of-00044.safetensors +3 -0
- model-00010-of-00044.safetensors +3 -0
- model-00011-of-00044.safetensors +3 -0
- model-00012-of-00044.safetensors +3 -0
- model-00013-of-00044.safetensors +3 -0
- model-00014-of-00044.safetensors +3 -0
- model-00015-of-00044.safetensors +3 -0
- model-00017-of-00044.safetensors +3 -0
- model-00018-of-00044.safetensors +3 -0
- model-00019-of-00044.safetensors +3 -0
- model-00020-of-00044.safetensors +3 -0
- model-00021-of-00044.safetensors +3 -0
- model-00022-of-00044.safetensors +3 -0
- model-00023-of-00044.safetensors +3 -0
- model-00024-of-00044.safetensors +3 -0
- model-00025-of-00044.safetensors +3 -0
- model-00026-of-00044.safetensors +3 -0
- model-00027-of-00044.safetensors +3 -0
- model-00028-of-00044.safetensors +3 -0
- model-00029-of-00044.safetensors +3 -0
- model-00030-of-00044.safetensors +3 -0
- model-00031-of-00044.safetensors +3 -0
- model-00032-of-00044.safetensors +3 -0
- model-00034-of-00044.safetensors +3 -0
- model-00035-of-00044.safetensors +3 -0
- model-00036-of-00044.safetensors +3 -0
- model-00037-of-00044.safetensors +3 -0
- model-00038-of-00044.safetensors +3 -0
- model-00039-of-00044.safetensors +3 -0
- model-00040-of-00044.safetensors +3 -0
- model-00041-of-00044.safetensors +3 -0
- model-00042-of-00044.safetensors +3 -0
- model-00043-of-00044.safetensors +3 -0
- model-00044-of-00044.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 |
+
4-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": 4
|
24 |
+
},
|
25 |
+
"quantization_config": {
|
26 |
+
"group_size": 64,
|
27 |
+
"bits": 4
|
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-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e721bdb8f7ebc2dbc7f2e0dc9ed5c1d1c91f903cb3d7fa4473c30722b3801101
|
3 |
+
size 5089139571
|
model-00002-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7609bf468f4a5a89aad983cab4af1dadbaa5fb8acfe29bbe0def6d24728d373a
|
3 |
+
size 5362622015
|
model-00003-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63009354fdc0443a244a7c1a6d85e4eda83d20a3cf45107ef26d10fdeaf55f12
|
3 |
+
size 5245181558
|
model-00004-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ef38a8cb9b0dbe61ccd8bb8ce32447b1beea620a75ef757c2cb84a207914726
|
3 |
+
size 5360524385
|
model-00005-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3748888cdc611fb7927d76ca21c0e126b7a73fd4501f275550fdbbda0013391f
|
3 |
+
size 5362622072
|
model-00006-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16dd9cf7c3bb1b9fc5c510cc0f52f4b2dfd95e6db8436b6b9a63fb3546a68e94
|
3 |
+
size 5245181668
|
model-00007-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40445d11e51d6b084b3ad8903415026fb66cbc64fa78b567a3ff80e0ad291ff0
|
3 |
+
size 5352070632
|
model-00008-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6d41aa4cdf47d9971e82a1d590a4ea7d793b7390a300e43da82456ff0ea2b9d
|
3 |
+
size 5352136443
|
model-00009-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2841ccd71b10021ae69bf7c785d150ffa1271d10ad8cf91e8078af004681170d
|
3 |
+
size 4943191803
|
model-00010-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbd164446c7710fe2c578bb9358006a2d0a8ed792e2a127f3dbe1dcbbba8ec5d
|
3 |
+
size 5352136429
|
model-00011-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f91f8afbdd475c69befffb61cdcdf636c4c7e935a8fe3285c00ddfc9f22988db
|
3 |
+
size 5352136441
|
model-00012-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd22475ff9cbf52ba9064f99dfb947e0770555ddafda6f0932f7b90716dca1a9
|
3 |
+
size 4943191775
|
model-00013-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4886edd9c6deb0ea631105a4e2b02a9c0dbb371ac85750702ef7992208d63257
|
3 |
+
size 5352136423
|
model-00014-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26d1997996ed20af19fa1e9d8d1dde30eed4889d2dfa6229ce3bc5cc3278966a
|
3 |
+
size 5352136435
|
model-00015-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3846bf55b2bf0a0aaa9d25f7204bf587380c2e7d97735dec9dcba7f274ac003a
|
3 |
+
size 4943191775
|
model-00017-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7275e9a7738488f3738b3d423263283c0def43c9e18bd0805d6ea559d98b67a
|
3 |
+
size 5245181662
|
model-00018-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bbb20cbe4d9502008f10da73209537e1f1764da21e4d5e6721de215f8e02018
|
3 |
+
size 5360524430
|
model-00019-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70d91f7a6dafd0da777925ebb2a70da5c21b5e4d68ef38668f8c92adcc008109
|
3 |
+
size 5362622058
|
model-00020-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bec05c3427caed8294348367ccd3f493ba3663276790a95268787a0466a0153f
|
3 |
+
size 5245181650
|
model-00021-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d5daef22abe2471d4b06286934caaa30e6f0d5fa657a009c924ddfa66cc357b
|
3 |
+
size 5352070664
|
model-00022-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e518440b88c904557ebdde29a06819a1974d605f1dcbac2877ec414628c810
|
3 |
+
size 5352136435
|
model-00023-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0270b4e5313a56389326f6f41071820cfe5da705ae0716833b5dfac102a8493d
|
3 |
+
size 4943191805
|
model-00024-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f51e20182e617d789b14b8e872a5ac60229bdb7612d119f7e11511d9dea44dbf
|
3 |
+
size 5352136409
|
model-00025-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0011f8b239452731617cbe5ac38b4dfc1fe7cd22bfafc45ed5271189cf0bbcbe
|
3 |
+
size 5352136441
|
model-00026-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74d250dc755dc02c18160022cbe9501ed8ff00ef2c3e06c4a4a9a728820d53c2
|
3 |
+
size 4943191781
|
model-00027-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:831263af99971de82adb30b9a9913ab75ae3864a462aafd4d526bfa2d6707597
|
3 |
+
size 5352136433
|
model-00028-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37b3baf109d13bc6e09c1b07a97861ba68cd7fc3359426e715349a0b8beff74c
|
3 |
+
size 5352136415
|
model-00029-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f632e0f28d48a153b78d89ee38486a3d7603b8ec7dd6c82ca934e0081d6da11c
|
3 |
+
size 4943191767
|
model-00030-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c57d7ef433c3be68cea0a58dcbe76fb133a82452de1ec1d36ff71201bb0a62ff
|
3 |
+
size 5362622048
|
model-00031-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e1b90b031bef792b787a72830d85f06c903ad05c6f8201c2d4ef27c1f3dfdf3
|
3 |
+
size 5245181630
|
model-00032-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca17d1eced5b96bf9484f6c588e627707ebec6b01b1d5f426557cdfaf61dc7e8
|
3 |
+
size 5360524430
|
model-00034-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ec0fe5be2a4b8940d3b0bbfe8b1e791b2074a53c2268cb504036f9916428908
|
3 |
+
size 5245181672
|
model-00035-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa508ed3f87aab2a22d5d831c22ddba6acc8ceab73d346a7765fdeb2f92bfeec
|
3 |
+
size 5352070711
|
model-00036-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94370ad174054706cb6c60da509a5aa70b4993bba3db942ea6b5aaeae527c258
|
3 |
+
size 5352136509
|
model-00037-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f7ab5a62ad127311b972fdeace491ef4416b764cacc7feeae3e8d92af824c06
|
3 |
+
size 4943191845
|
model-00038-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67e99e91749d6074104411e3fe51253544d8a08066cbb81977752ed66dc37039
|
3 |
+
size 5352136509
|
model-00039-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77df95592a9c256a849dbea5dc8eb5ee1e924f6998269a38f5a3369f370b05e3
|
3 |
+
size 5352136493
|
model-00040-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc27f2843cea872c6e0fbf355ea8fd73d6c782a6663a63486d02eb9982c68243
|
3 |
+
size 4943191863
|
model-00041-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf5e82bf059f1fff2aaf02cec59df5c228fa4a0fa31cfebd9c3f2cac9a1cce26
|
3 |
+
size 5352136487
|
model-00042-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bfb3dc3b2f9350a648f7a27929ab39b368eb94c3aec557bd9030e1af56472ef
|
3 |
+
size 5352136479
|
model-00043-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6c334662c36bd94def7df7bed9318ead3c23d77f72df5594eecd6eeda82f374
|
3 |
+
size 4943191839
|
model-00044-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e43e6ccd3e28ae16b2ddb231d37453afdd7d73283334097f26d8f93fbe6097cd
|
3 |
+
size 2654307977
|
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
|