abhilashms inferencerlabs commited on
Commit
3c28641
·
0 Parent(s):

Duplicate from inferencerlabs/GLM-5-MLX-4.8bit

Browse files

Co-authored-by: Inferencer <inferencerlabs@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +36 -0
  2. LICENSE +51 -0
  3. README.md +39 -0
  4. chat_template.jinja +86 -0
  5. config.json +0 -0
  6. generation_config.json +12 -0
  7. model-00001-of-00046.safetensors +3 -0
  8. model-00002-of-00046.safetensors +3 -0
  9. model-00003-of-00046.safetensors +3 -0
  10. model-00004-of-00046.safetensors +3 -0
  11. model-00005-of-00046.safetensors +3 -0
  12. model-00006-of-00046.safetensors +3 -0
  13. model-00007-of-00046.safetensors +3 -0
  14. model-00008-of-00046.safetensors +3 -0
  15. model-00009-of-00046.safetensors +3 -0
  16. model-00010-of-00046.safetensors +3 -0
  17. model-00011-of-00046.safetensors +3 -0
  18. model-00012-of-00046.safetensors +3 -0
  19. model-00013-of-00046.safetensors +3 -0
  20. model-00014-of-00046.safetensors +3 -0
  21. model-00015-of-00046.safetensors +3 -0
  22. model-00016-of-00046.safetensors +3 -0
  23. model-00017-of-00046.safetensors +3 -0
  24. model-00018-of-00046.safetensors +3 -0
  25. model-00019-of-00046.safetensors +3 -0
  26. model-00020-of-00046.safetensors +3 -0
  27. model-00021-of-00046.safetensors +3 -0
  28. model-00022-of-00046.safetensors +3 -0
  29. model-00023-of-00046.safetensors +3 -0
  30. model-00024-of-00046.safetensors +3 -0
  31. model-00025-of-00046.safetensors +3 -0
  32. model-00026-of-00046.safetensors +3 -0
  33. model-00027-of-00046.safetensors +3 -0
  34. model-00028-of-00046.safetensors +3 -0
  35. model-00029-of-00046.safetensors +3 -0
  36. model-00030-of-00046.safetensors +3 -0
  37. model-00031-of-00046.safetensors +3 -0
  38. model-00032-of-00046.safetensors +3 -0
  39. model-00033-of-00046.safetensors +3 -0
  40. model-00034-of-00046.safetensors +3 -0
  41. model-00035-of-00046.safetensors +3 -0
  42. model-00036-of-00046.safetensors +3 -0
  43. model-00037-of-00046.safetensors +3 -0
  44. model-00038-of-00046.safetensors +3 -0
  45. model-00039-of-00046.safetensors +3 -0
  46. model-00040-of-00046.safetensors +3 -0
  47. model-00041-of-00046.safetensors +3 -0
  48. model-00042-of-00046.safetensors +3 -0
  49. model-00043-of-00046.safetensors +3 -0
  50. model-00044-of-00046.safetensors +3 -0
