Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# The Quantized Command R Model
|
| 6 |
+
|
| 7 |
+
Quantization Configurations:
|
| 8 |
+
```
|
| 9 |
+
{
|
| 10 |
+
"bits": 4,
|
| 11 |
+
"group_size": 128,
|
| 12 |
+
"damp_percent": 0.01,
|
| 13 |
+
"desc_act": true,
|
| 14 |
+
"static_groups": false,
|
| 15 |
+
"sym": true,
|
| 16 |
+
"true_sequential": true,
|
| 17 |
+
"model_name_or_path": null,
|
| 18 |
+
"model_file_base_name": null,
|
| 19 |
+
"quant_method": "gptq",
|
| 20 |
+
"checkpoint_format": "gptq"
|
| 21 |
+
}
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
Souce Codes: [https://github.com/vkola-lab/medpodgpt/tree/main/quantization](https://github.com/vkola-lab/medpodgpt/tree/main/quantization).
|