ligaments-dev/Qwen2.5-1.5B-Instruct-itr-lora

This model ligaments-dev/Qwen2.5-1.5B-Instruct-itr-lora was converted to MLX format from Qwen/Qwen2.5-1.5B-Instruct using mlx-lm version 0.31.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("ligaments-dev/Qwen2.5-1.5B-Instruct-itr-lora")

prompt = "hello"

if tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True, return_dict=False,
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)
Downloads last month
75
Safetensors
Model size
2B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
Input a message to start chatting with ligaments-dev/Qwen2.5-1.5B-Instruct-itr-lora.

Model tree for ligaments-dev/Qwen2.5-1.5B-Instruct-itr-lora

Finetuned
(1584)
this model