CoolFace
Modelpublic

itayl/Hebrew-Gemma-11B-Instruct-mlx-4bit

sourceHugging Faceotherupdated 3y agoView on Hugging Face
1likes76downloads
Model Card

itayl/Hebrew-Gemma-11B-Instruct-mlx-4bit

This model was converted to MLX format from [yam-peleg/Hebrew-Gemma-11B-Instruct](). Refer to the original model card for more details on the model.

Use with mlx

bash
pip install mlx-lm
python
from mlx_lm import load, generate

model, tokenizer = load("itayl/Hebrew-Gemma-11B-Instruct-mlx-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)