koute commited on
Commit
830020f
·
verified ·
1 Parent(s): d2e83de

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +20 -3
  3. chat_template.jinja +86 -0
  4. config.json +45 -0
  5. generation_config.json +11 -0
  6. model-00001-of-00048.safetensors +3 -0
  7. model-00002-of-00048.safetensors +3 -0
  8. model-00003-of-00048.safetensors +3 -0
  9. model-00004-of-00048.safetensors +3 -0
  10. model-00005-of-00048.safetensors +3 -0
  11. model-00006-of-00048.safetensors +3 -0
  12. model-00007-of-00048.safetensors +3 -0
  13. model-00008-of-00048.safetensors +3 -0
  14. model-00009-of-00048.safetensors +3 -0
  15. model-00010-of-00048.safetensors +3 -0
  16. model-00011-of-00048.safetensors +3 -0
  17. model-00012-of-00048.safetensors +3 -0
  18. model-00013-of-00048.safetensors +3 -0
  19. model-00014-of-00048.safetensors +3 -0
  20. model-00015-of-00048.safetensors +3 -0
  21. model-00016-of-00048.safetensors +3 -0
  22. model-00017-of-00048.safetensors +3 -0
  23. model-00018-of-00048.safetensors +3 -0
  24. model-00019-of-00048.safetensors +3 -0
  25. model-00020-of-00048.safetensors +3 -0
  26. model-00021-of-00048.safetensors +3 -0
  27. model-00022-of-00048.safetensors +3 -0
  28. model-00023-of-00048.safetensors +3 -0
  29. model-00024-of-00048.safetensors +3 -0
  30. model-00025-of-00048.safetensors +3 -0
  31. model-00026-of-00048.safetensors +3 -0
  32. model-00027-of-00048.safetensors +3 -0
  33. model-00028-of-00048.safetensors +3 -0
  34. model-00029-of-00048.safetensors +3 -0
  35. model-00030-of-00048.safetensors +3 -0
  36. model-00031-of-00048.safetensors +3 -0
  37. model-00032-of-00048.safetensors +3 -0
  38. model-00033-of-00048.safetensors +3 -0
  39. model-00034-of-00048.safetensors +3 -0
  40. model-00035-of-00048.safetensors +3 -0
  41. model-00036-of-00048.safetensors +3 -0
  42. model-00037-of-00048.safetensors +3 -0
  43. model-00038-of-00048.safetensors +3 -0
  44. model-00039-of-00048.safetensors +3 -0
  45. model-00040-of-00048.safetensors +3 -0
  46. model-00041-of-00048.safetensors +3 -0
  47. model-00042-of-00048.safetensors +3 -0
  48. model-00043-of-00048.safetensors +3 -0
  49. model-00044-of-00048.safetensors +3 -0
  50. model-00045-of-00048.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
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ library_name: transformers
6
+ license: mit
7
+ pipeline_tag: text-generation
8
+ base_model: zai-org/GLM-4.7-Flash
9
+ tags:
10
+ - abliterated
11
+ - derestricted
12
+ - glm-4.7-flash
13
+ - unlimited
14
+ - uncensored
15
+ ---
16
+
17
+ # GLM-4.7-Flash-Derestricted
18
+
19
+ This is a [GLM-4.7-Flash](https://huggingface.co/zai-org/GLM-4.7-Flash) model which has been uncensored using the [Norm-Preserving Biprojected Abliteration](https://huggingface.co/blog/grimjim/norm-preserving-biprojected-abliteration)
20
+ methodology, similar to other models from the 'derestricted' family.
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
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm4MoeLiteForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "pad_token_id": 154820,
8
+ "eos_token_id": [
9
+ 154820,
10
+ 154827,
11
+ 154829
12
+ ],
13
+ "hidden_act": "silu",
14
+ "hidden_size": 2048,
15
+ "intermediate_size": 10240,
16
+ "max_position_embeddings": 202752,
17
+ "model_type": "glm4_moe_lite",
18
+ "moe_intermediate_size": 1536,
19
+ "topk_method": "noaux_tc",
20
+ "norm_topk_prob": true,
21
+ "num_attention_heads": 20,
22
+ "n_group": 1,
23
+ "topk_group": 1,
24
+ "n_routed_experts": 64,
25
+ "n_shared_experts": 1,
26
+ "routed_scaling_factor": 1.8,
27
+ "num_experts_per_tok": 4,
28
+ "first_k_dense_replace": 1,
29
+ "num_hidden_layers": 47,
30
+ "num_key_value_heads": 20,
31
+ "num_nextn_predict_layers": 1,
32
+ "partial_rotary_factor": 1.0,
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_scaling": null,
35
+ "rope_theta": 1000000,
36
+ "tie_word_embeddings": false,
37
+ "dtype": "bfloat16",
38
+ "transformers_version": "5.0.0rc0",
39
+ "q_lora_rank": 768,
40
+ "kv_lora_rank": 512,
41
+ "qk_nope_head_dim": 192,
42
+ "qk_rope_head_dim": 64,
43
+ "v_head_dim": 256,
44
+ "vocab_size": 154880
45
+ }
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "transformers_version": "5.0.0.dev0"
11
+ }
model-00001-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90abe0d075755853145c96906a1300f57c167fcc9aa67221239b448abf54933c
3
+ size 1438134344
model-00002-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c51e2434efe609cbe652014a924e088a5ea97be35ca29cfa893a1a9a90304b1
3
+ size 1270648128
model-00003-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab6ebdd01af10c9bde1ec0b2a182d6f7ff8df831add6810695e5f3b50918040d
3
+ size 1270648128
model-00004-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932e4dbb8f7583d2b6392a6e850dd7aa05636827e8b90ff7858cae709838dca7
3
+ size 1270648128
model-00005-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f56a3e52bf5905c2df07ef53575ae8e62622138a15b0affc2b3f84785ca81e9
3
+ size 1270648128
model-00006-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83aa0eeca6e5a9394bb8a1c9cab46cc603799d729cf64ed4bbc341e0a7085feb
3
+ size 1270648128
model-00007-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9679076d3bd10c5f1287d12418fddb41c8b54b8c8ccc0672796ef7e8431b797
3
+ size 1270648128
model-00008-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59521601119cac2e9743a2a88aa79afd0ac1725bd8200c5b923f8e4456db9137
3
+ size 1270648128
model-00009-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:346d94a7004d2566e19603f8de90444ada635b4facebafed2bb43aead9275dd7
3
+ size 1270648128
model-00010-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657b9f4751a46c0bbc91b32338485fdeaaf4915cc329f44f882fe2e176a7aeb8
3
+ size 1270648128
model-00011-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24129e60fba21f4184c8a94671cbb52598414124815fb51a7ab31fa09161c333
3
+ size 1270648328
model-00012-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c94dd8336439725f34d3b9944f9a23cf264a2221259cec09290e2cd49e9c9a
3
+ size 1270648328
model-00013-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:094b4242813c54391b060ac0aa99083bebd340b92dfb679bad730d7fa6af1e5b
3
+ size 1270648328
model-00014-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc6021f36b540504d88d35b13235e9885ff26041d12865ed72827c4e4c772ef
3
+ size 1270648328
model-00015-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd5f412457c3bf5ad80d6376cddfae11899979b8efd7ee00e5237dedf6e3c77
3
+ size 1270648328
model-00016-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2166fa78665816d44de08d7550c64fbb9d97ba0a966bf67d71de0b3905f8cb3
3
+ size 1270648328
model-00017-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf0b2e89adbb7f0a3350a036fbb4b366d5dffb286322cb6dac5ea4d32ec9bae
3
+ size 1270648328
model-00018-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c477197a1c51cc98403f8492ce037b20797165f02373885c4ddb4ccd5923cde4
3
+ size 1270648328
model-00019-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b42041cbf7966c85795908cc96fe37e0e069a91739fd46d2f03a50295bd219
3
+ size 1270648328
model-00020-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511f8db9f93cfdf32820dc4e56698147e5910490127be0755852b8095de12078
3
+ size 1270648328
model-00021-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e93522096021681fe914e4ff7d13fcc26da26c93d4ed38d83ca5f6126f2d228
3
+ size 1270648328
model-00022-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357b599f87a37f79bd6d60318af34210b03e9246e01b9c64ae14dbe7f2feb200
3
+ size 1270648328
model-00023-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb0c6ce03a50abc6b68b10e6656690018b6400f09d9490dba29dbe354eacce6
3
+ size 1270648328
model-00024-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ceb0ac561c6442f47e11a2ba783c98c33df72a45d70675e19a0cbf30f3448e1
3
+ size 1270648328
model-00025-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26433d801db513fa211bb9d04dcd33faf23deaec3057b67151439166bf931045
3
+ size 1270648328
model-00026-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70aa0ddf7b0a63bf14458cf3855fcd2079a5e2a23c4a69a7636767eee13c10d0
3
+ size 1270648328
model-00027-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84571f02dce3a5cdfea536e4bffd6f5347a6f5bb8945e71c0d482b7498882ab1
3
+ size 1270648328
model-00028-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94fe921f057c92a9529888b67f8d08df7d6aab4bfb7d6dd1f84287f547271f6
3
+ size 1270648328
model-00029-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48bd8ab7d3e5258e277e1f343fd099f21e37adc1bea617127e7c4a6837f26ac
3
+ size 1270648328
model-00030-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053a04f05da47b5c9a1229c365a782299d428f6b10fed6d0226e31e15e4d7f39
3
+ size 1270648328
model-00031-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef831b07bb093b056889fceef7175a817f2655c01ea41b55593c37aec7a203ea
3
+ size 1270648328
model-00032-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43f58f68ef8e2890e965352ee43eef415bfc6d392ee069548857e39ef0e31f8
3
+ size 1270648328
model-00033-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a75088bf5f29bb05a8fa5e038c6525d1eb733178245e85a9f875e84bb37c21e
3
+ size 1270648328
model-00034-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364f2d9d20f603c0c8ee219f3e83569c564f78a9ea62444bdef960738138b54f
3
+ size 1270648328
model-00035-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d5d3a3b120ec7255d86605a82df4fc88cb5792e52d7ff405bad74b7aa1a61a
3
+ size 1270648328
model-00036-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44529d25cc3054685659d31e82792d5453acc88006a0e7aafc2658290ff92a28
3
+ size 1270648328
model-00037-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20f5537bc69a2ddab4f1dcf6f474446ad1855aaf65d10e4e7454374f1de0be8
3
+ size 1270648328
model-00038-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abd5ac05bdd35eb2e878b267c7be0f5dc2e471d8f19bb8949a3bf9b58ca106c6
3
+ size 1270648328
model-00039-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6d0b2901cea6e2d31e2527eb5b7e1196d0449b710ce688250805962f769a5b
3
+ size 1270648328
model-00040-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0b4d5d0160bde80b1e5c28d76479938f78b02f05f782342ed76d90197c9ca9
3
+ size 1270648328
model-00041-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f4a09431b08366c8fb61df11ad9c195f669270cea0ffdabc59aac8cc43eecc
3
+ size 1270648328
model-00042-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bd1718fe2b6395d5b7cf0ab851bd040469bdb0d911ddd28e5e366dbe1183c92
3
+ size 1270648328
model-00043-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe1da68f8c30d7e77a68d48eb7d65d28709f536062dba8168490370cca47ba4
3
+ size 1270648328
model-00044-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a731baa1370864ad61cf8fe8000cb8e1e266529206824a3ce96b5229eb3c53c8
3
+ size 1270648328
model-00045-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a636f872a931396d2fdc57b6c715294e14b3c8040420ffce856a2a0a18194916
3
+ size 1270648328