--- license: apache-2.0 --- # The Quantized Mistral-Small-Instruct-2409 Model Original Base Model: `mistralai/Mistral-Small-Instruct-2409`.
Link: [https://huggingface.co/mistralai/Mistral-Small-Instruct-2409](https://huggingface.co/mistralai/Mistral-Small-Instruct-2409) ## Quantization Configurations ``` { "bits": 4, "group_size": 128, "damp_percent": 0.1, "desc_act": true, "static_groups": false, "sym": true, "true_sequential": true, "model_name_or_path": null, "model_file_base_name": null } ``` ## Source Codes Source Codes: [https://github.com/vkola-lab/medpodgpt/tree/main/quantization](https://github.com/vkola-lab/medpodgpt/tree/main/quantization).