--- base_model: - HuggingFaceTB/SmolVLM-256M-Instruct language: - en library_name: transformers license: apache-2.0 pipeline_tag: image-text-to-text tags: - mlx --- # ds4sd/SmolDocling-256M-preview-mlx-bf16 This model was converted to MLX format from [`ds4sd/SmolDocling-256M-preview`]() using mlx-vlm version **0.1.18**. Refer to the [original model card](https://huggingface.co/ds4sd/SmolDocling-256M-preview) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model ds4sd/SmolDocling-256M-preview-mlx-bf16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```