Edit model card

Paramstr/MLX_unsloth_gemma-2b-it

The Model Paramstr/MLX_unsloth_gemma-2b-it was converted to MLX format from unsloth/gemma-2b-it using mlx-lm version 0.14.2.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("Paramstr/MLX_unsloth_gemma-2b-it")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
0
Safetensors
Model size
392M params
Tensor type
FP16
·
U32
·
Inference API
Input a message to start chatting with Paramstr/MLX_unsloth_gemma-2b-it.
This model can be loaded on Inference API (serverless).