kashfameen/smolLM2-blindspots-kashaf
Blind Spots of HuggingFaceTB/SmolLM2-1.7B Model Tested Model: HuggingFaceTB/SmolLM2-1.7B Release date: December 2024 Parameters: 1.7B Type: Base model (not fine-tuned) How I Loaded the Model I used Google Colab with a T4 GPU. Here is the code: 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/kashfameen/smolLM2-blindspots-kashaf.
This repository belongs to kashfameen on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
