shuyuej's picture
Update README.md
e8b5a95 verified
---
license: apache-2.0
---
# The Quantized Alibaba-NLP gte-Qwen1.5-7B-instruct Model
Original Base Embedding Model: `Alibaba-NLP/gte-Qwen1.5-7B-instruct`.<br>
Link: [https://huggingface.co/Alibaba-NLP/gte-Qwen1.5-7B-instruct](https://huggingface.co/Alibaba-NLP/gte-Qwen1.5-7B-instruct)
## Quantization Configurations
```text
"quantization_config": {
"bits": 4,
"checkpoint_format": "gptq",
"damp_percent": 0.01,
"desc_act": true,
"group_size": 128,
"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).