Model Blind Spot Evaluation Dataset
Tested Model
Model Name: Qwen/Qwen2.5-3B
Model Link:
https://huggingface.co/Qwen/Qwen2.5-3B
This dataset evaluates failure cases observed while experimenting with the Qwen2.5-3B language model.
How the Model Was Loaded
The model was loaded using the Hugging Face transformers library as follows:
from transformers import AutoTokenizer, AutoModelForCausalLM
import torch
model_name = "Qwen/Qwen2.5-3B"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model =… See the full description on the dataset page:
https://huggingface.co/datasets/datawithusman/model-blind-spots-evaluation.