SmolLM-135M-8bit / README.md
prince-canuma's picture
93d9c352f6a7d1b4909b4a6940c4c6f50e02d90f16fb46ade46bf5a72662aeee
3c86ed6 verified
|
raw
history blame
No virus
624 Bytes
metadata
language:
  - en
license: apache-2.0
library_name: transformers
tags:
  - mlx
datasets:
  - HuggingFaceTB/smollm-corpus

mlx-community/SmolLM-135M-8bit

The Model mlx-community/SmolLM-135M-8bit 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-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)