finding1 commited on
Commit
a13698b
·
verified ·
1 Parent(s): a4e7dfd

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. .gitattributes +1 -0
  3. README.md +16 -0
  4. chat_template.jinja +103 -0
  5. config.json +51 -0
  6. generation_config.json +10 -0
  7. model-00001-of-00090.safetensors +3 -0
  8. model-00002-of-00090.safetensors +3 -0
  9. model-00003-of-00090.safetensors +3 -0
  10. model-00004-of-00090.safetensors +3 -0
  11. model-00005-of-00090.safetensors +3 -0
  12. model-00006-of-00090.safetensors +3 -0
  13. model-00007-of-00090.safetensors +3 -0
  14. model-00008-of-00090.safetensors +3 -0
  15. model-00009-of-00090.safetensors +3 -0
  16. model-00010-of-00090.safetensors +3 -0
  17. model-00011-of-00090.safetensors +3 -0
  18. model-00012-of-00090.safetensors +3 -0
  19. model-00013-of-00090.safetensors +3 -0
  20. model-00014-of-00090.safetensors +3 -0
  21. model-00015-of-00090.safetensors +3 -0
  22. model-00016-of-00090.safetensors +3 -0
  23. model-00017-of-00090.safetensors +3 -0
  24. model-00018-of-00090.safetensors +3 -0
  25. model-00019-of-00090.safetensors +3 -0
  26. model-00020-of-00090.safetensors +3 -0
  27. model-00021-of-00090.safetensors +3 -0
  28. model-00022-of-00090.safetensors +3 -0
  29. model-00023-of-00090.safetensors +3 -0
  30. model-00024-of-00090.safetensors +3 -0
  31. model-00025-of-00090.safetensors +3 -0
  32. model-00026-of-00090.safetensors +3 -0
  33. model-00027-of-00090.safetensors +3 -0
  34. model-00028-of-00090.safetensors +3 -0
  35. model-00029-of-00090.safetensors +3 -0
  36. model-00030-of-00090.safetensors +3 -0
  37. model-00031-of-00090.safetensors +3 -0
  38. model-00032-of-00090.safetensors +3 -0
  39. model-00033-of-00090.safetensors +3 -0
  40. model-00034-of-00090.safetensors +3 -0
  41. model-00035-of-00090.safetensors +3 -0
  42. model-00036-of-00090.safetensors +3 -0
  43. model-00037-of-00090.safetensors +3 -0
  44. model-00038-of-00090.safetensors +3 -0
  45. model-00039-of-00090.safetensors +3 -0
  46. model-00040-of-00090.safetensors +3 -0
  47. model-00041-of-00090.safetensors +3 -0
  48. model-00042-of-00090.safetensors +3 -0
  49. model-00043-of-00090.safetensors +3 -0
  50. model-00044-of-00090.safetensors +3 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ library_name: mlx
