Instructions to use gxcsoccer/kronos-mlx-tokenizer-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use gxcsoccer/kronos-mlx-tokenizer-base with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir kronos-mlx-tokenizer-base gxcsoccer/kronos-mlx-tokenizer-base
- KRONOS
How to use gxcsoccer/kronos-mlx-tokenizer-base with KRONOS:
# 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
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 301 Bytes
ac13485 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"attn_dropout_p": 0.0,
"beta": 0.05,
"d_in": 6,
"d_model": 256,
"ff_dim": 512,
"ffn_dropout_p": 0.0,
"gamma": 1.1,
"gamma0": 1.0,
"group_size": 4,
"n_dec_layers": 4,
"n_enc_layers": 4,
"n_heads": 4,
"resid_dropout_p": 0.0,
"s1_bits": 10,
"s2_bits": 10,
"zeta": 0.05
} |