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-00085.safetensors +3 -0
- model-00002-of-00085.safetensors +3 -0
- model-00003-of-00085.safetensors +3 -0
- model-00004-of-00085.safetensors +3 -0
- model-00006-of-00085.safetensors +3 -0
- model-00007-of-00085.safetensors +3 -0
- model-00008-of-00085.safetensors +3 -0
- model-00010-of-00085.safetensors +3 -0
- model-00012-of-00085.safetensors +3 -0
- model-00014-of-00085.safetensors +3 -0
- model-00016-of-00085.safetensors +3 -0
- model-00018-of-00085.safetensors +3 -0
- model-00020-of-00085.safetensors +3 -0
- model-00022-of-00085.safetensors +3 -0
- model-00024-of-00085.safetensors +3 -0
- model-00026-of-00085.safetensors +3 -0
- model-00028-of-00085.safetensors +3 -0
- model-00029-of-00085.safetensors +3 -0
- model-00032-of-00085.safetensors +3 -0
- model-00033-of-00085.safetensors +3 -0
- model-00034-of-00085.safetensors +3 -0
- model-00035-of-00085.safetensors +3 -0
- model-00037-of-00085.safetensors +3 -0
- model-00038-of-00085.safetensors +3 -0
- model-00040-of-00085.safetensors +3 -0
- model-00041-of-00085.safetensors +3 -0
- model-00042-of-00085.safetensors +3 -0
- model-00047-of-00085.safetensors +3 -0
- model-00048-of-00085.safetensors +3 -0
- model-00049-of-00085.safetensors +3 -0
- model-00050-of-00085.safetensors +3 -0
- model-00053-of-00085.safetensors +3 -0
- model-00056-of-00085.safetensors +3 -0
- model-00060-of-00085.safetensors +3 -0
- model-00061-of-00085.safetensors +3 -0
- model-00063-of-00085.safetensors +3 -0
- model-00064-of-00085.safetensors +3 -0
- model-00066-of-00085.safetensors +3 -0
- model-00067-of-00085.safetensors +3 -0
- model-00068-of-00085.safetensors +3 -0
- model-00070-of-00085.safetensors +3 -0
- model-00084-of-00085.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 |
+
8-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": 8
|
24 |
+
},
|
25 |
+
"quantization_config": {
|
26 |
+
"group_size": 64,
|
27 |
+
"bits": 8
|
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-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e6bc88b1fc0e0f8f422559e17004dda21db09ade7f68a8c8b851f214ea29bff
|
3 |
+
size 4692642172
|
model-00002-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fafee0a81b77806a9b3862c41885475c7c27aa2f714435b62edd23b0942ce59d
|
3 |
+
size 4920054259
|
model-00003-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf5c2aa6aa725aed66101e21feb0ff8d7c667957f7f5b17204ec0ddaade0147
|
3 |
+
size 5240851751
|
model-00004-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4adf8f37f1168eb5ecd2037b75e74a3e0c1705b9e8d53ebadf723f65800eb973
|
3 |
+
size 4920054265
|
model-00006-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b72b5402a31dcc9535dde485f3df7912db3faed5602b0b8cc265f3f2165b101
|
3 |
+
size 4920054281
|
model-00007-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5018dd987bdf65827853d0f29d860bf95ad860d4dc1a8e874a0b9809c7e070e
|
3 |
+
size 5240851745
|
model-00008-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3230b91fa03ee05dc1936fc994d55bedb0b7f6f9464424ab43db602cb8dbd3bd
|
3 |
+
size 4920054288
|
model-00010-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55a1a0454f1ede0b024659ae17a29a5b858cf09aea7e70ffababd00896051d2c
|
3 |
+
size 4920054313
|
model-00012-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38ed1fde578fef4f53729d6fa4e42e83d7eaed15dacdfbd1a1b783a7d67cce40
|
3 |
+
size 4920054311
|
model-00014-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e393771f98804d8a4f725b5ab2bb1367f137c927fecb80f20182f2b28af90e61
|
3 |
+
size 4920054295
|
model-00016-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:285364ceaf5eb05277600291f1df79817ac1e1573e7afee2ed246e3d15e1febc
|
3 |
+
size 4920054301
|
model-00018-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4f10809101a9689b1dac15a558c4a74fffd8d910f9a58967863f11c5b6d9434
|
3 |
+
size 4920054287
|
model-00020-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80f25200ebe31b85b0dd952bc420d6ba4ee96cbf008ece28b8a5119716651244
|
3 |
+
size 4920054321
|
model-00022-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15a4bafc20764e9768c94caa8a0ad063189a99af8f9a2c1cbb6f5ecfa15861dc
|
3 |
+
size 4920054305
|
model-00024-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f17c1f913f458903658d6a27e8afb14e18688a0ab23e90dccc87cd01a47d8a96
|
3 |
+
size 4920054307
|
model-00026-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02709d973033c5d47a9d5e79d77a7b9356a054086b2724746fe57aa3f533513b
|
3 |
+
size 4920054279
|
model-00028-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3502021506e1878867cf0f3755b0493051347d6f1ebea1959f5e8354f368d9ac
|
3 |
+
size 4920054325
|
model-00029-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71b22f7dee4a7d901dd17d05869440101cad2712898d7810d5068093c0e24eee
|
3 |
+
size 5240851774
|
model-00032-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e49242bf9878b79bf891583d7547d78ca6a2ef71c855e3ebbb12f9403d4c350
|
3 |
+
size 4920054327
|
model-00033-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6f1395d07a1c0f767ac56119081cb8f49d507c7a4ab63e127f86195b3339c2b
|
3 |
+
size 5240851756
|
model-00034-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dd88ffa1f61a322d035abc7b257b43ded27772efc279a0303a2f05554331fb4
|
3 |
+
size 4920054331
|
model-00035-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be2545d82bdd861c1bd70d8189ca6412a81db0a831c261b1ba4cc4f822354dd1
|
3 |
+
size 5240851752
|
model-00037-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2e5837ca4f1cc12ccc85bbe27e5d1ded019e6046b978db215c47b5d71217cdf
|
3 |
+
size 5240851772
|
model-00038-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3af139e27f687f732e6f562b803eb0d928c17adea7ddc6e31d39fe852525f74
|
3 |
+
size 4920054281
|
model-00040-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dbcb873ebf1c1efa049dca16693b0d3b49f914aefbed78e351aacd4dd3256a1
|
3 |
+
size 4920054313
|
model-00041-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f86499748176e9986560e6678c9744b6748d67222059cedabef390f2a51aa72
|
3 |
+
size 5240851770
|
model-00042-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d2aced655c255241ef589db08bc1006e2ecafd337e5a769db952057dce02f1
|
3 |
+
size 4920054303
|
model-00047-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8cab4115fd90905ef2af5ef3cf25a1460eb29985bc7d8b1c7f5398b6d5d0166
|
3 |
+
size 5240851774
|
model-00048-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bedba581a24ff5eabef3d68a739326d639e90c46a0494197727c8c400ff496d4
|
3 |
+
size 4920054287
|
model-00049-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18d4fbb8ddbf17d856f5ee66cd94bbb6d58933b43141c7685a7dad4275a561dd
|
3 |
+
size 5240851762
|
model-00050-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a5416b420ef28401bfed508d38f62e1ed8b43e40c8c13eea049772d075a9adb
|
3 |
+
size 4920054325
|
model-00053-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dd9c43e91f1240229b562d65904422380a09fcba66bdc43bf710ace2247d145
|
3 |
+
size 5240851764
|
model-00056-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62ae7c1b250e4127b72aeff1e5429aed042708761790392ea2e3a979a63e1c05
|
3 |
+
size 4920054295
|
model-00060-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5179ec533d80313604745e0be7a84af397a4bcd8e13f2823cad6cad4e337a201
|
3 |
+
size 4920054307
|
model-00061-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:269580ae735c3baf1612023d3c805117e722d738a5fca733d3587fcc226ee1ef
|
3 |
+
size 5240851766
|
model-00063-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8113218d411718e24ba61748e1ca8652040a92202712e1516f01bb9f14d1f1ce
|
3 |
+
size 5240851752
|
model-00064-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489d36051068c6535eab70d66026613f2d2723684d8cc053a93f45fe8c0cbbfb
|
3 |
+
size 4920054285
|
model-00066-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db52b16434691c56c7284488875c6ef882cb2d7b4700f44f43b9a1bd371948f6
|
3 |
+
size 4920054299
|
model-00067-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bf5b3f7d896b1f4f5286d9678e652a61f0fb717f104a068921c32ecd8e31c67
|
3 |
+
size 5240851764
|
model-00068-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8259c09728e37e0e2f107ea9ff1caaa14d3ebda3e1ee94e188e88bf1d2621ef5
|
3 |
+
size 4920054342
|
model-00070-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:629274f79680f503d8cb867a5fdbff5c1c0a6eaee6a4081431385ae076415960
|
3 |
+
size 4920054361
|
model-00084-of-00085.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90610491e4471285ec2a4e92766c8f880a2039437a4ae63b16935c1a8df0908b
|
3 |
+
size 4920054343
|
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
|