LFM2.5-CT-230M

This is an Audio-Text-to-Text Fusion Model combining:

Fused using a soft latent projection interface as described in Click-to-Align (§3.2).

Loading with Transformers

You can load and run this model using Hugging Face Transformers with trust_remote_code=True:

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("ray0rf1re/lfm2.5-CT-230m")
model = AutoModelForCausalLM.from_pretrained(
    "ray0rf1re/lfm2.5-CT-230m",
    trust_remote_code=True,
    torch_dtype=torch.float16 if torch.cuda.is_available() else torch.float32
)
Downloads last month
230
Safetensors
Model size
0.9B params
Tensor type
F32
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support