Daniel Rollings commited on
Commit
182deb4
1 Parent(s): b253a5b

Upload replete-storm.modelfile

Browse files
Files changed (1) hide show
  1. replete-storm.modelfile +238 -0
replete-storm.modelfile ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Modelfile generated by "ollama show"
2
+ # To build a new Modelfile based on this, replace FROM with:
3
+ # FROM llama-3.1-8b-storm:q6_k
4
+
5
+ FROM /tmp/replete-storm:q5_k_m.gguf
6
+ TEMPLATE """{{- if .Messages }}
7
+ {{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
8
+ {{ .System }}
9
+ {{- if .Tools }}
10
+ You are a function calling AI model. You may call one or more functions to assist with the user query. Don't make assumptions about what values to plug into function. The user may use the terms function calling or tool use interchangeably.
11
+
12
+ Here are the available functions:
13
+ <tools>
14
+ {{- range .Tools }}
15
+ {{ json . }}
16
+ {{- end }}
17
+ </tools>
18
+ For each function call return a json object with function name and arguments within <tool_call></tool_call> XML tags in the format:
19
+ <tool_call>
20
+ {"tool_name": <function-name>, "tool_arguments": <args-dict>}
21
+ </tool_call>
22
+ {{- end }}<|eot_id|>
23
+ {{- end }}
24
+
25
+ {{- $hasToolResponses := false }}
26
+ {{- range .Messages }}
27
+ {{- if eq .Role "tool" }}
28
+ {{- if not $hasToolResponses }}
29
+ <|im_start|>tool
30
+ {{- $hasToolResponses = true }}
31
+ {{- end }}
32
+ <tool_response>
33
+ {{ .Content }}
34
+ </tool_response>
35
+ {{- else }}
36
+ {{- if $hasToolResponses }}<|eot_id|>
37
+ {{- $hasToolResponses = false }}
38
+ {{- end }}
39
+ <|im_start|>{{ .Role }}
40
+ {{- if and (eq .Role "assistant") .ToolCalls }}
41
+ <tool_call>
42
+ {{- range .ToolCalls }}
43
+ {"name": "{{ .Function.Name }}", "arguments": {{ .Function.Arguments }}}
44
+ {{- end }}
45
+ </tool_call>
46
+ {{- else }}
47
+ {{ .Content }}
48
+ {{- end }}<|eot_id|>
49
+ {{- end }}
50
+ {{- end }}
51
+ {{- if $hasToolResponses }}<|eot_id|>
52
+ {{- end }}
53
+ <|im_start|>assistant
54
+ {{ else }}
55
+ {{- if .System }}
56
+ <|start_header_id|>system<|end_header_id|>
57
+ {{ .System }}<|eot_id|>
58
+ {{- end }}
59
+
60
+ {{- if .Prompt }}
61
+ <|start_header_id|>user<|end_header_id|>
62
+ {{ .Prompt }}<|eot_id|>
63
+ {{- end }}
64
+
65
+ <|start_header_id|>assistant<|end_header_id|>
66
+ {{ .Response }}<|eot_id|>
67
+ {{- end }}"""
68
+ PARAMETER stop <|start_header_id|>
69
+ PARAMETER stop <|end_header_id|>
70
+ PARAMETER stop <|eot_id|>
71
+ LICENSE "LLAMA 3.1 COMMUNITY LICENSE AGREEMENT
72
+ Llama 3.1 Version Release Date: July 23, 2024
73
+
74
+ “Agreement” means the terms and conditions for use, reproduction, distribution and modification of the
75
+ Llama Materials set forth herein.
76
+
77
+ “Documentation” means the specifications, manuals and documentation accompanying Llama 3.1
78
+ distributed by Meta at https://llama.meta.com/doc/overview.
79
+
80
+ “Licensee” or “you” means you, or your employer or any other person or entity (if you are entering into
81
+ this Agreement on such person or entity’s behalf), of the age required under applicable laws, rules or
82
+ regulations to provide legal consent and that has legal authority to bind your employer or such other
83
+ person or entity if you are entering in this Agreement on their behalf.
84
+
85
+ “Llama 3.1” means the foundational large language models and software and algorithms, including
86
+ machine-learning model code, trained model weights, inference-enabling code, training-enabling code,
87
+ fine-tuning enabling code and other elements of the foregoing distributed by Meta at
88
+ https://llama.meta.com/llama-downloads.
89
+
90
+ “Llama Materials” means, collectively, Meta’s proprietary Llama 3.1 and Documentation (and any
91
+ portion thereof) made available under this Agreement.
92
+
93
+ “Meta” or “we” means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, your
94
+ principal place of business is in the EEA or Switzerland) and Meta Platforms, Inc. (if you are located
95
+ outside of the EEA or Switzerland).
96
+
97
+ By clicking “I Accept” below or by using or distributing any portion or element of the Llama Materials,
98
+ you agree to be bound by this Agreement.
99
+
100
+ 1. License Rights and Redistribution.
101
+
102
+ a. Grant of Rights. You are granted a non-exclusive, worldwide, non-transferable and royalty-free
103
+ limited license under Meta’s intellectual property or other rights owned by Meta embodied in the Llama
104
+ Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the
105
+ Llama Materials.
106
+
107
+ b. Redistribution and Use.
108
+
109
+ i. If you distribute or make available the Llama Materials (or any derivative works
110
+ thereof), or a product or service (including another AI model) that contains any of them, you shall (A)
111
+ provide a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with
112
+ Llama” on a related website, user interface, blogpost, about page, or product documentation. If you use
113
+ the Llama Materials or any outputs or results of the Llama Materials to create, train, fine tune, or
114
+ otherwise improve an AI model, which is distributed or made available, you shall also include “Llama” at
115
+ the beginning of any such AI model name.
116
+
117
+ ii. If you receive Llama Materials, or any derivative works thereof, from a Licensee as part
118
+ of an integrated end user product, then Section 2 of this Agreement will not apply to you.
119
+
120
+ iii. You must retain in all copies of the Llama Materials that you distribute the following
121
+ attribution notice within a ���Notice” text file distributed as a part of such copies: “Llama 3.1 is
122
+ licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights
123
+ Reserved.”
124
+
125
+ iv. Your use of the Llama Materials must comply with applicable laws and regulations
126
+ (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Llama
127
+ Materials (available at https://llama.meta.com/llama3_1/use-policy), which is hereby incorporated by
128
+ reference into this Agreement.
129
+
130
+ 2. Additional Commercial Terms. If, on the Llama 3.1 version release date, the monthly active users
131
+ of the products or services made available by or for Licensee, or Licensee’s affiliates, is greater than 700
132
+ million monthly active users in the preceding calendar month, you must request a license from Meta,
133
+ which Meta may grant to you in its sole discretion, and you are not authorized to exercise any of the
134
+ rights under this Agreement unless or until Meta otherwise expressly grants you such rights.
135
+
136
+ 3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY
137
+ OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF
138
+ ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED,
139
+ INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT,
140
+ MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR
141
+ DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND
142
+ ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND
143
+ RESULTS.
144
+
145
+ 4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF
146
+ LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING
147
+ OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL,
148
+ INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED
149
+ OF THE POSSIBILITY OF ANY OF THE FOREGOING.
150
+
151
+ 5. Intellectual Property.
152
+
153
+ a. No trademark licenses are granted under this Agreement, and in connection with the Llama
154
+ Materials, neither Meta nor Licensee may use any name or mark owned by or associated with the other
155
+ or any of its affiliates, except as required for reasonable and customary use in describing and
156
+ redistributing the Llama Materials or as set forth in this Section 5(a). Meta hereby grants you a license to
157
+ use “Llama” (the “Mark”) solely as required to comply with the last sentence of Section 1.b.i. You will
158
+ comply with Meta’s brand guidelines (currently accessible at
159
+ https://about.meta.com/brand/resources/meta/company-brand/ ). All goodwill arising out of your use
160
+ of the Mark will inure to the benefit of Meta.
161
+
162
+ b. Subject to Meta’s ownership of Llama Materials and derivatives made by or for Meta, with
163
+ respect to any derivative works and modifications of the Llama Materials that are made by you, as
164
+ between you and Meta, you are and will be the owner of such derivative works and modifications.
165
+
166
+ c. If you institute litigation or other proceedings against Meta or any entity (including a
167
+ cross-claim or counterclaim in a lawsuit) alleging that the Llama Materials or Llama 3.1 outputs or
168
+ results, or any portion of any of the foregoing, constitutes infringement of intellectual property or other
169
+ rights owned or licensable by you, then any licenses granted to you under this Agreement shall
170
+ terminate as of the date such litigation or claim is filed or instituted. You will indemnify and hold
171
+ harmless Meta from and against any claim by any third party arising out of or related to your use or
172
+ distribution of the Llama Materials.
173
+
174
+ 6. Term and Termination. The term of this Agreement will commence upon your acceptance of this
175
+ Agreement or access to the Llama Materials and will continue in full force and effect until terminated in
176
+ accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in
177
+ breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete
178
+ and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of this
179
+ Agreement.
180
+
181
+ 7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of
182
+ the State of California without regard to choice of law principles, and the UN Convention on Contracts
183
+ for the International Sale of Goods does not apply to this Agreement. The courts of California shall have
184
+ exclusive jurisdiction of any dispute arising out of this Agreement.
185
+
186
+ # Llama 3.1 Acceptable Use Policy
187
+
188
+ Meta is committed to promoting safe and fair use of its tools and features, including Llama 3.1. If you
189
+ access or use Llama 3.1, you agree to this Acceptable Use Policy (“Policy”). The most recent copy of
190
+ this policy can be found at [https://llama.meta.com/llama3_1/use-policy](https://llama.meta.com/llama3_1/use-policy)
191
+
192
+ ## Prohibited Uses
193
+
194
+ We want everyone to use Llama 3.1 safely and responsibly. You agree you will not use, or allow
195
+ others to use, Llama 3.1 to:
196
+
197
+ 1. Violate the law or others’ rights, including to:
198
+ 1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:
199
+ 1. Violence or terrorism
200
+ 2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material
201
+ 3. Human trafficking, exploitation, and sexual violence
202
+ 4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.
203
+ 5. Sexual solicitation
204
+ 6. Any other criminal activity
205
+ 3. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals
206
+ 4. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services
207
+ 5. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices
208
+ 6. Collect, process, disclose, generate, or infer health, demographic, or other sensitive personal or private information about individuals without rights and consents required by applicable laws
209
+ 7. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama Materials
210
+ 8. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system
211
+
212
+ 2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Llama 3.1 related to the following:
213
+ 1. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State
214
+ 2. Guns and illegal weapons (including weapon development)
215
+ 3. Illegal drugs and regulated/controlled substances
216
+ 4. Operation of critical infrastructure, transportation technologies, or heavy machinery
217
+ 5. Self-harm or harm to others, including suicide, cutting, and eating disorders
218
+ 6. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual
219
+
220
+ 3. Intentionally deceive or mislead others, including use of Llama 3.1 related to the following:
221
+ 1. Generating, promoting, or furthering fraud or the creation or promotion of disinformation
222
+ 2. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content
223
+ 3. Generating, promoting, or further distributing spam
224
+ 4. Impersonating another individual without consent, authorization, or legal right
225
+ 5. Representing that the use of Llama 3.1 or outputs are human-generated
226
+ 6. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement
227
+
228
+ 4. Fail to appropriately disclose to end users any known dangers of your AI system
229
+
230
+ Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation
231
+ of this Policy through one of the following means:
232
+
233
+ * Reporting issues with the model: [https://github.com/meta-llama/llama-models/issues](https://github.com/meta-llama/llama-models/issues)
234
+ * Reporting risky content generated by the model: developers.facebook.com/llama_output_feedback
235
+ * Reporting bugs and security concerns: facebook.com/whitehat/info
236
+ * Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama 3.1: [email protected]
237
+ "
238
+