Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
model-blindspots – Dataset by whoabhijit | AlphaNeural AI
You can deploy this model and start earning money today!
whoabhijit
/
model-blindspots
like
0
n<1K
json
text
datasets
pandas
polars
mlcroissant
us
Views
No views yet
Model card
Files and Versions
Community
API
Model Blind Spots Dataset Model Tested
Model: microsoft/phi-2Link:
https://huggingface.co/microsoft/phi-2
How the Model Was Loaded
from transformers import AutoTokenizer, AutoModelForCausalLM
model_name = "microsoft/phi-2"
tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name)
Description
This dataset contains prompts where the model produced incorrect outputs.
The blind spots include:
Letter… See the full description on the dataset page:
https://huggingface.co/datasets/whoabhijit/model-blindspots
.