6
+ license: mit
7
+ pipeline_tag: text-generation
8
+ base_model: zai-org/GLM-4.5
9
+ tags:
10
+ - mlx
11
+ ---
12
+
13
+ This model [finding1/GLM-4.5-MLX-8.5bpw](https://huggingface.co/finding1/GLM-4.5-MLX-8.5bpw) was
14
+ converted to MLX format from [baidu/ERNIE-4.5-300B-A47B-PT](https://huggingface.co/zai-org/GLM-4.5)
15
+ using mlx-lm version **0.26.3** with
16
+ `mlx_lm.convert --quantize --q-bits 8 --mlx-path MLX-8.5bpw --hf-path zai-org/GLM-4.5`.
chat_template.jinja ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [gMASK]<sop>
2
+ {%- if tools -%}
3
+ <|system|>
4
+ # Tools
5
+
6
+ You may call one or more functions to assist with the user query.
7
+
8
+ You are provided with function signatures within <tools></tools> XML tags:
9
+ <tools>
10
+ {% for tool in tools %}
11
+ {{ tool | tojson(ensure_ascii=False) }}
12
+ {% endfor %}
13
+ </tools>
14
+
15
+ For each function call, output the function name and arguments within the following XML format:
16
+ <tool_call>{function-name}
17
+ <arg_key>{arg-key-1}</arg_key>
18
+ <arg_value>{arg-value-1}</arg_value>
19
+ <arg_key>{arg-key-2}</arg_key>
20
+ <arg_value>{arg-value-2}</arg_value>
21
+ ...
22
+ </tool_call>{%- endif -%}
23
+ {%- macro visible_text(content) -%}
24
+ {%- if content is string -%}
25
+ {{- content }}
26
+ {%- elif content is iterable and content is not mapping -%}
27
+ {%- for item in content -%}
28
+ {%- if item is mapping and item.type == 'text' -%}
29
+ {{- item.text }}
30
+ {%- elif item is string -%}
31
+ {{- item }}
32
+ {%- endif -%}
33
+ {%- endfor -%}
34
+ {%- else -%}
35
+ {{- content }}
36
+ {%- endif -%}
37
+ {%- endmacro -%}
38
+ {%- set ns = namespace(last_user_index=-1) %}
39
+ {%- for m in messages %}
40
+ {%- if m.role == 'user' %}
41
+ {% set ns.last_user_index = loop.index0 -%}
42
+ {%- endif %}
43
+ {%- endfor %}
44
+ {% for m in messages %}
45
+ {%- if m.role == 'user' -%}<|user|>
46
+ {{ visible_text(m.content) }}
47
+ {{- '/nothink' if (enable_thinking is defined and not enable_thinking and not visible_text(m.content).endswith("/nothink")) else '' -}}
48
+ {%- elif m.role == 'assistant' -%}
49
+ <|assistant|>
50
+ {%- set reasoning_content = '' %}
51
+ {%- set content = visible_text(m.content) %}
52
+ {%- if m.reasoning_content is string %}
53
+ {%- set reasoning_content = m.reasoning_content %}
54
+ {%- else %}
55
+ {%- if '</think>' in content %}
56
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
57
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {%- if loop.index0 > ns.last_user_index and reasoning_content -%}
61
+ {{ '\n<think>' + reasoning_content.strip() + '</think>'}}
62
+ {%- else -%}
63
+ {{ '\n<think></think>' }}
64
+ {%- endif -%}
65
+ {%- if content.strip() -%}
66
+ {{ '\n' + content.strip() }}
67
+ {%- endif -%}
68
+ {% if m.tool_calls %}
69
+ {% for tc in m.tool_calls %}
70
+ {%- if tc.function %}
71
+ {%- set tc = tc.function %}
72
+ {%- endif %}
73
+ {{ '\n<tool_call>' + tc.name }}
74
+ {% set _args = tc.arguments %}
75
+ {% for k, v in _args.items() %}
76
+ <arg_key>{{ k }}</arg_key>
77
+ <arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>
78
+ {% endfor %}
79
+ </tool_call>{% endfor %}
80
+ {% endif %}
81
+ {%- elif m.role == 'tool' -%}
82
+ {%- if m.content is string -%}
83
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
84
+ {{- '<|observation|>' }}
85
+ {%- endif %}
86
+ {{- '\n<tool_response>\n' }}
87
+ {{- m.content }}
88
+ {{- '\n</tool_response>' }}
89
+ {%- else -%}
90
+ <|observation|>{% for tr in m.content %}
91
+
92
+ <tool_response>
93
+ {{ tr.output if tr.output is defined else tr }}
94
+ </tool_response>{% endfor -%}
95
+ {% endif -%}
96
+ {%- elif m.role == 'system' -%}
97
+ <|system|>
98
+ {{ visible_text(m.content) }}
99
+ {%- endif -%}
100
+ {%- endfor -%}
101
+ {%- if add_generation_prompt -%}
102
+ <|assistant|>{{- '\n<think></think>' if (enable_thinking is defined and not enable_thinking) else '' -}}
103
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm4MoeForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": [
8
+ 151329,
9
+ 151336,
10
+ 151338
11
+ ],
12
+ "first_k_dense_replace": 3,
13
+ "head_dim": 128,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 5120,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 12288,
18
+ "max_position_embeddings": 131072,
19
+ "model_type": "glm4_moe",
20
+ "moe_intermediate_size": 1536,
21
+ "n_group": 1,
22
+ "n_routed_experts": 160,
23
+ "n_shared_experts": 1,
24
+ "norm_topk_prob": true,
25
+ "num_attention_heads": 96,
26
+ "num_experts_per_tok": 8,
27
+ "num_hidden_layers": 92,
28
+ "num_key_value_heads": 8,
29
+ "num_nextn_predict_layers": 1,
30
+ "pad_token_id": 151329,
31
+ "partial_rotary_factor": 0.5,
32
+ "quantization": {
33
+ "group_size": 64,
34
+ "bits": 8
35
+ },
36
+ "quantization_config": {
37
+ "group_size": 64,
38
+ "bits": 8
39
+ },
40
+ "rms_norm_eps": 1e-05,
41
+ "rope_scaling": null,
42
+ "rope_theta": 1000000,
43
+ "routed_scaling_factor": 2.5,
44
+ "tie_word_embeddings": false,
45
+ "topk_group": 1,
46
+ "torch_dtype": "bfloat16",
47
+ "transformers_version": "4.54.0",
48
+ "use_cache": true,
49
+ "use_qk_norm": true,
50
+ "vocab_size": 151552
51
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 151329,
5
+ 151336,
6
+ 151338
7
+ ],
8
+ "pad_token_id": 151329,
9
+ "transformers_version": "4.54.0"
10
+ }
model-00001-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b7dfe2d1c2cabb4c9529c04bbaf7c138f7a49dd936bccc0eaa1e6958fa13d48
3
+ size 4679461143
model-00002-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae22b403e7df1f63adfde1eb0c6620720d9153e3fa7aecfcd5f7097e3a2f7ce
3
+ size 4182398682
model-00003-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:600b7cf36271670300a3ba7f8c79be77ff9020db90cbf9b72b6ec39d424b8ce2
3
+ size 4182398676
model-00004-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfac14663f03939a590abff41a51c8423e7f6746f7c831c4795ca4ef43e83486
3
+ size 4182398694
model-00005-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b94dc5286afe6dc84c1d45b1d85885bf291f55decc62c4167366c2972b13a89
3
+ size 4182398684
model-00006-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305e38eeb57fb77b8afe3174759362af895a35692fd3a6f4f803577880c87951
3
+ size 4182398686
model-00007-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef1af69237f2724b69f57b8617e61ccbe10a4568e925962f1b2a32a657a965b
3
+ size 4182398666
model-00008-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5926f005bcdf924d0aeb113e414e054116c6d81448afcf176a7c493c236b41
3
+ size 4182398717
model-00009-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4275573e4099de4fbcf838be50e4075f07e9d024bbc039d015d89b616f4c9c93
3
+ size 4182398733
model-00010-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a71287f301b80d52472e81d665a63c5dfccbc5af869dfc5a393f302c7bd99b
3
+ size 4182398683
model-00011-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05284e55f6853704103ebbb550794b57a9963dae2209b990d88f9e69a8a50b67
3
+ size 4182398699
model-00012-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87612b586ce531686fafe94de45fa436c4e2b3cc2f91ff94d7f6d4569c95c5f
3
+ size 4182398709
model-00013-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e0db1d77f022bc3769dbd5023f4cf867059a66b2a0381a85cb7e16d8f32bcd
3
+ size 4182398697
model-00014-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8025b87602b50a0059ca010eaca9cb48d5c1f10a088fbd07009d92a6a5f81cb6
3
+ size 4182398713
model-00015-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e992f1675c709dccfa99d6934c6adf33dacf819e4e1c064914f3b2545c46d5d7
3
+ size 4182398723
model-00016-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d17753eafc782d131960dfa8cf64a247777cfe73774bbf5ad04a6db95c8abf
3
+ size 4182398697
model-00017-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43dcd8f8fcea707360668fe837b8f0e6a9eafc6be34cbb477289a3e552e0fc76
3
+ size 4182398729
model-00018-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7453c8883dc63466a3465a41459174be7894520fab4725646bc8465de282858
3
+ size 4182398689
model-00019-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22b37c402530593db0518ea4f49e39f63bdcf0f350c644fd41bc0bc0e3e1d766
3
+ size 4182398729
model-00020-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63bcc0ff768ffff58387a2df3e1e757bc436e56548b464366f8c901654e37343
3
+ size 4182398729
model-00021-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c2b2777edcbac762f59ad8a5c76a6e0d3ef6ca90db8d3a03f822b6e8ca5705
3
+ size 4182398729
model-00022-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf3c97f8d181c2367b38cea0d2fb804397240516c64814298504a69913394b3
3
+ size 4182398681
model-00023-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf482ad4f1cffe36a3c1c5eb40171f2add65ecd94b34ef817b79ccceac99c0b
3
+ size 4182398729
model-00024-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee66c0e50a2480169872eb311c6a619373e5a7dc3a8f8440293d2836d133839
3
+ size 4182398711
model-00025-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7a0856eeccafbbb88b868bdabcac357ccb163084a80f0ebc97c81406f0dbd75
3
+ size 4182398729
model-00026-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60755086d5179f8b18453cd6be3cf934cbb93797b29f27fe26da626d2506f5db
3
+ size 4182398729
model-00027-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73fde50629126ef1ad8f1db7eadb35da752ddfe1aa7fef56e71c2c57aec2fdd3
3
+ size 4182398729
model-00028-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64df858ba71227412438dac2d2ba09f61e40c5151313eb39149e3abaf5ddfcf
3
+ size 4182398693
model-00029-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c671797d4e393f9d7486d60f3ca71aaa7dee3da318f1c2c9c6bd300fb6f64d70
3
+ size 4182398723
model-00030-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c6e2c2a22299407f6ef1d6b2e69e4728523c6e0e2e0c5683aed82f69474947
3
+ size 4182398729
model-00031-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b189c20cb9bd4317d830e3395255b69b13c3822a35cd70b550819203b28fef9
3
+ size 4182398721
model-00032-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fbab756a5208f9e1820ef5a5b101e28f960d641a0397235b336a42b2d984c68
3
+ size 4182398721
model-00033-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc3987b6fd3514b71f4bc9ca331977184c5b660410cea73a0117461c7349cfe
3
+ size 4182398729
model-00034-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a250a4a4ad9cf45f149684686ff50fe6284dd0fecfcb70deeb228a7b784b47
3
+ size 4182398705
model-00035-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e8632c562a5896d8d2c32585ae4922c250e0bb0cbf409d9becec5fe030fab16
3
+ size 4182398725
model-00036-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b554cd614b7c146013fba9a6d16e2c95dcdd44e0c5e3f07cbf1ceb5c9a77ba2d
3
+ size 4182398725
model-00037-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f35604602bd733599a1dca2500c579c644b7d6b4519a76a4b5f6636a26c0ad1c
3
+ size 4182398669
model-00038-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b0571aa10bc0383c76070c429c7cb5b7992d255c3cccdf7b350a6e27660d7d
3
+ size 4182398729
model-00039-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e43024abdf5c47512a68f1a404e52f7b91cfa44a9d3aed2023943fbe8895e3
3
+ size 4182398729
model-00040-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbe168a4853fcc47c824c117baed08c1013865a8edc6f5e91f8e66ca01d88a9
3
+ size 4182398729
model-00041-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc1536aa98be73261144c0a7fd1570d31fba7c53264809b62450e3f9fd164a7
3
+ size 4182398697
model-00042-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44933f1903ce9fdef239e860fe21054292622ecf43400531cdf8905443151894
3
+ size 4182398729
model-00043-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab71d0b1277439188c8a5d6c1b94a6c3344e6e56cae8a66c7bd20534626dc82
3
+ size 4182398707
model-00044-of-00090.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cb9ae2835839f795d9c30c723157e21d791aac3a4a84d7db03c5b07314ccce5
3
+ size 4182398733