juliehunter
commited on
Update Modelfile
Browse files
Modelfile
CHANGED
@@ -12,6 +12,11 @@ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
|
12 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
13 |
|
14 |
{{ .Response }}<|eot_id|>"""
|
|
|
|
|
|
|
|
|
|
|
15 |
LICENSE "
|
16 |
Apache License
|
17 |
Version 2.0, January 2004
|
@@ -213,4 +218,4 @@ LICENSE "
|
|
213 |
distributed under the License is distributed on an “AS IS” BASIS,
|
214 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
215 |
See the License for the specific language governing permissions and
|
216 |
-
limitations under the License."
|
|
|
12 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
13 |
|
14 |
{{ .Response }}<|eot_id|>"""
|
15 |
+
PARAMETER stop "<|start_header_id|>"
|
16 |
+
PARAMETER stop "<|end_header_id|>"
|
17 |
+
PARAMETER stop "<|eot_id|>"
|
18 |
+
PARAMETER stop "</s>"
|
19 |
+
PARAMETER stop "<s>"
|
20 |
LICENSE "
|
21 |
Apache License
|
22 |
Version 2.0, January 2004
|
|
|
218 |
distributed under the License is distributed on an “AS IS” BASIS,
|
219 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
220 |
See the License for the specific language governing permissions and
|
221 |
+
limitations under the License."
|