File size: 686 Bytes
589ba37 3070e31 589ba37 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
license: apache-2.0
---
# The Quantized Mistral-Small-Instruct-2409 Model
Original Base Model: `mistralai/Mistral-Small-Instruct-2409`.<br>
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).
|