.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz 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
LICENSE ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MIT License
3
+ spdx-id: MIT
4
+ featured: true
5
+ hidden: false
6
+
7
+ description: A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
8
+
9
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
10
+
11
+ using:
12
+ Babel: https://github.com/babel/babel/blob/master/LICENSE
13
+ .NET: https://github.com/dotnet/runtime/blob/main/LICENSE.TXT
14
+ Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+ - private-use
21
+
22
+ conditions:
23
+ - include-copyright
24
+
25
+ limitations:
26
+ - liability
27
+ - warranty
28
+
29
+ ---
30
+
31
+ MIT License
32
+
33
+ Copyright (c) [year] [fullname]
34
+
35
+ Permission is hereby granted, free of charge, to any person obtaining a copy
36
+ of this software and associated documentation files (the "Software"), to deal
37
+ in the Software without restriction, including without limitation the rights
38
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
+ copies of the Software, and to permit persons to whom the Software is
40
+ furnished to do so, subject to the following conditions:
41
+
42
+ The above copyright notice and this permission notice shall be included in all
43
+ copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ library_name: mlx
4
+ tags:
5
+ - quantized
6
+ - mlx
7
+ base_model:
8
+ - zai-org/GLM-5
9
+ pipeline_tag: text-generation
10
+ ---
11
+ **See GLM-5 MLX in action - [demonstration video](https://youtu.be/3XCYruBYr-0)**
12
+
13
+ #### Tested on a M3 Ultra 512GB RAM using [Inferencer app v1.10](https://inferencer.com)
14
+ - Single inference ~16.6 tokens/s @ 1000 tokens
15
+ - Batched inference ~31.8 total tokens/s across six inferences
16
+ - Memory usage: ~417 GiB
17
+
18
+ *q4.8bit quant typically achieves 1.281 perplexity in our coding test*
19
+ | Quantization | Perplexity | Token Accuracy | Missed Divergence |
20
+ |:------------:|:----------:|:--------------:|:-----------------:|
21
+ | **q3.5** | 168.0 | 43.45% | 72.57% |
22
+ | **q4.5** | 1.33593 | 91.65% | 27.61% |
23
+ | **q4.8** | 1.28125 | 93.75% | 21.15% |
24
+ | **q5.5** | 1.23437 | 95.05% | 17.28% |
25
+ | **q6.5** | 1.21875 | 96.95% | 12.03% |
26
+ | **q8.5** | 1.21093 | 97.55% | 10.50% |
27
+ | **q9** | 1.21093 | 97.55% | 10.50% |
28
+ | **Base** | 1.20312 | 100.0% | 0.000% |
29
+
30
+ - Perplexity: Measures the confidence for predicting base tokens (lower is better)
31
+ - Token Accuracy: The percentage of correctly generated base tokens
32
+ - Missed Divergence: Measures severity of misses; how much the token was missed by
33
+
34
+ ##### Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx)
35
+ ##### For more details see [demonstration video](hhttps://youtu.be/3XCYruBYr-0) or visit [GLM-5](https://huggingface.co/zai-org/GLM-5).
36
+
37
+ ## Disclaimer
38
+
39
+ We are not the creator, originator, or owner of any model listed. Each model is created and provided by third parties. Models may not always be accurate or contextually appropriate. You are responsible for verifying the information before making important decisions. We are not liable for any damages, losses, or issues arising from its use, including data loss or inaccuracies in AI-generated content.
chat_template.jinja ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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}<arg_key>{arg-key-1}</arg_key><arg_value>{arg-value-1}</arg_value><arg_key>{arg-key-2}</arg_key><arg_value>{arg-value-2}</arg_value>...</tool_call>{%- endif -%}
17
+ {%- macro visible_text(content) -%}
18
+ {%- if content is string -%}
19
+ {{- content }}
20
+ {%- elif content is iterable and content is not mapping -%}
21
+ {%- for item in content -%}
22
+ {%- if item is mapping and item.type == 'text' -%}
23
+ {{- item.text }}
24
+ {%- elif item is string -%}
25
+ {{- item }}
26
+ {%- endif -%}
27
+ {%- endfor -%}
28
+ {%- else -%}
29
+ {{- content }}
30
+ {%- endif -%}
31
+ {%- endmacro -%}
32
+ {%- set ns = namespace(last_user_index=-1) %}
33
+ {%- for m in messages %}
34
+ {%- if m.role == 'user' %}
35
+ {% set ns.last_user_index = loop.index0 -%}
36
+ {%- endif %}
37
+ {%- endfor %}
38
+ {% for m in messages %}
39
+ {%- if m.role == 'user' -%}<|user|>{{ visible_text(m.content) }}
40
+ {%- elif m.role == 'assistant' -%}
41
+ <|assistant|>
42
+ {%- set reasoning_content = '' %}
43
+ {%- set content = visible_text(m.content) %}
44
+ {%- if m.reasoning_content is string %}
45
+ {%- set reasoning_content = m.reasoning_content %}
46
+ {%- else %}
47
+ {%- if '</think>' in content %}
48
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
49
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
50
+ {%- endif %}
51
+ {%- endif %}
52
+ {%- if ((clear_thinking is defined and not clear_thinking) or loop.index0 > ns.last_user_index) and reasoning_content -%}
53
+ {{ '<think>' + reasoning_content.strip() + '</think>'}}
54
+ {%- else -%}
55
+ {{ '</think>' }}
56
+ {%- endif -%}
57
+ {%- if content.strip() -%}
58
+ {{ content.strip() }}
59
+ {%- endif -%}
60
+ {% if m.tool_calls %}
61
+ {% for tc in m.tool_calls %}
62
+ {%- if tc.function %}
63
+ {%- set tc = tc.function %}
64
+ {%- endif %}
65
+ {{- '<tool_call>' + tc.name -}}
66
+ {% set _args = tc.arguments %}{% for k, v in _args.items() %}<arg_key>{{ k }}</arg_key><arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>{% endfor %}</tool_call>{% endfor %}
67
+ {% endif %}
68
+ {%- elif m.role == 'tool' -%}
69
+ {%- if m.content is string -%}
70
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
71
+ {{- '<|observation|>' }}
72
+ {%- endif %}
73
+ {{- '<tool_response>' }}
74
+ {{- m.content }}
75
+ {{- '</tool_response>' }}
76
+ {%- else -%}
77
+ <|observation|>{% for tr in m.content %}
78
+ <tool_response>{{ tr.output if tr.output is defined else tr }}</tool_response>{% endfor -%}
79
+ {% endif -%}
80
+ {%- elif m.role == 'system' -%}
81
+ <|system|>{{ visible_text(m.content) }}
82
+ {%- endif -%}
83
+ {%- endfor -%}
84
+ {%- if add_generation_prompt -%}
85
+ <|assistant|>{{- '</think>' if (enable_thinking is defined and not enable_thinking) else '<think>' -}}
86
+ {%- endif -%}
config.json ADDED
The diff for this file is too large to render. See raw diff
 
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 154820,
5
+ 154827,
6
+ 154829
7
+ ],
8
+ "pad_token_id": 154820,
9
+ "temperature": 1.0,
10
+ "top_p": 0.95,
11
+ "transformers_version": "5.0.2.dev0"
12
+ }
model-00001-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd8781b9a77b8d4395aaf8e0e000849deb1cb4bd3f224efd5a39e32b5435c0d
3
+ size 9655246191
model-00002-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e16538f1d77ceadf6f7dcc932e502a5083bcd8795f6f76b44e416390d963099
3
+ size 10717291508
model-00003-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16d8230a3b15275a90a5a1aefe0427a21c189a07d42c4811ecf15a64f43ab1d
3
+ size 10260955651
model-00004-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc36bf2ec51d79e720ec0ff299705c95231951b48616bbf9d91836357b5c96d
3
+ size 9152773973
model-00005-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e688b45819d088a15bfefafafe17a566c0b7b9c940d7cb7cb46a29a6668852
3
+ size 9203311752
model-00006-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3adaa4d3ac81c0708e2efc9c8fe195bda2754a4b495d09215830d12afdbf0736
3
+ size 10156261798
model-00007-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c5ac8bf1986b74c462744e740dd6879c68d3d2a7bbe8b2d96ef8d07e600aef
3
+ size 9347809579
model-00008-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09cdbb452fe2410e5dfa36e9a135cdf47a042eeb7924d8041e281f27e25ce78b
3
+ size 10011763881
model-00009-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd4c3fe3609dd044e4522a3881d8203d72673734ec31a7dd5d186279a84d862
3
+ size 9347809721
model-00010-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4783e9a0455163374c91373d49fa92ffe35b519d94944cbc7aeda7b6467b7d10
3
+ size 10155376967
model-00011-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af3aec5a3960f4bb7f1396f6ca4023c021218c6a7e2c96b4808df53bac50ba03
3
+ size 9204196509
model-00012-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bf081f545cbc6b42d42c3535e7e0f672c933f43172cb376781ce05a47dbbfe
3
+ size 10155377033
model-00013-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ea268a23b2d9f78e247a9fd1411cb6cfe416a2afeddb7b8a91877364bd5e36
3
+ size 10156261688
model-00014-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d59b5be057578f8916304da1bee1e4515591906213548ee0e630c5c504199aa
3
+ size 9203311778
model-00015-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1deb56fcf3a6407cec7d1d5db496ca0a320e5adc7105e54078b072c3a2db152
3
+ size 10156261796
model-00016-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be026465c25063434b217b61011f0b89ec4f547a66ddc356048c88921956ae49
3
+ size 9347809641
model-00017-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe512cfe86eee10692f7b0849ff309e6ecbbc8057caa8b293975de43e39fcca
3
+ size 10011763873
model-00018-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935c68b01eb25becec0925639ae31a598c652e06a6e322491e04cf04b8cf790c
3
+ size 9347809659
model-00019-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9422f9b6475843cb6b545d3357c9a68fd6b2d2f0906be8c6699284b25a415ee2
3
+ size 10155376959
model-00020-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe7c1110281d4560d9d9b842298cac740b9019a99dc3bc84c2f3da47bf5a504
3
+ size 9204196503
model-00021-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0176db04d61b4c7c89833f76c04a807c6ede2289ccf31540927f393584324240
3
+ size 10155377089
model-00022-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8acaa5b8df2c350f64694788066f3bd56093c4a1983ed7fe8971991d09ccd15
3
+ size 10156261692
model-00023-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb2df2941ccec486bd463a63cc2b28be9d380900aa4456104c63eea8a2b5a6d
3
+ size 9203311774
model-00024-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3735e43602e890a1c144cd99dbafcde26480e0080ade87a9cbd9e423aacadf
3
+ size 10156261730
model-00025-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:403334f35e415601bc41fe7b0964a926c9891d243b6d5988ad239a7101a00020
3
+ size 9347809601
model-00026-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1ef7b2552738fbde0ccf7a646768820368d79ce103a42e047d4b4f282e9339
3
+ size 10011763873
model-00027-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdea26e1f6acc225e4dd12590cc1af2504665eecde4894503f5ecaa37de696f3
3
+ size 9347809663
model-00028-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03dc95c03f57085671bd78caad80d6f17dd2ab883cda7b5f3a6caa3e8a824be
3
+ size 10155376967
model-00029-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aa7f31fa574004b31e1b07e3b9a9414c3e3cfc07a398aad70c28f500f979c02
3
+ size 9204196513
model-00030-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e66db4b616759ef952a5fda2e3a16ef782d04d923de85b0bab03adcc3db6552
3
+ size 10155377087
model-00031-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75dbb652e4f4cf09ab4ccd6dc4691eca605d43c346b7587597faafca2519a74
3
+ size 10156261688
model-00032-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe55622290db104adebfbc5984b27a7f5f17a6c1919b244e5d0d93767153420
3
+ size 9203311778
model-00033-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6034239e01fcd817de6f3d52b6ef826cca37691544e6f7c44298d45e65eb2e5
3
+ size 10156261848
model-00034-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b0867a3926308386eee4387bbae96a03ceae6452228c7738be652dab880ceb
3
+ size 9347809599
model-00035-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49af3fb161be1ce11ad6b65e933e979eb583e72bb2d327731e64e66cf2cb642
3
+ size 10011763877
model-00036-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711bd7e7fd787faebb4685bb4553d6ed6d3e73f47cc2e77198bb49fad91e3a39
3
+ size 9347809671
model-00037-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2ce49ab2af2340a5da262ecd9bbd22f928e2205b9c992e61ec64b488add3e2
3
+ size 10155376951
model-00038-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed671a32202f3b54a4937272c3214e085c7e3da727953d157f166febf1dae31f
3
+ size 9204196517
model-00039-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39adcf7cd339a02667e0fcefcb5f880f6b06f4e65dac94a8bbaf3381298f792e
3
+ size 10155377053
model-00040-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dca946cae6e5c0aadc4b4cb508d26573beb3d2ae2cd66ce1cee577ad76449d6
3
+ size 10157146433
model-00041-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e83bc722da574eac7ebca1f5b82e23838b99fb548bf54e16a23c9fbbe658e70
3
+ size 10012648598
model-00042-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152551d2b6fe6116b37623b3b9d6e88485309d46f31446c398e697dd60d34c12
3
+ size 9153658816
model-00043-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67f4ce2d3558a42f5401d3301d9ded1015504f8d20e5dbf0ec5a4d312bf9127
3
+ size 10012648542
model-00044-of-00046.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90199160428104b9838637f552e94fe5f837fda6eed4ac99a224e19d01e89c2b
3
+ size 9153658804