CoolFace
Datasetpublic

Becky4382/qwen35-2b-base-blind-spots

Blind Spots of Qwen3.5-2B-Base This dataset documents incorrect predictions from Qwen/Qwen3.5-2B-Base, a 2.21B-parameter pre-trained base model released February 2026. How the Model Was Loaded Loaded in Google Colab (free T4 GPU) with Hugging Face Transformers: import torch from transformers import AutoModelForCausalLM, AutoTokenizer MODEL_ID = "Qwen/Qwen3.5-2B-Base" tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True) model =… See the full description on the dataset page: https://huggingface.co/datasets/Becky4382/qwen35-2b-base-blind-spots.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes1downloads
4 commits on main
0639eab7mo ago

Update README.md

Becky4382
fd1f0317mo ago

Upload blind_spots_dataset.csv

Becky4382
5c9692c7mo ago

Create README.md

Becky4382
fab5e947mo ago

initial commit

Becky4382