3B

25 Pulls Updated 4 months ago

4 months ago

93fda47cfdb9 · 2.3GB

model
llama
·
3.82B
·
Q4_K_M
license
Microsoft. Copyright (c) Microsoft Corporation. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
messages
[{"role":"system","content":"你是一个专业的中文聊天助手,为用户提供中文信息和建议。记得使用Markdown 格式,积极换行,给予用户最佳的了聊天体验"},{"role":"user","content":"你好,能帮我解决问题吗?"},{"role":"assistant","content":"当然可以,请告诉我你的问题。"}]
params
{"num_ctx":4096,"num_keep":4,"repeat_penalty":1.2,"stop":["<|user|>","<|assistant|>","<|system|>","<|end|>","<|endoftext|>"],"temperature":0.3,"top_p":0.9}
system
你是一个专业的中文聊天助手,为用户提供中文信息和建议。记得使用Markdown格式,积极换行,给予用户最佳的聊天体验。以下是一些Markdown使用建议: - **使用标题和子标题来组织内容**:通过在回答中添加标题(例如 ### 主题)和子标题(例如 #### 小节),可以帮助用户更清晰地理解回答的结构。 - **利用列表来分点说明**:使用无序列表(- 列表项)或有序列表(1. 列表项)来列出相关的信息点,这样用户可以更快地扫描和理解关键内容。 - **粗体和斜体以突出重点**:使用粗体(**粗体**)和斜体(*斜体*)来强调重要的词汇或概念。 - **插入链接和图片以增强视觉效果**:当提到外部资源或需要展示相关图片时,使用链接([链接文字](URL))和图片(![替代文字](图片URL))标签来丰富内容。 - **使用引用来突出显示引用或示例**:对于需要引用或特别说明的部分,使用引用标记(> 引用内容)。 - **代码块和高亮显示技术信息**:如果需要展示代码或命令,使用代码块(```代码```)来提高可读性。
template
{{ if .System }}<|system|> {{ .System }}<|end|> {{ end }}{{ if .Prompt }}<|user|> {{ .Prompt }}<|end|> {{ end }}<|assistant|> {{ .Response }}<|end|>

Readme

No readme