ekurtic commited on
Commit
c15e89d
·
verified ·
1 Parent(s): ebdbd56

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. chat_template.jinja +154 -0
  3. config.json +0 -0
  4. eldar_model_index.json +0 -0
  5. generation_config.json +13 -0
  6. model.safetensors-00001-of-00094.safetensors +3 -0
  7. model.safetensors-00002-of-00094.safetensors +3 -0
  8. model.safetensors-00003-of-00094.safetensors +3 -0
  9. model.safetensors-00004-of-00094.safetensors +3 -0
  10. model.safetensors-00005-of-00094.safetensors +3 -0
  11. model.safetensors-00006-of-00094.safetensors +3 -0
  12. model.safetensors-00007-of-00094.safetensors +3 -0
  13. model.safetensors-00008-of-00094.safetensors +3 -0
  14. model.safetensors-00009-of-00094.safetensors +3 -0
  15. model.safetensors-00010-of-00094.safetensors +3 -0
  16. model.safetensors-00011-of-00094.safetensors +3 -0
  17. model.safetensors-00012-of-00094.safetensors +3 -0
  18. model.safetensors-00013-of-00094.safetensors +3 -0
  19. model.safetensors-00014-of-00094.safetensors +3 -0
  20. model.safetensors-00015-of-00094.safetensors +3 -0
  21. model.safetensors-00016-of-00094.safetensors +3 -0
  22. model.safetensors-00017-of-00094.safetensors +3 -0
  23. model.safetensors-00018-of-00094.safetensors +3 -0
  24. model.safetensors-00019-of-00094.safetensors +3 -0
  25. model.safetensors-00020-of-00094.safetensors +3 -0
  26. model.safetensors-00021-of-00094.safetensors +3 -0
  27. model.safetensors-00022-of-00094.safetensors +3 -0
  28. model.safetensors-00023-of-00094.safetensors +3 -0
  29. model.safetensors-00024-of-00094.safetensors +3 -0
  30. model.safetensors-00025-of-00094.safetensors +3 -0
  31. model.safetensors-00026-of-00094.safetensors +3 -0
  32. model.safetensors-00027-of-00094.safetensors +3 -0
  33. model.safetensors-00028-of-00094.safetensors +3 -0
  34. model.safetensors-00029-of-00094.safetensors +3 -0
  35. model.safetensors-00030-of-00094.safetensors +3 -0
  36. model.safetensors-00031-of-00094.safetensors +3 -0
  37. model.safetensors-00032-of-00094.safetensors +3 -0
  38. model.safetensors-00033-of-00094.safetensors +3 -0
  39. model.safetensors-00034-of-00094.safetensors +3 -0
  40. model.safetensors-00035-of-00094.safetensors +3 -0
  41. model.safetensors-00036-of-00094.safetensors +3 -0
  42. model.safetensors-00037-of-00094.safetensors +3 -0
  43. model.safetensors-00038-of-00094.safetensors +3 -0
  44. model.safetensors-00039-of-00094.safetensors +3 -0
  45. model.safetensors-00040-of-00094.safetensors +3 -0
  46. model.safetensors-00041-of-00094.safetensors +3 -0
  47. model.safetensors-00042-of-00094.safetensors +3 -0
  48. model.safetensors-00043-of-00094.safetensors +3 -0
  49. model.safetensors-00044-of-00094.safetensors +3 -0
  50. model.safetensors-00045-of-00094.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
