You're looking at a specific version of this model. Jump to the model overview.
qubit999 /llama3.2-3b-instruct:80d7b7ba
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
|
Name 3 animals with wings
|
Question
|
system_prompt |
string
|
You are an AI chatbot.
|
System prompt
|
max_new_tokens |
integer
|
4096
|
Maximum number of new tokens to generate
|
min_new_tokens |
integer
|
1
|
Minimum number of new tokens to generate
|
temperature |
number
|
0.7
|
Sampling temperature
|
top_p |
number
|
0.9
|
Top-p (nucleus) sampling
|
top_k |
integer
|
0
|
Top-k sampling
|
length_penalty |
number
|
1
|
Length penalty
|
repetition_penalty |
number
|
1
|
Repetition penalty
|
do_sample |
boolean
|
True
|
Use sampling
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}