CoolFace
Datasetpublic

mohsul2000/bloom-1b1-blind-spots

Blind Spots Dataset for bigscience/bloom-1b1 Model Tested: bigscience/bloom-1b1 How I loaded the model in Colab: from transformers import AutoModelForCausalLM, AutoTokenizer model_name = "bigscience/bloom-1b1" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name) # Example input input_text = "The capital of France is" inputs = tokenizer(input_text, return_tensors="pt") outputs = model.generate(**inputs… See the full description on the dataset page: https://huggingface.co/datasets/mohsul2000/bloom-1b1-blind-spots.

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes1downloads
settings

This repository belongs to mohsul2000 on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

namebloom-1b1-blind-spots
visibilitypublic
licencenot set
gatedno
ownermohsul2000
Account settings
mohsul2000/bloom-1b1-blind-spots · CoolFace