Lille 130M
					Collection
				
Very Small smart model created for the mobile
					• 
				5 items
				• 
				Updated
					
				•
					
					1
This model mlx-community/lille-130m-instruct-6bit was converted to MLX format from mlx-community/lille-130m-instruct-fp16 using mlx-lm version 0.27.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/lille-130m-instruct-6bit")
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
Nikity/lille-130m-base