Instructions to use unsloth/Magistral-Small-2509-unsloth-bnb-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Desktop
File size: 221 Bytes
399b9ce | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"_from_model_config": true,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 131072,
"pad_token_id": 11,
"temperature": 0.7,
"top_p": 0.95,
"transformers_version": "4.56.1"
}
|