Edit model card

Arjun24420/Medical-quantized-gemma-2b

The Model Arjun24420/Medical-quantized-gemma-2b was converted to MLX format from mlx-community/quantized-gemma-2b using mlx-lm version 0.14.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("Arjun24420/Medical-quantized-gemma-2b")
response = generate(model, tokenizer, prompt="What is glaucoma", verbose=True,temp=0.5)
Downloads last month
5
Safetensors
Model size
834M params
Tensor type
FP16
·
U32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.