Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- added_tokens.json +28 -0
- chat_template.jinja +131 -0
- config.json +51 -0
- generation_config.json +13 -0
- merges.txt +0 -0
- model-00001-of-00051.safetensors +3 -0
- model-00002-of-00051.safetensors +3 -0
- model-00003-of-00051.safetensors +3 -0
- model-00004-of-00051.safetensors +3 -0
- model-00005-of-00051.safetensors +3 -0
- model-00006-of-00051.safetensors +3 -0
- model-00007-of-00051.safetensors +3 -0
- model-00008-of-00051.safetensors +3 -0
- model-00009-of-00051.safetensors +3 -0
- model-00010-of-00051.safetensors +3 -0
- model-00011-of-00051.safetensors +3 -0
- model-00012-of-00051.safetensors +3 -0
- model-00013-of-00051.safetensors +3 -0
- model-00014-of-00051.safetensors +3 -0
- model-00015-of-00051.safetensors +3 -0
- model-00016-of-00051.safetensors +3 -0
- model-00017-of-00051.safetensors +3 -0
- model-00018-of-00051.safetensors +3 -0
- model-00019-of-00051.safetensors +3 -0
- model-00020-of-00051.safetensors +3 -0
- model-00021-of-00051.safetensors +3 -0
- model-00022-of-00051.safetensors +3 -0
- model-00023-of-00051.safetensors +3 -0
- model-00024-of-00051.safetensors +3 -0
- model-00025-of-00051.safetensors +3 -0
- model-00026-of-00051.safetensors +3 -0
- model-00027-of-00051.safetensors +3 -0
- model-00028-of-00051.safetensors +3 -0
- model-00029-of-00051.safetensors +3 -0
- model-00030-of-00051.safetensors +3 -0
- model-00031-of-00051.safetensors +3 -0
- model-00032-of-00051.safetensors +3 -0
- model-00033-of-00051.safetensors +3 -0
- model-00034-of-00051.safetensors +3 -0
- model-00035-of-00051.safetensors +3 -0
- model-00036-of-00051.safetensors +3 -0
- model-00037-of-00051.safetensors +3 -0
- model-00038-of-00051.safetensors +3 -0
- model-00039-of-00051.safetensors +3 -0
- model-00040-of-00051.safetensors +3 -0
- model-00041-of-00051.safetensors +3 -0
- model-00042-of-00051.safetensors +3 -0
- model-00043-of-00051.safetensors +3 -0
- model-00044-of-00051.safetensors +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
|
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
chat_template.jinja
ADDED
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% macro render_item_list(item_list, tag_name='required') %}
|
2 |
+
{%- if item_list is defined and item_list is iterable and item_list | length > 0 %}
|
3 |
+
{%- if tag_name %}{{- '\n<' ~ tag_name ~ '>' -}}{% endif %}
|
4 |
+
{{- '[' }}
|
5 |
+
{%- for item in item_list -%}
|
6 |
+
{%- if loop.index > 1 %}{{- ", "}}{% endif -%}
|
7 |
+
{%- if item is string -%}
|
8 |
+
{{ "`" ~ item ~ "`" }}
|
9 |
+
{%- else -%}
|
10 |
+
{{ item }}
|
11 |
+
{%- endif -%}
|
12 |
+
{%- endfor -%}
|
13 |
+
{{- ']' }}
|
14 |
+
{%- if tag_name %}{{- '</' ~ tag_name ~ '>' -}}{% endif %}
|
15 |
+
{%- endif %}
|
16 |
+
{% endmacro %}
|
17 |
+
|
18 |
+
{%- if messages[0]["role"] == "system" %}
|
19 |
+
{%- set system_message = messages[0]["content"] %}
|
20 |
+
{%- set loop_messages = messages[1:] %}
|
21 |
+
{%- else %}
|
22 |
+
{%- set loop_messages = messages %}
|
23 |
+
{%- endif %}
|
24 |
+
|
25 |
+
{%- if not tools is defined %}
|
26 |
+
{%- set tools = [] %}
|
27 |
+
{%- endif %}
|
28 |
+
|
29 |
+
{%- if system_message is defined %}
|
30 |
+
{{- "<|im_start|>system\n" + system_message }}
|
31 |
+
{%- else %}
|
32 |
+
{%- if tools is iterable and tools | length > 0 %}
|
33 |
+
{{- "<|im_start|>system\nYou are Qwen, a helpful AI assistant that can interact with a computer to solve tasks." }}
|
34 |
+
{%- endif %}
|
35 |
+
{%- endif %}
|
36 |
+
{%- if tools is iterable and tools | length > 0 %}
|
37 |
+
{{- "\n\nYou have access to the following functions:\n\n" }}
|
38 |
+
{{- "<tools>" }}
|
39 |
+
{%- for tool in tools %}
|
40 |
+
{%- if tool.function is defined %}
|
41 |
+
{%- set tool = tool.function %}
|
42 |
+
{%- endif %}
|
43 |
+
{{- "\n<function>\n<name>" ~ tool.name ~ "</name>" }}
|
44 |
+
{{- '\n<description>' ~ (tool.description | trim) ~ '</description>' }}
|
45 |
+
{{- '\n<parameters>' }}
|
46 |
+
{%- for param_name, param_fields in tool.parameters.properties|items %}
|
47 |
+
{{- '\n<parameter>' }}
|
48 |
+
{{- '\n<name>' ~ param_name ~ '</name>' }}
|
49 |
+
{%- if param_fields.type is defined %}
|
50 |
+
{{- '\n<type>' ~ (param_fields.type | string) ~ '</type>' }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if param_fields.description is defined %}
|
53 |
+
{{- '\n<description>' ~ (param_fields.description | trim) ~ '</description>' }}
|
54 |
+
{%- endif %}
|
55 |
+
{{- render_item_list(param_fields.enum, 'enum') }}
|
56 |
+
{%- set handled_keys = ['type', 'description', 'enum', 'required'] %}
|
57 |
+
{%- for json_key in param_fields.keys() | reject("in", handled_keys) %}
|
58 |
+
{%- set normed_json_key = json_key | replace("-", "_") | replace(" ", "_") | replace("$", "") %}
|
59 |
+
{%- if param_fields[json_key] is mapping %}
|
60 |
+
{{- '\n<' ~ normed_json_key ~ '>' ~ (param_fields[json_key] | tojson | safe) ~ '</' ~ normed_json_key ~ '>' }}
|
61 |
+
{%- else %}
|
62 |
+
{{-'\n<' ~ normed_json_key ~ '>' ~ (param_fields[json_key] | string) ~ '</' ~ normed_json_key ~ '>' }}
|
63 |
+
{%- endif %}
|
64 |
+
{%- endfor %}
|
65 |
+
{{- render_item_list(param_fields.required, 'required') }}
|
66 |
+
{{- '\n</parameter>' }}
|
67 |
+
{%- endfor %}
|
68 |
+
{{- render_item_list(tool.parameters.required, 'required') }}
|
69 |
+
{{- '\n</parameters>' }}
|
70 |
+
{%- if tool.return is defined %}
|
71 |
+
{%- if tool.return is mapping %}
|
72 |
+
{{- '\n<return>' ~ (tool.return | tojson | safe) ~ '</return>' }}
|
73 |
+
{%- else %}
|
74 |
+
{{- '\n<return>' ~ (tool.return | string) ~ '</return>' }}
|
75 |
+
{%- endif %}
|
76 |
+
{%- endif %}
|
77 |
+
{{- '\n</function>' }}
|
78 |
+
{%- endfor %}
|
79 |
+
{{- "\n</tools>" }}
|
80 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- if system_message is defined %}
|
83 |
+
{{- '<|im_end|>\n' }}
|
84 |
+
{%- else %}
|
85 |
+
{%- if tools is iterable and tools | length > 0 %}
|
86 |
+
{{- '<|im_end|>\n' }}
|
87 |
+
{%- endif %}
|
88 |
+
{%- endif %}
|
89 |
+
{%- for message in loop_messages %}
|
90 |
+
{%- if message.role == "assistant" and message.tool_calls is defined and message.tool_calls is iterable and message.tool_calls | length > 0 %}
|
91 |
+
{{- '<|im_start|>' + message.role }}
|
92 |
+
{%- if message.content is defined and message.content is string and message.content | trim | length > 0 %}
|
93 |
+
{{- '\n' + message.content | trim + '\n' }}
|
94 |
+
{%- endif %}
|
95 |
+
{%- for tool_call in message.tool_calls %}
|
96 |
+
{%- if tool_call.function is defined %}
|
97 |
+
{%- set tool_call = tool_call.function %}
|
98 |
+
{%- endif %}
|
99 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
100 |
+
{%- if tool_call.arguments is defined %}
|
101 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
102 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
103 |
+
{%- set args_value = args_value if args_value is string else args_value | string %}
|
104 |
+
{{- args_value }}
|
105 |
+
{{- '\n</parameter>\n' }}
|
106 |
+
{%- endfor %}
|
107 |
+
{%- endif %}
|
108 |
+
{{- '</function>\n</tool_call>' }}
|
109 |
+
{%- endfor %}
|
110 |
+
{{- '<|im_end|>\n' }}
|
111 |
+
{%- elif message.role == "user" or message.role == "system" or message.role == "assistant" %}
|
112 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
113 |
+
{%- elif message.role == "tool" %}
|
114 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
115 |
+
{{- '<|im_start|>user\n' }}
|
116 |
+
{%- endif %}
|
117 |
+
{{- '<tool_response>\n' }}
|
118 |
+
{{- message.content }}
|
119 |
+
{{- '\n</tool_response>\n' }}
|
120 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
121 |
+
{{- '<|im_end|>\n' }}
|
122 |
+
{%- elif loop.last %}
|
123 |
+
{{- '<|im_end|>\n' }}
|
124 |
+
{%- endif %}
|
125 |
+
{%- else %}
|
126 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>\n' }}
|
127 |
+
{%- endif %}
|
128 |
+
{%- endfor %}
|
129 |
+
{%- if add_generation_prompt %}
|
130 |
+
{{- '<|im_start|>assistant\n' }}
|
131 |
+
{%- endif %}
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3MoeForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"decoder_sparse_step": 1,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 6144,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 8192,
|
14 |
+
"max_position_embeddings": 262144,
|
15 |
+
"max_window_layers": 62,
|
16 |
+
"mlp_only_layers": [],
|
17 |
+
"model_type": "qwen3_moe",
|
18 |
+
"moe_intermediate_size": 2560,
|
19 |
+
"norm_topk_prob": true,
|
20 |
+
"num_attention_heads": 96,
|
21 |
+
"num_experts": 160,
|
22 |
+
"num_experts_per_tok": 8,
|
23 |
+
"num_hidden_layers": 62,
|
24 |
+
"num_key_value_heads": 8,
|
25 |
+
"output_router_logits": false,
|
26 |
+
"qkv_bias": false,
|
27 |
+
"quantization_config": {
|
28 |
+
"autoround_version": "0.6.1",
|
29 |
+
"bits": 4,
|
30 |
+
"data_type": "int",
|
31 |
+
"dataset": "github-code-clean",
|
32 |
+
"group_size": 128,
|
33 |
+
"nsamples": 512,
|
34 |
+
"packing_format": "auto_round:auto_gptq",
|
35 |
+
"quant_method": "auto-round",
|
36 |
+
"sym": true
|
37 |
+
},
|
38 |
+
"rms_norm_eps": 1e-06,
|
39 |
+
"rope_scaling": null,
|
40 |
+
"rope_theta": 10000000,
|
41 |
+
"router_aux_loss_coef": 0.0,
|
42 |
+
"shared_expert_intermediate_size": 0,
|
43 |
+
"sliding_window": null,
|
44 |
+
"tie_word_embeddings": false,
|
45 |
+
"torch_dtype": "bfloat16",
|
46 |
+
"transformers_version": "4.53.2",
|
47 |
+
"use_cache": true,
|
48 |
+
"use_qk_norm": true,
|
49 |
+
"use_sliding_window": false,
|
50 |
+
"vocab_size": 151936
|
51 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_sample": true,
|
3 |
+
"eos_token_id": [
|
4 |
+
151645,
|
5 |
+
151643
|
6 |
+
],
|
7 |
+
"pad_token_id": 151643,
|
8 |
+
"repetition_penalty": 1.05,
|
9 |
+
"temperature": 0.7,
|
10 |
+
"top_k": 20,
|
11 |
+
"top_p": 0.8,
|
12 |
+
"transformers_version": "4.53.2"
|
13 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74443a6c73c7d623b94123217f4de3e6a84592fb386c07c0aa7a8ffc61a63a6a
|
3 |
+
size 4992427456
|
model-00002-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fbe665bee4c71e98e581ffdfd9def0cffe8ce18d000dd7271ced80ea1707276
|
3 |
+
size 4992455920
|
model-00003-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:552c3197fe36f189326a9b0b278c1c9f5d82560b6eb448ae5a036f851e136c81
|
3 |
+
size 4996824496
|
model-00004-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4affba3e95b63821c6d7ea19a3cf4863b2ce819c0dd162f2282e3ccee852d526
|
3 |
+
size 4996824576
|
model-00005-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db080c72ad69ea17fff72910b96b855cb6a3a76f89a292134932815bfd815a81
|
3 |
+
size 4996824768
|
model-00006-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f24e4502941a45de33abc006ac6e88c0f07e739e62b77a0016d944794218cdf2
|
3 |
+
size 4993579960
|
model-00007-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3bb47990add7e36be3745f5830120954979e3097dd678171569733cb18a1c64
|
3 |
+
size 4995700464
|
model-00008-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b017fe3e314decd8a66990622b829ce1e14b5d07bd37266dad28b2393036cedb
|
3 |
+
size 4996824576
|
model-00009-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef2d458a97ac05b4b023d4b9d395a7d8d03bd1953a112827a8c1dca19dbe9064
|
3 |
+
size 4996825840
|
model-00010-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb264e6105a1fddfe8b4826b19bda1d5f1347871ed01c2eb0f049428ef1a18e
|
3 |
+
size 4996826752
|
model-00011-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b392ab7231eb316ef4e177a5c8561e9a055add6d95dfb202969c5937a190168
|
3 |
+
size 4992457328
|
model-00012-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:304618c0987fb6684a63e68191c790186077b615d8aa1a87d35caaff0772c84d
|
3 |
+
size 4996826392
|
model-00013-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc7540bef0efd2d64de1fb4a072443bd1936f5f7479b59a8ac475ee8dfac986e
|
3 |
+
size 4996826552
|
model-00014-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b97914e50414818c2b4bda70ba47d2e51e8703d16edbb982fb4ec271b503b610
|
3 |
+
size 4996826760
|
model-00015-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49fafc3f5a0dd737e1c9248efd402880f057b3f98fa6e20c39431375ad144c66
|
3 |
+
size 4992457344
|
model-00016-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b7887a899e8ee0e57d7d71206dbc4a9c1beae420cac67bbde7e9c838e1da131
|
3 |
+
size 4996826400
|
model-00017-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7defa94a4b614318ae67d49beb2e7bcab5c8fbc4892d9508e0c12ba3f2e400df
|
3 |
+
size 4996826528
|
model-00018-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e472b6d5666827efe1200e3c2bdf6226ac4a4a751d3f12d186e200deae066e7b
|
3 |
+
size 4996826760
|
model-00019-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4aa49a58c8512ea80034b8b81cb933df2c6d3271643787e826c1eb72239bbd1
|
3 |
+
size 4992457360
|
model-00020-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a6de676e8d17950e11e3f994c2e575af30352a73ca2f0296398c693ce2d2b9
|
3 |
+
size 4996826400
|
model-00021-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa02bd4983e07e22dd514544a3e40b4d8bcc2e483c4986586bc38c5c88ff67eb
|
3 |
+
size 4996826512
|
model-00022-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ae4f232a63aeb0958b431c8dbe1cba473a1156a054e9da6bdde887a323fb2ca
|
3 |
+
size 4996826752
|
model-00023-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c432d8fb89a63e19e106d9c679c686c0acec347032fc199a0c1943fb31fb561a
|
3 |
+
size 4992457392
|
model-00024-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d98512de2f774c931783a3c1b1136f27197eaf227eef7cea37a2aa4f7294aa87
|
3 |
+
size 4996826392
|
model-00025-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb74573ba3964a3cb96b80cc867407effafa6b07ad0a4007d92586cf915c87c7
|
3 |
+
size 4996826488
|
model-00026-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5f929d12b6997a3c04f4f1798b0cba413229e081cc468ba6b56a3e5b55489e7
|
3 |
+
size 4996826760
|
model-00027-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63cbb0d014d14a4373b9c6635eeba64c02f51c949d053c3282a832effaa95236
|
3 |
+
size 4992457400
|
model-00028-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c698ea7baad409a8100d83ac002c5301aeeccd39d15d0a56abb88d5012e14668
|
3 |
+
size 4996826400
|
model-00029-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46931c424a2f884cee6894af92e36efcb10fd97e2140c8f22d9d5c2ce4df094c
|
3 |
+
size 4996826464
|
model-00030-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:713ba8d17b2da177f4238bcb9566d139baf7046acc737ac866f77d2680ecbcd3
|
3 |
+
size 4996826760
|
model-00031-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97b2edb59e4cb5e5264fe91f31a94314654dc00952404099054dcabd5dd2be28
|
3 |
+
size 4992457424
|
model-00032-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a458e26f7505ba58d0fe0c78d3fb273ef99691a1c688287e96baac52a24d0854
|
3 |
+
size 4996826400
|
model-00033-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d021f800ef87434086ef1e1f5708afb8949c563f8162edcfb9517ac223ad0a7c
|
3 |
+
size 4996826448
|
model-00034-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9053b962f08ce21f3417dba7a9a10c22a7e4834f907cd2ca81fd09d9dfac4513
|
3 |
+
size 4996826752
|
model-00035-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69ce1d49cca51575202ae962ac3b7bc4f0a9b661880a403835c56b423d8cce28
|
3 |
+
size 4992457448
|
model-00036-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:764d12d6cc9be6411a2aa096b40be0631cdf95ccce7ed97e9123d79a8d92c7de
|
3 |
+
size 4996826392
|
model-00037-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d59b386d3943bdbf7086608f3c6adcc18a1b0f17a5933529727d46d9c116efbb
|
3 |
+
size 4996826424
|
model-00038-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb955d54e1370baf463c7bfee530824eb1456e46909b49aac38e8fa9fad0ea16
|
3 |
+
size 4996826760
|
model-00039-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:320bed348e37d4a94a4877ce7dd54889f3f80f74d0baecf29de2fbbd5dbedee7
|
3 |
+
size 4992457464
|
model-00040-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:694102fb3db45705ccef8f2626aa36c44d127f200a98ddaca6577da900cc2441
|
3 |
+
size 4996826400
|
model-00041-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec30fc52234122655f88ef96a419603e23787be2f839f78caa14ae533571bb3c
|
3 |
+
size 4996826400
|
model-00042-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e86333aad1126a1591d45bc2cc7c7b0fd4b176c407326e243de88363caf2e02
|
3 |
+
size 4996826760
|
model-00043-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:463e09a39241959a987391a785717f74eed815b51824028e5d1658d4462bc6fd
|
3 |
+
size 4992457488
|
model-00044-of-00051.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41516352937a716a17d7f278cfdbcccb856337632abbaea615630e906e375ad5
|
3 |
+
size 4996826400
|