You're looking at a specific version of this model. Jump to the model overview.
nomagick /qwen-14b-chat:821fb814
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
prompt |
string
|
<|im_start|>system
You are a helpful assistant<|im_end|>
<|im_start|>user
请使用英文重复这段话:"为了使模型生成最优输出,当使用 Qwen 时需要使用特定的输入格式(chatml),请按照示例格式组织输入。"<|im_end|>
<|im_start|>assistant
|
Prompt for completion, in chatml format
|
max_tokens |
integer
|
2048
Min: 1 Max: 8192 |
Max new tokens to generate
|
temperature |
number
|
0.75
Max: 5 |
Temperature
|
top_p |
number
|
0.8
Max: 1 |
Top_p
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'type': 'string'},
'title': 'Output',
'type': 'array',
'x-cog-array-display': 'concatenate',
'x-cog-array-type': 'iterator'}