Downloads · 30 days
10
7% of all-time downloads
lmbelo/OpenELM-270M-Function-Calling
OpenELM-270M-Function-Calling is a machine learning model from lmbelo. 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.
The Model lmbelo/OpenELM-270M-Function-Calling was converted to MLX format from lmbelo/OpenELM-270M-Instruct using mlx-lm version 0.13.1.
Downloads · 30 days
10
7% of all-time downloads
All-time downloads
150
Public
Parameters
272M
543 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors543 MB · 100%
From the Hugging Face model README
The Model lmbelo/OpenELM-270M-Function-Calling was converted to MLX format from lmbelo/OpenELM-270M-Instruct using mlx-lm version 0.13.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("lmbelo/OpenELM-270M-Function-Calling")
response = generate(model, tokenizer, prompt="hello", verbose=True)