Downloads · 30 days
401
4% of all-time downloads
mlx-community/OpenELM-270M-Instruct
OpenELM-270M-Instruct is a machine learning model from mlx-community. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for mlx. The card lists the license as other.
This model was converted to MLX format from apple/OpenELM-270M-instruct using mlx-lm version 0.10.0. Refer to the original model card for more details on the model.
Downloads · 30 days
401
4% of all-time downloads
All-time downloads
11.1K
Public
Parameters
272M
544 MB on disk
Likes
5
Public
Click a slice to open those files.
.safetensors543 MB · 100%
From the Hugging Face model README
This model was converted to MLX format from apple/OpenELM-270M-instruct using mlx-lm version 0.10.0.
Refer to the original model card for more details on the model.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/OpenELM-270M-instruct")
response = generate(model, tokenizer, prompt="hello", verbose=True)