Model Tested: HuggingFaceTB/SmolVLM-BaseParameter Count: 2.2B
1. How I loaded the model (Python Code)
I loaded the model in a Google Colab environment using the transformers library with 4-bit quantization to fit within a free-tier GPU.
from transformers import AutoProcessor, AutoModelForVision2Seq
import torch