You're looking at a specific version of this model. Jump to the model overview.
adirik /bunny-phi-2-siglip:b14895cb
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 |
---|---|---|---|
image |
string
|
Input image
|
|
prompt |
string
|
Input text / prompt to query the image
|
|
temperature |
number
|
0.2
Max: 1 |
Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic
|
top_p |
number
|
0.7
Max: 1 |
Samples from top_p percentage of most likely tokens during decoding
|
max_new_tokens |
integer
|
100
Min: 1 |
Maximum number of tokens to generate. A word is generally 2-3 tokens
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}