Nac/ smolvlm:latest

24 3 weeks ago

A deterministic configuration of SmolVLM.

vision
ollama run Nac/smolvlm

Details

3 weeks ago

a38697e9d57d · 546MB ·

llama
·
409M
·
Q8_0
clip
·
98.2M
·
Q8_0
{{ .Prompt }} ## Image Description
{ "stop": [ "<|im_end|>", "\n\n---", "\n\n#", "\n\n**Chain",

Readme

This is a deterministic configuration of SmolVLM made to make image descriptions. Call the LLM with a newline and one image only like this:

curl http://localhost:11434/api/generate -d '{
  "model": "Nac/smolvlm",
  "prompt": "\n",
  "images": ["<base64_encoded_image>"]
}'

Ported from ggml-org/SmolVLM-500M-Instruct-GGUF.