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

Becky4382/qwen35-2b-base-blind-spots · main · files are served by the source, never re-hosted here