meta-llama / llama-models

Utilities intended for use with Llama models.
Other
4.29k stars 763 forks source link

Vision: can I do few shot? #163

Closed dersuchendee closed 1 day ago

dersuchendee commented 1 day ago

Can I do few-shot (image+text) to classify a new image with the vision model?

ashwinb commented 1 day ago

Not really. Currently we only recommend using max one image in the prompts -- this makes it unsuitable for few-shot usage.