CoolFace
Datasetpublic

Jamshed18/smollm2-blind-spots

SmolLM2-1.7B Blind Spots Dataset Model Tested HuggingFaceTB/SmolLM2-1.7B A 1.7B parameter base language model trained by HuggingFace. It is NOT fine-tuned for instruction following or chat — it is a raw base model that completes text. How I Loaded the Model 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/Jamshed18/smollm2-blind-spots.

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes1downloads
3 commits on main
0fe58457mo ago

Upload smollm2_blind_spots_final.csv

Jamshed18
e97ae847mo ago

Update README.md

Jamshed18
bbea9067mo ago

initial commit

Jamshed18