Technical Challenge: Blind Spots of Frontier Models
1. Tested Model
Model Name: SmolLM2-135M
Model Link: HuggingFaceTB/SmolLM2-135M
Parameters: 135 Million (Base Model)
2. Loading Methodology
The model was loaded using the transformers library in a local VS Code environment with the following configuration:
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch