omi-health/medical-dialogue-to-soap-summary
Viewer β’ Updated β’ 10k β’ 448 β’ 77
How to use mlx-community/sum-small-unquantized with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir sum-small-unquantized mlx-community/sum-small-unquantized
The Model mlx-community/sum-small-unquantized was converted to MLX format from omi-health/sum-small using mlx-lm version 0.13.0.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/sum-small-unquantized")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized