---
license: apache-2.0
---
# The Quantized Mistral Large Instruct 2407 Model
Original Base Model: `mistralai/Mistral-Large-Instruct-2407`.
Link: [https://huggingface.co/mistralai/Mistral-Large-Instruct-2407](https://huggingface.co/mistralai/Mistral-Large-Instruct-2407)
## Special Notice
Please note that this is a relatively smaller model by setting `group_size=1024`.
For the standard `group_size=128` model, please check here, `shuyuej/Mistral-Large-Instruct-2407-GPTQ`, [https://huggingface.co/shuyuej/Mistral-Large-Instruct-2407-GPTQ](https://huggingface.co/shuyuej/Mistral-Large-Instruct-2407-GPTQ).
## Quantization Configurations
```
"quantization_config": {
"bits": 4,
"checkpoint_format": "gptq",
"damp_percent": 0.1,
"desc_act": true,
"group_size": 1024,
"model_file_base_name": null,
"model_name_or_path": null,
"quant_method": "gptq",
"static_groups": false,
"sym": true,
"true_sequential": true
},
```
## Source Codes
Source Codes: [https://github.com/vkola-lab/medpodgpt/tree/main/quantization](https://github.com/vkola-lab/medpodgpt/tree/main/quantization).