Instructions to use NemoTLS/Hy3-preview-oQ6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use NemoTLS/Hy3-preview-oQ6 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Hy3-preview-oQ6 NemoTLS/Hy3-preview-oQ6
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 204 Bytes
76e5abe | 1 2 3 4 5 6 7 8 9 10 11 | {
"bos_token_id": 120000,
"do_sample": true,
"eos_token_id": 120025,
"pad_token_id": 120002,
"temperature": 0.9,
"top_k": -1,
"top_p": 1,
"transformers_version": "5.6.0"
}
|