A.X-4.0-Light-dq68-mlx
This model A.X-4.0-Light-dq68-mlx was converted to MLX format from skt/A.X-4.0-Light using mlx-lm version 0.26.0.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("A.X-4.0-Light-dq68-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)
- Downloads last month
- 10
Model tree for nightmedia/A.X-4.0-Light-dq68-mlx
Base model
skt/A.X-4.0-LightEvaluation results
- exact_match on mmlu (chat CoT)self-reported75.430
- exact_match on kmmlu (chat CoT)self-reported64.150