You're looking at a specific version of this model. Jump to the model overview.
alexgenovese /instruct-blip-v2:ecb350b5
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_url |
string
|
|
image
|
| prompt |
string
|
describe the image
|
prompt
|
| min_len |
integer
|
1
|
min length
|
| max_len |
integer
|
250
|
max length
|
| beam_size |
integer
|
5
|
beam size
|
| len_penalty |
number
|
1
|
length penalty
|
| repetition_penalty |
number
|
2
|
repetition penalty
|
| top_p |
number
|
0.9
|
top p
|
| use_nucleus_sampling |
boolean
|
False
|
use nucleus sampling
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}