HuggingFaceTB/SmolLM3-3B
— a raw pretrained base LLM (no instruction tuning) released July 8 2025 with 3B parameters.
How the Model Was Loaded
Loaded on a free Colab T4 GPU in 4-bit NF4 quantisation with bitsandbytes:
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
import torch