| | --- |
| | license: apache-2.0 |
| | --- |
| | |
| | # The Quantized Command R Model |
| |
|
| | Original Base Model: `CohereForAI/c4ai-command-r-v01`.<br> |
| | Link: [https://huggingface.co/CohereForAI/c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01) |
| |
|
| | ## Quantization Configurations |
| | ``` |
| | { |
| | "bits": 4, |
| | "group_size": 128, |
| | "damp_percent": 0.01, |
| | "desc_act": true, |
| | "static_groups": false, |
| | "sym": true, |
| | "true_sequential": true, |
| | "model_name_or_path": null, |
| | "model_file_base_name": null, |
| | "quant_method": "gptq", |
| | "checkpoint_format": "gptq" |
| | } |
| | ``` |
| |
|
| | ## Source Codes |
| | Source Codes: [https://github.com/vkola-lab/medpodgpt/tree/main/quantization](https://github.com/vkola-lab/medpodgpt/tree/main/quantization). |
| |
|