Ngongbi/smollm2-blind-spots
SmolLM2-1.7B Blind Spots Dataset Model Tested Model: HuggingFaceTB/SmolLM2-1.7B Link: https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B Parameters: 1.7B Type: Base model (not finetuned) How I Loaded the Model !pip install transformers torch from transformers import AutoTokenizer, AutoModelForCausalLM import torch model_name = "HuggingFaceTB/SmolLM2-1.7B" tokenizer = AutoTokenizer.from_pretrained(model_name) model =… See the full description on the dataset page: https://huggingface.co/datasets/Ngongbi/smollm2-blind-spots.
0
Create README.md
Upload blind_spots.csv
initial commit
