SmolLM-135M-4bit / README.md
prince-canuma's picture
860eeab156bda8d3a05a696bb7ef6a8be13f9db34c23106a920f8dc36ba65ad9
3409280 verified
|
raw
history blame
624 Bytes
metadata
language:
  - en
license: apache-2.0
library_name: transformers
tags:
  - mlx
datasets:
  - HuggingFaceTB/smollm-corpus

mlx-community/SmolLM-135M-4bit

The Model mlx-community/SmolLM-135M-4bit was converted to MLX format from HuggingFaceTB/SmolLM-135M using mlx-lm version 0.16.0.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("mlx-community/SmolLM-135M-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)