How to use from the
Use from the
KRONOS library
# No code snippets available yet for this library.

# To use this model, check the repository files and the library's documentation.

# Want to help? PRs adding snippets are welcome at:
# https://github.com/huggingface/huggingface.js

Kronos-mini (MLX)

Apple MLX port of NeoQuasar/Kronos-mini — the lightweight 4.1M-parameter Kronos variant with a 2048-token context window. Pair with gxcsoccer/kronos-mlx-tokenizer-2k.

Usage

from kronos_mlx import Kronos, KronosTokenizer, KronosPredictor

tokenizer = KronosTokenizer.from_pretrained("gxcsoccer/kronos-mlx-tokenizer-2k")
model     = Kronos.from_pretrained("gxcsoccer/kronos-mlx-mini")
predictor = KronosPredictor(model, tokenizer, max_context=2048)

Original

Downloads last month
93
Safetensors
Model size
4.11M params
Tensor type
F32
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for gxcsoccer/kronos-mlx-mini

Finetuned
(1)
this model