chat_template.jinja ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\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>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is defined %}
120
+ {%- for args_name, args_value in tool_call.arguments|items %}
121
+ {{- '<parameter=' + args_name + '>\n' }}
122
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
123
+ {{- args_value }}
124
+ {{- '\n</parameter>\n' }}
125
+ {%- endfor %}
126
+ {%- endif %}
127
+ {{- '</function>\n</tool_call>' }}
128
+ {%- endfor %}
129
+ {%- endif %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif message.role == "tool" %}
132
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
133
+ {{- '<|im_start|>user' }}
134
+ {%- endif %}
135
+ {{- '\n<tool_response>\n' }}
136
+ {{- content }}
137
+ {{- '\n</tool_response>' }}
138
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
139
+ {{- '<|im_end|>\n' }}
140
+ {%- elif loop.last %}
141
+ {{- '<|im_end|>\n' }}
142
+ {%- endif %}
143
+ {%- else %}
144
+ {{- raise_exception('Unexpected message role.') }}
145
+ {%- endif %}
146
+ {%- endfor %}
147
+ {%- if add_generation_prompt %}
148
+ {{- '<|im_start|>assistant\n' }}
149
+ {%- if enable_thinking is defined and enable_thinking is false %}
150
+ {{- '<think>\n\n</think>\n\n' }}
151
+ {%- else %}
152
+ {{- '<think>\n' }}
153
+ {%- endif %}
154
+ {%- endif %}
config.json ADDED
The diff for this file is too large to render. See raw diff
 
