Instructions to use usermma/NEXUS-Coder-Abliterated-mlx-5Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use usermma/NEXUS-Coder-Abliterated-mlx-5Bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NEXUS-Coder-Abliterated-mlx-5Bit usermma/NEXUS-Coder-Abliterated-mlx-5Bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 264 Bytes
f0e1e6d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"max_length": 32768,
"pad_token_id": 151665,
"repetition_penalty": 1.1,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"transformers_version": "5.3.0"
}
|