############################################################################
Model Tested:
mistralai/Ministral-3-3B-Base-2512
link:
https://huggingface.co/mistralai/Ministral-3-3B-Base-2512
############################################################################
Loading the Model:
from transformers import Mistral3ForConditionalGeneration, MistralCommonBackend, FineGrainedFP8Config
from datasets import load_dataset
ds = load_dataset("syedamariah/prompt_blindspot_experiment")
model_id =… See the full description on the dataset page:
https://huggingface.co/datasets/syedamariah/prompt_blindspot_experiment.