eldar_model_index.json ADDED
The diff for this file is too large to render. See raw diff
 
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 248044,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 248046,
6
+ 248044
7
+ ],
8
+ "pad_token_id": 248044,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.57.0.dev0"
13
+ }
model.safetensors-00001-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db162579664702424a04cb6f6b0b9f09ee47b841784e49f483282c9cdc95469
3
+ size 4299161896
model.safetensors-00002-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff1b876feb512ed6d358117194775dfbf230d2efb264ab2c0aaedd24d495ba9
3
+ size 4299161896
model.safetensors-00003-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ed16d0c29fcace337e7b7b0aa4ea1e9850f47f6485d29faeddf91fd3c064fe4
3
+ size 4299161896
model.safetensors-00004-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5dd28bda7edc68c9d7cd51c44a100fdb40930c8f3162f9cfbcc5895304f277
3
+ size 4299161888
model.safetensors-00005-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7678256b77b89f6ce46f03b1a82326072724a28579742b25fecdfbb2296c723
3
+ size 4299161888
model.safetensors-00006-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78dee35cb82e5cb3bdad7cf811dc777c58375544f382462c50ecbceb7a6b88b
3
+ size 4299161896
model.safetensors-00007-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfec87d2cdea7c6b7625c14b654c71e8ea32b2d8ecf8fdf3d51ce20437aa3c78
3
+ size 4299161896
model.safetensors-00008-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e53530a686f8dad9d1829e2e0368211d7c234f4f9f9969c8c08d7116891e60
3
+ size 4299161896
model.safetensors-00009-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d4c90a761e30ba2414f2260a147e896e8261fe4617b2ef341b80918da4dffe
3
+ size 4299161896
model.safetensors-00010-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946a6cfff3669fd514c52a6d60f45e516bbb0b59a3c7e0c5125ba4780db5613d
3
+ size 4299161896
model.safetensors-00011-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459b89b1bc9f2c58cc354574f800d4e5b9d8c19c0e0307c4cdfefa352a40d282
3
+ size 4299161896
model.safetensors-00012-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3cbc4d318e303f11a9f55f3b69b5d2295f3b9a1815d358c406ca5ba67d355dc
3
+ size 4299161896
model.safetensors-00013-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6750190ec3d320a46863dc71ec385cfb0292e80a7def5ef253f62cf0c0d6bdc4
3
+ size 4299161896
model.safetensors-00014-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4848513fce20cb862891dcac998cff95042da350a7d643590e315d8b78f775
3
+ size 4299161896
model.safetensors-00015-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a78414784beabfc51aee66d599b5ae57e34fdc7117a57c5aaedd9517bebdc9
3
+ size 4299161896
model.safetensors-00016-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58404a72351a75ce2bccae455a50adf0d2725e41a7ad8ee1946c36a0c43f1a14
3
+ size 4299161888
model.safetensors-00017-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f68aae452726ae5fe7c6c3f0c4ee468cb18caddcbb299f8b25ac3ead599127
3
+ size 4299161896
model.safetensors-00018-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a624a68aceebd0c942a90391b4e275aa6c6ec6952fe179bf69dc8e007f50fcb
3
+ size 4299161888
model.safetensors-00019-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646ed596b906390d0fb6d41927a38f643b35ee74f494d2db545c368ddbbf4758
3
+ size 4299161888
model.safetensors-00020-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:077b53f94e680640dee9f3e1997f9aa71d881fed7647722521501809fb424692
3
+ size 4299161896
model.safetensors-00021-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328f76fac0449a3b89f10fa6122545428d4bbca60f4ad66f52576fa67858b33b
3
+ size 4299161896
model.safetensors-00022-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4637a9c8462fa4d7edf35cd92be6a32ef45a6058c6fa98a2bde6a285a48a480e
3
+ size 4299161896
model.safetensors-00023-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:015e0c834f5501cf4fee5dfbe2328d1c718623669088c8c6a7057c1753b56a14
3
+ size 4299161896
model.safetensors-00024-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:393ac8204ab17b678ac99104ae6b2ab6878b8f37d1e5f4add4f6d7891648bbbe
3
+ size 4299161896
model.safetensors-00025-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16172dccf403952954ef757a0ccf82f8266704c318e06e6d9171bf157df056b9
3
+ size 4299161896
model.safetensors-00026-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e015e5cded924e839438e16a1979f2f03c95fd22b012aa5a9742c2b4202ef71
3
+ size 4299161896
model.safetensors-00027-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33e15fbdbdfc68ec4ef557697ee39773b5f852657582ad0b005e191f474f7a8d
3
+ size 4299161896
model.safetensors-00028-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b864cf722831ec65d109a4b9b7cec03a8ed2182c2ab4dbfb33840717a504ef4d
3
+ size 4299161888
model.safetensors-00029-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a12ae227d489af9f764ee8ff8e2528d921632d78df04d42c10901ee293728408
3
+ size 4299161888
model.safetensors-00030-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6e25d9139e266970e6d9c8cdd831891ef65a8e3f5b15ff02798442674534dfa
3
+ size 4299161896
model.safetensors-00031-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e5e620cde5f0e5723a34b7a8df811729dab46a31bba0aed4b335548c27602e
3
+ size 4299161888
model.safetensors-00032-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd0e1515692ca1b788e8c0453af56ea272f1e12374a7a25438bf6d8b76b8097
3
+ size 4299161896
model.safetensors-00033-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c94f57c014af74669181772f75f2d85c9258119ea6f845bf3b5a1784fc5794
3
+ size 4299161896
model.safetensors-00034-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4637e6e1db5b7e24e35569f55f03dfdd2ab65fb993e0444fbabd2024eb5eb55
3
+ size 4299161896
model.safetensors-00035-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937423fe8c6b4e8c664ffaa7f00483c98107de65f6e1467df9ebfcb95c08afda
3
+ size 4299161888
model.safetensors-00036-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b0dbaeb7b1f7a049e0615d8f884811cc9bf61b795e8384bb8c24c56f402b79
3
+ size 4299161896
model.safetensors-00037-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f0366d313aabf9dcf40e4791ff81628139532e57402bfd92c3e341f56dc4824
3
+ size 4299161896
model.safetensors-00038-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ca1854cd99173a390e24d0d6e692fb4187a418dcdd84228a2a6429a487d884
3
+ size 4299161896
model.safetensors-00039-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2f476177f559d8fd0e84478a9fe46858a705c5a331e4789ea80258c000aab9
3
+ size 4299161896
model.safetensors-00040-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f23778496b097204de97845823cb91da4fcbcb6d61402689e039a492a31acc73
3
+ size 4299161896
model.safetensors-00041-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21cf45a98cf8c66c67936997f54b8af37ef9873c6f23b3f5017663f9a1d59f6d
3
+ size 4299161896
model.safetensors-00042-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d06a87003e880c512504a8d763edfde0cfbdf5b7ef8d625296f12a05383ccc0
3
+ size 4299161896
model.safetensors-00043-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132e3165335dc363d8ccad2f087e6c0b2fa9c91d4b8257789aace4a11ae53714
3
+ size 4299161896
model.safetensors-00044-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4147ad4a8147ea7fbe386cb0bd68ff39110ce80faf64f647eac8cb5ba65be037
3
+ size 4299161896
model.safetensors-00045-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d449a75dd1afc8912539b457f0c9ed9751370f3915d52309e3559d5c8654d2a
3
+ size 4299161888