LFM2.5-1.2B Base Model — Blind Spots Dataset
Model Tested
LiquidAI/LFM2.5-1.2B-BaseA 1.2B parameter base language model from LiquidAI.
How the Model Was Loaded
Tested on Google Colab (T4 GPU) using the following code:
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "LiquidAI/LFM2.5-1.2B-Base"
model = AutoModelForCausalLM.from_pretrained(
model_id, device_map="auto", torch_dtype="bfloat16"
)
tokenizer =… See the full description on the dataset page: https://huggingface.co/datasets/Rh0se/LFM2.5-1.2B-blind-spots.