Maham789/blind-spots-qwen2.5
Blind Spots of Qwen2.5-1.5B Model Tested Model: Qwen/Qwen2.5-1.5B Link: https://huggingface.co/Qwen/Qwen2.5-1.5B Type: Base language model (not finetuned) Parameters: 1.5 Billion How I Loaded the Model I used Google Colab with a free T4 GPU. from transformers import AutoTokenizer, AutoModelForCausalLM import torch model_name = "Qwen/Qwen2.5-1.5B" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(… See the full description on the dataset page: https://huggingface.co/datasets/Maham789/blind-spots-qwen2.5.
This repository belongs to Maham789 on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
