RP and Writing
Collection
Trained to be different
•
107 items
•
Updated
•
3
This model LFM2-Wee-Bit-Scary-4B-mxfp4-mlx was converted to MLX format from DavidAU/LFM2-Wee-Bit-Scary-4B using mlx-lm version 0.28.1.
It was created by DavidAU from the LFM2 by adding Brainstorming.
Metrics coming soon.
-G
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("LFM2-Wee-Bit-Scary-4B-mxfp4-mlx")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
Base model
LiquidAI/LFM2-2.6B